* [gentoo-commits] repo/gentoo:master commit in: media-libs/stops/
@ 2015-11-01 10:14 Alexis Ballier
0 siblings, 0 replies; 9+ messages in thread
From: Alexis Ballier @ 2015-11-01 10:14 UTC (permalink / raw
To: gentoo-commits
commit: 7cd0f8c35da108f352ddb22204ebe590aa5490ff
Author: Gavin Pryke <gavinlee303 <AT> gmail <DOT> com>
AuthorDate: Thu Oct 15 20:09:07 2015 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Oct 30 17:29:06 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cd0f8c3
media-libs/stops: fix HOMEPAGE, SRC_URI, EAPI=5. bug #437186
The HOMEPAGE and SRC_URI for kokkinizita upstream was changed
some time ago. These changes point said variables to the new
location. The previous ebuild was deprecated EAPI so
bumped to EAPI=5, revbumped and modified ebuild accordingly.
Bug: https://bugs.gentoo.org/show_bug.cgi?id=437186
media-libs/stops/stops-0.3.0-r1.ebuild | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/media-libs/stops/stops-0.3.0-r1.ebuild b/media-libs/stops/stops-0.3.0-r1.ebuild
new file mode 100644
index 0000000..e16f595
--- /dev/null
+++ b/media-libs/stops/stops-0.3.0-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="Organ stops for aeolus by Fons Adriaensen <fons.adriaensen@skynet.be>"
+HOMEPAGE="http://kokkinizita.linuxaudio.org/linuxaudio/aeolus/index.html"
+SRC_URI="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+src_install() {
+ insinto /usr/share/${PN}
+ doins -r *.ae0 Aeolus* waves
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/stops/
@ 2019-09-08 1:13 Thomas Deutschmann
0 siblings, 0 replies; 9+ messages in thread
From: Thomas Deutschmann @ 2019-09-08 1:13 UTC (permalink / raw
To: gentoo-commits
commit: 534ab83759edd2a6655025ea2c2319ec988676b8
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 8 00:48:23 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Sep 8 01:13:18 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=534ab837
media-libs/stops: x86 stable (bug #693646)
Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
media-libs/stops/stops-0.3.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-libs/stops/stops-0.3.0-r1.ebuild b/media-libs/stops/stops-0.3.0-r1.ebuild
index 5025ac5c931..4eee913ccce 100644
--- a/media-libs/stops/stops-0.3.0-r1.ebuild
+++ b/media-libs/stops/stops-0.3.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -9,7 +9,7 @@ SRC_URI="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE=""
src_install() {
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/stops/
@ 2019-09-09 5:54 Agostino Sarubbo
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo @ 2019-09-09 5:54 UTC (permalink / raw
To: gentoo-commits
commit: afcb6505af2d69848289b29ba579f75bd4754489
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 9 05:54:01 2019 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Sep 9 05:54:01 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afcb6505
media-libs/stops: amd64 stable wrt bug #693646
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-libs/stops/stops-0.3.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/stops/stops-0.3.0-r1.ebuild b/media-libs/stops/stops-0.3.0-r1.ebuild
index 4eee913ccce..cbd327d7a9b 100644
--- a/media-libs/stops/stops-0.3.0-r1.ebuild
+++ b/media-libs/stops/stops-0.3.0-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
IUSE=""
src_install() {
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/stops/
@ 2019-09-09 6:32 Michał Górny
0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2019-09-09 6:32 UTC (permalink / raw
To: gentoo-commits
commit: 60338edb4f1e2270370de7cfa4e59fd4a54e266e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 9 06:11:26 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep 9 06:32:35 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60338edb
media-libs/stops: Drop old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
media-libs/stops/stops-0.3.0.ebuild | 21 ---------------------
1 file changed, 21 deletions(-)
diff --git a/media-libs/stops/stops-0.3.0.ebuild b/media-libs/stops/stops-0.3.0.ebuild
deleted file mode 100644
index f33e8d657dc..00000000000
--- a/media-libs/stops/stops-0.3.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-DESCRIPTION="Organ stops for aeolus by Fons Adriaensen <fons.adriaensen@skynet.be>"
-HOMEPAGE="http://www.kokkinizita.net/linuxaudio/aeolus/index.html"
-SRC_URI="http://users.skynet.be/solaris/linuxaudio/downloads/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_install() {
- insinto /usr/share/${PN}
- doins -r *.ae0 Aeolus* waves
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/stops/
@ 2021-10-22 14:23 Jakov Smolić
0 siblings, 0 replies; 9+ messages in thread
From: Jakov Smolić @ 2021-10-22 14:23 UTC (permalink / raw
To: gentoo-commits
commit: f928074ece5b69c6c48cfe5b0a4d36fd2a5beae5
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 22 13:13:08 2021 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Oct 22 14:23:14 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f928074e
media-libs/stops: Port to EAPI 8
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
media-libs/stops/stops-0.3.0-r1.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/media-libs/stops/stops-0.3.0-r1.ebuild b/media-libs/stops/stops-0.3.0-r1.ebuild
index cbd327d7a9b..38b07d1fdfc 100644
--- a/media-libs/stops/stops-0.3.0-r1.ebuild
+++ b/media-libs/stops/stops-0.3.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=8
DESCRIPTION="Organ stops for aeolus by Fons Adriaensen <fons.adriaensen@skynet.be>"
HOMEPAGE="http://kokkinizita.linuxaudio.org/linuxaudio/aeolus/index.html"
@@ -10,7 +10,6 @@ SRC_URI="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE=""
src_install() {
insinto /usr/share/${PN}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/stops/
@ 2023-01-12 8:42 Miroslav Šulc
0 siblings, 0 replies; 9+ messages in thread
From: Miroslav Šulc @ 2023-01-12 8:42 UTC (permalink / raw
To: gentoo-commits
commit: 8e279d7b118440ffe989fcc2734ef9700f5e1da2
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 12 08:42:40 2023 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Thu Jan 12 08:42:40 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e279d7b
media-libs/stops: bump to 0.4.0
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-libs/stops/Manifest | 1 +
media-libs/stops/stops-0.4.0.ebuild | 17 +++++++++++++++++
2 files changed, 18 insertions(+)
diff --git a/media-libs/stops/Manifest b/media-libs/stops/Manifest
index d2f45b732615..3e41f226461a 100644
--- a/media-libs/stops/Manifest
+++ b/media-libs/stops/Manifest
@@ -1 +1,2 @@
DIST stops-0.3.0.tar.bz2 24766 BLAKE2B 6a5756fa1dfde1574895f75ae6f2da6ebfded7058bf0fad1a9097bb1fcda9c072b2ecc3d251b9dc24d5602110224062cabb23bc9cc78715b9196c747749a5afe SHA512 a6572a42c6796aa08b9085bfc4cb9e252091310224a0b8867eaf5d41f399b2649744c357506ae5fb64a82018f0da702bacbdc7e96965a1116f08d0a248d28ad3
+DIST stops-0.4.0.tar.bz2 24429 BLAKE2B 952568f4d5981dabc210bc3cdfd40dd8947fd6c0fb8959ff030b6dc7b2a9c6de68b28b6a3239a7c4233b1faa782a689007a723afbf1fd8cc236a8421561c3bcc SHA512 b465d8bcb89f60727d022a0c88ece24e37e7a3f8e19723f635adbb26e48f0eda042ae956a70cd7ece22f30e583331ff8d0b33eb8b2e61bf180360af4af562a67
diff --git a/media-libs/stops/stops-0.4.0.ebuild b/media-libs/stops/stops-0.4.0.ebuild
new file mode 100644
index 000000000000..9ea349fbde9c
--- /dev/null
+++ b/media-libs/stops/stops-0.4.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Organ stops for aeolus by Fons Adriaensen <fons.adriaensen@skynet.be>"
+HOMEPAGE="http://kokkinizita.linuxaudio.org/linuxaudio/aeolus/index.html"
+SRC_URI="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_install() {
+ insinto /usr/share/${PN}
+ doins -r *.ae0 Aeolus* waves
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/stops/
@ 2023-02-16 5:22 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2023-02-16 5:22 UTC (permalink / raw
To: gentoo-commits
commit: f78179301a29decdbe1bebdf28f7ee754352b173
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 16 05:22:29 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 16 05:22:29 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7817930
media-libs/stops: Stabilize 0.4.0 amd64, #894022
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/stops/stops-0.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/stops/stops-0.4.0.ebuild b/media-libs/stops/stops-0.4.0.ebuild
index 9ea349fbde9c..641480b3ba3a 100644
--- a/media-libs/stops/stops-0.4.0.ebuild
+++ b/media-libs/stops/stops-0.4.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
src_install() {
insinto /usr/share/${PN}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/stops/
@ 2023-02-16 10:01 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2023-02-16 10:01 UTC (permalink / raw
To: gentoo-commits
commit: 14266373101c6b1256a5c16b9e431b92be81ac85
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 16 10:00:50 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 16 10:00:50 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14266373
media-libs/stops: Stabilize 0.4.0 x86, #894022
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/stops/stops-0.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/stops/stops-0.4.0.ebuild b/media-libs/stops/stops-0.4.0.ebuild
index 641480b3ba3a..da372aa54166 100644
--- a/media-libs/stops/stops-0.4.0.ebuild
+++ b/media-libs/stops/stops-0.4.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
src_install() {
insinto /usr/share/${PN}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/stops/
@ 2023-02-17 8:26 Miroslav Šulc
0 siblings, 0 replies; 9+ messages in thread
From: Miroslav Šulc @ 2023-02-17 8:26 UTC (permalink / raw
To: gentoo-commits
commit: 4582a6ca452eb2c79adb0b1c39bdb4f1de7aede8
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 17 08:25:47 2023 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Fri Feb 17 08:25:59 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4582a6ca
media-libs/stops: dropped obsolete 0.3.0-r1
Bug: https://bugs.gentoo.org/894022
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-libs/stops/Manifest | 1 -
media-libs/stops/stops-0.3.0-r1.ebuild | 17 -----------------
2 files changed, 18 deletions(-)
diff --git a/media-libs/stops/Manifest b/media-libs/stops/Manifest
index 3e41f226461a..a64d8fb923a8 100644
--- a/media-libs/stops/Manifest
+++ b/media-libs/stops/Manifest
@@ -1,2 +1 @@
-DIST stops-0.3.0.tar.bz2 24766 BLAKE2B 6a5756fa1dfde1574895f75ae6f2da6ebfded7058bf0fad1a9097bb1fcda9c072b2ecc3d251b9dc24d5602110224062cabb23bc9cc78715b9196c747749a5afe SHA512 a6572a42c6796aa08b9085bfc4cb9e252091310224a0b8867eaf5d41f399b2649744c357506ae5fb64a82018f0da702bacbdc7e96965a1116f08d0a248d28ad3
DIST stops-0.4.0.tar.bz2 24429 BLAKE2B 952568f4d5981dabc210bc3cdfd40dd8947fd6c0fb8959ff030b6dc7b2a9c6de68b28b6a3239a7c4233b1faa782a689007a723afbf1fd8cc236a8421561c3bcc SHA512 b465d8bcb89f60727d022a0c88ece24e37e7a3f8e19723f635adbb26e48f0eda042ae956a70cd7ece22f30e583331ff8d0b33eb8b2e61bf180360af4af562a67
diff --git a/media-libs/stops/stops-0.3.0-r1.ebuild b/media-libs/stops/stops-0.3.0-r1.ebuild
deleted file mode 100644
index 38b07d1fdfcd..000000000000
--- a/media-libs/stops/stops-0.3.0-r1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Organ stops for aeolus by Fons Adriaensen <fons.adriaensen@skynet.be>"
-HOMEPAGE="http://kokkinizita.linuxaudio.org/linuxaudio/aeolus/index.html"
-SRC_URI="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-src_install() {
- insinto /usr/share/${PN}
- doins -r *.ae0 Aeolus* waves
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2023-02-17 8:26 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-09 6:32 [gentoo-commits] repo/gentoo:master commit in: media-libs/stops/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2023-02-17 8:26 Miroslav Šulc
2023-02-16 10:01 Sam James
2023-02-16 5:22 Sam James
2023-01-12 8:42 Miroslav Šulc
2021-10-22 14:23 Jakov Smolić
2019-09-09 5:54 Agostino Sarubbo
2019-09-08 1:13 Thomas Deutschmann
2015-11-01 10:14 Alexis Ballier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox