public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-sound/sidplay/
@ 2018-05-27  0:15 Aaron Bauman
  0 siblings, 0 replies; 10+ messages in thread
From: Aaron Bauman @ 2018-05-27  0:15 UTC (permalink / raw
  To: gentoo-commits

commit:     b28abb670c1c3382fac1507f56fb1facd4b40b5f
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat May 26 23:37:19 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun May 27 00:15:00 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b28abb67

media-sound/sidplay: bump EAPI and drop eutils

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-sound/sidplay/sidplay-2.0.9.ebuild | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/media-sound/sidplay/sidplay-2.0.9.ebuild b/media-sound/sidplay/sidplay-2.0.9.ebuild
index 4f38551f8eb..982b4bfc55c 100644
--- a/media-sound/sidplay/sidplay-2.0.9.ebuild
+++ b/media-sound/sidplay/sidplay-2.0.9.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=2
-inherit eutils
+EAPI=6
 
 DESCRIPTION="C64 SID player"
 HOMEPAGE="http://sidplay2.sourceforge.net/"
@@ -17,12 +16,12 @@ RDEPEND=">=media-libs/libsidplay-2.1"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"
 
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-gcc43.patch \
-		"${FILESDIR}"/${P}-gcc44.patch
-}
+PATCHES=(
+	"${FILESDIR}/${P}-gcc43.patch"
+	"${FILESDIR}/${P}-gcc44.patch"
+)
 
 src_install () {
 	emake DESTDIR="${D}" install || die "emake install failed"
-	dodoc TODO AUTHORS ChangeLog
+	default
 }


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/sidplay/
@ 2018-05-27 18:23 Aaron Bauman
  0 siblings, 0 replies; 10+ messages in thread
