summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Yamin <plasmaroo@gentoo.org>2003-10-28 21:50:38 +0000
committerTim Yamin <plasmaroo@gentoo.org>2003-10-28 21:50:38 +0000
commit31cdd191a6c1680c79c06117becb60438b2ac57a (patch)
tree13f9d35d7d3cd8df2c56911d9d9ab907f4baa428 /sys-apps/gscanbus
parentInitial import. (diff)
downloadgentoo-2-31cdd191a6c1680c79c06117becb60438b2ac57a.tar.gz
gentoo-2-31cdd191a6c1680c79c06117becb60438b2ac57a.tar.bz2
gentoo-2-31cdd191a6c1680c79c06117becb60438b2ac57a.zip
Initial import.
Diffstat (limited to 'sys-apps/gscanbus')
-rw-r--r--sys-apps/gscanbus/ChangeLog11
-rw-r--r--sys-apps/gscanbus/Manifest4
-rw-r--r--sys-apps/gscanbus/files/digest-gscanbus-0.7.11
-rw-r--r--sys-apps/gscanbus/files/gscanbus-0.71-gcc33.patch19
-rw-r--r--sys-apps/gscanbus/gscanbus-0.7.1.ebuild39
5 files changed, 72 insertions, 2 deletions
diff --git a/sys-apps/gscanbus/ChangeLog b/sys-apps/gscanbus/ChangeLog
new file mode 100644
index 000000000000..63a5540ca84d
--- /dev/null
+++ b/sys-apps/gscanbus/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for sys-apps/gscanbus
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/gscanbus/ChangeLog,v 1.1 2003/10/28 21:50:31 plasmaroo Exp $
+
+*gscanbus-0.7.1 (28 Oct 2003)
+
+ 28 Oct 2003; <plasmaroo@gentoo.org> gscanbus-0.7.1.ebuild,
+ files/gscanbus-0.71-gcc33.patch: Initial import...
+
+ Based on the user-contributed ebuild by Thiemo Kellner,
+ <thiemo@thiam.ch> in bug #26745.
diff --git a/sys-apps/gscanbus/Manifest b/sys-apps/gscanbus/Manifest
index c1c3d6e0e9da..798fa4ed6705 100644
--- a/sys-apps/gscanbus/Manifest
+++ b/sys-apps/gscanbus/Manifest
@@ -1,4 +1,4 @@
-MD5 e87ac9898be689ad38a0dcde252b81c4 ChangeLog 365
-MD5 1358390d556d7deb191d9dac7c30260a gscanbus-0.7.1.ebuild 706
+MD5 1c177296da8e4b60543db45a4f9a9fc2 ChangeLog 458
+MD5 496ee784daefd16cbd6bd527f3395200 gscanbus-0.7.1.ebuild 804
MD5 325a51d833e143f51cccb972b4114b3b files/gscanbus-0.71-gcc33.patch 1054
MD5 07de4a00e351e05697644561222458a4 files/digest-gscanbus-0.7.1 63
diff --git a/sys-apps/gscanbus/files/digest-gscanbus-0.7.1 b/sys-apps/gscanbus/files/digest-gscanbus-0.7.1
new file mode 100644
index 000000000000..c7e04cb60aa7
--- /dev/null
+++ b/sys-apps/gscanbus/files/digest-gscanbus-0.7.1
@@ -0,0 +1 @@
+MD5 313141104991c0660f140200b569d0d2 gscanbus-0.7.1.tgz 159950
diff --git a/sys-apps/gscanbus/files/gscanbus-0.71-gcc33.patch b/sys-apps/gscanbus/files/gscanbus-0.71-gcc33.patch
new file mode 100644
index 000000000000..3d712daea430
--- /dev/null
+++ b/sys-apps/gscanbus/files/gscanbus-0.71-gcc33.patch
@@ -0,0 +1,19 @@
+--- 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
new file mode 100644
index 000000000000..0f0a2fa94586
--- /dev/null
+++ b/sys-apps/gscanbus/gscanbus-0.7.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# 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.1 2003/10/28 21:50:31 plasmaroo Exp $
+
+DESCRIPTION="gscanbus is a little bus scanning, testing and topology visualizing tool for the Linux IEEE1394 subsystem"
+HOMEPAGE="http://gscanbus.berlios.de/"
+
+SRC_URI="http://download.berlios.de/gscanbus/${P}.tgz"
+LICENSE="GPL-2 LGPL-2.1"
+
+SLOT="0"
+
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=">=sys-libs/libraw1394-0.9.0
+ >=gtk+-1.2"
+
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${P}
+
+src_compile() {
+
+ epatch ${FILESDIR}/gscanbus-0.71-gcc33.patch
+
+ econf || die
+ emake || die
+
+}
+
+src_install() {
+
+ dobin gscanbus
+ dodir /etc
+ cp guid-resolv.conf oui-resolv.conf ${D}/etc
+ dodoc README
+
+}