summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-08-20 13:33:23 +0200
committerMichał Górny <mgorny@gentoo.org>2020-08-20 13:39:43 +0200
commitc7edad733eab524cfc529a54763c281536527bc5 (patch)
tree79ad77c08cffbb8af7161afff621bc9d0316b40e
parentapp-dicts/stardict-quick-eng-fra: Remove last-rited pkg (diff)
downloadgentoo-c7edad733eab524cfc529a54763c281536527bc5.tar.gz
gentoo-c7edad733eab524cfc529a54763c281536527bc5.tar.bz2
gentoo-c7edad733eab524cfc529a54763c281536527bc5.zip
app-misc/ifp-line: Remove last-rited pkg
Closes: https://bugs.gentoo.org/727360 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--app-misc/ifp-line/Manifest1
-rw-r--r--app-misc/ifp-line/files/ifp-line-0.3-fix-warnings.patch30
-rw-r--r--app-misc/ifp-line/ifp-line-0.3.ebuild39
-rw-r--r--app-misc/ifp-line/metadata.xml11
-rw-r--r--profiles/package.mask6
5 files changed, 0 insertions, 87 deletions
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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>sound@gentoo.org</email>
- <name>Gentoo Sound project</name>
- </maintainer>
- <upstream>
- <remote-id type="sourceforge">ifp-driver</remote-id>
- </upstream>
-</pkgmetadata>
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 <jstein@gentoo.org> (2020-06-07)
-# Last rite unusable package.
-# Removal after 2020-08-01
-# Bug 727360
-app-misc/ifp-line
-
# Mart Raudsepp <leio@gentoo.org> (2020-06-06)
# Meson port does not handle multilib yet and has issues
# regarding runstatedir (not using /run).