From: Aaron Bauman @ 2018-05-27 18:23 UTC (permalink / raw
  To: gentoo-commits

commit:     8794f1e45c90b8d8918c52b85618189de4ded002
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun May 27 13:45:46 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun May 27 18:23:08 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8794f1e4

media-sound/sidplay: nix src_install()

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-sound/sidplay/sidplay-2.0.9.ebuild | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/media-sound/sidplay/sidplay-2.0.9.ebuild b/media-sound/sidplay/sidplay-2.0.9.ebuild
index 982b4bfc55c..e9a2c0d50f3 100644
--- a/media-sound/sidplay/sidplay-2.0.9.ebuild
+++ b/media-sound/sidplay/sidplay-2.0.9.ebuild
@@ -20,8 +20,3 @@ PATCHES=(
 	"${FILESDIR}/${P}-gcc43.patch"
 	"${FILESDIR}/${P}-gcc44.patch"
 )
-
-src_install () {
-	emake DESTDIR="${D}" install || die "emake install failed"
-	default
-}


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/sidplay/
@ 2019-02-09 20:58 Andreas Sturmlechner
  0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2019-02-09 20:58 UTC (permalink / raw
  To: gentoo-commits

commit:     7373c06c867f86ca40ca1a5007f605ecd3b2a2a5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  9 20:07:49 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Feb  9 20:57:45 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7373c06c

media-sound/sidplay: EAPI-7 bump

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

 media-sound/sidplay/sidplay-2.0.9-r1.ebuild | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/media-sound/sidplay/sidplay-2.0.9-r1.ebuild b/media-sound/sidplay/sidplay-2.0.9-r1.ebuild
new file mode 100644
index 00000000000..b10d636702c
--- /dev/null
+++ b/media-sound/sidplay/sidplay-2.0.9-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="C64 SID player"
+HOMEPAGE="http://sidplay2.sourceforge.net/"
+SRC_URI="mirror://sourceforge/sidplay2/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="alpha amd64 ~hppa ppc ~sparc x86"
+IUSE=""
+
+BDEPEND="virtual/pkgconfig"
+DEPEND="media-libs/libsidplay:2"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+	"${FILESDIR}/${P}-gcc43.patch"
+	"${FILESDIR}/${P}-gcc44.patch"
+)


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/sidplay/
@ 2019-03-10 23:57 Andreas Sturmlechner
  0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2019-03-10 23:57 UTC (permalink / raw
  To: gentoo-commits

commit:     acc479bc0d162748a0f6d0e1e0db8404502b1ce5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 10 23:12:00 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 10 23:57:28 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acc479bc

media-sound/sidplay: Drop 2.0.9 (r0)

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

 media-sound/sidplay/sidplay-2.0.9.ebuild | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/media-sound/sidplay/sidplay-2.0.9.ebuild b/media-sound/sidplay/sidplay-2.0.9.ebuild
deleted file mode 100644
index e9a2c0d50f3..00000000000
--- a/media-sound/sidplay/sidplay-2.0.9.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="C64 SID player"
-HOMEPAGE="http://sidplay2.sourceforge.net/"
-SRC_URI="mirror://sourceforge/sidplay2/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ppc ~sparc x86"
-IUSE=""
-
-RDEPEND=">=media-libs/libsidplay-2.1"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-PATCHES=(
-	"${FILESDIR}/${P}-gcc43.patch"
-	"${FILESDIR}/${P}-gcc44.patch"
-)


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/sidplay/
@ 2023-09-04  7:09 Miroslav Šulc
  0 siblings, 0 replies; 10+ messages in thread
From: Miroslav Šulc @ 2023-09-04  7:09 UTC (permalink / raw
  To: gentoo-commits

commit:     c04ab039c7528cba6c8b77dafa773d5eec7ee91c
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  4 07:07:07 2023 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Mon Sep  4 07:09:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c04ab039

media-sound/sidplay: eapi8 on 2.0.9-r2

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

 media-sound/sidplay/sidplay-2.0.9-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/sidplay/sidplay-2.0.9-r2.ebuild b/media-sound/sidplay/sidplay-2.0.9-r2.ebuild
index b4c1c91d75cd..626922677fc9 100644
--- a/media-sound/sidplay/sidplay-2.0.9-r2.ebuild
+++ b/media-sound/sidplay/sidplay-2.0.9-r2.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 DESCRIPTION="C64 SID player"
 HOMEPAGE="https://sidplay2.sourceforge.net/"


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/sidplay/
@ 2023-10-04  8:21 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2023-10-04  8:21 UTC (permalink / raw
  To: gentoo-commits

commit:     c55ee3a9c8e1f54d6080bf4ed0d3014a792eb277
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  4 08:21:41 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct  4 08:21:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c55ee3a9

media-sound/sidplay: Stabilize 2.0.9-r2 amd64, #915167

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

 media-sound/sidplay/sidplay-2.0.9-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/sidplay/sidplay-2.0.9-r2.ebuild b/media-sound/sidplay/sidplay-2.0.9-r2.ebuild
index 626922677fc9..37598b74a0a3 100644
--- a/media-sound/sidplay/sidplay-2.0.9-r2.ebuild
+++ b/media-sound/sidplay/sidplay-2.0.9-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/sidplay2/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ~sparc ~x86"
 IUSE=""
 
 BDEPEND="virtual/pkgconfig"


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/sidplay/
@ 2023-10-04  8:21 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2023-10-04  8:21 UTC (permalink / raw
  To: gentoo-commits

commit:     a8bf4efaf71149381029b918c3250a71d46834c9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  4 08:21:42 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct  4 08:21:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8bf4efa

media-sound/sidplay: Stabilize 2.0.9-r2 x86, #915167

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

 media-sound/sidplay/sidplay-2.0.9-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/sidplay/sidplay-2.0.9-r2.ebuild b/media-sound/sidplay/sidplay-2.0.9-r2.ebuild
index 37598b74a0a3..935fe476c5cc 100644
--- a/media-sound/sidplay/sidplay-2.0.9-r2.ebuild
+++ b/media-sound/sidplay/sidplay-2.0.9-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/sidplay2/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ~sparc x86"
 IUSE=""
 
 BDEPEND="virtual/pkgconfig"


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/sidplay/
@ 2023-10-04 18:32 Arthur Zamarin
  0 siblings, 0 replies; 10+ messages in thread
From: Arthur Zamarin @ 2023-10-04 18:32 UTC (permalink / raw
  To: gentoo-commits

commit:     603878158cdf74c7e5f10a3b2b155a260d9c164e
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  4 18:32:53 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Oct  4 18:32:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60387815

media-sound/sidplay: Stabilize 2.0.9-r2 ppc, #915167

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 media-sound/sidplay/sidplay-2.0.9-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/sidplay/sidplay-2.0.9-r2.ebuild b/media-sound/sidplay/sidplay-2.0.9-r2.ebuild
index 935fe476c5cc..d7091d5b68de 100644
--- a/media-sound/sidplay/sidplay-2.0.9-r2.ebuild
+++ b/media-sound/sidplay/sidplay-2.0.9-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/sidplay2/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ~sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ppc ~sparc x86"
 IUSE=""
 
 BDEPEND="virtual/pkgconfig"


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/sidplay/
@ 2023-10-05  7:17 Miroslav Šulc
  0 siblings, 0 replies; 10+ messages in thread
From: Miroslav Šulc @ 2023-10-05  7:17 UTC (permalink / raw
  To: gentoo-commits

commit:     a248e13f5e6da4350b62dfd2c13d485346193741
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  5 07:16:53 2023 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Thu Oct  5 07:16:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a248e13f

media-sound/sidplay: dropped obsolete 2.0.9-r1

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

 media-sound/sidplay/sidplay-2.0.9-r1.ebuild | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/media-sound/sidplay/sidplay-2.0.9-r1.ebuild b/media-sound/sidplay/sidplay-2.0.9-r1.ebuild
deleted file mode 100644
index a9862b89b885..000000000000
--- a/media-sound/sidplay/sidplay-2.0.9-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="C64 SID player"
-HOMEPAGE="https://sidplay2.sourceforge.net/"
-SRC_URI="mirror://sourceforge/sidplay2/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ppc ~sparc x86"
-IUSE=""
-
-BDEPEND="virtual/pkgconfig"
-DEPEND="media-libs/libsidplay:2"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-	"${FILESDIR}/${P}-gcc43.patch"
-	"${FILESDIR}/${P}-gcc44.patch"
-)


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/sidplay/
@ 2024-08-01  7:43 Miroslav Šulc
  0 siblings, 0 replies; 10+ messages in thread
From: Miroslav Šulc @ 2024-08-01  7:43 UTC (permalink / raw
  To: gentoo-commits

commit:     0fb4c971ffcaad74cebee2f4fd7692e5e210a81f
Author:     Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Wed Jul 31 14:08:47 2024 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Thu Aug  1 07:43:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fb4c971

media-sound/sidplay: remove empty IUSE

Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-sound/sidplay/sidplay-2.0.9-r2.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/media-sound/sidplay/sidplay-2.0.9-r2.ebuild b/media-sound/sidplay/sidplay-2.0.9-r2.ebuild
index 8ec69de1d0f1..277c92d9489f 100644
--- a/media-sound/sidplay/sidplay-2.0.9-r2.ebuild
+++ b/media-sound/sidplay/sidplay-2.0.9-r2.ebuild
@@ -10,7 +10,6 @@ SRC_URI="https://downloads.sourceforge.net/sidplay2/${P}.tar.gz"
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~hppa ppc ~sparc x86"
-IUSE=""
 
 BDEPEND="virtual/pkgconfig"
 DEPEND="media-libs/libsidplay:2"


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

end of thread, other threads:[~2024-08-01  7:43 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-05  7:17 [gentoo-commits] repo/gentoo:master commit in: media-sound/sidplay/ Miroslav Šulc
  -- strict thread matches above, loose matches on Subject: below --
2024-08-01  7:43 Miroslav Šulc
2023-10-04 18:32 Arthur Zamarin
2023-10-04  8:21 Sam James
2023-10-04  8:21 Sam James
2023-09-04  7:09 Miroslav Šulc
2019-03-10 23:57 Andreas Sturmlechner
2019-02-09 20:58 Andreas Sturmlechner
2018-05-27 18:23 Aaron Bauman
2018-05-27  0:15 Aaron Bauman

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