public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/gozer/
@ 2017-08-06  8:23 Amy Liffey
  0 siblings, 0 replies; 5+ messages in thread
From: Amy Liffey @ 2017-08-06  8:23 UTC (permalink / raw
  To: gentoo-commits

commit:     ca1e1d408f43ae8dc68e411794123b809b80c5b1
Author:     Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  6 08:23:10 2017 +0000
Commit:     Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Sun Aug  6 08:23:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca1e1d40

media-gfx/gozer: eapi bump to 6

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 media-gfx/gozer/gozer-0.7-r3.ebuild | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/media-gfx/gozer/gozer-0.7-r3.ebuild b/media-gfx/gozer/gozer-0.7-r3.ebuild
new file mode 100644
index 00000000000..32cb422209c
--- /dev/null
+++ b/media-gfx/gozer/gozer-0.7-r3.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="tool for rendering arbitrary text as graphics, using ttfs and styles"
+HOMEPAGE="http://www.linuxbrit.co.uk/gozer/"
+SRC_URI="http://www.linuxbrit.co.uk/downloads/${P}.tar.gz"
+
+LICENSE="feh LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND="x11-libs/libXext
+	>=media-libs/giblib-1.2.1"
+RDEPEND=">=media-libs/giblib-1.2.1
+	media-libs/imlib2"
+
+src_prepare() {
+	default
+	sed -i src/Makefile.am \
+		-e 's|-g -O3|$(CFLAGS)|g' \
+		-e '/LDFLAGS/s|=|+=|g' \
+		|| die "sed src/Makefile.am"
+	eautoreconf
+}
+
+src_install() {
+	emake install DESTDIR="${D}"
+	rm -rf "${D}"/usr/doc || die
+	dodoc TODO README AUTHORS ChangeLog
+}


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

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/gozer/
@ 2018-02-21  3:01 Thomas Deutschmann
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Deutschmann @ 2018-02-21  3:01 UTC (permalink / raw
  To: gentoo-commits

commit:     5ae1c95b4a91ea75ec1d98f98660dfe43da2ed48
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 21 02:56:11 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Feb 21 02:56:11 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ae1c95b

media-gfx/gozer: x86 stable (bug #648250)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-gfx/gozer/gozer-0.7-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/gozer/gozer-0.7-r3.ebuild b/media-gfx/gozer/gozer-0.7-r3.ebuild
index 32cb422209c..fd1d68d3554 100644
--- a/media-gfx/gozer/gozer-0.7-r3.ebuild
+++ b/media-gfx/gozer/gozer-0.7-r3.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.linuxbrit.co.uk/downloads/${P}.tar.gz"
 
 LICENSE="feh LGPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE=""
 
 DEPEND="x11-libs/libXext


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

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/gozer/
@ 2018-04-18 19:57 David Seifert
  0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2018-04-18 19:57 UTC (permalink / raw
  To: gentoo-commits

commit:     0a1ca71d09b9cbb49d0c94c5a69b9811fa29485c
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 18 19:56:44 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Apr 18 19:57:29 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a1ca71d

media-gfx/gozer: Remove old

Closes: https://bugs.gentoo.org/648250
Package-Manager: Portage-2.3.30, Repoman-2.3.9

 media-gfx/gozer/gozer-0.7-r2.ebuild | 34 ----------------------------------
 1 file changed, 34 deletions(-)

diff --git a/media-gfx/gozer/gozer-0.7-r2.ebuild b/media-gfx/gozer/gozer-0.7-r2.ebuild
deleted file mode 100644
index db1e762db93..00000000000
--- a/media-gfx/gozer/gozer-0.7-r2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit autotools
-
-DESCRIPTION="tool for rendering arbitrary text as graphics, using ttfs and styles"
-HOMEPAGE="http://www.linuxbrit.co.uk/gozer/"
-SRC_URI="http://www.linuxbrit.co.uk/downloads/${P}.tar.gz"
-
-LICENSE="feh LGPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-DEPEND="x11-libs/libXext
-	>=media-libs/giblib-1.2.1"
-RDEPEND=">=media-libs/giblib-1.2.1
-	media-libs/imlib2"
-
-src_prepare() {
-	sed -i src/Makefile.am \
-		-e 's|-g -O3|$(CFLAGS)|g' \
-		-e '/LDFLAGS/s|=|+=|g' \
-		|| die "sed src/Makefile.am"
-	eautoreconf
-}
-
-src_install() {
-	emake install DESTDIR="${D}" || die
-	rm -rf "${D}"/usr/doc
-	dodoc TODO README AUTHORS ChangeLog
-}


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

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/gozer/
@ 2018-04-18 19:57 David Seifert
  0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2018-04-18 19:57 UTC (permalink / raw
  To: gentoo-commits

commit:     9a0e9a95ed612c9c05c7f44ddcf29ba0e36db0b9
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 18 19:55:24 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Apr 18 19:57:23 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a0e9a95

media-gfx/gozer: Mark ppc stable, #648250

Package-Manager: Portage-2.3.30, Repoman-2.3.9

 media-gfx/gozer/gozer-0.7-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/gozer/gozer-0.7-r3.ebuild b/media-gfx/gozer/gozer-0.7-r3.ebuild
index 64e0751606c..eb15f0c92d2 100644
--- a/media-gfx/gozer/gozer-0.7-r3.ebuild
+++ b/media-gfx/gozer/gozer-0.7-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.linuxbrit.co.uk/downloads/${P}.tar.gz"
 
 LICENSE="feh LGPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE=""
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/gozer/
@ 2022-07-15  7:05 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2022-07-15  7:05 UTC (permalink / raw
  To: gentoo-commits

commit:     824b2d0538da807e43b9c195302f074379899310
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 15 07:05:08 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 15 07:05:33 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=824b2d05

media-gfx/gozer: EAPI 8

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

 .../gozer/{gozer-0.7-r3.ebuild => gozer-0.7-r4.ebuild}   | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/media-gfx/gozer/gozer-0.7-r3.ebuild b/media-gfx/gozer/gozer-0.7-r4.ebuild
similarity index 75%
rename from media-gfx/gozer/gozer-0.7-r3.ebuild
rename to media-gfx/gozer/gozer-0.7-r4.ebuild
index eb15f0c92d2d..f14a25fce9c2 100644
--- a/media-gfx/gozer/gozer-0.7-r3.ebuild
+++ b/media-gfx/gozer/gozer-0.7-r4.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit autotools
 
@@ -12,19 +12,23 @@ SRC_URI="http://www.linuxbrit.co.uk/downloads/${P}.tar.gz"
 LICENSE="feh LGPL-2+"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
-IUSE=""
 
 RDEPEND="
 	media-libs/giblib
-	media-libs/imlib2"
+	media-libs/imlib2
+"
 DEPEND="
 	${RDEPEND}
-	x11-libs/libXext"
+	x11-libs/libXext
+"
 
-PATCHES=( "${FILESDIR}"/${P}-fix-build-system.patch )
+PATCHES=(
+	"${FILESDIR}"/${P}-fix-build-system.patch
+)
 
 src_prepare() {
 	default
+
 	mv configure.{in,ac} || die
 	eautoreconf
 }


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

end of thread, other threads:[~2022-07-15  7:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-06  8:23 [gentoo-commits] repo/gentoo:master commit in: media-gfx/gozer/ Amy Liffey
  -- strict thread matches above, loose matches on Subject: below --
2018-02-21  3:01 Thomas Deutschmann
2018-04-18 19:57 David Seifert
2018-04-18 19:57 David Seifert
2022-07-15  7:05 Sam James

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