summaryrefslogtreecommitdiff
path: root/app-misc/ifp-line
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-05-29 03:22:09 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-05-29 03:22:09 +0100
commitd4bd6695641f6d2ec7ff8681913d304e995902f5 (patch)
tree6ec8d4c38152bb4f2bb4b93277236ebd9fbbd21d /app-misc/ifp-line
parent22910f5d14da606bd7f06e19a2f61c5d1a8fc94b (diff)
gentoo resync : 29.05.2018
Diffstat (limited to 'app-misc/ifp-line')
-rw-r--r--app-misc/ifp-line/Manifest4
-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
3 files changed, 10 insertions, 13 deletions
diff --git a/app-misc/ifp-line/Manifest b/app-misc/ifp-line/Manifest
index 31bc53bcb88b..27009e440a7e 100644
--- a/app-misc/ifp-line/Manifest
+++ b/app-misc/ifp-line/Manifest
@@ -1,4 +1,4 @@
-AUX ifp-line-0.3-fix-warnings.patch 1082 BLAKE2B ceef7ef0ed2c0f651d80878c87e887c0598b8c5e064d98acebfc1f679bcd204a31eed4fe4585a30a684bead0035d808d4a0d3be8bc482473e429d304477f52d9 SHA512 58802e40eb866663c5a2f32598ff827fb13bc2f28ea5b73f8a9d59f7013cf62283b7656cfd2d2d2bf796a618d4a56565a9c0a2354f5ad41329ab57780d2b9765
+AUX ifp-line-0.3-fix-warnings.patch 1080 BLAKE2B 72e77b8d09dd077d399275ab5f46365be07278208281629416ccff43667c86d709b814c32163161c0e1e5bd4b5bf3dce76306b34a98e874ccb850065a3b83d3c SHA512 348fea237990df0531c32f688f888af2f247a318c711582d5a113531f1e28380c5b62d79947751c7f1180360459a883cd1e505f8e9ac04869fa68392d3a2b400
DIST ifp-line-0.3.tar.gz 138272 BLAKE2B 249476938d111cc7609069f448b248921211cf298415951f4ea5043a8eff0eb80d11aeb1dab3d5d9db1aeed82b0de205d79945d4b0379762b62bc979485eb95e SHA512 516ad85fdaf69111581b013b2517c7083656436d429a86ec5ca4b7dcaf1c841538f98138cce8839d990a34550f11cc6bc9dedc701b0123b9cb73a91a7d78694d
-EBUILD ifp-line-0.3.ebuild 831 BLAKE2B 71b2b175309e05e203cc9f208639ff2f9e1f6d0897d65e756c68a46997763f0a6aa7fedf971a62dd88f74d92307e0b67f57fe61f69065940dc22e8366914626d SHA512 d50131f66ca9ce335db6cd0e855f9b6afed1da3cdddaba783d6be9e3e07146f109bee691a7167dae6a02358ddfd7ed9187d610fb528f19cc1029f46d307304bf
+EBUILD ifp-line-0.3.ebuild 777 BLAKE2B dfec032550f13547f349b5c23fe570654e4fd04c7352c834eebe87324414dbafb8b1dd64d460cd24500ee329b708f6e65250120ca3b7556845b95cd575f14654 SHA512 f8359d1073a39edb527ded74cde0819675769c07d62a8da2505da31495cb338bb39bc15205d371d5cfec11787e7c1335cb8277ad6f40078409600e19a9080e0c
MISC metadata.xml 333 BLAKE2B 87a4530824fff1355c5d2af1b6483b6fb1752c5a346b5848500b7962307a2e9956727f08e753b1548fbd941352a4563e9c14ae386bd46f238f8929cc2d46970b SHA512 d0cd8f6fc7bdc757d2a1ef5443f30410514ac335bcd2a84829995c527862b994fc75a8dfc5ceff2b8e2a3d7b0b081a57cbc50e4b825567b8a56d0f9eb00c13c7
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() {