* [gentoo-commits] repo/gentoo:master commit in: media-libs/resid/
@ 2017-04-24 18:58 Jeroen Roovers
0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers @ 2017-04-24 18:58 UTC (permalink / raw
To: gentoo-commits
commit: baac7ebc97dcaf1f3df4a7b9d44aba497f425be3
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 24 18:47:45 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Mon Apr 24 18:58:35 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baac7ebc
media-libs/resid: Add multilib support.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
media-libs/resid/resid-0.16_p2-r1.ebuild | 46 ++++++++++++++++++++++++++++++++
1 file changed, 46 insertions(+)
diff --git a/media-libs/resid/resid-0.16_p2-r1.ebuild b/media-libs/resid/resid-0.16_p2-r1.ebuild
new file mode 100644
index 00000000000..aff86979f43
--- /dev/null
+++ b/media-libs/resid/resid-0.16_p2-r1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools eutils multilib-minimal versionator
+
+MY_MAJ=$(get_version_component_range 1-2)
+
+DESCRIPTION="C++ library to emulate the C64 SID chip"
+HOMEPAGE="http://sidplay2.sourceforge.net"
+SRC_URI="mirror://sourceforge/sidplay2/${P/_p/-p}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+IUSE="static-libs"
+
+S=${WORKDIR}/${PN}-${MY_MAJ}
+
+DOCS=(
+ AUTHORS ChangeLog NEWS README THANKS TODO VC_CC_SUPPORT.txt
+)
+
+src_prepare() {
+ default
+
+ # This is required, otherwise the shared libraries get installed as
+ # libresid.0.0.0 instead of libresid.so.0.0.0.
+ eautoreconf
+
+ multilib_copy_sources
+}
+
+multilib_src_configure() {
+ econf \
+ $(use_enable static-libs static) \
+ --disable-dependency-tracking \
+ --enable-resid-install \
+ --enable-shared
+}
+
+multilib_src_install() {
+ default
+
+ prune_libtool_files
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/resid/
@ 2018-03-05 21:31 Tobias Klausmann
0 siblings, 0 replies; 9+ messages in thread
From: Tobias Klausmann @ 2018-03-05 21:31 UTC (permalink / raw
To: gentoo-commits
commit: 525935ccee07d10d655eae5fdd6b38ff014740a7
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 5 19:48:13 2018 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Mon Mar 5 21:30:56 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=525935cc
media-libs/resid-0.16_p2-r1: alpha stable
Gentoo-Bug: http://bugs.gentoo.org/648280
media-libs/resid/resid-0.16_p2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/resid/resid-0.16_p2-r1.ebuild b/media-libs/resid/resid-0.16_p2-r1.ebuild
index aff86979f43..8b002a261a8 100644
--- a/media-libs/resid/resid-0.16_p2-r1.ebuild
+++ b/media-libs/resid/resid-0.16_p2-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/sidplay2/${P/_p/-p}.tgz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="alpha ~amd64 ~ppc ~sparc ~x86"
IUSE="static-libs"
S=${WORKDIR}/${PN}-${MY_MAJ}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/resid/
@ 2018-03-07 13:51 Agostino Sarubbo
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo @ 2018-03-07 13:51 UTC (permalink / raw
To: gentoo-commits
commit: fcdd99ae8903894708038f556c74fcc58b0a2807
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 7 13:48:10 2018 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Mar 7 13:48:10 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcdd99ae
media-libs/resid: amd64 stable wrt bug #648280
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="amd64"
media-libs/resid/resid-0.16_p2-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-libs/resid/resid-0.16_p2-r1.ebuild b/media-libs/resid/resid-0.16_p2-r1.ebuild
index 8b002a261a8..a55ca0db6e5 100644
--- a/media-libs/resid/resid-0.16_p2-r1.ebuild
+++ b/media-libs/resid/resid-0.16_p2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/sidplay2/${P/_p/-p}.tgz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha ~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="alpha amd64 ~ppc ~sparc ~x86"
IUSE="static-libs"
S=${WORKDIR}/${PN}-${MY_MAJ}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/resid/
@ 2018-03-08 7:24 Sergei Trofimovich
0 siblings, 0 replies; 9+ messages in thread
From: Sergei Trofimovich @ 2018-03-08 7:24 UTC (permalink / raw
To: gentoo-commits
commit: 6fc8c5333a517474274e527f4222d5ad68a8abdc
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Thu Mar 8 06:40:50 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Mar 8 07:24:26 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fc8c533
media-libs/resid: stable 0.16_p2-r1 for sparc, bug #648280
Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"
media-libs/resid/resid-0.16_p2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/resid/resid-0.16_p2-r1.ebuild b/media-libs/resid/resid-0.16_p2-r1.ebuild
index a55ca0db6e5..4963e4fbf70 100644
--- a/media-libs/resid/resid-0.16_p2-r1.ebuild
+++ b/media-libs/resid/resid-0.16_p2-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/sidplay2/${P/_p/-p}.tgz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 ~ppc ~sparc ~x86"
+KEYWORDS="alpha amd64 ~ppc sparc ~x86"
IUSE="static-libs"
S=${WORKDIR}/${PN}-${MY_MAJ}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/resid/
@ 2018-03-13 22:26 Thomas Deutschmann
0 siblings, 0 replies; 9+ messages in thread
From: Thomas Deutschmann @ 2018-03-13 22:26 UTC (permalink / raw
To: gentoo-commits
commit: d5e1445b9a43ee123611c1e1392dd136089d8739
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 13 22:17:52 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Mar 13 22:26:01 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5e1445b
media-libs/resid: x86 stable (bug #648280)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
media-libs/resid/resid-0.16_p2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/resid/resid-0.16_p2-r1.ebuild b/media-libs/resid/resid-0.16_p2-r1.ebuild
index 4963e4fbf70..c1ad72df72c 100644
--- a/media-libs/resid/resid-0.16_p2-r1.ebuild
+++ b/media-libs/resid/resid-0.16_p2-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/sidplay2/${P/_p/-p}.tgz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 ~ppc sparc ~x86"
+KEYWORDS="alpha amd64 ~ppc sparc x86"
IUSE="static-libs"
S=${WORKDIR}/${PN}-${MY_MAJ}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/resid/
@ 2018-04-12 14:43 Sergei Trofimovich
0 siblings, 0 replies; 9+ messages in thread
From: Sergei Trofimovich @ 2018-04-12 14:43 UTC (permalink / raw
To: gentoo-commits
commit: 6d543ed29c33eb6ab75575a3b9a3ac00bc3d774b
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 12 14:43:34 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Apr 12 14:43:48 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d543ed2
media-libs/resid: stable 0.16_p2-r1 for ppc, bug #648280
Tested-by: ernsteiswuerfel
Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"
media-libs/resid/resid-0.16_p2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/resid/resid-0.16_p2-r1.ebuild b/media-libs/resid/resid-0.16_p2-r1.ebuild
index c1ad72df72c..dfdd3c337a5 100644
--- a/media-libs/resid/resid-0.16_p2-r1.ebuild
+++ b/media-libs/resid/resid-0.16_p2-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/sidplay2/${P/_p/-p}.tgz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 ~ppc sparc x86"
+KEYWORDS="alpha amd64 ppc sparc x86"
IUSE="static-libs"
S=${WORKDIR}/${PN}-${MY_MAJ}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/resid/
@ 2018-04-12 21:42 Andreas Sturmlechner
0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2018-04-12 21:42 UTC (permalink / raw
To: gentoo-commits
commit: 724e064d1cd94ef4ac60b04e811c80975e0842c4
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 12 20:04:03 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 12 21:42:16 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=724e064d
media-libs/resid: Drop old
Package-Manager: Portage-2.3.28, Repoman-2.3.9
media-libs/resid/resid-0.16_p2.ebuild | 40 -----------------------------------
1 file changed, 40 deletions(-)
diff --git a/media-libs/resid/resid-0.16_p2.ebuild b/media-libs/resid/resid-0.16_p2.ebuild
deleted file mode 100644
index a4a9b8ff6fd..00000000000
--- a/media-libs/resid/resid-0.16_p2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-inherit autotools versionator
-
-MY_MAJ=$(get_version_component_range 1-2)
-
-DESCRIPTION="C++ library to emulate the C64 SID chip"
-HOMEPAGE="http://sidplay2.sourceforge.net"
-SRC_URI="mirror://sourceforge/sidplay2/${P/_p/-p}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ppc sparc x86"
-IUSE="static-libs"
-
-RDEPEND=""
-DEPEND=""
-
-S=${WORKDIR}/${PN}-${MY_MAJ}
-
-src_prepare() {
- # This is required, otherwise the shared libraries get installed as
- # libresid.0.0.0 instead of libresid.so.0.0.0.
- eautoreconf
-}
-
-src_configure() {
- econf \
- --disable-dependency-tracking \
- --enable-shared \
- $(use_enable static-libs static) \
- --enable-resid-install
-}
-
-src_install () {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog NEWS README THANKS TODO VC_CC_SUPPORT.txt
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/resid/
@ 2022-09-09 7:59 David Seifert
0 siblings, 0 replies; 9+ messages in thread
From: David Seifert @ 2022-09-09 7:59 UTC (permalink / raw
To: gentoo-commits
commit: 31a274bda3067b278dcdbcd2bb15a2337490fa11
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 9 07:59:15 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Sep 9 07:59:15 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31a274bd
media-libs/resid: drop multilib
No multilib reverse dependencies.
Signed-off-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
.../{resid-0.16_p2-r1.ebuild => resid-0.16_p2-r2.ebuild} | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/media-libs/resid/resid-0.16_p2-r1.ebuild b/media-libs/resid/resid-0.16_p2-r2.ebuild
similarity index 80%
rename from media-libs/resid/resid-0.16_p2-r1.ebuild
rename to media-libs/resid/resid-0.16_p2-r2.ebuild
index 6959ad0f820c..b4dc842c6028 100644
--- a/media-libs/resid/resid-0.16_p2-r1.ebuild
+++ b/media-libs/resid/resid-0.16_p2-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-inherit autotools multilib-minimal
+inherit autotools
MY_MAJ=$(ver_cut 1-2)
@@ -30,14 +30,13 @@ src_prepare() {
eautoreconf
}
-multilib_src_configure() {
- ECONF_SOURCE="${S}" econf \
- --disable-static \
+src_configure() {
+ econf \
--enable-resid-install \
--enable-shared
}
-multilib_src_install() {
+src_install() {
default
dodoc "${S}"/VC_CC_SUPPORT.txt
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/resid/
@ 2023-07-07 7:31 Miroslav Šulc
0 siblings, 0 replies; 9+ messages in thread
From: Miroslav Šulc @ 2023-07-07 7:31 UTC (permalink / raw
To: gentoo-commits
commit: 55a601ef082ef6507310915a1028690cc83e84e5
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Thu Jul 6 09:14:07 2023 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Fri Jul 7 07:31:28 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55a601ef
media-libs/resid: use HTTPS, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-libs/resid/resid-0.16_p2-r2.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/media-libs/resid/resid-0.16_p2-r2.ebuild b/media-libs/resid/resid-0.16_p2-r2.ebuild
index b4dc842c6028..5ff26305d535 100644
--- a/media-libs/resid/resid-0.16_p2-r2.ebuild
+++ b/media-libs/resid/resid-0.16_p2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -8,11 +8,11 @@ inherit autotools
MY_MAJ=$(ver_cut 1-2)
DESCRIPTION="C++ library to emulate the C64 SID chip"
-HOMEPAGE="http://sidplay2.sourceforge.net"
+HOMEPAGE="https://sidplay2.sourceforge.net"
SRC_URI="mirror://sourceforge/sidplay2/${P/_p/-p}.tgz"
S="${WORKDIR}"/${PN}-${MY_MAJ}
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~alpha amd64 ppc sparc x86"
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2023-07-07 7:31 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-05 21:31 [gentoo-commits] repo/gentoo:master commit in: media-libs/resid/ Tobias Klausmann
-- strict thread matches above, loose matches on Subject: below --
2023-07-07 7:31 Miroslav Šulc
2022-09-09 7:59 David Seifert
2018-04-12 21:42 Andreas Sturmlechner
2018-04-12 14:43 Sergei Trofimovich
2018-03-13 22:26 Thomas Deutschmann
2018-03-08 7:24 Sergei Trofimovich
2018-03-07 13:51 Agostino Sarubbo
2017-04-24 18:58 Jeroen Roovers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox