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

commit:     2d64a5736616bfa7676857402a8574621c768e52
Author:     Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  6 08:28:02 2017 +0000
Commit:     Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Sun Aug  6 08:28:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d64a573

media-gfx/viewer: eapi bump to 6

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 media-gfx/viewer/{viewer-0.8.0.ebuild => viewer-0.8.0-r1.ebuild} | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/media-gfx/viewer/viewer-0.8.0.ebuild b/media-gfx/viewer/viewer-0.8.0-r1.ebuild
similarity index 84%
rename from media-gfx/viewer/viewer-0.8.0.ebuild
rename to media-gfx/viewer/viewer-0.8.0-r1.ebuild
index d3a6f54c931..a55a58452c8 100644
--- a/media-gfx/viewer/viewer-0.8.0.ebuild
+++ b/media-gfx/viewer/viewer-0.8.0-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="2"
+EAPI=6
 
-inherit autotools multilib
+inherit autotools
 
 DESCRIPTION="A stereo pair image viewer (supports ppm's only)"
 HOMEPAGE="http://www-users.cs.umn.edu/~wburdick/geowall/viewer.html"
@@ -24,6 +24,7 @@ DEPEND="virtual/opengl
 RDEPEND="${DEPEND}"
 
 src_prepare() {
+	default
 	sed -i configure.in \
 		-e "s|/usr/X11R6/lib|/usr/$(get_libdir)/X11|g" \
 		-e 's|/usr/X11R6/include|/usr/include/X11|g'
@@ -31,7 +32,7 @@ src_prepare() {
 }
 
 src_compile() {
-	emake LDFLAGS="${LDFLAGS}" CFLAGS="${CFLAGS}" || die "emake failed"
+	emake LDFLAGS="${LDFLAGS}" CFLAGS="${CFLAGS}"
 }
 
 src_install() {


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/viewer/
@ 2023-09-19 17:48 Arthur Zamarin
  0 siblings, 0 replies; 5+ messages in thread
From: Arthur Zamarin @ 2023-09-19 17:48 UTC (permalink / raw
  To: gentoo-commits

commit:     e8c11d548ba69cf78daa9cafb75ab97215ea6ec8
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 15 09:34:36 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 19 17:48:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8c11d54

media-gfx/viewer: fix VariableShadowed

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 media-gfx/viewer/viewer-0.8.0-r1.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/media-gfx/viewer/viewer-0.8.0-r1.ebuild b/media-gfx/viewer/viewer-0.8.0-r1.ebuild
index a55a58452c8b..d598111f83fa 100644
--- a/media-gfx/viewer/viewer-0.8.0-r1.ebuild
+++ b/media-gfx/viewer/viewer-0.8.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,14 +7,13 @@ inherit autotools
 
 DESCRIPTION="A stereo pair image viewer (supports ppm's only)"
 HOMEPAGE="http://www-users.cs.umn.edu/~wburdick/geowall/viewer.html"
-SRC_URI="ftp://ftp.cs.umn.edu/dept/users/wburdick/geowall/${P}.tar.gz"
+# SRC_URI="ftp://ftp.cs.umn.edu/dept/users/wburdick/geowall/${P}.tar.gz"
 SRC_URI="http://www-users.cs.umn.edu/~wburdick/ftp/geowall/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
 
 KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
 DEPEND="virtual/opengl
 	media-libs/freeglut
 	x11-libs/libXmu
@@ -27,7 +26,7 @@ src_prepare() {
 	default
 	sed -i configure.in \
 		-e "s|/usr/X11R6/lib|/usr/$(get_libdir)/X11|g" \
-		-e 's|/usr/X11R6/include|/usr/include/X11|g'
+		-e 's|/usr/X11R6/include|/usr/include/X11|g' || die
 	eautoreconf
 }
 


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/viewer/
@ 2024-04-12  7:28 Arthur Zamarin
  0 siblings, 0 replies; 5+ messages in thread
From: Arthur Zamarin @ 2024-04-12  7:28 UTC (permalink / raw
  To: gentoo-commits

commit:     b3272648fc6c276df4763f12fc9c4bcfc4e80561
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 12 07:24:19 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 12 07:24:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3272648

media-gfx/viewer: EAPI8, configure.in

Closes: https://bugs.gentoo.org/922946
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 media-gfx/viewer/viewer-0.8.0-r2.ebuild | 45 +++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)

diff --git a/media-gfx/viewer/viewer-0.8.0-r2.ebuild b/media-gfx/viewer/viewer-0.8.0-r2.ebuild
new file mode 100644
index 000000000000..d2b0697205e4
--- /dev/null
+++ b/media-gfx/viewer/viewer-0.8.0-r2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="A stereo pair image viewer (supports ppm's only)"
+HOMEPAGE="http://www-users.cs.umn.edu/~wburdick/geowall/viewer.html"
+# SRC_URI="ftp://ftp.cs.umn.edu/dept/users/wburdick/geowall/${P}.tar.gz"
+SRC_URI="http://www-users.cs.umn.edu/~wburdick/ftp/geowall/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+DEPEND="
+	virtual/opengl
+	media-libs/freeglut
+	x11-libs/libXmu
+	x11-libs/libXt
+	x11-libs/libICE
+	x11-libs/libSM
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	default
+	sed -i configure.in \
+		-e "s|/usr/X11R6/lib|/usr/$(get_libdir)/X11|g" \
+		-e 's|/usr/X11R6/include|/usr/include/X11|g' || die
+	mv configure.in configure.ac || die # bug 922946
+	eautoreconf
+}
+
+src_compile() {
+	emake LDFLAGS="${LDFLAGS}" CFLAGS="${CFLAGS}"
+}
+
+src_install() {
+	dobin viewer
+	doman viewer.1
+
+	dodoc AUTHORS ChangeLog README
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/viewer/
@ 2024-04-12  9:02 Arthur Zamarin
  0 siblings, 0 replies; 5+ messages in thread
From: Arthur Zamarin @ 2024-04-12  9:02 UTC (permalink / raw
  To: gentoo-commits

commit:     36e9ddf700db5788d48dbe6cb2a6bb4f15750a80
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 12 07:29:38 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 12 09:02:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36e9ddf7

media-gfx/viewer: drop ppc keyword

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 media-gfx/viewer/viewer-0.8.0-r1.ebuild | 4 ++--
 media-gfx/viewer/viewer-0.8.0-r2.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-gfx/viewer/viewer-0.8.0-r1.ebuild b/media-gfx/viewer/viewer-0.8.0-r1.ebuild
index d598111f83fa..af6ffbddc1dc 100644
--- a/media-gfx/viewer/viewer-0.8.0-r1.ebuild
+++ b/media-gfx/viewer/viewer-0.8.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ SRC_URI="http://www-users.cs.umn.edu/~wburdick/ftp/geowall/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~x86"
 DEPEND="virtual/opengl
 	media-libs/freeglut
 	x11-libs/libXmu

diff --git a/media-gfx/viewer/viewer-0.8.0-r2.ebuild b/media-gfx/viewer/viewer-0.8.0-r2.ebuild
index d2b0697205e4..dc3ce3704fbb 100644
--- a/media-gfx/viewer/viewer-0.8.0-r2.ebuild
+++ b/media-gfx/viewer/viewer-0.8.0-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www-users.cs.umn.edu/~wburdick/ftp/geowall/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~x86"
 
 DEPEND="
 	virtual/opengl


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/viewer/
@ 2024-04-19  6:08 Arthur Zamarin
  0 siblings, 0 replies; 5+ messages in thread
From: Arthur Zamarin @ 2024-04-19  6:08 UTC (permalink / raw
  To: gentoo-commits

commit:     50c100f4ade8ff5b75863314d93897f844ee4b48
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 19 06:05:59 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 19 06:07:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50c100f4

media-gfx/viewer: drop 0.8.0-r1, EAPI6--

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 media-gfx/viewer/viewer-0.8.0-r1.ebuild | 42 ---------------------------------
 1 file changed, 42 deletions(-)

diff --git a/media-gfx/viewer/viewer-0.8.0-r1.ebuild b/media-gfx/viewer/viewer-0.8.0-r1.ebuild
deleted file mode 100644
index af6ffbddc1dc..000000000000
--- a/media-gfx/viewer/viewer-0.8.0-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="A stereo pair image viewer (supports ppm's only)"
-HOMEPAGE="http://www-users.cs.umn.edu/~wburdick/geowall/viewer.html"
-# SRC_URI="ftp://ftp.cs.umn.edu/dept/users/wburdick/geowall/${P}.tar.gz"
-SRC_URI="http://www-users.cs.umn.edu/~wburdick/ftp/geowall/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-
-KEYWORDS="~amd64 ~x86"
-DEPEND="virtual/opengl
-	media-libs/freeglut
-	x11-libs/libXmu
-	x11-libs/libXt
-	x11-libs/libICE
-	x11-libs/libSM"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	default
-	sed -i configure.in \
-		-e "s|/usr/X11R6/lib|/usr/$(get_libdir)/X11|g" \
-		-e 's|/usr/X11R6/include|/usr/include/X11|g' || die
-	eautoreconf
-}
-
-src_compile() {
-	emake LDFLAGS="${LDFLAGS}" CFLAGS="${CFLAGS}"
-}
-
-src_install() {
-	dobin viewer
-	doman viewer.1
-
-	dodoc AUTHORS ChangeLog README
-}


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

end of thread, other threads:[~2024-04-19  6:08 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:29 [gentoo-commits] repo/gentoo:master commit in: media-gfx/viewer/ Amy Liffey
  -- strict thread matches above, loose matches on Subject: below --
2023-09-19 17:48 Arthur Zamarin
2024-04-12  7:28 Arthur Zamarin
2024-04-12  9:02 Arthur Zamarin
2024-04-19  6:08 Arthur Zamarin

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