summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2018-05-26 12:13:22 -0400
committerAaron Bauman <bman@gentoo.org>2018-05-26 14:16:39 -0400
commit016abc42baf961d404ac10e4281b536317c05bcd (patch)
treee3d905a8fc862effff2bb4be840ca3a70cd8c425 /app-misc
parentx11-misc/bblaunch: add default call to src_install for docs (diff)
downloadgentoo-016abc42baf961d404ac10e4281b536317c05bcd.tar.gz
gentoo-016abc42baf961d404ac10e4281b536317c05bcd.tar.bz2
gentoo-016abc42baf961d404ac10e4281b536317c05bcd.zip
app-misc/ifp-line: bump EAPI and drop eutils
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/ifp-line/files/ifp-line-0.3-fix-warnings.patch8
-rw-r--r--app-misc/ifp-line/ifp-line-0.3.ebuild11
2 files changed, 8 insertions, 11 deletions
diff --git a/app-misc/ifp-line/files/ifp-line-0.3-fix-warnings.patch b/app-misc/ifp-line/files/ifp-line-0.3-fix-warnings.patch
index f7fe1de4b1ff..a3bf5c24b95d 100644
--- a/app-misc/ifp-line/files/ifp-line-0.3-fix-warnings.patch
+++ b/app-misc/ifp-line/files/ifp-line-0.3-fix-warnings.patch
@@ -1,5 +1,5 @@
---- unicodehack.c.orig 2006-01-31 20:18:16.000000000 -0500
-+++ unicodehack.c 2006-01-31 20:18:39.000000000 -0500
+--- a/unicodehack.c 2006-01-31 20:18:16.000000000 -0500
++++ b/unicodehack.c 2006-01-31 20:18:39.000000000 -0500
@@ -26,7 +26,7 @@
return -1;
}
@@ -18,8 +18,8 @@
iconv_t cd;
int retval;
---- unicodehack.h.orig 2006-01-31 20:19:05.000000000 -0500
-+++ unicodehack.h 2006-01-31 20:19:26.000000000 -0500
+--- a/unicodehack.h 2006-01-31 20:19:05.000000000 -0500
++++ b/unicodehack.h 2006-01-31 20:19:26.000000000 -0500
@@ -4,6 +4,6 @@
#define IFPLINE_UNICODEHACK_H
diff --git a/app-misc/ifp-line/ifp-line-0.3.ebuild b/app-misc/ifp-line/ifp-line-0.3.ebuild
index 0436505fbe7b..ca5f7b8af6aa 100644
--- a/app-misc/ifp-line/ifp-line-0.3.ebuild
+++ b/app-misc/ifp-line/ifp-line-0.3.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=2
-inherit eutils
+EAPI=6
DESCRIPTION="iRiver iFP open-source driver"
HOMEPAGE="http://ifp-driver.sourceforge.net/"
@@ -16,17 +15,15 @@ IUSE=""
RDEPEND="virtual/libusb:0"
DEPEND="${RDEPEND}"
-src_prepare() {
- epatch "${FILESDIR}"/${P}-fix-warnings.patch
-}
+PATCHES=( "${FILESDIR}/${P}-fix-warnings.patch" )
src_install() {
dobin ifp || die
- dodoc NEWS README TIPS ChangeLog
doman ifp.1
exeinto /usr/share/${PN}
doexe nonroot.sh || die
+ default
}
pkg_postinst() {