summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-05-10 16:27:22 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-05-10 16:27:22 +0000
commit96b79310344b98f549fe4d02aca8dfcfa42fa296 (patch)
tree6a5d1c0069f72626551972da6ccad4812c66833a /app-misc/ifp-line
parentFix compile with GCC 4.4 wrt #264543, thanks to Daniel J. (diff)
downloadgentoo-2-96b79310344b98f549fe4d02aca8dfcfa42fa296.tar.gz
gentoo-2-96b79310344b98f549fe4d02aca8dfcfa42fa296.tar.bz2
gentoo-2-96b79310344b98f549fe4d02aca8dfcfa42fa296.zip
Don't specify ecompress format wrt #260782
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/ifp-line')
-rw-r--r--app-misc/ifp-line/ChangeLog9
-rw-r--r--app-misc/ifp-line/ifp-line-0.2.4.2.ebuild28
-rw-r--r--app-misc/ifp-line/ifp-line-0.2.4.4.ebuild28
-rw-r--r--app-misc/ifp-line/ifp-line-0.2.4.5.ebuild14
-rw-r--r--app-misc/ifp-line/ifp-line-0.3.ebuild24
5 files changed, 25 insertions, 78 deletions
diff --git a/app-misc/ifp-line/ChangeLog b/app-misc/ifp-line/ChangeLog
index 0f7ec894a416..5c87d1f60820 100644
--- a/app-misc/ifp-line/ChangeLog
+++ b/app-misc/ifp-line/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-misc/ifp-line
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ifp-line/ChangeLog,v 1.18 2007/02/21 22:32:28 peper Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/ifp-line/ChangeLog,v 1.19 2009/05/10 16:27:22 ssuominen Exp $
+
+ 10 May 2009; Samuli Suominen <ssuominen@gentoo.org>
+ -ifp-line-0.2.4.2.ebuild, -ifp-line-0.2.4.4.ebuild,
+ ifp-line-0.2.4.5.ebuild, ifp-line-0.3.ebuild:
+ Don't specify ecompress format wrt #260782
21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
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
deleted file mode 100644
index 68280bdd00b9..000000000000
--- a/app-misc/ifp-line/ifp-line-0.2.4.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2005 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.5 2005/01/01 15:07:20 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 ppc"
-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"
-}
diff --git a/app-misc/ifp-line/ifp-line-0.2.4.4.ebuild b/app-misc/ifp-line/ifp-line-0.2.4.4.ebuild
deleted file mode 100644
index b59403f06d7e..000000000000
--- a/app-misc/ifp-line/ifp-line-0.2.4.4.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2005 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.4.ebuild,v 1.4 2005/01/01 15:07:20 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="amd64 sparc ~ppc x86"
-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/${PF}/TIPS.gz"
-}
diff --git a/app-misc/ifp-line/ifp-line-0.2.4.5.ebuild b/app-misc/ifp-line/ifp-line-0.2.4.5.ebuild
index d61478f0a153..39c3a087b7f5 100644
--- a/app-misc/ifp-line/ifp-line-0.2.4.5.ebuild
+++ b/app-misc/ifp-line/ifp-line-0.2.4.5.ebuild
@@ -1,8 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2009 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.5.ebuild,v 1.4 2005/03/27 11:32:28 hansmi Exp $
-
-IUSE=""
+# $Header: /var/cvsroot/gentoo-x86/app-misc/ifp-line/ifp-line-0.2.4.5.ebuild,v 1.5 2009/05/10 16:27:22 ssuominen Exp $
DESCRIPTION="iRiver iFP open-source driver"
HOMEPAGE="http://ifp-driver.sourceforge.net/"
@@ -11,15 +9,17 @@ SRC_URI="mirror://sourceforge/ifp-driver/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 sparc ppc x86"
+IUSE=""
-DEPEND="dev-libs/libusb"
+RDEPEND="dev-libs/libusb"
+DEPEND="${RDEPEND}"
src_install() {
- dobin ifp || die
+ dobin ifp || die "dobin failed"
dodoc NEWS README TIPS
}
pkg_postinst() {
ewarn "to use ifp-line as non-root user, please follow"
- ewarn "the instructions in /usr/share/doc/${PF}/TIPS.gz"
+ ewarn "the TIPS file in /usr/share/doc/${PF}"
}
diff --git a/app-misc/ifp-line/ifp-line-0.3.ebuild b/app-misc/ifp-line/ifp-line-0.3.ebuild
index b3117665991f..b3c3cddb7f2b 100644
--- a/app-misc/ifp-line/ifp-line-0.3.ebuild
+++ b/app-misc/ifp-line/ifp-line-0.3.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 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.3.ebuild,v 1.3 2007/01/28 05:13:44 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/ifp-line/ifp-line-0.3.ebuild,v 1.4 2009/05/10 16:27:22 ssuominen Exp $
+EAPI=2
inherit eutils
DESCRIPTION="iRiver iFP open-source driver"
@@ -11,25 +12,22 @@ SRC_URI="mirror://sourceforge/ifp-driver/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
-
IUSE=""
-DEPEND="dev-libs/libusb"
-
-src_unpack() {
- unpack ${A}
+RDEPEND="dev-libs/libusb"
+DEPEND="${RDEPEND}"
- cd ${S}
- epatch ${FILESDIR}/${P}-fix-warnings.patch
+src_prepare() {
+ epatch "${FILESDIR}"/${P}-fix-warnings.patch
}
src_install() {
- dobin ifp || die
+ dobin ifp || die "dobin failed"
dodoc NEWS README TIPS ChangeLog
doman ifp.1
exeinto /usr/share/${PN}
- doexe nonroot.sh
+ doexe nonroot.sh || die "doexe failed"
}
pkg_postinst() {
@@ -41,8 +39,8 @@ pkg_postinst() {
elog " /etc/modules.autoload.d/kernel-2.X (X being 4 or 6 depending"
elog " on what kernel you use."
elog
- elog " 2. Follow the instructions in"
- elog " /usr/share/doc/${PF}/TIPS.gz"
+ elog " 2. Follow the TIPS file in"
+ elog " /usr/share/doc/${PF}"
elog
elog " 3. Run /usr/share/${PN}/nonroot.sh"
elog