summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-07-09 18:49:41 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-07-09 18:49:41 +0000
commitfa1e34c895ed8040b6a6ad40b8cbbeb8c57de483 (patch)
tree38379b0ede6ee60995de9f944e53a890fa8b06d6 /app-misc
parentBump. Should fix problems with TX. (Manifest recommit) (diff)
downloadgentoo-2-fa1e34c895ed8040b6a6ad40b8cbbeb8c57de483.tar.gz
gentoo-2-fa1e34c895ed8040b6a6ad40b8cbbeb8c57de483.tar.bz2
gentoo-2-fa1e34c895ed8040b6a6ad40b8cbbeb8c57de483.zip
Version bump closes bug #56493.
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/ifp-line/ChangeLog8
-rw-r--r--app-misc/ifp-line/Manifest12
-rw-r--r--app-misc/ifp-line/files/digest-ifp-line-0.2.4.21
-rw-r--r--app-misc/ifp-line/ifp-line-0.2.4.2.ebuild28
4 files changed, 38 insertions, 11 deletions
diff --git a/app-misc/ifp-line/ChangeLog b/app-misc/ifp-line/ChangeLog
index 362ff172352f..0adbc600e5fd 100644
--- a/app-misc/ifp-line/ChangeLog
+++ b/app-misc/ifp-line/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-misc/ifp-line
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ifp-line/ChangeLog,v 1.3 2004/06/24 22:15:54 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/ifp-line/ChangeLog,v 1.4 2004/07/09 18:49:41 eradicator Exp $
+
+*ifp-line-0.2.4.2 (09 Jul 2004)
+
+ 09 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org>
+ +ifp-line-0.2.4.2.ebuild:
+ Version bump closes bug #56493.
14 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org>
ifp-line-0.2.3.ebuild:
diff --git a/app-misc/ifp-line/Manifest b/app-misc/ifp-line/Manifest
index 89908c35b8f7..3d8047fd5267 100644
--- a/app-misc/ifp-line/Manifest
+++ b/app-misc/ifp-line/Manifest
@@ -1,14 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 dcdc805e3964b87ebae4824311f82e09 ChangeLog 479
MD5 a9f5f52746c074dbbaad7b14f0e6d0ab ifp-line-0.2.3.ebuild 683
MD5 a1eaeb2ae801daeb712c90c060e922dc metadata.xml 158
+MD5 a9f5f52746c074dbbaad7b14f0e6d0ab ifp-line-0.2.4.2.ebuild 683
MD5 a4caa674c28a9a105cea1b1822e3fdb1 files/digest-ifp-line-0.2.3 65
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.9.8 (GNU/Linux)
-
-iD8DBQFA35OEHTu7gpaalycRAiVTAJ0YkN/e2MCwe0yl/iwk/yboOI2fRACeJ9Es
-WTXYqxbSTec7iHz2iCcAdvA=
-=JOmd
------END PGP SIGNATURE-----
+MD5 c109be4d5870daa34311921844f32cf6 files/digest-ifp-line-0.2.4.2 67
diff --git a/app-misc/ifp-line/files/digest-ifp-line-0.2.4.2 b/app-misc/ifp-line/files/digest-ifp-line-0.2.4.2
new file mode 100644
index 000000000000..9fefdd02f178
--- /dev/null
+++ b/app-misc/ifp-line/files/digest-ifp-line-0.2.4.2
@@ -0,0 +1 @@
+MD5 e76b203b9579ee0e976d21a564a41cc9 ifp-line-0.2.4.2.tar.gz 23855
diff --git a/app-misc/ifp-line/ifp-line-0.2.4.2.ebuild b/app-misc/ifp-line/ifp-line-0.2.4.2.ebuild
new file mode 100644
index 000000000000..0ea67975a7f6
--- /dev/null
+++ b/app-misc/ifp-line/ifp-line-0.2.4.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/ifp-line/ifp-line-0.2.4.2.ebuild,v 1.1 2004/07/09 18:49:41 eradicator Exp $
+
+DESCRIPTION="iRiver iFP open-source driver"
+HOMEPAGE="http://ifp-driver.sourceforge.net/"
+SRC_URI="mirror://sourceforge/ifp-driver/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64 ~sparc"
+IUSE=""
+
+DEPEND="dev-libs/libusb"
+
+src_compile() {
+ emake || die "Make failed"
+}
+
+src_install() {
+ dobin ifp || die
+ dodoc NEWS README TIPS
+}
+
+pkg_postinst() {
+ ewarn "to use ifp-line as non-root user, please follow"
+ ewarn "the instructions in /usr/share/doc/${P}/TIPS.gz"
+}