From c7edad733eab524cfc529a54763c281536527bc5 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 20 Aug 2020 13:33:23 +0200 Subject: app-misc/ifp-line: Remove last-rited pkg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/727360 Signed-off-by: Michał Górny --- app-misc/ifp-line/Manifest | 1 - .../ifp-line/files/ifp-line-0.3-fix-warnings.patch | 30 ----------------- app-misc/ifp-line/ifp-line-0.3.ebuild | 39 ---------------------- app-misc/ifp-line/metadata.xml | 11 ------ profiles/package.mask | 6 ---- 5 files changed, 87 deletions(-) delete mode 100644 app-misc/ifp-line/Manifest delete mode 100644 app-misc/ifp-line/files/ifp-line-0.3-fix-warnings.patch delete mode 100644 app-misc/ifp-line/ifp-line-0.3.ebuild delete mode 100644 app-misc/ifp-line/metadata.xml diff --git a/app-misc/ifp-line/Manifest b/app-misc/ifp-line/Manifest deleted file mode 100644 index c7958d6b8c59..000000000000 --- a/app-misc/ifp-line/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ifp-line-0.3.tar.gz 138272 BLAKE2B 249476938d111cc7609069f448b248921211cf298415951f4ea5043a8eff0eb80d11aeb1dab3d5d9db1aeed82b0de205d79945d4b0379762b62bc979485eb95e SHA512 516ad85fdaf69111581b013b2517c7083656436d429a86ec5ca4b7dcaf1c841538f98138cce8839d990a34550f11cc6bc9dedc701b0123b9cb73a91a7d78694d 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 deleted file mode 100644 index a3bf5c24b95d..000000000000 --- a/app-misc/ifp-line/files/ifp-line-0.3-fix-warnings.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- 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; - } - -- if ( (retval = iconv(cd, (const char **)&src, &srcln, &dst, &dstln)) == -1) { -+ if ( (retval = iconv(cd, (char **)&src, &srcln, &dst, &dstln)) == -1) { - // XXX ignore error message "iconv: Illiegal byte sequence" - // with GNU libiconv. No effect for output in now. - //perror("iconv"); -@@ -43,7 +43,7 @@ - /** - * @return less then zero: error. - */ --int unicode2locale(char *dst, size_t dstln, const char *src, size_t srcln) { -+int unicode2locale(char *dst, size_t dstln, char *src, size_t srcln) { - iconv_t cd; - int retval; - ---- 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 - - extern int locale2unicode(char*, size_t, const char*, size_t); --extern int unicode2locale(char*, size_t, const char*, size_t); -+extern int unicode2locale(char*, size_t, char*, size_t); - - #endif // 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 deleted file mode 100644 index c77ec2937f0f..000000000000 --- a/app-misc/ifp-line/ifp-line-0.3.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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 ppc x86" -IUSE="" - -RDEPEND="virtual/libusb:0" -DEPEND="${RDEPEND}" - -PATCHES=( "${FILESDIR}/${P}-fix-warnings.patch" ) - -src_install() { - dobin ifp - doman ifp.1 - - exeinto /usr/share/${PN} - doexe nonroot.sh - default -} - -pkg_postinst() { - elog - elog "To enable non-root usage of ${PN}, you use any of the following" - elog "methods." - elog - elog " 1. Follow the TIPS file in" - elog " /usr/share/doc/${PF}" - elog - elog " 2. Run /usr/share/${PN}/nonroot.sh" - elog -} diff --git a/app-misc/ifp-line/metadata.xml b/app-misc/ifp-line/metadata.xml deleted file mode 100644 index 81812cad1e5b..000000000000 --- a/app-misc/ifp-line/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - sound@gentoo.org - Gentoo Sound project - - - ifp-driver - - diff --git a/profiles/package.mask b/profiles/package.mask index a1eb40902c6d..f9e25a7f4eb2 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -865,12 +865,6 @@ media-gfx/uniconvertor # and accept a more unstable release. >=www-client/chromium-86 -# Jonas Stein (2020-06-07) -# Last rite unusable package. -# Removal after 2020-08-01 -# Bug 727360 -app-misc/ifp-line - # Mart Raudsepp (2020-06-06) # Meson port does not handle multilib yet and has issues # regarding runstatedir (not using /run). -- cgit v1.2.3-65-gdbad