summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/ifp-line/ifp-line-0.3.ebuild')
-rw-r--r--app-misc/ifp-line/ifp-line-0.3.ebuild39
1 files changed, 0 insertions, 39 deletions
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
-}