Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/fapg/
Date: Thu, 22 Apr 2021 05:20:20
Message-Id: 1619068805.7c7c0a46e4d59b9342d34c96ea7f128c0ce3fb93.fordfrog@gentoo
1 commit: 7c7c0a46e4d59b9342d34c96ea7f128c0ce3fb93
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 22 05:20:05 2021 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 22 05:20:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c7c0a46
7
8 media-sound/fapg: removed obsolete 0.42
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
12
13 media-sound/fapg/Manifest | 1 -
14 media-sound/fapg/fapg-0.42.ebuild | 27 ---------------------------
15 2 files changed, 28 deletions(-)
16
17 diff --git a/media-sound/fapg/Manifest b/media-sound/fapg/Manifest
18 index 58335aca73c..b389463ed2f 100644
19 --- a/media-sound/fapg/Manifest
20 +++ b/media-sound/fapg/Manifest
21 @@ -1,2 +1 @@
22 -DIST fapg-0.42.tar.gz 94920 BLAKE2B b7da3a9df4b3f61022d237fe2b94238d56ceee456de54843062a887710f8faea17cfc6198487317797d9b16b006ccf311eb8e0f9e9e55a2e5d0aed173758457f SHA512 e3bbef35b9c845d80bcd1ee1116e4eb99b98e9d84cff034f2a49bbfcaa7664ab48b9453fb680fe7274fa74e9e0126950fbb15deb793eb95362f74c11151f8731
23 DIST fapg-0.43.tar.gz 95025 BLAKE2B 33ef8e895ad998fc2d6a1f13c377805d0fdaf55b74adb78e4396f6084be531dc228da59f1a97329cb27cd5eafaad91822b27ad97f72f2f9c75deee7454bd22a8 SHA512 e290db42437a6345b6b1ee5348e95fc611c29ceffdc32baafb2e7aecde87b41e4584e9a06c1cf4c2ca938b3fe2359ba2f8bc4ad7c42923cfb3eef8e9737da64a
24
25 diff --git a/media-sound/fapg/fapg-0.42.ebuild b/media-sound/fapg/fapg-0.42.ebuild
26 deleted file mode 100644
27 index b6e485692da..00000000000
28 --- a/media-sound/fapg/fapg-0.42.ebuild
29 +++ /dev/null
30 @@ -1,27 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -DESCRIPTION="Fast Audio Playlist Generator"
37 -HOMEPAGE="http://royale.zerezo.com/fapg/"
38 -SRC_URI="http://royale.zerezo.com/fapg/${P}.tar.gz"
39 -
40 -LICENSE="GPL-2"
41 -SLOT="0"
42 -KEYWORDS="amd64 ppc ~ppc64 x86"
43 -IUSE="xspf"
44 -
45 -DEPEND="xspf? ( >=dev-libs/uriparser-0.6.3 )"
46 -RDEPEND="${DEPEND}"
47 -
48 -src_configure() {
49 - local myconf=""
50 - use xspf || myconf="${myconf} --disable-xspf"
51 - econf ${myconf}
52 -}
53 -
54 -src_install() {
55 - emake DESTDIR="${D}" install
56 - einstalldocs
57 -}