public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/quat/
@ 2021-01-09 10:36 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-01-09 10:36 UTC (permalink / raw
  To: gentoo-commits

commit:     c3ffec49f62b0e61ae73cc4c539448c085738b63
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  9 10:12:42 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan  9 10:36:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3ffec49

media-gfx/quat: modernise ebuild, inc. StaticSrcUri

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../{quat-1.20-r1.ebuild => quat-1.20-r2.ebuild}   | 29 ++++++++++++----------
 1 file changed, 16 insertions(+), 13 deletions(-)

diff --git a/media-gfx/quat/quat-1.20-r1.ebuild b/media-gfx/quat/quat-1.20-r2.ebuild
similarity index 57%
rename from media-gfx/quat/quat-1.20-r1.ebuild
rename to media-gfx/quat/quat-1.20-r2.ebuild
index 8c1256dbdd0..17e06e1566e 100644
--- a/media-gfx/quat/quat-1.20-r1.ebuild
+++ b/media-gfx/quat/quat-1.20-r2.ebuild
@@ -1,31 +1,34 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 DESCRIPTION="A 3D quaternionic fractal generator"
 HOMEPAGE="http://www.physcip.uni-stuttgart.de/phy11733/quat_e.html"
-SRC_URI="http://www.physcip.uni-stuttgart.de/phy11733/download/quat-1.20.tar.gz"
+SRC_URI="http://www.physcip.uni-stuttgart.de/phy11733/download/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
 IUSE="X debug"
 
-DEPEND="X? ( =x11-libs/fltk-1*
-			x11-libs/libX11
-			x11-libs/libXext
-			x11-libs/libXft
-		)
-	>=sys-libs/zlib-1.1.4"
-RDEPEND=""
+DEPEND="
+	>=sys-libs/zlib-1.1.4
+	X? (
+		=x11-libs/fltk-1*
+		x11-libs/libX11
+		x11-libs/libXext
+		x11-libs/libXft
+	)
+"
+RDEPEND="${DEPEND}"
 
 src_configure() {
 	export FLUID="/usr/bin/fluid" # needed because configure tries an invalid option
 	econf \
-		`use_enable X gui` \
-		`use_enable debug` \
-		`use_enable debug prof`
+		$(use_enable X gui) \
+		$(use_enable debug) \
+		$(use_enable debug prof)
 }
 
 src_install() {


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/quat/
@ 2024-09-13 15:20 Petr Vaněk
  0 siblings, 0 replies; 9+ messages in thread
From: Petr Vaněk @ 2024-09-13 15:20 UTC (permalink / raw
  To: gentoo-commits

commit:     1971d33580271b28f269ed2c0fc470b0cc42d408
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 13 14:24:30 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Fri Sep 13 15:19:43 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1971d335

media-gfx/quat: drop 1.20-r2

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 media-gfx/quat/quat-1.20-r2.ebuild | 37 -------------------------------------
 1 file changed, 37 deletions(-)

diff --git a/media-gfx/quat/quat-1.20-r2.ebuild b/media-gfx/quat/quat-1.20-r2.ebuild
deleted file mode 100644
index 17e06e1566e8..000000000000
--- a/media-gfx/quat/quat-1.20-r2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A 3D quaternionic fractal generator"
-HOMEPAGE="http://www.physcip.uni-stuttgart.de/phy11733/quat_e.html"
-SRC_URI="http://www.physcip.uni-stuttgart.de/phy11733/download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="X debug"
-
-DEPEND="
-	>=sys-libs/zlib-1.1.4
-	X? (
-		=x11-libs/fltk-1*
-		x11-libs/libX11
-		x11-libs/libXext
-		x11-libs/libXft
-	)
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	export FLUID="/usr/bin/fluid" # needed because configure tries an invalid option
-	econf \
-		$(use_enable X gui) \
-		$(use_enable debug) \
-		$(use_enable debug prof)
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-	dodoc AUTHORS ChangeLog NEWS README
-}


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/quat/
@ 2023-02-25 18:29 Arthur Zamarin
  0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2023-02-25 18:29 UTC (permalink / raw
  To: gentoo-commits

commit:     ed9ad54cb305cbcc0e73282884e2a09800de7f9b
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 25 18:29:30 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 18:29:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed9ad54c

media-gfx/quat: Stabilize 1.20-r3 ppc, #897716

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

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

diff --git a/media-gfx/quat/quat-1.20-r3.ebuild b/media-gfx/quat/quat-1.20-r3.ebuild
index 79baa4f0877a..f237c96e4554 100644
--- a/media-gfx/quat/quat-1.20-r3.ebuild
+++ b/media-gfx/quat/quat-1.20-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.physcip.uni-stuttgart.de/phy11733/download/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="X debug"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/quat/
@ 2023-02-25 18:26 Arthur Zamarin
  0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2023-02-25 18:26 UTC (permalink / raw
  To: gentoo-commits

commit:     3819758c1ddfdeb7a5bf099eb57c8537a5aec4af
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 25 18:26:32 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 18:26:32 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3819758c

media-gfx/quat: Stabilize 1.20-r3 x86, #897716

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

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

diff --git a/media-gfx/quat/quat-1.20-r3.ebuild b/media-gfx/quat/quat-1.20-r3.ebuild
index ea9e8589610a..79baa4f0877a 100644
--- a/media-gfx/quat/quat-1.20-r3.ebuild
+++ b/media-gfx/quat/quat-1.20-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.physcip.uni-stuttgart.de/phy11733/download/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="X debug"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/quat/
@ 2023-02-25 18:24 Arthur Zamarin
  0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2023-02-25 18:24 UTC (permalink / raw
  To: gentoo-commits

commit:     d1845c978379672797c05914234dfa4fef4d8e6f
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 25 18:24:43 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 18:24:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1845c97

media-gfx/quat: Stabilize 1.20-r3 amd64, #897716

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

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

diff --git a/media-gfx/quat/quat-1.20-r3.ebuild b/media-gfx/quat/quat-1.20-r3.ebuild
index f959b5ad2329..ea9e8589610a 100644
--- a/media-gfx/quat/quat-1.20-r3.ebuild
+++ b/media-gfx/quat/quat-1.20-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ SRC_URI="http://www.physcip.uni-stuttgart.de/phy11733/download/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE="X debug"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/quat/
@ 2018-04-17 20:27 David Seifert
  0 siblings, 0 replies; 9+ messages in thread
From: David Seifert @ 2018-04-17 20:27 UTC (permalink / raw
  To: gentoo-commits

commit:     7fc0c83cd3928f7498de944ee6dd4107c220b2a7
Author:     Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Tue Apr 17 08:39:42 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Apr 17 20:26:39 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fc0c83c

media-gfx/quat: Clean up old

Package-Manager: Portage-2.3.29, Repoman-2.3.9

 media-gfx/quat/quat-1.20.ebuild | 34 ----------------------------------
 1 file changed, 34 deletions(-)

diff --git a/media-gfx/quat/quat-1.20.ebuild b/media-gfx/quat/quat-1.20.ebuild
deleted file mode 100644
index 275fd898170..00000000000
--- a/media-gfx/quat/quat-1.20.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-DESCRIPTION="A 3D quaternionic fractal generator"
-HOMEPAGE="http://www.physcip.uni-stuttgart.de/phy11733/quat_e.html"
-SRC_URI="http://www.physcip.uni-stuttgart.de/phy11733/download/quat-1.20.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="X debug"
-
-DEPEND="X? ( =x11-libs/fltk-1*
-			x11-libs/libX11
-			x11-libs/libXext
-			x11-libs/libXft
-		)
-	>=sys-libs/zlib-1.1.4"
-RDEPEND=""
-
-src_compile() {
-	export FLUID="/usr/bin/fluid" # needed because configure tries an invalid option
-	econf \
-		`use_enable X gui` \
-		`use_enable debug` \
-		`use_enable debug prof` \
-		|| die "configure failure"
-	emake || die "make failure"
-}
-
-src_install() {
-	make DESTDIR="${D}" install || die "make install failure"
-	dodoc AUTHORS ChangeLog NEWS README
-}


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/quat/
@ 2018-04-16 21:26 Sergei Trofimovich
  0 siblings, 0 replies; 9+ messages in thread
From: Sergei Trofimovich @ 2018-04-16 21:26 UTC (permalink / raw
  To: gentoo-commits

commit:     532a1faf690907c3b6f68ecfa04a80b141476483
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 16 21:12:16 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Apr 16 21:25:33 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=532a1faf

media-gfx/quat: stable 1.20-r1 for ppc, bug #647522

Bug: https://bugs.gentoo.org/647522
Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"

 media-gfx/quat/quat-1.20-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/quat/quat-1.20-r1.ebuild b/media-gfx/quat/quat-1.20-r1.ebuild
index db86e456d4c..8c1256dbdd0 100644
--- a/media-gfx/quat/quat-1.20-r1.ebuild
+++ b/media-gfx/quat/quat-1.20-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://www.physcip.uni-stuttgart.de/phy11733/download/quat-1.20.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="X debug"
 
 DEPEND="X? ( =x11-libs/fltk-1*


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/quat/
@ 2018-02-14 13:50 Thomas Deutschmann
  0 siblings, 0 replies; 9+ messages in thread
From: Thomas Deutschmann @ 2018-02-14 13:50 UTC (permalink / raw
  To: gentoo-commits

commit:     838233cf36bbdeb3f2746fb2deabe8e14027e21d
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 14 13:43:38 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Feb 14 13:49:57 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=838233cf

media-gfx/quat: x86 stable (bug #647522)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-gfx/quat/quat-1.20-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/quat/quat-1.20-r1.ebuild b/media-gfx/quat/quat-1.20-r1.ebuild
index 9769ad57242..c8539486c8e 100644
--- a/media-gfx/quat/quat-1.20-r1.ebuild
+++ b/media-gfx/quat/quat-1.20-r1.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
@@ -9,7 +9,7 @@ SRC_URI="http://www.physcip.uni-stuttgart.de/phy11733/download/quat-1.20.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE="X debug"
 
 DEPEND="X? ( =x11-libs/fltk-1*


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/quat/
@ 2017-08-13  8:00 Amy Liffey
  0 siblings, 0 replies; 9+ messages in thread
From: Amy Liffey @ 2017-08-13  8:00 UTC (permalink / raw
  To: gentoo-commits

commit:     c132ececc84829b307a8316b720f681defc252dc
Author:     Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 13 07:51:38 2017 +0000
Commit:     Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Sun Aug 13 07:59:55 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c132ecec

media-gfx/quat: EAPI 6 bump

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 media-gfx/quat/quat-1.20-r1.ebuild | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/media-gfx/quat/quat-1.20-r1.ebuild b/media-gfx/quat/quat-1.20-r1.ebuild
new file mode 100644
index 00000000000..9769ad57242
--- /dev/null
+++ b/media-gfx/quat/quat-1.20-r1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A 3D quaternionic fractal generator"
+HOMEPAGE="http://www.physcip.uni-stuttgart.de/phy11733/quat_e.html"
+SRC_URI="http://www.physcip.uni-stuttgart.de/phy11733/download/quat-1.20.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="X debug"
+
+DEPEND="X? ( =x11-libs/fltk-1*
+			x11-libs/libX11
+			x11-libs/libXext
+			x11-libs/libXft
+		)
+	>=sys-libs/zlib-1.1.4"
+RDEPEND=""
+
+src_configure() {
+	export FLUID="/usr/bin/fluid" # needed because configure tries an invalid option
+	econf \
+		`use_enable X gui` \
+		`use_enable debug` \
+		`use_enable debug prof`
+}
+
+src_install() {
+	emake DESTDIR="${D}" install
+	dodoc AUTHORS ChangeLog NEWS README
+}


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

end of thread, other threads:[~2024-09-13 15:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-09 10:36 [gentoo-commits] repo/gentoo:master commit in: media-gfx/quat/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-09-13 15:20 Petr Vaněk
2023-02-25 18:29 Arthur Zamarin
2023-02-25 18:26 Arthur Zamarin
2023-02-25 18:24 Arthur Zamarin
2018-04-17 20:27 David Seifert
2018-04-16 21:26 Sergei Trofimovich
2018-02-14 13:50 Thomas Deutschmann
2017-08-13  8:00 Amy Liffey

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