public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-sound/fapg/
@ 2019-03-30  9:59 Andreas Sturmlechner
  0 siblings, 0 replies; 14+ messages in thread
From: Andreas Sturmlechner @ 2019-03-30  9:59 UTC (permalink / raw
  To: gentoo-commits

commit:     7b51dc85bc732680bdc737834f2212a02e991f74
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 30 09:50:46 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Mar 30 09:58:24 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b51dc85

media-sound/fapg: EAPI-7 bump, fix econf run in src_compile

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-sound/fapg/fapg-0.42.ebuild | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/media-sound/fapg/fapg-0.42.ebuild b/media-sound/fapg/fapg-0.42.ebuild
index 48e9605be9e..22a8f8f9a2f 100644
--- a/media-sound/fapg/fapg-0.42.ebuild
+++ b/media-sound/fapg/fapg-0.42.ebuild
@@ -1,26 +1,27 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=0
+EAPI=7
 
 DESCRIPTION="Fast Audio Playlist Generator"
 HOMEPAGE="http://royale.zerezo.com/fapg/"
 SRC_URI="http://royale.zerezo.com/fapg/${P}.tar.gz"
-IUSE="xspf"
+
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-RDEPEND="xspf? ( >=dev-libs/uriparser-0.6.3 )"
-DEPEND="${RDEPEND}"
+IUSE="xspf"
+
+DEPEND="xspf? ( >=dev-libs/uriparser-0.6.3 )"
+RDEPEND="${DEPEND}"
 
-src_compile() {
+src_configure() {
 	local myconf=""
 	use xspf || myconf="${myconf} --disable-xspf"
 	econf ${myconf}
-	emake || die "make failed"
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die "make install failed"
-	dodoc AUTHORS ChangeLog README
+	emake DESTDIR="${D}" install
+	einstalldocs
 }


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-sound/fapg/
@ 2019-04-08 15:09 Mikle Kolyada
  0 siblings, 0 replies; 14+ messages in thread
From: Mikle Kolyada @ 2019-04-08 15:09 UTC (permalink / raw
  To: gentoo-commits

commit:     d8942279239f347a0d6f0d743ce320f0103c8fb4
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  8 15:09:08 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Apr  8 15:09:08 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8942279

media-sound/fapg: amd64 stable wrt bug #681424

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 media-sound/fapg/fapg-0.42.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/fapg/fapg-0.42.ebuild b/media-sound/fapg/fapg-0.42.ebuild
index 4168ebf0b91..2ce675374d2 100644
--- a/media-sound/fapg/fapg-0.42.ebuild
+++ b/media-sound/fapg/fapg-0.42.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://royale.zerezo.com/fapg/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ppc ~ppc64 ~x86"
 IUSE="xspf"
 
 DEPEND="xspf? ( >=dev-libs/uriparser-0.6.3 )"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-sound/fapg/
@ 2019-04-28 22:06 Thomas Deutschmann
  0 siblings, 0 replies; 14+ messages in thread
From: Thomas Deutschmann @ 2019-04-28 22:06 UTC (permalink / raw
  To: gentoo-commits

commit:     f47784f6cb1a270c85c8f45df0ea8f2442817dec
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 28 21:54:43 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Apr 28 22:05:01 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f47784f6

media-sound/fapg: x86 stable (bug #681424)

Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 media-sound/fapg/fapg-0.42.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/fapg/fapg-0.42.ebuild b/media-sound/fapg/fapg-0.42.ebuild
index 2ce675374d2..b6e485692da 100644
--- a/media-sound/fapg/fapg-0.42.ebuild
+++ b/media-sound/fapg/fapg-0.42.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://royale.zerezo.com/fapg/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ppc ~ppc64 x86"
 IUSE="xspf"
 
 DEPEND="xspf? ( >=dev-libs/uriparser-0.6.3 )"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-sound/fapg/
@ 2019-04-28 22:41 Pacho Ramos
  0 siblings, 0 replies; 14+ messages in thread
From: Pacho Ramos @ 2019-04-28 22:41 UTC (permalink / raw
  To: gentoo-commits

commit:     75daeafb8048353d843a59929283bc39b1fc3fa6
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 28 22:35:55 2019 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Apr 28 22:35:55 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75daeafb

media-sound/fapg: Drop old

Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 media-sound/fapg/Manifest         |  1 -
 media-sound/fapg/fapg-0.41.ebuild | 26 --------------------------
 2 files changed, 27 deletions(-)

diff --git a/media-sound/fapg/Manifest b/media-sound/fapg/Manifest
index b433328002c..d9d39fed8d7 100644
--- a/media-sound/fapg/Manifest
+++ b/media-sound/fapg/Manifest
@@ -1,2 +1 @@
-DIST fapg-0.41.tar.gz 94315 BLAKE2B 9814ae7fff84060b647b2e82d0aae3b3fbaa290ea673a7fe9b539ea3efb82d5e310692a70b2d1d976b37714c227665897c5983bdd14e6e14c241e9bd1e4baa45 SHA512 17efde8cf0760f2eb3136814d9d332352b9c378213104a5540aee381482d3da72fd17e63e96360bcffe1850399124f1c6fcff9471a89881f746453a092d64ceb
 DIST fapg-0.42.tar.gz 94920 BLAKE2B b7da3a9df4b3f61022d237fe2b94238d56ceee456de54843062a887710f8faea17cfc6198487317797d9b16b006ccf311eb8e0f9e9e55a2e5d0aed173758457f SHA512 e3bbef35b9c845d80bcd1ee1116e4eb99b98e9d84cff034f2a49bbfcaa7664ab48b9453fb680fe7274fa74e9e0126950fbb15deb793eb95362f74c11151f8731

diff --git a/media-sound/fapg/fapg-0.41.ebuild b/media-sound/fapg/fapg-0.41.ebuild
deleted file mode 100644
index 00f60a0813e..00000000000
--- a/media-sound/fapg/fapg-0.41.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-DESCRIPTION="Fast Audio Playlist Generator"
-HOMEPAGE="http://royale.zerezo.com/fapg/"
-SRC_URI="http://royale.zerezo.com/fapg/${P}.tar.gz"
-IUSE="xspf"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 x86"
-RDEPEND="xspf? ( >=dev-libs/uriparser-0.6.3 )"
-DEPEND="${RDEPEND}"
-
-src_compile() {
-	local myconf=""
-	use xspf || myconf="${myconf} --disable-xspf"
-	econf ${myconf}
-	emake || die "make failed"
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die "make install failed"
-	dodoc AUTHORS ChangeLog README
-}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-sound/fapg/
@ 2020-09-06 21:51 Sebastian Pipping
  0 siblings, 0 replies; 14+ messages in thread
From: Sebastian Pipping @ 2020-09-06 21:51 UTC (permalink / raw
  To: gentoo-commits

commit:     656cd41374098f2ebecba24298782c3d6f3e92b9
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  6 21:50:46 2020 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Sep  6 21:50:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=656cd413

media-sound/fapg: 0.43

Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
Package-Manager: Portage-3.0.0, Repoman-2.3.23

 media-sound/fapg/Manifest         |  1 +
 media-sound/fapg/fapg-0.43.ebuild | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/media-sound/fapg/Manifest b/media-sound/fapg/Manifest
index d9d39fed8d7..58335aca73c 100644
--- a/media-sound/fapg/Manifest
+++ b/media-sound/fapg/Manifest
@@ -1 +1,2 @@
 DIST fapg-0.42.tar.gz 94920 BLAKE2B b7da3a9df4b3f61022d237fe2b94238d56ceee456de54843062a887710f8faea17cfc6198487317797d9b16b006ccf311eb8e0f9e9e55a2e5d0aed173758457f SHA512 e3bbef35b9c845d80bcd1ee1116e4eb99b98e9d84cff034f2a49bbfcaa7664ab48b9453fb680fe7274fa74e9e0126950fbb15deb793eb95362f74c11151f8731
+DIST fapg-0.43.tar.gz 95025 BLAKE2B 33ef8e895ad998fc2d6a1f13c377805d0fdaf55b74adb78e4396f6084be531dc228da59f1a97329cb27cd5eafaad91822b27ad97f72f2f9c75deee7454bd22a8 SHA512 e290db42437a6345b6b1ee5348e95fc611c29ceffdc32baafb2e7aecde87b41e4584e9a06c1cf4c2ca938b3fe2359ba2f8bc4ad7c42923cfb3eef8e9737da64a

diff --git a/media-sound/fapg/fapg-0.43.ebuild b/media-sound/fapg/fapg-0.43.ebuild
new file mode 100644
index 00000000000..e5069022384
--- /dev/null
+++ b/media-sound/fapg/fapg-0.43.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2020 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
+}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-sound/fapg/
@ 2021-04-20 23:35 Sam James
  0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2021-04-20 23:35 UTC (permalink / raw
  To: gentoo-commits

commit:     9bfbf729236eea5a5780a9a064bb6e1cb440bdb0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 20 23:32:05 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 20 23:34:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bfbf729

media-sound/fapg: Stabilize 0.43 ppc, #784446

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-sound/fapg/fapg-0.43.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/fapg/fapg-0.43.ebuild b/media-sound/fapg/fapg-0.43.ebuild
index e5069022384..30f2442b79a 100644
--- a/media-sound/fapg/fapg-0.43.ebuild
+++ b/media-sound/fapg/fapg-0.43.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ SRC_URI="http://royale.zerezo.com/fapg/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ppc ~ppc64 ~x86"
 IUSE="xspf"
 
 DEPEND="xspf? ( >=dev-libs/uriparser-0.6.3 )"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-sound/fapg/
@ 2021-04-21 19:03 Sam James
  0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2021-04-21 19:03 UTC (permalink / raw
  To: gentoo-commits

commit:     d82708ef4bdd70b3a5fb1568fc1ab94ca05ceec0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 21 19:03:35 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 21 19:03:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d82708ef

media-sound/fapg: Stabilize 0.43 amd64, #784446

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-sound/fapg/fapg-0.43.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/fapg/fapg-0.43.ebuild b/media-sound/fapg/fapg-0.43.ebuild
index 30f2442b79a..801676ceef0 100644
--- a/media-sound/fapg/fapg-0.43.ebuild
+++ b/media-sound/fapg/fapg-0.43.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://royale.zerezo.com/fapg/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ppc ~ppc64 ~x86"
 IUSE="xspf"
 
 DEPEND="xspf? ( >=dev-libs/uriparser-0.6.3 )"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-sound/fapg/
@ 2021-04-22  2:59 Sam James
  0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2021-04-22  2:59 UTC (permalink / raw
  To: gentoo-commits

commit:     7ece9ac847c4bec633a3a418c382b602388ec5fd
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 22 02:58:58 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 22 02:58:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ece9ac8

media-sound/fapg: Stabilize 0.43 x86, #784446

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-sound/fapg/fapg-0.43.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/fapg/fapg-0.43.ebuild b/media-sound/fapg/fapg-0.43.ebuild
index 801676ceef0..4a9a2b3dbe5 100644
--- a/media-sound/fapg/fapg-0.43.ebuild
+++ b/media-sound/fapg/fapg-0.43.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://royale.zerezo.com/fapg/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ppc ~ppc64 x86"
 IUSE="xspf"
 
 DEPEND="xspf? ( >=dev-libs/uriparser-0.6.3 )"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-sound/fapg/
@ 2021-04-22  5:20 Miroslav Šulc
  0 siblings, 0 replies; 14+ messages in thread
From: Miroslav Šulc @ 2021-04-22  5:20 UTC (permalink / raw
  To: gentoo-commits

commit:     7c7c0a46e4d59b9342d34c96ea7f128c0ce3fb93
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 22 05:20:05 2021 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Thu Apr 22 05:20:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c7c0a46

media-sound/fapg: removed obsolete 0.42

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-sound/fapg/Manifest         |  1 -
 media-sound/fapg/fapg-0.42.ebuild | 27 ---------------------------
 2 files changed, 28 deletions(-)

diff --git a/media-sound/fapg/Manifest b/media-sound/fapg/Manifest
index 58335aca73c..b389463ed2f 100644
--- a/media-sound/fapg/Manifest
+++ b/media-sound/fapg/Manifest
@@ -1,2 +1 @@
-DIST fapg-0.42.tar.gz 94920 BLAKE2B b7da3a9df4b3f61022d237fe2b94238d56ceee456de54843062a887710f8faea17cfc6198487317797d9b16b006ccf311eb8e0f9e9e55a2e5d0aed173758457f SHA512 e3bbef35b9c845d80bcd1ee1116e4eb99b98e9d84cff034f2a49bbfcaa7664ab48b9453fb680fe7274fa74e9e0126950fbb15deb793eb95362f74c11151f8731
 DIST fapg-0.43.tar.gz 95025 BLAKE2B 33ef8e895ad998fc2d6a1f13c377805d0fdaf55b74adb78e4396f6084be531dc228da59f1a97329cb27cd5eafaad91822b27ad97f72f2f9c75deee7454bd22a8 SHA512 e290db42437a6345b6b1ee5348e95fc611c29ceffdc32baafb2e7aecde87b41e4584e9a06c1cf4c2ca938b3fe2359ba2f8bc4ad7c42923cfb3eef8e9737da64a

diff --git a/media-sound/fapg/fapg-0.42.ebuild b/media-sound/fapg/fapg-0.42.ebuild
deleted file mode 100644
index b6e485692da..00000000000
--- 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
-}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-sound/fapg/
@ 2023-01-22  8:39 Miroslav Šulc
  0 siblings, 0 replies; 14+ messages in thread
From: Miroslav Šulc @ 2023-01-22  8:39 UTC (permalink / raw
  To: gentoo-commits

commit:     14f24e1381e48101c041345f8ed089f36584cf64
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 22 08:39:13 2023 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sun Jan 22 08:39:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14f24e13

media-sound/fapg: bump to 0.44 + eapi8

Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-sound/fapg/Manifest         |  1 +
 media-sound/fapg/fapg-0.44.ebuild | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/media-sound/fapg/Manifest b/media-sound/fapg/Manifest
index b389463ed2f9..e46924e6784f 100644
--- a/media-sound/fapg/Manifest
+++ b/media-sound/fapg/Manifest
@@ -1 +1,2 @@
 DIST fapg-0.43.tar.gz 95025 BLAKE2B 33ef8e895ad998fc2d6a1f13c377805d0fdaf55b74adb78e4396f6084be531dc228da59f1a97329cb27cd5eafaad91822b27ad97f72f2f9c75deee7454bd22a8 SHA512 e290db42437a6345b6b1ee5348e95fc611c29ceffdc32baafb2e7aecde87b41e4584e9a06c1cf4c2ca938b3fe2359ba2f8bc4ad7c42923cfb3eef8e9737da64a
+DIST fapg-0.44.tar.gz 95423 BLAKE2B 7ceb0bada49092b491daa553786a88c193489b702b898638d118f0616738a746973a2d7982ec6a95376bd27a7c8c6ac531a546688c2d1f1079a2e7255f5a64d5 SHA512 ffb7e95c6060b0afeffc820c74f8cf619aff3b8876212a94106184d1b61201896626806a9334722fe856203cc09b01c0a1cd10a40cba62ad6f6709f3663fd933

diff --git a/media-sound/fapg/fapg-0.44.ebuild b/media-sound/fapg/fapg-0.44.ebuild
new file mode 100644
index 000000000000..704c145ce5f8
--- /dev/null
+++ b/media-sound/fapg/fapg-0.44.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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
+}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-sound/fapg/
@ 2023-02-22  9:15 Sam James
  0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2023-02-22  9:15 UTC (permalink / raw
  To: gentoo-commits

commit:     8e4ba965b519db080233b46f8377553fe009482e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 22 09:15:43 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 22 09:15:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e4ba965

media-sound/fapg: Stabilize 0.44 x86, #895796

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-sound/fapg/fapg-0.44.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/fapg/fapg-0.44.ebuild b/media-sound/fapg/fapg-0.44.ebuild
index 8242572ae845..bc587bc3b1b6 100644
--- a/media-sound/fapg/fapg-0.44.ebuild
+++ b/media-sound/fapg/fapg-0.44.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://royale.zerezo.com/fapg/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ppc ~ppc64 x86"
 IUSE="xspf"
 
 DEPEND="xspf? ( >=dev-libs/uriparser-0.6.3 )"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-sound/fapg/
@ 2023-02-22  9:15 Sam James
  0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2023-02-22  9:15 UTC (permalink / raw
  To: gentoo-commits

commit:     546fb59b86021e699cd4534fc46f5299246f12f9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 22 09:15:42 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 22 09:15:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=546fb59b

media-sound/fapg: Stabilize 0.44 ppc, #895796

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-sound/fapg/fapg-0.44.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/fapg/fapg-0.44.ebuild b/media-sound/fapg/fapg-0.44.ebuild
index 704c145ce5f8..8242572ae845 100644
--- a/media-sound/fapg/fapg-0.44.ebuild
+++ b/media-sound/fapg/fapg-0.44.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://royale.zerezo.com/fapg/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ppc ~ppc64 ~x86"
 IUSE="xspf"
 
 DEPEND="xspf? ( >=dev-libs/uriparser-0.6.3 )"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-sound/fapg/
@ 2023-02-22  9:32 Sam James
  0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2023-02-22  9:32 UTC (permalink / raw
  To: gentoo-commits

commit:     5447026c3c6b8718069df0dd8d0e0f497aaa7761
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 22 09:32:47 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 22 09:32:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5447026c

media-sound/fapg: Stabilize 0.44 amd64, #895796

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-sound/fapg/fapg-0.44.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/fapg/fapg-0.44.ebuild b/media-sound/fapg/fapg-0.44.ebuild
index bc587bc3b1b6..78949f7b5ed8 100644
--- a/media-sound/fapg/fapg-0.44.ebuild
+++ b/media-sound/fapg/fapg-0.44.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://royale.zerezo.com/fapg/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~ppc64 x86"
+KEYWORDS="amd64 ppc ~ppc64 x86"
 IUSE="xspf"
 
 DEPEND="xspf? ( >=dev-libs/uriparser-0.6.3 )"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-sound/fapg/
@ 2023-02-24  7:53 Miroslav Šulc
  0 siblings, 0 replies; 14+ messages in thread
From: Miroslav Šulc @ 2023-02-24  7:53 UTC (permalink / raw
  To: gentoo-commits

commit:     3bdcb15e7aded92b1efe66d76199f930acd59b4b
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 24 07:53:28 2023 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Fri Feb 24 07:53:28 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bdcb15e

media-sound/fapg: dropped obsolete 0.43

Bug: https://bugs.gentoo.org/895794
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-sound/fapg/Manifest         |  1 -
 media-sound/fapg/fapg-0.43.ebuild | 27 ---------------------------
 2 files changed, 28 deletions(-)

diff --git a/media-sound/fapg/Manifest b/media-sound/fapg/Manifest
index e46924e6784f..40e9945e6785 100644
--- a/media-sound/fapg/Manifest
+++ b/media-sound/fapg/Manifest
@@ -1,2 +1 @@
-DIST fapg-0.43.tar.gz 95025 BLAKE2B 33ef8e895ad998fc2d6a1f13c377805d0fdaf55b74adb78e4396f6084be531dc228da59f1a97329cb27cd5eafaad91822b27ad97f72f2f9c75deee7454bd22a8 SHA512 e290db42437a6345b6b1ee5348e95fc611c29ceffdc32baafb2e7aecde87b41e4584e9a06c1cf4c2ca938b3fe2359ba2f8bc4ad7c42923cfb3eef8e9737da64a
 DIST fapg-0.44.tar.gz 95423 BLAKE2B 7ceb0bada49092b491daa553786a88c193489b702b898638d118f0616738a746973a2d7982ec6a95376bd27a7c8c6ac531a546688c2d1f1079a2e7255f5a64d5 SHA512 ffb7e95c6060b0afeffc820c74f8cf619aff3b8876212a94106184d1b61201896626806a9334722fe856203cc09b01c0a1cd10a40cba62ad6f6709f3663fd933

diff --git a/media-sound/fapg/fapg-0.43.ebuild b/media-sound/fapg/fapg-0.43.ebuild
deleted file mode 100644
index 4a9a2b3dbe5c..000000000000
--- a/media-sound/fapg/fapg-0.43.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2021 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
-}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2023-02-24  7:53 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-24  7:53 [gentoo-commits] repo/gentoo:master commit in: media-sound/fapg/ Miroslav Šulc
  -- strict thread matches above, loose matches on Subject: below --
2023-02-22  9:32 Sam James
2023-02-22  9:15 Sam James
2023-02-22  9:15 Sam James
2023-01-22  8:39 Miroslav Šulc
2021-04-22  5:20 Miroslav Šulc
2021-04-22  2:59 Sam James
2021-04-21 19:03 Sam James
2021-04-20 23:35 Sam James
2020-09-06 21:51 Sebastian Pipping
2019-04-28 22:41 Pacho Ramos
2019-04-28 22:06 Thomas Deutschmann
2019-04-08 15:09 Mikle Kolyada
2019-03-30  9:59 Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox