summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2024-10-29 19:21:41 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2024-10-29 19:21:41 +0100
commitd6ce93560425aee4290963675688f035b01708df (patch)
tree4c312ad0d0790b6410df9b64fcf25efa1159ead1 /sys-apps/gscanbus
parentdev-tcltk/tdom: drop 0.9.2-r1 (diff)
downloadgentoo-d6ce93560425aee4290963675688f035b01708df.tar.gz
gentoo-d6ce93560425aee4290963675688f035b01708df.tar.bz2
gentoo-d6ce93560425aee4290963675688f035b01708df.zip
sys-apps/gscanbus: drop 0.8
Bug: https://bugs.gentoo.org/887001 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'sys-apps/gscanbus')
-rw-r--r--sys-apps/gscanbus/gscanbus-0.8.ebuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/sys-apps/gscanbus/gscanbus-0.8.ebuild b/sys-apps/gscanbus/gscanbus-0.8.ebuild
deleted file mode 100644
index 51f1b94b6774..000000000000
--- a/sys-apps/gscanbus/gscanbus-0.8.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Bus scanning, testing and topology visualizing tool for Linux IEEE1394 subsystem"
-HOMEPAGE="https://sourceforge.net/projects/gscanbus.berlios/"
-SRC_URI="https://downloads.sourceforge.net/${PN}.berlios/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-
-RDEPEND="
- sys-libs/libraw1394
- x11-libs/gtk+:2"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=( "${FILESDIR}"/${P}-Wimplicit-function-declaration.patch )