* [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl-pango/
@ 2018-05-17 6:17 Lars Wendler
0 siblings, 0 replies; 12+ messages in thread
From: Lars Wendler @ 2018-05-17 6:17 UTC (permalink / raw
To: gentoo-commits
commit: 934f8250f76673d3cac61753ed71d83d49fb961e
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu May 17 06:16:34 2018 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu May 17 06:16:57 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=934f8250
media-libs/sdl-pango: Revbump to fix installation of .so file.
Also bumped to EAPI-6. Thanks to Arfrever Frehtes Taifersar Arahesis for
his outstanding analysis on the issue.
Closes: https://bugs.gentoo.org/655856
Package-Manager: Portage-2.3.36, Repoman-2.3.9
media-libs/sdl-pango/sdl-pango-0.1.2-r1.ebuild | 43 ++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
diff --git a/media-libs/sdl-pango/sdl-pango-0.1.2-r1.ebuild b/media-libs/sdl-pango/sdl-pango-0.1.2-r1.ebuild
new file mode 100644
index 00000000000..ddaf3df1d5d
--- /dev/null
+++ b/media-libs/sdl-pango/sdl-pango-0.1.2-r1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools
+
+DESCRIPTION="connect the text rendering engine of GNOME to SDL"
+HOMEPAGE="http://sdlpango.sourceforge.net/"
+SRC_URI="mirror://sourceforge/sdlpango/SDL_Pango-${PV}.tar.gz
+ http://zarb.org/~gc/t/SDL_Pango-0.1.2-API-adds.patch"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
+IUSE="static-libs"
+
+RDEPEND="x11-libs/pango
+ media-libs/libsdl[video]"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+S="${WORKDIR}/SDL_Pango-${PV}"
+
+src_unpack() {
+ unpack SDL_Pango-${PV}.tar.gz
+}
+
+src_prepare() {
+ default
+ eapply -p0 "${DISTDIR}"/SDL_Pango-0.1.2-API-adds.patch
+ eautoreconf
+}
+
+src_configure() {
+ econf $(use_enable static-libs static)
+}
+
+src_install() {
+ default
+ if ! use static-libs ; then
+ find "${ED}" -name "*.a" -delete || die
+ fi
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl-pango/
@ 2018-05-17 6:23 Lars Wendler
0 siblings, 0 replies; 12+ messages in thread
From: Lars Wendler @ 2018-05-17 6:23 UTC (permalink / raw
To: gentoo-commits
commit: 046d5c0b4f8c2a7bfa85d5a0a20520e30b31cb70
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu May 17 06:23:51 2018 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu May 17 06:23:51 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=046d5c0b
media-libs/sdl-pango: Remove libtool archive unconditionally.
Package-Manager: Portage-2.3.36, Repoman-2.3.9
media-libs/sdl-pango/sdl-pango-0.1.2-r1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/media-libs/sdl-pango/sdl-pango-0.1.2-r1.ebuild b/media-libs/sdl-pango/sdl-pango-0.1.2-r1.ebuild
index ddaf3df1d5d..f3e3135ae42 100644
--- a/media-libs/sdl-pango/sdl-pango-0.1.2-r1.ebuild
+++ b/media-libs/sdl-pango/sdl-pango-0.1.2-r1.ebuild
@@ -40,4 +40,5 @@ src_install() {
if ! use static-libs ; then
find "${ED}" -name "*.a" -delete || die
fi
+ find "${ED}" -name "*.la" -delete || die
}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl-pango/
@ 2018-06-23 9:31 Sergei Trofimovich
0 siblings, 0 replies; 12+ messages in thread
From: Sergei Trofimovich @ 2018-06-23 9:31 UTC (permalink / raw
To: gentoo-commits
commit: f4b6c29297a21ad5d74ab652d739ea36b1d14a1d
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 23 09:30:47 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Jun 23 09:30:47 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4b6c292
media-libs/sdl-pango: stable 0.1.2-r1 for ia64, bug #658766
Bug: https://bugs.gentoo.org/658766
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="ia64"
media-libs/sdl-pango/sdl-pango-0.1.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/sdl-pango/sdl-pango-0.1.2-r1.ebuild b/media-libs/sdl-pango/sdl-pango-0.1.2-r1.ebuild
index f3e3135ae42..d55605f6387 100644
--- a/media-libs/sdl-pango/sdl-pango-0.1.2-r1.ebuild
+++ b/media-libs/sdl-pango/sdl-pango-0.1.2-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/sdlpango/SDL_Pango-${PV}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ia64 ~ppc ~sparc ~x86"
IUSE="static-libs"
RDEPEND="x11-libs/pango
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl-pango/
@ 2018-06-23 17:39 Sergei Trofimovich
0 siblings, 0 replies; 12+ messages in thread
From: Sergei Trofimovich @ 2018-06-23 17:39 UTC (permalink / raw
To: gentoo-commits
commit: c725370cc14476a68f06ae9735ca477439481342
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Sat Jun 23 17:32:52 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Jun 23 17:38:58 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c725370c
media-libs/sdl-pango: stable 0.1.2-r1 for sparc
Bug: https://bugs.gentoo.org/658766
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="sparc"
media-libs/sdl-pango/sdl-pango-0.1.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/sdl-pango/sdl-pango-0.1.2-r1.ebuild b/media-libs/sdl-pango/sdl-pango-0.1.2-r1.ebuild
index d55605f6387..ea2d257dbca 100644
--- a/media-libs/sdl-pango/sdl-pango-0.1.2-r1.ebuild
+++ b/media-libs/sdl-pango/sdl-pango-0.1.2-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/sdlpango/SDL_Pango-${PV}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ia64 ~ppc sparc ~x86"
IUSE="static-libs"
RDEPEND="x11-libs/pango
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl-pango/
@ 2018-06-24 14:45 Jason Zaman
0 siblings, 0 replies; 12+ messages in thread
From: Jason Zaman @ 2018-06-24 14:45 UTC (permalink / raw
To: gentoo-commits
commit: cf749cdf00fc8e3bce4507ad3793fc670d40521b
Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 24 14:34:52 2018 +0000
Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Sun Jun 24 14:45:08 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf749cdf
media-libs/sdl-pango: amd64 stable
Gentoo-bug: 658766
Package-Manager: Portage-2.3.40, Repoman-2.3.9
media-libs/sdl-pango/sdl-pango-0.1.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/sdl-pango/sdl-pango-0.1.2-r1.ebuild b/media-libs/sdl-pango/sdl-pango-0.1.2-r1.ebuild
index ea2d257dbca..736ac3f0302 100644
--- a/media-libs/sdl-pango/sdl-pango-0.1.2-r1.ebuild
+++ b/media-libs/sdl-pango/sdl-pango-0.1.2-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/sdlpango/SDL_Pango-${PV}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ia64 ~ppc sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ia64 ~ppc sparc ~x86"
IUSE="static-libs"
RDEPEND="x11-libs/pango
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl-pango/
@ 2018-06-25 23:20 Thomas Deutschmann
0 siblings, 0 replies; 12+ messages in thread
From: Thomas Deutschmann @ 2018-06-25 23:20 UTC (permalink / raw
To: gentoo-commits
commit: 002f84beb98215feabf7daa243ae129c21acf0a8
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 25 23:00:56 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Jun 25 23:20:21 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=002f84be
media-libs/sdl-pango: x86 stable (bug #658766)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
media-libs/sdl-pango/sdl-pango-0.1.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/sdl-pango/sdl-pango-0.1.2-r1.ebuild b/media-libs/sdl-pango/sdl-pango-0.1.2-r1.ebuild
index 736ac3f0302..12a4c17590c 100644
--- a/media-libs/sdl-pango/sdl-pango-0.1.2-r1.ebuild
+++ b/media-libs/sdl-pango/sdl-pango-0.1.2-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/sdlpango/SDL_Pango-${PV}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ia64 ~ppc sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ia64 ~ppc sparc x86"
IUSE="static-libs"
RDEPEND="x11-libs/pango
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl-pango/
@ 2018-06-27 7:25 Tobias Klausmann
0 siblings, 0 replies; 12+ messages in thread
From: Tobias Klausmann @ 2018-06-27 7:25 UTC (permalink / raw
To: gentoo-commits
commit: 4df76df5f99658ffc9d1c40654b30f6bb5688f35
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 27 07:25:09 2018 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Wed Jun 27 07:25:09 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4df76df5
media-libs/sdl-pango-0.1.2-r1: alpha stable
Gentoo-Bug: http://bugs.gentoo.org/658766
media-libs/sdl-pango/sdl-pango-0.1.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/sdl-pango/sdl-pango-0.1.2-r1.ebuild b/media-libs/sdl-pango/sdl-pango-0.1.2-r1.ebuild
index 12a4c17590c..676c024261d 100644
--- a/media-libs/sdl-pango/sdl-pango-0.1.2-r1.ebuild
+++ b/media-libs/sdl-pango/sdl-pango-0.1.2-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/sdlpango/SDL_Pango-${PV}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ia64 ~ppc sparc x86"
+KEYWORDS="alpha amd64 ~hppa ia64 ~ppc sparc x86"
IUSE="static-libs"
RDEPEND="x11-libs/pango
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl-pango/
@ 2018-07-30 21:50 Sergei Trofimovich
0 siblings, 0 replies; 12+ messages in thread
From: Sergei Trofimovich @ 2018-07-30 21:50 UTC (permalink / raw
To: gentoo-commits
commit: 3ea31dc62433ba1b3d5e83478171ca2ee59def2a
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 30 21:47:08 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Jul 30 21:47:08 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ea31dc6
media-libs/sdl-pango: stable 0.1.2-r1 for ppc, bug #658766
Tested-by: ernsteiswuerfel
Package-Manager: Portage-2.3.44, Repoman-2.3.10
RepoMan-Options: --include-arches="ppc"
media-libs/sdl-pango/sdl-pango-0.1.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/sdl-pango/sdl-pango-0.1.2-r1.ebuild b/media-libs/sdl-pango/sdl-pango-0.1.2-r1.ebuild
index 676c024261d..9cbf1d95e00 100644
--- a/media-libs/sdl-pango/sdl-pango-0.1.2-r1.ebuild
+++ b/media-libs/sdl-pango/sdl-pango-0.1.2-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/sdlpango/SDL_Pango-${PV}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ia64 ~ppc sparc x86"
+KEYWORDS="alpha amd64 ~hppa ia64 ppc sparc x86"
IUSE="static-libs"
RDEPEND="x11-libs/pango
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl-pango/
@ 2018-09-15 2:31 Andreas Sturmlechner
0 siblings, 0 replies; 12+ messages in thread
From: Andreas Sturmlechner @ 2018-09-15 2:31 UTC (permalink / raw
To: gentoo-commits
commit: e193d72b832f353f9d8492ad2e26257c4181cad8
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 14 19:22:23 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep 15 02:30:29 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e193d72b
media-libs/sdl-pango: Drop 0.1.2 (r0), de-stabilising hppa
Closes: https://bugs.gentoo.org/658766
Package-Manager: Portage-2.3.49, Repoman-2.3.10
media-libs/sdl-pango/sdl-pango-0.1.2.ebuild | 42 -----------------------------
1 file changed, 42 deletions(-)
diff --git a/media-libs/sdl-pango/sdl-pango-0.1.2.ebuild b/media-libs/sdl-pango/sdl-pango-0.1.2.ebuild
deleted file mode 100644
index 667a0c80181..00000000000
--- a/media-libs/sdl-pango/sdl-pango-0.1.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils
-
-DESCRIPTION="connect the text rendering engine of GNOME to SDL"
-HOMEPAGE="http://sdlpango.sourceforge.net/"
-SRC_URI="mirror://sourceforge/sdlpango/SDL_Pango-${PV}.tar.gz
- http://zarb.org/~gc/t/SDL_Pango-0.1.2-API-adds.patch"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86"
-IUSE="static-libs"
-
-RDEPEND="x11-libs/pango
- media-libs/libsdl[video]"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S=${WORKDIR}/SDL_Pango-${PV}
-
-src_unpack() {
- unpack SDL_Pango-${PV}.tar.gz
-}
-
-src_prepare() {
- epatch "${DISTDIR}"/SDL_Pango-0.1.2-API-adds.patch
-}
-
-src_configure() {
- econf \
- $(use_enable static-libs static)
-}
-
-src_install() {
- default
- if ! use static-libs ; then
- prune_libtool_files
- fi
-}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl-pango/
@ 2019-03-31 6:10 Mart Raudsepp
0 siblings, 0 replies; 12+ messages in thread
From: Mart Raudsepp @ 2019-03-31 6:10 UTC (permalink / raw
To: gentoo-commits
commit: 81f8f59a06f33180071fc5565e63ea415c345c2a
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 31 05:44:00 2019 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Mar 31 05:44:00 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81f8f59a
media-libs/sdl-pango: drop gnome@ from maintainer; games@ remains
We don't have anything using this, no point in being secondary maintainers
of this, just because it has "pango" in its name - we know nothing of this
package.
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
media-libs/sdl-pango/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/media-libs/sdl-pango/metadata.xml b/media-libs/sdl-pango/metadata.xml
index 7adbdeb642f..303ae2411c7 100644
--- a/media-libs/sdl-pango/metadata.xml
+++ b/media-libs/sdl-pango/metadata.xml
@@ -5,10 +5,6 @@
<email>games@gentoo.org</email>
<name>Gentoo Games Project</name>
</maintainer>
- <maintainer type="project">
- <email>gnome@gentoo.org</email>
- <name>Gentoo GNOME Desktop</name>
- </maintainer>
<upstream>
<remote-id type="sourceforge">sdlpango</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl-pango/
@ 2023-07-02 20:28 James Le Cuirot
0 siblings, 0 replies; 12+ messages in thread
From: James Le Cuirot @ 2023-07-02 20:28 UTC (permalink / raw
To: gentoo-commits
commit: a0723154f4dc433d4334a04ba37a74a7e6cb31c7
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Jul 2 13:31:33 2023 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Jul 2 20:27:48 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0723154
media-libs/sdl-pango: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
media-libs/sdl-pango/sdl-pango-0.1.2-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-libs/sdl-pango/sdl-pango-0.1.2-r1.ebuild b/media-libs/sdl-pango/sdl-pango-0.1.2-r1.ebuild
index 32011a19fb77..d9e65694aa7e 100644
--- a/media-libs/sdl-pango/sdl-pango-0.1.2-r1.ebuild
+++ b/media-libs/sdl-pango/sdl-pango-0.1.2-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit autotools
DESCRIPTION="connect the text rendering engine of GNOME to SDL"
-HOMEPAGE="http://sdlpango.sourceforge.net/"
+HOMEPAGE="https://sdlpango.sourceforge.net/"
SRC_URI="mirror://sourceforge/sdlpango/SDL_Pango-${PV}.tar.gz
http://zarb.org/~gc/t/SDL_Pango-0.1.2-API-adds.patch"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl-pango/
@ 2024-06-12 6:33 Arthur Zamarin
0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2024-06-12 6:33 UTC (permalink / raw
To: gentoo-commits
commit: 4e60d6ae92c558f545e0c3eb9cf7a498dc2005b5
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 12 06:32:46 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 12 06:32:46 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e60d6ae
media-libs/sdl-pango: EAPI 6 -> 8
Straight to stable move, since the result is exactly the same (even
matching hashes).
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
...o-0.1.2-r1.ebuild => sdl-pango-0.1.2-r2.ebuild} | 24 ++++++++++------------
1 file changed, 11 insertions(+), 13 deletions(-)
diff --git a/media-libs/sdl-pango/sdl-pango-0.1.2-r1.ebuild b/media-libs/sdl-pango/sdl-pango-0.1.2-r2.ebuild
similarity index 77%
rename from media-libs/sdl-pango/sdl-pango-0.1.2-r1.ebuild
rename to media-libs/sdl-pango/sdl-pango-0.1.2-r2.ebuild
index d18bf01239f9..f03491e27c65 100644
--- a/media-libs/sdl-pango/sdl-pango-0.1.2-r1.ebuild
+++ b/media-libs/sdl-pango/sdl-pango-0.1.2-r2.ebuild
@@ -1,34 +1,32 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
+
inherit autotools
DESCRIPTION="connect the text rendering engine of GNOME to SDL"
HOMEPAGE="https://sdlpango.sourceforge.net/"
SRC_URI="https://downloads.sourceforge.net/sdlpango/SDL_Pango-${PV}.tar.gz
http://zarb.org/~gc/t/SDL_Pango-0.1.2-API-adds.patch"
+S="${WORKDIR}/SDL_Pango-${PV}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc sparc x86"
IUSE="static-libs"
-RDEPEND="x11-libs/pango
- media-libs/libsdl[video]"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S="${WORKDIR}/SDL_Pango-${PV}"
+DEPEND="
+ x11-libs/pango
+ media-libs/libsdl[video]
+"
+RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"
PATCHES=(
"${FILESDIR}/SDL_Pango-0.1.2-fedora-c99.patch"
)
-src_unpack() {
- unpack SDL_Pango-${PV}.tar.gz
-}
-
src_prepare() {
default
eapply -p0 "${DISTDIR}"/SDL_Pango-0.1.2-API-adds.patch
@@ -42,7 +40,7 @@ src_configure() {
src_install() {
default
if ! use static-libs ; then
- find "${ED}" -name "*.a" -delete || die
+ find "${ED}" -type f -name "*.a" -delete || die
fi
- find "${ED}" -name "*.la" -delete || die
+ find "${ED}" -type f -name "*.la" -delete || die
}
^ permalink raw reply related [flat|nested] 12+ messages in thread
end of thread, other threads:[~2024-06-12 6:33 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-02 20:28 [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl-pango/ James Le Cuirot
-- strict thread matches above, loose matches on Subject: below --
2024-06-12 6:33 Arthur Zamarin
2019-03-31 6:10 Mart Raudsepp
2018-09-15 2:31 Andreas Sturmlechner
2018-07-30 21:50 Sergei Trofimovich
2018-06-27 7:25 Tobias Klausmann
2018-06-25 23:20 Thomas Deutschmann
2018-06-24 14:45 Jason Zaman
2018-06-23 17:39 Sergei Trofimovich
2018-06-23 9:31 Sergei Trofimovich
2018-05-17 6:23 Lars Wendler
2018-05-17 6:17 Lars Wendler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox