summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-03-19 06:54:19 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-03-19 06:54:19 +0000
commit0ba38a5a16c0bab9524b1d31aa48536ec705b065 (patch)
treec7acc28e626df8d3f72654785ace825b9c4bc302 /sys-apps/gscanbus
parentVersion bump. (diff)
downloadgentoo-2-0ba38a5a16c0bab9524b1d31aa48536ec705b065.tar.gz
gentoo-2-0ba38a5a16c0bab9524b1d31aa48536ec705b065.tar.bz2
gentoo-2-0ba38a5a16c0bab9524b1d31aa48536ec705b065.zip
old
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/gscanbus')
-rw-r--r--sys-apps/gscanbus/ChangeLog6
-rw-r--r--sys-apps/gscanbus/files/gscanbus-0.71-gcc33.patch19
-rw-r--r--sys-apps/gscanbus/gscanbus-0.7.1.ebuild30
3 files changed, 5 insertions, 50 deletions
diff --git a/sys-apps/gscanbus/ChangeLog b/sys-apps/gscanbus/ChangeLog
index 34b12b0137bb..695d9ae0d0df 100644
--- a/sys-apps/gscanbus/ChangeLog
+++ b/sys-apps/gscanbus/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/gscanbus
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/gscanbus/ChangeLog,v 1.15 2012/03/18 17:48:26 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/gscanbus/ChangeLog,v 1.16 2012/03/19 06:54:19 ssuominen Exp $
+
+ 19 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> -gscanbus-0.7.1.ebuild,
+ -files/gscanbus-0.71-gcc33.patch:
+ old
18 Mar 2012; Raúl Porcel <armin76@gentoo.org> gscanbus-0.7.1.ebuild,
gscanbus-0.8.ebuild:
diff --git a/sys-apps/gscanbus/files/gscanbus-0.71-gcc33.patch b/sys-apps/gscanbus/files/gscanbus-0.71-gcc33.patch
deleted file mode 100644
index 3d712daea430..000000000000
--- a/sys-apps/gscanbus/files/gscanbus-0.71-gcc33.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- gscanbus.c 2001-07-11 11:53:51.000000000 +0100
-+++ gscanbus.c.plasmaroo 2003-10-28 21:45:18.000000000 +0000
-@@ -109,14 +109,8 @@
-
- static GdkPixmap *pixmap = NULL;
-
--const char not_compatible[] = "\
--This libraw1394 does not work with your version of Linux. You need a different
--version that matches your kernel (see kernel help text for the raw1394 option to
--find out which is the correct version).\n";
--
--const char not_loaded[] = "\
--This probably means that you don't have raw1394 support in the kernel or that
--you haven't loaded the raw1394 module.\n";
-+const char not_compatible[] = "This libraw1394 does not work with your version of Linux. You need a different version that matches your kernel (see kernel help text for the raw1394 option to find out which is the correct version).\n";
-+const char not_loaded[] = "This probably means that you don't have raw1394 support in the kernel or that you haven't loaded the raw1394 module.\n";
-
- /*---------------------------------------------------------------------------
- * Drawing routines
diff --git a/sys-apps/gscanbus/gscanbus-0.7.1.ebuild b/sys-apps/gscanbus/gscanbus-0.7.1.ebuild
deleted file mode 100644
index 13edff137800..000000000000
--- a/sys-apps/gscanbus/gscanbus-0.7.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/gscanbus/gscanbus-0.7.1.ebuild,v 1.12 2012/03/18 17:48:25 armin76 Exp $
-
-inherit eutils
-
-DESCRIPTION="a little bus scanning, testing, and topology visualizing tool for the Linux IEEE1394 subsystem"
-HOMEPAGE="http://gscanbus.berlios.de/"
-SRC_URI="mirror://berlios/${PN}/${P}.tgz"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-DEPEND=">=sys-libs/libraw1394-0.9.0
- =x11-libs/gtk+-1.2*"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/gscanbus-0.71-gcc33.patch
-}
-
-src_install() {
- dobin gscanbus || die
- insinto /etc
- doins guid-resolv.conf oui-resolv.conf
- dodoc README
-}