public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: media-gfx/grafx2/
@ 2020-12-06 10:49 Andrew Ammerlaan
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Ammerlaan @ 2020-12-06 10:49 UTC (permalink / raw
  To: gentoo-commits

commit:     04ea2029ece0d3e96e5e82b143c7ed2f2a254274
Author:     Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Sun Dec  6 10:29:42 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Dec  6 10:29:42 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=04ea2029

media-gfx/grafx2-*-r100: fix REQUIRED_USE

Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans <AT> posteo.de>

 media-gfx/grafx2/grafx2-2.7.2978-r100.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-gfx/grafx2/grafx2-2.7.2978-r100.ebuild b/media-gfx/grafx2/grafx2-2.7.2978-r100.ebuild
index eb9f7ac9..a75f2620 100644
--- a/media-gfx/grafx2/grafx2-2.7.2978-r100.ebuild
+++ b/media-gfx/grafx2/grafx2-2.7.2978-r100.ebuild
@@ -15,6 +15,7 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="lua ttf"
+REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )"
 # Test phase fails: make: *** [Makefile:1146: ../bin/tests-sdl] Error 1
 RESTRICT="test"
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-gfx/grafx2/
@ 2020-12-24 10:30 Andrew Ammerlaan
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Ammerlaan @ 2020-12-24 10:30 UTC (permalink / raw
  To: gentoo-commits

commit:     3f834b13f73a8d173bf5ce83ba39061b2f2c7c39
Author:     Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Wed Dec 23 23:58:47 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Dec 23 23:58:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3f834b13

media-gfx/grafx2: depend media-libs/sdl-image[tiff]

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans <AT> posteo.de>

 media-gfx/grafx2/grafx2-2.7.2978-r100.ebuild | 2 +-
 media-gfx/grafx2/grafx2-2.7.2978.ebuild      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/grafx2/grafx2-2.7.2978-r100.ebuild b/media-gfx/grafx2/grafx2-2.7.2978-r100.ebuild
index a75f2620..32440b6e 100644
--- a/media-gfx/grafx2/grafx2-2.7.2978-r100.ebuild
+++ b/media-gfx/grafx2/grafx2-2.7.2978-r100.ebuild
@@ -21,7 +21,7 @@ RESTRICT="test"
 
 DEPEND="
 	media-libs/libsdl
-	media-libs/sdl-image
+	media-libs/sdl-image[tiff]
 	media-libs/freetype
 	media-libs/libpng
 	ttf? ( media-libs/sdl-ttf )

diff --git a/media-gfx/grafx2/grafx2-2.7.2978.ebuild b/media-gfx/grafx2/grafx2-2.7.2978.ebuild
index ac53ecd1..574d98c6 100644
--- a/media-gfx/grafx2/grafx2-2.7.2978.ebuild
+++ b/media-gfx/grafx2/grafx2-2.7.2978.ebuild
@@ -23,7 +23,7 @@ PATCHES=(
 
 DEPEND="
 	media-libs/libsdl
-	media-libs/sdl-image
+	media-libs/sdl-image[tiff]
 	media-libs/freetype
 	media-libs/libpng
 	ttf? ( media-libs/sdl-ttf )


^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-gfx/grafx2/
@ 2021-04-27 23:24 Theo Anderson
  0 siblings, 0 replies; 3+ messages in thread
From: Theo Anderson @ 2021-04-27 23:24 UTC (permalink / raw
  To: gentoo-commits

commit:     5b3e3ac052dd9fb24c85703b63548b00072449f8
Author:     Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Tue Apr 27 20:20:06 2021 +0000
Commit:     Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Tue Apr 27 20:20:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5b3e3ac0

media-gfx/grafx2: fix build

Closes: https://bugs.gentoo.org/259896
^ this bug is really old and grafx2 is in GURU now

Closes: https://bugs.gentoo.org/784419
^ sed is not required

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>

 media-gfx/grafx2/grafx2-2.7.2978-r100.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-gfx/grafx2/grafx2-2.7.2978-r100.ebuild b/media-gfx/grafx2/grafx2-2.7.2978-r100.ebuild
index 32440b6e0..2e5d34f33 100644
--- a/media-gfx/grafx2/grafx2-2.7.2978-r100.ebuild
+++ b/media-gfx/grafx2/grafx2-2.7.2978-r100.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -16,6 +16,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="lua ttf"
 REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )"
+
 # Test phase fails: make: *** [Makefile:1146: ../bin/tests-sdl] Error 1
 RESTRICT="test"
 
@@ -34,16 +35,15 @@ PATCHES=( "${FILESDIR}/${PN}-desktop-file.patch" )
 
 src_prepare() {
 	pushd ../ && default && popd
-	sed -i s/lua5\.1/lua/g Makefile || die "sed failed"
 }
 
 src_compile() {
 	use ttf || MYCNF="NOTTF=1"
 	use lua || MYCNF="${MYCNF} NOLUA=1"
 
-	emake ${MYCNF} || die "emake failed"
+	emake ${MYCNF}
 }
 
 src_install() {
-	emake ${MYCNF} DESTDIR="${D}" PREFIX="/usr" install || die "Install failed"
+	emake ${MYCNF} DESTDIR="${ED}" PREFIX="/usr" install
 }


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

end of thread, other threads:[~2021-04-27 23:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-06 10:49 [gentoo-commits] repo/proj/guru:master commit in: media-gfx/grafx2/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2020-12-24 10:30 Andrew Ammerlaan
2021-04-27 23:24 Theo Anderson

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