[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-gfx/

2023-11-01 Thread Arthur Zamarin
commit: ed3d5416e06dd1ced8e090f57c11fb20e7bc09dd
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Nov  1 19:03:27 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Nov  1 19:03:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed3d5416

media-libs/sdl2-gfx: Stabilize 1.0.4-r1 ppc, #916588

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-libs/sdl2-gfx/sdl2-gfx-1.0.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sdl2-gfx/sdl2-gfx-1.0.4-r1.ebuild 
b/media-libs/sdl2-gfx/sdl2-gfx-1.0.4-r1.ebuild
index d0a915f2a3be..34defd2581f4 100644
--- a/media-libs/sdl2-gfx/sdl2-gfx-1.0.4-r1.ebuild
+++ b/media-libs/sdl2-gfx/sdl2-gfx-1.0.4-r1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/${MY_P}
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ppc ~ppc64 x86"
 IUSE="doc cpu_flags_x86_mmx"
 
 DEPEND=">=media-libs/libsdl2-2.0.1-r1[video,${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-gfx/

2023-08-27 Thread Andreas Sturmlechner
commit: 0646b153aa1b6aca9afa789068a5ac7d2c3e5d43
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Aug 27 10:04:35 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug 27 10:09:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0646b153

media-libs/sdl2-gfx: drop 1.0.4

Closes: https://bugs.gentoo.org/913077
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-libs/sdl2-gfx/sdl2-gfx-1.0.4.ebuild | 55 ---
 1 file changed, 55 deletions(-)

diff --git a/media-libs/sdl2-gfx/sdl2-gfx-1.0.4.ebuild 
b/media-libs/sdl2-gfx/sdl2-gfx-1.0.4.ebuild
deleted file mode 100644
index 915f8fbfe5b5..
--- a/media-libs/sdl2-gfx/sdl2-gfx-1.0.4.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools multilib-minimal
-
-MY_P="${P/sdl2-/SDL2_}"
-DESCRIPTION="Graphics drawing primitives library for SDL2"
-HOMEPAGE="http://www.ferzkopp.net/joomla/content/view/19/14/;
-SRC_URI="http://www.ferzkopp.net/Software/SDL2_gfx/${MY_P}.tar.gz;
-S="${WORKDIR}"/${MY_P}
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE="doc cpu_flags_x86_mmx"
-
-DEPEND=">=media-libs/libsdl2-2.0.1-r1[video,${MULTILIB_USEDEP}]"
-RDEPEND="${DEPEND}"
-
-DOCS=( AUTHORS ChangeLog README )
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.0.4-slibtool.patch
-)
-
-src_prepare() {
-   default
-   mv configure.in configure.ac || die
-   sed -i \
-   -e 's/ -O / /' \
-   configure.ac || die
-   eautoreconf
-}
-
-multilib_src_configure() {
-   local myeconfargs=(
-   $(use_enable cpu_flags_x86_mmx mmx)
-   --disable-static
-   )
-
-   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
-}
-
-multilib_src_install_all() {
-   einstalldocs
-
-   if use doc ; then
-   docinto html
-   dodoc -r Docs/html/*
-   fi
-
-   find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-gfx/

2023-08-26 Thread Sam James
commit: 0c5a09306aef3aaf92bbd355c1aa0bc95a69eb73
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 26 20:42:07 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 26 20:42:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c5a0930

media-libs/sdl2-gfx: Stabilize 1.0.4-r1 x86, #913077

Signed-off-by: Sam James  gentoo.org>

 media-libs/sdl2-gfx/sdl2-gfx-1.0.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sdl2-gfx/sdl2-gfx-1.0.4-r1.ebuild 
b/media-libs/sdl2-gfx/sdl2-gfx-1.0.4-r1.ebuild
index 28cd3309e9d6..e8346d280fbd 100644
--- a/media-libs/sdl2-gfx/sdl2-gfx-1.0.4-r1.ebuild
+++ b/media-libs/sdl2-gfx/sdl2-gfx-1.0.4-r1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/${MY_P}
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 x86"
 IUSE="doc cpu_flags_x86_mmx"
 
 DEPEND=">=media-libs/libsdl2-2.0.1-r1[video,${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-gfx/

2023-08-26 Thread Sam James
commit: 1a4f773b5f5f3b8d18fe395d9165da55bb17d96b
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 26 20:42:08 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 26 20:42:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a4f773b

media-libs/sdl2-gfx: Stabilize 1.0.4-r1 amd64, #913077

Signed-off-by: Sam James  gentoo.org>

 media-libs/sdl2-gfx/sdl2-gfx-1.0.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sdl2-gfx/sdl2-gfx-1.0.4-r1.ebuild 
b/media-libs/sdl2-gfx/sdl2-gfx-1.0.4-r1.ebuild
index e8346d280fbd..d0a915f2a3be 100644
--- a/media-libs/sdl2-gfx/sdl2-gfx-1.0.4-r1.ebuild
+++ b/media-libs/sdl2-gfx/sdl2-gfx-1.0.4-r1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/${MY_P}
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE="doc cpu_flags_x86_mmx"
 
 DEPEND=">=media-libs/libsdl2-2.0.1-r1[video,${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-gfx/

2023-06-19 Thread James Le Cuirot
commit: 950e144201b5d4d46e9a3441e316da1727eca3d5
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Jun 19 19:29:30 2023 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Jun 19 20:21:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=950e1442

media-libs/sdl2-gfx: EAPI8 bump, use https

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/31546
Signed-off-by: James Le Cuirot  gentoo.org>

 media-libs/sdl2-gfx/sdl2-gfx-1.0.4-r1.ebuild | 55 
 1 file changed, 55 insertions(+)

diff --git a/media-libs/sdl2-gfx/sdl2-gfx-1.0.4-r1.ebuild 
b/media-libs/sdl2-gfx/sdl2-gfx-1.0.4-r1.ebuild
new file mode 100644
index ..28cd3309e9d6
--- /dev/null
+++ b/media-libs/sdl2-gfx/sdl2-gfx-1.0.4-r1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools multilib-minimal
+
+MY_P="${P/sdl2-/SDL2_}"
+DESCRIPTION="Graphics drawing primitives library for SDL2"
+HOMEPAGE="https://www.ferzkopp.net/joomla/content/view/19/14/;
+SRC_URI="https://www.ferzkopp.net/Software/SDL2_gfx/${MY_P}.tar.gz;
+S="${WORKDIR}"/${MY_P}
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="doc cpu_flags_x86_mmx"
+
+DEPEND=">=media-libs/libsdl2-2.0.1-r1[video,${MULTILIB_USEDEP}]"
+RDEPEND="${DEPEND}"
+
+DOCS=( AUTHORS ChangeLog README )
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.0.4-slibtool.patch
+)
+
+src_prepare() {
+   default
+   mv configure.in configure.ac || die
+   sed -i \
+   -e 's/ -O / /' \
+   configure.ac || die
+   eautoreconf
+}
+
+multilib_src_configure() {
+   local myeconfargs=(
+   $(use_enable cpu_flags_x86_mmx mmx)
+   --disable-static
+   )
+
+   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+}
+
+multilib_src_install_all() {
+   einstalldocs
+
+   if use doc ; then
+   docinto html
+   dodoc -r Docs/html/*
+   fi
+
+   find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-gfx/

2023-04-05 Thread Sam James
commit: 4602e08540fcee951aaf88f01c306edb23441c73
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr  5 19:59:24 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr  5 19:59:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4602e085

media-libs/sdl2-gfx: Keyword 1.0.4 ppc, #903869

Signed-off-by: Sam James  gentoo.org>

 media-libs/sdl2-gfx/sdl2-gfx-1.0.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/sdl2-gfx/sdl2-gfx-1.0.4.ebuild 
b/media-libs/sdl2-gfx/sdl2-gfx-1.0.4.ebuild
index 7208220ba2c4..915f8fbfe5b5 100644
--- a/media-libs/sdl2-gfx/sdl2-gfx-1.0.4.ebuild
+++ b/media-libs/sdl2-gfx/sdl2-gfx-1.0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ S="${WORKDIR}"/${MY_P}
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="amd64 ~ppc64 x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE="doc cpu_flags_x86_mmx"
 
 DEPEND=">=media-libs/libsdl2-2.0.1-r1[video,${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-gfx/files/, media-libs/sdl2-gfx/

2021-01-23 Thread Lars Wendler
commit: d879514d47aecf06486cb36be7ff84b81f04bca2
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Jan 23 21:34:28 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Jan 23 21:38:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d879514d

media-libs/sdl2-gfx: Fixed build with sys-devel/slibtool

this time without breaking .so libnames

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Lars Wendler  gentoo.org>

 .../sdl2-gfx/files/sdl2-gfx-1.0.4-slibtool.patch   | 26 ++
 media-libs/sdl2-gfx/sdl2-gfx-1.0.4.ebuild  |  6 -
 2 files changed, 31 insertions(+), 1 deletion(-)

diff --git a/media-libs/sdl2-gfx/files/sdl2-gfx-1.0.4-slibtool.patch 
b/media-libs/sdl2-gfx/files/sdl2-gfx-1.0.4-slibtool.patch
new file mode 100644
index 000..e4895c30951
--- /dev/null
+++ b/media-libs/sdl2-gfx/files/sdl2-gfx-1.0.4-slibtool.patch
@@ -0,0 +1,26 @@
+This fixes build with sys-devel/slibtool
+
+--- SDL2_gfx-1.0.4/configure.in
 SDL2_gfx-1.0.4/configure.in
+@@ -58,6 +58,9 @@
+ fi
+ AC_CHECK_PROGS(WINDRES, [windres $hostaliaswindres $host_os-windres])
+ 
++AC_CHECK_LIBM
++AC_SUBST([LIBM])
++
+ case "$host" in
+ *-*-beos*)
+ ac_default_prefix=/boot/develop/tools/gnupro
+--- SDL2_gfx-1.0.4/Makefile.am
 SDL2_gfx-1.0.4/Makefile.am
+@@ -24,6 +24,9 @@
+   -release $(LT_RELEASE)  \
+   -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
+ 
++libSDL2_gfx_la_LIBADD =   \
++  $(LIBM)
++
+ %.o : %.rc
+   $(WINDRES) $< $@
+ 

diff --git a/media-libs/sdl2-gfx/sdl2-gfx-1.0.4.ebuild 
b/media-libs/sdl2-gfx/sdl2-gfx-1.0.4.ebuild
index 860562eafdb..494a39f77f5 100644
--- a/media-libs/sdl2-gfx/sdl2-gfx-1.0.4.ebuild
+++ b/media-libs/sdl2-gfx/sdl2-gfx-1.0.4.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=6
@@ -21,6 +21,10 @@ DOCS=( AUTHORS ChangeLog README )
 
 S=${WORKDIR}/${MY_P}
 
+PATCHES=(
+   "${FILESDIR}/${PN}-1.0.4-slibtool.patch"
+)
+
 src_prepare() {
default
mv configure.in configure.ac || die



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-gfx/, media-libs/sdl2-gfx/files/

2021-01-23 Thread Lars Wendler
commit: eba316175b538cb5d338b2c4fe76c00c0780f2f8
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Jan 23 21:00:52 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Jan 23 21:00:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eba31617

Revert "media-libs/sdl2-gfx: Fixed build with sys-devel/slibtool"

This reverts commit e4de27b039a858253a3d6b86b22965ab746514b2
as it breaks .so version names

Signed-off-by: Lars Wendler  gentoo.org>

 .../sdl2-gfx/files/sdl2-gfx-1.0.4-slibtool.patch   | 29 --
 media-libs/sdl2-gfx/sdl2-gfx-1.0.4.ebuild  |  6 +
 2 files changed, 1 insertion(+), 34 deletions(-)

diff --git a/media-libs/sdl2-gfx/files/sdl2-gfx-1.0.4-slibtool.patch 
b/media-libs/sdl2-gfx/files/sdl2-gfx-1.0.4-slibtool.patch
deleted file mode 100644
index 3fd3b8767fe..000
--- a/media-libs/sdl2-gfx/files/sdl2-gfx-1.0.4-slibtool.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-This fixes build with sys-devel/slibtool
-
 SDL2_gfx-1.0.4/configure.in
-+++ SDL2_gfx-1.0.4/configure.in
-@@ -58,6 +58,9 @@
- fi
- AC_CHECK_PROGS(WINDRES, [windres $hostaliaswindres $host_os-windres])
- 
-+AC_CHECK_LIBM
-+AC_SUBST([LIBM])
-+
- case "$host" in
- *-*-beos*)
- ac_default_prefix=/boot/develop/tools/gnupro
 SDL2_gfx-1.0.4/Makefile.am
-+++ SDL2_gfx-1.0.4/Makefile.am
-@@ -21,9 +21,11 @@
- 
- libSDL2_gfx_la_LDFLAGS =  \
-   -no-undefined   \
--  -release $(LT_RELEASE)  \
-   -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
- 
-+libSDL2_gfx_la_LIBADD =   \
-+  $(LIBM)
-+
- %.o : %.rc
-   $(WINDRES) $< $@
- 

diff --git a/media-libs/sdl2-gfx/sdl2-gfx-1.0.4.ebuild 
b/media-libs/sdl2-gfx/sdl2-gfx-1.0.4.ebuild
index 494a39f77f5..860562eafdb 100644
--- a/media-libs/sdl2-gfx/sdl2-gfx-1.0.4.ebuild
+++ b/media-libs/sdl2-gfx/sdl2-gfx-1.0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -21,10 +21,6 @@ DOCS=( AUTHORS ChangeLog README )
 
 S=${WORKDIR}/${MY_P}
 
-PATCHES=(
-   "${FILESDIR}/${PN}-1.0.4-slibtool.patch"
-)
-
 src_prepare() {
default
mv configure.in configure.ac || die



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-gfx/files/, media-libs/sdl2-gfx/

2021-01-21 Thread Lars Wendler
commit: e4de27b039a858253a3d6b86b22965ab746514b2
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Jan 21 17:19:15 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Jan 21 17:19:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4de27b0

media-libs/sdl2-gfx: Fixed build with sys-devel/slibtool

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Lars Wendler  gentoo.org>

 .../sdl2-gfx/files/sdl2-gfx-1.0.4-slibtool.patch   | 29 ++
 media-libs/sdl2-gfx/sdl2-gfx-1.0.4.ebuild  |  6 -
 2 files changed, 34 insertions(+), 1 deletion(-)

diff --git a/media-libs/sdl2-gfx/files/sdl2-gfx-1.0.4-slibtool.patch 
b/media-libs/sdl2-gfx/files/sdl2-gfx-1.0.4-slibtool.patch
new file mode 100644
index 000..3fd3b8767fe
--- /dev/null
+++ b/media-libs/sdl2-gfx/files/sdl2-gfx-1.0.4-slibtool.patch
@@ -0,0 +1,29 @@
+This fixes build with sys-devel/slibtool
+
+--- SDL2_gfx-1.0.4/configure.in
 SDL2_gfx-1.0.4/configure.in
+@@ -58,6 +58,9 @@
+ fi
+ AC_CHECK_PROGS(WINDRES, [windres $hostaliaswindres $host_os-windres])
+ 
++AC_CHECK_LIBM
++AC_SUBST([LIBM])
++
+ case "$host" in
+ *-*-beos*)
+ ac_default_prefix=/boot/develop/tools/gnupro
+--- SDL2_gfx-1.0.4/Makefile.am
 SDL2_gfx-1.0.4/Makefile.am
+@@ -21,9 +21,11 @@
+ 
+ libSDL2_gfx_la_LDFLAGS =  \
+   -no-undefined   \
+-  -release $(LT_RELEASE)  \
+   -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
+ 
++libSDL2_gfx_la_LIBADD =   \
++  $(LIBM)
++
+ %.o : %.rc
+   $(WINDRES) $< $@
+ 

diff --git a/media-libs/sdl2-gfx/sdl2-gfx-1.0.4.ebuild 
b/media-libs/sdl2-gfx/sdl2-gfx-1.0.4.ebuild
index 860562eafdb..494a39f77f5 100644
--- a/media-libs/sdl2-gfx/sdl2-gfx-1.0.4.ebuild
+++ b/media-libs/sdl2-gfx/sdl2-gfx-1.0.4.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=6
@@ -21,6 +21,10 @@ DOCS=( AUTHORS ChangeLog README )
 
 S=${WORKDIR}/${MY_P}
 
+PATCHES=(
+   "${FILESDIR}/${PN}-1.0.4-slibtool.patch"
+)
+
 src_prepare() {
default
mv configure.in configure.ac || die



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-gfx/

2020-11-21 Thread Sergei Trofimovich
commit: 96bc3bb75850ed55c1a2bfd88637268b9fbc6c2d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Nov 21 21:59:28 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Nov 21 21:59:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96bc3bb7

media-libs/sdl2-gfx: keyworded 1.0.4 for ppc64

keyworded wrt bug #748573 (KEYWORDREQ)
Tested-by: ernsteiswuerfel
Package-Manager: Portage-3.0.9, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-libs/sdl2-gfx/sdl2-gfx-1.0.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/sdl2-gfx/sdl2-gfx-1.0.4.ebuild 
b/media-libs/sdl2-gfx/sdl2-gfx-1.0.4.ebuild
index b4e1c4ee1c0..860562eafdb 100644
--- a/media-libs/sdl2-gfx/sdl2-gfx-1.0.4.ebuild
+++ b/media-libs/sdl2-gfx/sdl2-gfx-1.0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.ferzkopp.net/Software/SDL2_gfx/${MY_P}.tar.gz;
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc64 x86"
 IUSE="doc cpu_flags_x86_mmx static-libs"
 
 DEPEND=">=media-libs/libsdl2-2.0.1-r1[video,${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-gfx/

2018-09-16 Thread Andreas Sturmlechner
commit: a77faf96f71640a999276d53a060f758d763d3fe
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep 16 14:50:52 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Sep 16 18:55:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a77faf96

media-libs/sdl2-gfx: Drop old

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-libs/sdl2-gfx/Manifest  |  2 --
 media-libs/sdl2-gfx/sdl2-gfx-1.0.1.ebuild | 39 --
 media-libs/sdl2-gfx/sdl2-gfx-1.0.3.ebuild | 46 ---
 3 files changed, 87 deletions(-)

diff --git a/media-libs/sdl2-gfx/Manifest b/media-libs/sdl2-gfx/Manifest
index ba64817bef7..76b1fdfac65 100644
--- a/media-libs/sdl2-gfx/Manifest
+++ b/media-libs/sdl2-gfx/Manifest
@@ -1,3 +1 @@
-DIST SDL2_gfx-1.0.1.tar.gz 1078780 BLAKE2B 
4d6430b2cda1b0d7b9556cba0f6084ce80747f75e89fbd6e55cdec194ebf6c73e397571463261a4113cdd8f79baa433d42c0e80dd6083d07331064c3c2203125
 SHA512 
413f0ac8a60b6c4c91f154dd72a512f410e134642fefb80cd3482646c9aab7dd56d2cc9015e78ee59b5bc89adc7397a248fe2132077c004114ad6505ca4194de
-DIST SDL2_gfx-1.0.3.tar.gz 1271457 BLAKE2B 
9f264a89e07a6a6ded6eb93c5d37310259e25624d8eb129368de6335c7d81e3b3976e641f84caba6f1e66a6cc90545f62d07538638f7547568ca35bafdc3b4de
 SHA512 
4efb48501d635492efcfe06b1d4691911ce58ffc34e3b622f2124ac6d8aa6994196ffb52f16ced4325db3ef6d93719516deab2bcf1ce934df9af06c2fecbdce5
 DIST SDL2_gfx-1.0.4.tar.gz 1230588 BLAKE2B 
a14cf8433aa171b8185aab765c934262fd4ecde4e45e9c8bdfb4aa7feb97676cd8fb5274ad0452bcf77fcc8f268254184fedc73f1c791ff42305d518d01a8cc7
 SHA512 
81a100d3c8c3a7c6bd37a23f1290ff10685f8e62fbecd83b0086aae4edc721483e2153cd4219fbd9168f115eea0ea6b25f9be375faf5761f0babdfb1b52fe482

diff --git a/media-libs/sdl2-gfx/sdl2-gfx-1.0.1.ebuild 
b/media-libs/sdl2-gfx/sdl2-gfx-1.0.1.ebuild
deleted file mode 100644
index bab6489cad4..000
--- a/media-libs/sdl2-gfx/sdl2-gfx-1.0.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils multilib-minimal
-
-MY_P="${P/sdl2-/SDL2_}"
-DESCRIPTION="Graphics drawing primitives library for SDL2"
-HOMEPAGE="http://www.ferzkopp.net/joomla/content/view/19/14/;
-SRC_URI="http://www.ferzkopp.net/Software/SDL2_gfx/${MY_P}.tar.gz;
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc cpu_flags_x86_mmx static-libs"
-
-DEPEND=">=media-libs/libsdl2-2.0.1-r1[video,${MULTILIB_USEDEP}]"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-   sed -i \
-   -e 's/ -O / /' \
-   configure.in || die
-   mv configure.in configure.ac || die
-   eautoreconf
-}
-
-multilib_src_configure() {
-   ECONF_SOURCE="${S}" econf \
-   $(use_enable cpu_flags_x86_mmx mmx) \
-   $(use_enable static-libs static)
-}
-
-multilib_src_install_all() {
-   use doc && dohtml -r Docs/html/*
-   prune_libtool_files
-}

diff --git a/media-libs/sdl2-gfx/sdl2-gfx-1.0.3.ebuild 
b/media-libs/sdl2-gfx/sdl2-gfx-1.0.3.ebuild
deleted file mode 100644
index 838a85658a5..000
--- a/media-libs/sdl2-gfx/sdl2-gfx-1.0.3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools multilib-minimal
-
-MY_P="${P/sdl2-/SDL2_}"
-DESCRIPTION="Graphics drawing primitives library for SDL2"
-HOMEPAGE="http://www.ferzkopp.net/joomla/content/view/19/14/;
-SRC_URI="http://www.ferzkopp.net/Software/SDL2_gfx/${MY_P}.tar.gz;
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE="doc cpu_flags_x86_mmx static-libs"
-
-DEPEND=">=media-libs/libsdl2-2.0.1-r1[video,${MULTILIB_USEDEP}]"
-RDEPEND="${DEPEND}"
-
-DOCS=( AUTHORS ChangeLog README )
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-   default
-   sed -i \
-   -e 's/ -O / /' \
-   configure.in || die
-   mv configure.in configure.ac || die
-   eautoreconf
-}
-
-multilib_src_configure() {
-   ECONF_SOURCE="${S}" econf \
-   $(use_enable cpu_flags_x86_mmx mmx) \
-   $(use_enable static-libs static)
-}
-
-multilib_src_install_all() {
-   einstalldocs
-   if use doc ; then
-   docinto html
-   dodoc -r Docs/html/*
-   fi
-   find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-gfx/

2018-09-16 Thread Mikle Kolyada
commit: 70fc96d33d4ebeb3d7ae5cd8a96eb2d05ad6a3f9
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Sep 16 13:14:39 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Sep 16 13:14:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70fc96d3

media-libs/sdl2-gfx: amd64 stable wrt bug #665062

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-libs/sdl2-gfx/sdl2-gfx-1.0.3.ebuild | 4 ++--
 media-libs/sdl2-gfx/sdl2-gfx-1.0.4.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-libs/sdl2-gfx/sdl2-gfx-1.0.3.ebuild 
b/media-libs/sdl2-gfx/sdl2-gfx-1.0.3.ebuild
index 290097e34aa..838a85658a5 100644
--- a/media-libs/sdl2-gfx/sdl2-gfx-1.0.3.ebuild
+++ b/media-libs/sdl2-gfx/sdl2-gfx-1.0.3.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
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.ferzkopp.net/Software/SDL2_gfx/${MY_P}.tar.gz;
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="doc cpu_flags_x86_mmx static-libs"
 
 DEPEND=">=media-libs/libsdl2-2.0.1-r1[video,${MULTILIB_USEDEP}]"

diff --git a/media-libs/sdl2-gfx/sdl2-gfx-1.0.4.ebuild 
b/media-libs/sdl2-gfx/sdl2-gfx-1.0.4.ebuild
index 495efb82a36..b4e1c4ee1c0 100644
--- a/media-libs/sdl2-gfx/sdl2-gfx-1.0.4.ebuild
+++ b/media-libs/sdl2-gfx/sdl2-gfx-1.0.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.ferzkopp.net/Software/SDL2_gfx/${MY_P}.tar.gz;
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="doc cpu_flags_x86_mmx static-libs"
 
 DEPEND=">=media-libs/libsdl2-2.0.1-r1[video,${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-gfx/

2018-09-08 Thread Thomas Deutschmann
commit: cb87f5d5538f33a70fdb297648f58bd8925e5303
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep  9 01:02:37 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep  9 01:11:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb87f5d5

media-libs/sdl2-gfx: x86 stable (bug #665062)

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-libs/sdl2-gfx/sdl2-gfx-1.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sdl2-gfx/sdl2-gfx-1.0.4.ebuild 
b/media-libs/sdl2-gfx/sdl2-gfx-1.0.4.ebuild
index 50a8e683dc3..495efb82a36 100644
--- a/media-libs/sdl2-gfx/sdl2-gfx-1.0.4.ebuild
+++ b/media-libs/sdl2-gfx/sdl2-gfx-1.0.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.ferzkopp.net/Software/SDL2_gfx/${MY_P}.tar.gz;
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="doc cpu_flags_x86_mmx static-libs"
 
 DEPEND=">=media-libs/libsdl2-2.0.1-r1[video,${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-gfx/

2018-03-05 Thread Lars Wendler
commit: 7fd17f41b9b95417f9db6b5d562a65f71bad2ba9
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Mar  5 08:43:57 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Mar  5 08:47:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fd17f41

media-libs/sdl2-gfx: Bump to version 1.0.4

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-libs/sdl2-gfx/Manifest  |  1 +
 media-libs/sdl2-gfx/sdl2-gfx-1.0.4.ebuild | 48 +++
 2 files changed, 49 insertions(+)

diff --git a/media-libs/sdl2-gfx/Manifest b/media-libs/sdl2-gfx/Manifest
index 24744ef3d38..ba64817bef7 100644
--- a/media-libs/sdl2-gfx/Manifest
+++ b/media-libs/sdl2-gfx/Manifest
@@ -1,2 +1,3 @@
 DIST SDL2_gfx-1.0.1.tar.gz 1078780 BLAKE2B 
4d6430b2cda1b0d7b9556cba0f6084ce80747f75e89fbd6e55cdec194ebf6c73e397571463261a4113cdd8f79baa433d42c0e80dd6083d07331064c3c2203125
 SHA512 
413f0ac8a60b6c4c91f154dd72a512f410e134642fefb80cd3482646c9aab7dd56d2cc9015e78ee59b5bc89adc7397a248fe2132077c004114ad6505ca4194de
 DIST SDL2_gfx-1.0.3.tar.gz 1271457 BLAKE2B 
9f264a89e07a6a6ded6eb93c5d37310259e25624d8eb129368de6335c7d81e3b3976e641f84caba6f1e66a6cc90545f62d07538638f7547568ca35bafdc3b4de
 SHA512 
4efb48501d635492efcfe06b1d4691911ce58ffc34e3b622f2124ac6d8aa6994196ffb52f16ced4325db3ef6d93719516deab2bcf1ce934df9af06c2fecbdce5
+DIST SDL2_gfx-1.0.4.tar.gz 1230588 BLAKE2B 
a14cf8433aa171b8185aab765c934262fd4ecde4e45e9c8bdfb4aa7feb97676cd8fb5274ad0452bcf77fcc8f268254184fedc73f1c791ff42305d518d01a8cc7
 SHA512 
81a100d3c8c3a7c6bd37a23f1290ff10685f8e62fbecd83b0086aae4edc721483e2153cd4219fbd9168f115eea0ea6b25f9be375faf5761f0babdfb1b52fe482

diff --git a/media-libs/sdl2-gfx/sdl2-gfx-1.0.4.ebuild 
b/media-libs/sdl2-gfx/sdl2-gfx-1.0.4.ebuild
new file mode 100644
index 000..50a8e683dc3
--- /dev/null
+++ b/media-libs/sdl2-gfx/sdl2-gfx-1.0.4.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools multilib-minimal
+
+MY_P="${P/sdl2-/SDL2_}"
+DESCRIPTION="Graphics drawing primitives library for SDL2"
+HOMEPAGE="http://www.ferzkopp.net/joomla/content/view/19/14/;
+SRC_URI="http://www.ferzkopp.net/Software/SDL2_gfx/${MY_P}.tar.gz;
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc cpu_flags_x86_mmx static-libs"
+
+DEPEND=">=media-libs/libsdl2-2.0.1-r1[video,${MULTILIB_USEDEP}]"
+RDEPEND="${DEPEND}"
+
+DOCS=( AUTHORS ChangeLog README )
+
+S=${WORKDIR}/${MY_P}
+
+src_prepare() {
+   default
+   mv configure.in configure.ac || die
+   sed -i \
+   -e 's/ -O / /' \
+   configure.ac || die
+   eautoreconf
+}
+
+multilib_src_configure() {
+   local myeconfargs=(
+   $(use_enable cpu_flags_x86_mmx mmx)
+   $(use_enable static-libs static)
+   )
+   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+}
+
+multilib_src_install_all() {
+   einstalldocs
+   if use doc ; then
+   docinto html
+   dodoc -r Docs/html/*
+   fi
+   find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-gfx/

2017-02-24 Thread Lars Wendler
commit: 6d79f716ea8aeaf73120572387488b6510d64707
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Feb 24 10:15:49 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Feb 24 10:35:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d79f716

media-libs/sdl2-gfx: Bump to version 1.0.3

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-libs/sdl2-gfx/Manifest  |  1 +
 media-libs/sdl2-gfx/sdl2-gfx-1.0.3.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/media-libs/sdl2-gfx/Manifest b/media-libs/sdl2-gfx/Manifest
index 6adbe161ca..9a03ddbf14 100644
--- a/media-libs/sdl2-gfx/Manifest
+++ b/media-libs/sdl2-gfx/Manifest
@@ -1 +1,2 @@
 DIST SDL2_gfx-1.0.1.tar.gz 1078780 SHA256 
d69bcbceb811b4e5712fbad3ede737166327f44b727f1388c32581dbbe8c599a SHA512 
413f0ac8a60b6c4c91f154dd72a512f410e134642fefb80cd3482646c9aab7dd56d2cc9015e78ee59b5bc89adc7397a248fe2132077c004114ad6505ca4194de
 WHIRLPOOL 
e16f899bfd94ad0959bc156f43ce2f149e8e4bbd0f2b4bfba643ff109df030f9120262fa6accc7eca15c090f3c63e50f46ab215760f18bc2ce4af663bdbd0320
+DIST SDL2_gfx-1.0.3.tar.gz 1271457 SHA256 
a4066bd467c96469935a4b1fe472893393e7d74e45f95d59f69726784befd8f8 SHA512 
4efb48501d635492efcfe06b1d4691911ce58ffc34e3b622f2124ac6d8aa6994196ffb52f16ced4325db3ef6d93719516deab2bcf1ce934df9af06c2fecbdce5
 WHIRLPOOL 
b758ff6909a886c3d88ca2eca11d3fd6704e2d3851449daaf266629220194842bb02f7f282f6e88cb04cead466214c842a80d98e18600b1352f9a2a1b29ca78f

diff --git a/media-libs/sdl2-gfx/sdl2-gfx-1.0.3.ebuild 
b/media-libs/sdl2-gfx/sdl2-gfx-1.0.3.ebuild
new file mode 100644
index 00..bdbc84b34c
--- /dev/null
+++ b/media-libs/sdl2-gfx/sdl2-gfx-1.0.3.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit autotools multilib-minimal
+
+MY_P="${P/sdl2-/SDL2_}"
+DESCRIPTION="Graphics drawing primitives library for SDL2"
+HOMEPAGE="http://www.ferzkopp.net/joomla/content/view/19/14/;
+SRC_URI="http://www.ferzkopp.net/Software/SDL2_gfx/${MY_P}.tar.gz;
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc cpu_flags_x86_mmx static-libs"
+
+DEPEND=">=media-libs/libsdl2-2.0.1-r1[video,${MULTILIB_USEDEP}]"
+RDEPEND="${DEPEND}"
+
+DOCS=( AUTHORS ChangeLog README )
+
+S=${WORKDIR}/${MY_P}
+
+src_prepare() {
+   default
+   sed -i \
+   -e 's/ -O / /' \
+   configure.in || die
+   mv configure.in configure.ac || die
+   eautoreconf
+}
+
+multilib_src_configure() {
+   ECONF_SOURCE="${S}" econf \
+   $(use_enable cpu_flags_x86_mmx mmx) \
+   $(use_enable static-libs static)
+}
+
+multilib_src_install_all() {
+   einstalldocs
+   if use doc ; then
+   docinto html
+   dodoc -r Docs/html/*
+   fi
+   find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die
+}