public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-libs/guilib/
@ 2019-05-15 12:07 Michael Palimaka
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Palimaka @ 2019-05-15 12:07 UTC (permalink / raw
  To: gentoo-commits

commit:     9f6df59f497fe651033ae2f3625215fc38c4548d
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat May 11 16:02:10 2019 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed May 15 12:07:07 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f6df59f

media-libs/guilib: use HTTPS, EAPI=7 bump

Closes: https://bugs.gentoo.org/685636
Closes: https://github.com/gentoo/gentoo/pull/11971
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org>

 media-libs/guilib/guilib-1.2.1-r1.ebuild | 43 ++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)

diff --git a/media-libs/guilib/guilib-1.2.1-r1.ebuild b/media-libs/guilib/guilib-1.2.1-r1.ebuild
new file mode 100644
index 00000000000..381f5353eba
--- /dev/null
+++ b/media-libs/guilib/guilib-1.2.1-r1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+MY_P=GUIlib-${PV}
+
+DESCRIPTION="Simple widget set for SDL"
+HOMEPAGE="https://www.libsdl.org/projects/GUIlib/"
+SRC_URI="https://www.libsdl.org/projects/GUIlib/src/${MY_P}.tar.gz"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+IUSE="static-libs"
+
+RDEPEND=">=media-libs/libsdl-1.0.1"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/${MY_P}
+
+src_prepare() {
+	default
+	sed -i -e '/^noinst_PROGRAMS/,$d' Makefile.am || die
+
+	rm -f *.m4
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		$(use_enable static-libs static)
+}
+
+src_install() {
+	default
+
+	if use static-libs; then
+		find "${ED}" -name '*.la' -exec rm {} + || die
+	fi
+}


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/guilib/
@ 2019-05-15 12:07 Michael Palimaka
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Palimaka @ 2019-05-15 12:07 UTC (permalink / raw
  To: gentoo-commits

commit:     341c435fff0709568669515d6d70cbb1a377d354
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat May 11 15:41:46 2019 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed May 15 12:07:07 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=341c435f

media-libs/guilib: use HTTPS

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org>

 media-libs/guilib/guilib-1.2.1.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-libs/guilib/guilib-1.2.1.ebuild b/media-libs/guilib/guilib-1.2.1.ebuild
index 0e2073999a7..b58526c31b5 100644
--- a/media-libs/guilib/guilib-1.2.1.ebuild
+++ b/media-libs/guilib/guilib-1.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -6,9 +6,9 @@ inherit autotools
 
 MY_P=GUIlib-${PV}
 
-DESCRIPTION="a simple widget set for SDL"
-SRC_URI="http://www.libsdl.org/projects/GUIlib/src/${MY_P}.tar.gz"
-HOMEPAGE="http://www.libsdl.org/projects/GUIlib/"
+DESCRIPTION="Simple widget set for SDL"
+SRC_URI="https://www.libsdl.org/projects/GUIlib/src/${MY_P}.tar.gz"
+HOMEPAGE="https://www.libsdl.org/projects/GUIlib/"
 
 LICENSE="public-domain"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/guilib/
@ 2019-11-13  1:03 Aaron Bauman
  0 siblings, 0 replies; 4+ messages in thread
From: Aaron Bauman @ 2019-11-13  1:03 UTC (permalink / raw
  To: gentoo-commits

commit:     1aa9440b9174afc94c15567a80c2e719b990c4bc
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 12 23:39:36 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Nov 13 01:02:22 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aa9440b

media-libs/guilib: drop old EAPI

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 media-libs/guilib/guilib-1.2.1.ebuild | 39 -----------------------------------
 1 file changed, 39 deletions(-)

diff --git a/media-libs/guilib/guilib-1.2.1.ebuild b/media-libs/guilib/guilib-1.2.1.ebuild
deleted file mode 100644
index b58526c31b5..00000000000
--- a/media-libs/guilib/guilib-1.2.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit autotools
-
-MY_P=GUIlib-${PV}
-
-DESCRIPTION="Simple widget set for SDL"
-SRC_URI="https://www.libsdl.org/projects/GUIlib/src/${MY_P}.tar.gz"
-HOMEPAGE="https://www.libsdl.org/projects/GUIlib/"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ppc x86"
-IUSE="static-libs"
-
-RDEPEND=">=media-libs/libsdl-1.0.1"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-	sed -i -e '/^noinst_PROGRAMS/,$d' Makefile.am
-
-	rm -f *.m4
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		$(use_enable static-libs static)
-}
-
-src_install() {
-	default
-
-	use static-libs || find "${ED}" -name '*.la' -exec rm {} +
-}


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/guilib/
@ 2019-11-13  1:03 Aaron Bauman
  0 siblings, 0 replies; 4+ messages in thread
From: Aaron Bauman @ 2019-11-13  1:03 UTC (permalink / raw
  To: gentoo-commits

commit:     e7430197949b6f8ea401f8d4da2202705df2b346
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 12 23:39:13 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Nov 13 01:02:21 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7430197

media-libs/guilib: ALLARCHES EAPI bump

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 media-libs/guilib/guilib-1.2.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/guilib/guilib-1.2.1-r1.ebuild b/media-libs/guilib/guilib-1.2.1-r1.ebuild
index 381f5353eba..e03c96b3327 100644
--- a/media-libs/guilib/guilib-1.2.1-r1.ebuild
+++ b/media-libs/guilib/guilib-1.2.1-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://www.libsdl.org/projects/GUIlib/src/${MY_P}.tar.gz"
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+KEYWORDS="amd64 ~hppa ppc x86"
 IUSE="static-libs"
 
 RDEPEND=">=media-libs/libsdl-1.0.1"


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

end of thread, other threads:[~2019-11-13  1:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-13  1:03 [gentoo-commits] repo/gentoo:master commit in: media-libs/guilib/ Aaron Bauman
  -- strict thread matches above, loose matches on Subject: below --
2019-11-13  1:03 Aaron Bauman
2019-05-15 12:07 Michael Palimaka
2019-05-15 12:07 Michael Palimaka

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