Initial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>.
authorRobin H. Johnson <robbat2@gentoo.org>
Sun, 1 Apr 2007 00:23:49 +0000 (00:23 +0000)
committerRobin H. Johnson <robbat2@gentoo.org>
Sun, 1 Apr 2007 00:23:49 +0000 (00:23 +0000)
Package-Manager: portage-2.1.2.2

sys-apps/usbmon/ChangeLog [new file with mode: 0644]
sys-apps/usbmon/files/digest-usbmon-4 [new file with mode: 0644]
sys-apps/usbmon/usbmon-4.ebuild [new file with mode: 0644]

diff --git a/sys-apps/usbmon/ChangeLog b/sys-apps/usbmon/ChangeLog
new file mode 100644 (file)
index 0000000..fa077e9
--- /dev/null
@@ -0,0 +1,9 @@
+# ChangeLog for sys-apps/usbmon
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/usbmon/ChangeLog,v 1.1 2007/04/01 00:23:49 robbat2 Exp $
+
+*usbmon-4 (01 Apr 2007)
+
+  01 Apr 2007; Robin H. Johnson <robbat2@gentoo.org> +usbmon-4.ebuild:
+  Initial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>.
+
diff --git a/sys-apps/usbmon/files/digest-usbmon-4 b/sys-apps/usbmon/files/digest-usbmon-4
new file mode 100644 (file)
index 0000000..1148081
--- /dev/null
@@ -0,0 +1,3 @@
+MD5 75bf3c6e1a45376107fc150b1a0b8cf0 usbmon.4.tar.gz 7602
+RMD160 6814f0089d4fa7c613e719165db591d3a8bdf198 usbmon.4.tar.gz 7602
+SHA256 e17f4cbf9d8d9078c75c654c56437dc781c8c3718aa8d8f8ccaace79389734e4 usbmon.4.tar.gz 7602
diff --git a/sys-apps/usbmon/usbmon-4.ebuild b/sys-apps/usbmon/usbmon-4.ebuild
new file mode 100644 (file)
index 0000000..43e6532
--- /dev/null
@@ -0,0 +1,23 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/usbmon/usbmon-4.ebuild,v 1.1 2007/04/01 00:23:49 robbat2 Exp $
+
+DESCRIPTION="Userland for USB monitoring framework"
+HOMEPAGE="http://people.redhat.com/zaitcev/linux/"
+SRC_URI="${HOMEPAGE}/${P/-/.}.tar.gz"
+LICENSE="as-is" # need to consult with upstream still
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~amd64"
+IUSE=""
+DEPEND="!=sys-apps/usbutils-0.72-r2"
+S="${WORKDIR}/${PN}"
+
+src_unpack() {
+       unpack ${A}
+       sed -i -e '/CFLAGS =/s, = , \+= ,g' ${S}/Makefile
+}
+
+src_install() {
+       dosbin usbmon
+       doman usbmon.8
+}