summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2021-04-22 07:20:05 +0200
committerMiroslav Šulc <fordfrog@gentoo.org>2021-04-22 07:20:05 +0200
commit7c7c0a46e4d59b9342d34c96ea7f128c0ce3fb93 (patch)
tree6e163e6300945340b272397a876acc15fbfddb7c /media-sound/fapg/fapg-0.42.ebuild
parentdev-cpp/abseil-cpp: drop 20210324.0-r2 (diff)
downloadgentoo-7c7c0a46e4d59b9342d34c96ea7f128c0ce3fb93.tar.gz
gentoo-7c7c0a46e4d59b9342d34c96ea7f128c0ce3fb93.tar.bz2
gentoo-7c7c0a46e4d59b9342d34c96ea7f128c0ce3fb93.zip
media-sound/fapg: removed obsolete 0.42
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound/fapg/fapg-0.42.ebuild')
-rw-r--r--media-sound/fapg/fapg-0.42.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/media-sound/fapg/fapg-0.42.ebuild b/media-sound/fapg/fapg-0.42.ebuild
deleted file mode 100644
index b6e485692da9..000000000000
--- a/media-sound/fapg/fapg-0.42.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Fast Audio Playlist Generator"
-HOMEPAGE="http://royale.zerezo.com/fapg/"
-SRC_URI="http://royale.zerezo.com/fapg/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 x86"
-IUSE="xspf"
-
-DEPEND="xspf? ( >=dev-libs/uriparser-0.6.3 )"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local myconf=""
- use xspf || myconf="${myconf} --disable-xspf"
- econf ${myconf}
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- einstalldocs
-}