public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-libs/openglide/
@ 2019-11-22 22:17 James Le Cuirot
  0 siblings, 0 replies; 7+ messages in thread
From: James Le Cuirot @ 2019-11-22 22:17 UTC (permalink / raw
  To: gentoo-commits

commit:     1dc08d99c0fddee52d61b5bb835c6f94e5a4d42b
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 22 22:16:43 2019 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Fri Nov 22 22:16:43 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dc08d99

media-libs/openglide: Drop old 0.09_rc9_p20160913

Package-Manager: Portage-2.3.79, Repoman-2.3.17
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 media-libs/openglide/Manifest                      |  1 -
 .../openglide/openglide-0.09_rc9_p20160913.ebuild  | 61 ----------------------
 2 files changed, 62 deletions(-)

diff --git a/media-libs/openglide/Manifest b/media-libs/openglide/Manifest
index 3d6f69773e9..2df91afb4a5 100644
--- a/media-libs/openglide/Manifest
+++ b/media-libs/openglide/Manifest
@@ -1,2 +1 @@
-DIST openglide-0.09_rc9_p20160913.tar.gz 450667 BLAKE2B d8b362fb163e7b3a41632b00fc884b861cf6d44f507896180998d1f90f9bf92132fb62af678b1c141d658902f2d0e214a84c9e817e201c5ced7881e050b5ad68 SHA512 4a64b74c2a96639d9fac732f72419ced652989b347b484f4abf7ac6a33d7b8d89ee56e6c04aaaf7475cae332b69a98ec0b7c58a9aac25a24d8acaad92392cb38
 DIST openglide-0.09_rc9_p20191120.tar.gz 470278 BLAKE2B 234b83b4688e120f6ea00f5583c7546d8a7a4d2ca7ab12d52a7a4f52a5375508418866b7c9547ba495c48abe9ff4caf49a104de1a34f208db1028082bb71fb46 SHA512 c83c1c04aa77fe47f381385c8d946da49c2eb8ceba0164b660af1564bfb580015f196cd4063bb73f2c76405517f90e8b5a6e7969afbdd7ef2c9fce7520227478

diff --git a/media-libs/openglide/openglide-0.09_rc9_p20160913.ebuild b/media-libs/openglide/openglide-0.09_rc9_p20160913.ebuild
deleted file mode 100644
index ecc63ab8324..00000000000
--- a/media-libs/openglide/openglide-0.09_rc9_p20160913.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-COMMIT="3722fc563b737d2d7933df6a771651c2154e6f7b"
-
-inherit autotools eutils multilib-minimal
-
-DESCRIPTION="A Glide to OpenGL wrapper"
-HOMEPAGE="http://openglide.sourceforge.net/"
-SRC_URI="https://github.com/voyageur/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+sdl static-libs"
-
-RDEPEND="virtual/glu:=[${MULTILIB_USEDEP}]
-	virtual/opengl:=[${MULTILIB_USEDEP}]
-	sdl? (
-		media-libs/libsdl:=[${MULTILIB_USEDEP}]
-	)
-	!sdl? (
-		x11-libs/libICE:=[${MULTILIB_USEDEP}]
-		x11-libs/libSM:=[${MULTILIB_USEDEP}]
-		x11-libs/libXxf86vm:=[${MULTILIB_USEDEP}]
-	)"
-
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${PN}-${COMMIT}"
-ECONF_SOURCE="${S}"
-
-MULTILIB_WRAPPED_HEADERS=(
-	/usr/include/openglide/sdk2_unix.h
-)
-
-src_prepare() {
-	default
-	eautoreconf
-}
-
-multilib_src_configure() {
-	econf \
-		--enable-shared \
-		--disable-sdltest \
-		$(use_enable sdl) \
-		$(use_enable static-libs static)
-}
-
-multilib_src_install_all() {
-	insinto /etc
-	doins "${FILESDIR}"/OpenGLid.ini
-
-	exeinto /usr/share/${PN}
-	newexe platform/dosbox/glide2x.ovl glide2x-dosbox.ovl
-	newexe platform/dosemu/glide2x.ovl glide2x-dosemu.ovl
-
-	prune_libtool_files
-	einstalldocs
-}


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/openglide/
@ 2019-11-22 22:17 James Le Cuirot
  0 siblings, 0 replies; 7+ messages in thread
From: James Le Cuirot @ 2019-11-22 22:17 UTC (permalink / raw
  To: gentoo-commits

commit:     6cb29ec9ec1566aad2dc294c129ee302627f91fb
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 22 22:16:02 2019 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Fri Nov 22 22:16:02 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cb29ec9

media-libs/openglide: Bump to 0.09_rc9_p20191120, EAPI 7

Package-Manager: Portage-2.3.79, Repoman-2.3.17
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 media-libs/openglide/Manifest                      |  1 +
 .../openglide/openglide-0.09_rc9_p20191120.ebuild  | 61 ++++++++++++++++++++++
 2 files changed, 62 insertions(+)

diff --git a/media-libs/openglide/Manifest b/media-libs/openglide/Manifest
index 054296bfa69..3d6f69773e9 100644
--- a/media-libs/openglide/Manifest
+++ b/media-libs/openglide/Manifest
@@ -1 +1,2 @@
 DIST openglide-0.09_rc9_p20160913.tar.gz 450667 BLAKE2B d8b362fb163e7b3a41632b00fc884b861cf6d44f507896180998d1f90f9bf92132fb62af678b1c141d658902f2d0e214a84c9e817e201c5ced7881e050b5ad68 SHA512 4a64b74c2a96639d9fac732f72419ced652989b347b484f4abf7ac6a33d7b8d89ee56e6c04aaaf7475cae332b69a98ec0b7c58a9aac25a24d8acaad92392cb38
+DIST openglide-0.09_rc9_p20191120.tar.gz 470278 BLAKE2B 234b83b4688e120f6ea00f5583c7546d8a7a4d2ca7ab12d52a7a4f52a5375508418866b7c9547ba495c48abe9ff4caf49a104de1a34f208db1028082bb71fb46 SHA512 c83c1c04aa77fe47f381385c8d946da49c2eb8ceba0164b660af1564bfb580015f196cd4063bb73f2c76405517f90e8b5a6e7969afbdd7ef2c9fce7520227478

diff --git a/media-libs/openglide/openglide-0.09_rc9_p20191120.ebuild b/media-libs/openglide/openglide-0.09_rc9_p20191120.ebuild
new file mode 100644
index 00000000000..967005ed1c3
--- /dev/null
+++ b/media-libs/openglide/openglide-0.09_rc9_p20191120.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+COMMIT="c300160d0a8292bc04e79dd59e6cc178aa648dec"
+
+inherit autotools eutils multilib-minimal
+
+DESCRIPTION="A Glide to OpenGL wrapper"
+HOMEPAGE="http://openglide.sourceforge.net/"
+SRC_URI="https://github.com/voyageur/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+sdl static-libs"
+
+RDEPEND="virtual/glu[${MULTILIB_USEDEP}]
+	virtual/opengl[${MULTILIB_USEDEP}]
+	sdl? (
+		media-libs/libsdl[${MULTILIB_USEDEP}]
+	)
+	!sdl? (
+		x11-libs/libICE[${MULTILIB_USEDEP}]
+		x11-libs/libSM[${MULTILIB_USEDEP}]
+		x11-libs/libXxf86vm[${MULTILIB_USEDEP}]
+	)"
+
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${PN}-${COMMIT}"
+ECONF_SOURCE="${S}"
+
+MULTILIB_WRAPPED_HEADERS=(
+	/usr/include/openglide/sdk2_unix.h
+)
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+multilib_src_configure() {
+	econf \
+		--enable-shared \
+		--disable-sdltest \
+		$(use_enable sdl) \
+		$(use_enable static-libs static)
+}
+
+multilib_src_install_all() {
+	insinto /etc
+	doins "${FILESDIR}"/OpenGLid.ini
+
+	exeinto /usr/share/${PN}
+	newexe platform/dosbox/glide2x.ovl glide2x-dosbox.ovl
+	newexe platform/dosemu/glide2x.ovl glide2x-dosemu.ovl
+
+	rm "${ED}"/usr/*/*.la || die
+	einstalldocs
+}


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/openglide/
@ 2021-03-26 14:52 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2021-03-26 14:52 UTC (permalink / raw
  To: gentoo-commits

commit:     0ffdb1f61c6d12105a6aece6f4eae196f2d74359
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 26 14:51:53 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 26 14:52:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ffdb1f6

media-libs/openglide: fix installation with slibtool

Closes: https://bugs.gentoo.org/778266
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/openglide/openglide-0.09_rc9_p20191120.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/media-libs/openglide/openglide-0.09_rc9_p20191120.ebuild b/media-libs/openglide/openglide-0.09_rc9_p20191120.ebuild
index 967005ed1c3..c51f646d46f 100644
--- a/media-libs/openglide/openglide-0.09_rc9_p20191120.ebuild
+++ b/media-libs/openglide/openglide-0.09_rc9_p20191120.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -56,6 +56,9 @@ multilib_src_install_all() {
 	newexe platform/dosbox/glide2x.ovl glide2x-dosbox.ovl
 	newexe platform/dosemu/glide2x.ovl glide2x-dosemu.ovl
 
-	rm "${ED}"/usr/*/*.la || die
+	# Drop the libtool file *if* it exists
+	# bug #778266
+	find "${ED}" -name '*.la' -delete || die
+
 	einstalldocs
 }


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/openglide/
@ 2021-05-02 19:33 James Le Cuirot
  0 siblings, 0 replies; 7+ messages in thread
From: James Le Cuirot @ 2021-05-02 19:33 UTC (permalink / raw
  To: gentoo-commits

commit:     291e30e4492a4148fafcd6bb2f3ea16d62d01562
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun May  2 18:47:30 2021 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun May  2 19:33:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=291e30e4

media-libs/openglide: remove unused eclass, improvements

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/20659
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 media-libs/openglide/openglide-0.09_rc9_p20191120.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/media-libs/openglide/openglide-0.09_rc9_p20191120.ebuild b/media-libs/openglide/openglide-0.09_rc9_p20191120.ebuild
index c51f646d46f..3df9c4f42c5 100644
--- a/media-libs/openglide/openglide-0.09_rc9_p20191120.ebuild
+++ b/media-libs/openglide/openglide-0.09_rc9_p20191120.ebuild
@@ -5,11 +5,12 @@ EAPI=7
 
 COMMIT="c300160d0a8292bc04e79dd59e6cc178aa648dec"
 
-inherit autotools eutils multilib-minimal
+inherit autotools multilib-minimal
 
-DESCRIPTION="A Glide to OpenGL wrapper"
+DESCRIPTION="Glide to OpenGL wrapper"
 HOMEPAGE="http://openglide.sourceforge.net/"
 SRC_URI="https://github.com/voyageur/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/openglide/
@ 2023-07-02 20:28 James Le Cuirot
  0 siblings, 0 replies; 7+ messages in thread
From: James Le Cuirot @ 2023-07-02 20:28 UTC (permalink / raw
  To: gentoo-commits

commit:     5b1b397ffba6a1d72889dec28392b68af1585dd7
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Jul  2 13:28:54 2023 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Jul  2 20:27:39 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b1b397f

media-libs/openglide: use HTTPS

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 media-libs/openglide/openglide-0.09_rc9_p20191120.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/openglide/openglide-0.09_rc9_p20191120.ebuild b/media-libs/openglide/openglide-0.09_rc9_p20191120.ebuild
index 3df9c4f42c58..a98a5d248b53 100644
--- a/media-libs/openglide/openglide-0.09_rc9_p20191120.ebuild
+++ b/media-libs/openglide/openglide-0.09_rc9_p20191120.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=7
@@ -8,7 +8,7 @@ COMMIT="c300160d0a8292bc04e79dd59e6cc178aa648dec"
 inherit autotools multilib-minimal
 
 DESCRIPTION="Glide to OpenGL wrapper"
-HOMEPAGE="http://openglide.sourceforge.net/"
+HOMEPAGE="https://openglide.sourceforge.net/"
 SRC_URI="https://github.com/voyageur/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1"


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/openglide/
@ 2023-09-27  6:22 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2023-09-27  6:22 UTC (permalink / raw
  To: gentoo-commits

commit:     6c86f44923f3b47d45601de821979f90f65c0859
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 27 06:21:59 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep 27 06:21:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c86f449

media-libs/openglide: Stabilize 0.09_rc9_p20191120 amd64, #914807

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

 media-libs/openglide/openglide-0.09_rc9_p20191120.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/openglide/openglide-0.09_rc9_p20191120.ebuild b/media-libs/openglide/openglide-0.09_rc9_p20191120.ebuild
index a98a5d248b53..6bb1c0630844 100644
--- a/media-libs/openglide/openglide-0.09_rc9_p20191120.ebuild
+++ b/media-libs/openglide/openglide-0.09_rc9_p20191120.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/voyageur/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="+sdl static-libs"
 
 RDEPEND="virtual/glu[${MULTILIB_USEDEP}]


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/openglide/
@ 2023-09-28  1:19 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2023-09-28  1:19 UTC (permalink / raw
  To: gentoo-commits

commit:     a9df975e77cb5c3023dfdb907f14ca312b02aae7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 28 01:19:47 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 28 01:19:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9df975e

media-libs/openglide: Stabilize 0.09_rc9_p20191120 x86, #914807

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

 media-libs/openglide/openglide-0.09_rc9_p20191120.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/openglide/openglide-0.09_rc9_p20191120.ebuild b/media-libs/openglide/openglide-0.09_rc9_p20191120.ebuild
index 6bb1c0630844..d4d1880efdde 100644
--- a/media-libs/openglide/openglide-0.09_rc9_p20191120.ebuild
+++ b/media-libs/openglide/openglide-0.09_rc9_p20191120.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/voyageur/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="+sdl static-libs"
 
 RDEPEND="virtual/glu[${MULTILIB_USEDEP}]


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

end of thread, other threads:[~2023-09-28  1:20 UTC | newest]

Thread overview: 7+ 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/openglide/ James Le Cuirot
  -- strict thread matches above, loose matches on Subject: below --
2023-09-28  1:19 Sam James
2023-09-27  6:22 Sam James
2021-05-02 19:33 James Le Cuirot
2021-03-26 14:52 Sam James
2019-11-22 22:17 James Le Cuirot
2019-11-22 22:17 James Le Cuirot

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