* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xfishtank/
@ 2015-09-13 18:48 Manuel Rüger
0 siblings, 0 replies; 15+ messages in thread
From: Manuel Rüger @ 2015-09-13 18:48 UTC (permalink / raw
To: gentoo-commits
commit: f86f3396b12f10a71e891372559bc303be7ea40e
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 13 18:46:49 2015 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Sep 13 18:48:30 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f86f3396
x11-misc/xfishtank: Remove old
Package-Manager: portage-2.2.20.1
x11-misc/xfishtank/xfishtank-2.1.ebuild | 42 ---------------------------------
1 file changed, 42 deletions(-)
diff --git a/x11-misc/xfishtank/xfishtank-2.1.ebuild b/x11-misc/xfishtank/xfishtank-2.1.ebuild
deleted file mode 100644
index 03021e8..0000000
--- a/x11-misc/xfishtank/xfishtank-2.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit eutils
-
-MY_P=${P}tp
-
-DESCRIPTION="Turns your root window into an aquarium"
-HOMEPAGE="http://www.ibiblio.org/pub/Linux/X11/demos/"
-SRC_URI="http://www.ibiblio.org/pub/Linux/X11/demos/${MY_P}.tar.gz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="ppc ppc64 x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXt
- x11-libs/libXext"
-DEPEND="${RDEPEND}
- x11-proto/xproto
- x11-misc/makedepend"
-
-S=${WORKDIR}/${MY_P}
-
-src_unpack() {
- unpack ${A}
- epatch "${FILESDIR}/${MY_P}-Makefile.patch"
- cd "${S}"
- sed -i -e 's,INSTPGMFLAGS = -s,INSTPGMFLAGS =,' Makefile || die
-}
-
-src_compile() {
- makedepend || die "makedepend failed"
- emake || die "emake failed"
-}
-
-src_install() {
- make BINDIR=/usr/bin DESTDIR="${D}" install || die "make install failed"
- dodoc README README.Linux README.TrueColor README.Why.2.1tp
-}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xfishtank/
@ 2017-02-05 20:44 David Seifert
0 siblings, 0 replies; 15+ messages in thread
From: David Seifert @ 2017-02-05 20:44 UTC (permalink / raw
To: gentoo-commits
commit: 81f2b8951e1cfaad6e2d2449d194bd4bef536a9a
Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Sun Feb 5 20:07:23 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Feb 5 20:44:22 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81f2b895
x11-misc/xfishtank: EAPI bump 2 -> 6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3834
x11-misc/xfishtank/xfishtank-2.1-r2.ebuild | 35 ++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/x11-misc/xfishtank/xfishtank-2.1-r2.ebuild b/x11-misc/xfishtank/xfishtank-2.1-r2.ebuild
new file mode 100644
index 00000000..3029d12
--- /dev/null
+++ b/x11-misc/xfishtank/xfishtank-2.1-r2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit toolchain-funcs
+
+MY_P=${P}tp
+
+DESCRIPTION="Turns your root window into an aquarium"
+HOMEPAGE="http://www.ibiblio.org/pub/Linux/X11/demos/"
+SRC_URI="http://www.ibiblio.org/pub/Linux/X11/demos/${MY_P}.tar.gz"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-linux"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+ x11-libs/libXt
+ x11-libs/libXext"
+DEPEND="${RDEPEND}
+ x11-proto/xproto
+ x11-misc/imake"
+
+S=${WORKDIR}/${MY_P}
+
+PATCHES=( "${FILESDIR}"/${P}-implicits.patch )
+
+src_compile() {
+ xmkmf || die
+ emake CDEBUGFLAGS="${CFLAGS}" CC="$(tc-getCC)" \
+ EXTRA_LDOPTIONS="${LDFLAGS}" ${PN}
+}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xfishtank/
@ 2017-02-06 14:55 Agostino Sarubbo
0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo @ 2017-02-06 14:55 UTC (permalink / raw
To: gentoo-commits
commit: 9c00c6783826ef46839dafbd4815dfac2f5eb6d7
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 6 14:55:23 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Feb 6 14:55:46 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c00c678
x11-misc/xfishtank: amd64 stable wrt bug #608374
Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
x11-misc/xfishtank/xfishtank-2.1-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/xfishtank/xfishtank-2.1-r2.ebuild b/x11-misc/xfishtank/xfishtank-2.1-r2.ebuild
index 3029d12..786ef19 100644
--- a/x11-misc/xfishtank/xfishtank-2.1-r2.ebuild
+++ b/x11-misc/xfishtank/xfishtank-2.1-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://www.ibiblio.org/pub/Linux/X11/demos/${MY_P}.tar.gz"
LICENSE="public-domain"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-linux"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~x86-linux"
IUSE=""
RDEPEND="x11-libs/libX11
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xfishtank/
@ 2017-02-12 17:01 Agostino Sarubbo
0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo @ 2017-02-12 17:01 UTC (permalink / raw
To: gentoo-commits
commit: 6fc47b8fa3a6d3617c002e21f9d6ff3adfda5d73
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 12 16:57:29 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Feb 12 17:00:49 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fc47b8f
x11-misc/xfishtank: ppc stable wrt bug #608374
Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
x11-misc/xfishtank/xfishtank-2.1-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/xfishtank/xfishtank-2.1-r2.ebuild b/x11-misc/xfishtank/xfishtank-2.1-r2.ebuild
index a9fe0539fb..6447c08b51 100644
--- a/x11-misc/xfishtank/xfishtank-2.1-r2.ebuild
+++ b/x11-misc/xfishtank/xfishtank-2.1-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://www.ibiblio.org/pub/Linux/X11/demos/${MY_P}.tar.gz"
LICENSE="public-domain"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-linux"
+KEYWORDS="amd64 ppc ~ppc64 x86 ~x86-linux"
IUSE=""
RDEPEND="x11-libs/libX11
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xfishtank/
@ 2017-02-23 17:05 Michael Weber
0 siblings, 0 replies; 15+ messages in thread
From: Michael Weber @ 2017-02-23 17:05 UTC (permalink / raw
To: gentoo-commits
commit: b3eb28d1e6e27fce125813107e67abd9d9aca8bc
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 23 17:03:12 2017 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Thu Feb 23 17:05:47 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3eb28d1
x11-misc/xfishtank: ppc64 stable (bug 608374).
Package-Manager: Portage-2.3.3, Repoman-2.3.1
x11-misc/xfishtank/xfishtank-2.1-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/xfishtank/xfishtank-2.1-r2.ebuild b/x11-misc/xfishtank/xfishtank-2.1-r2.ebuild
index 6447c08b51..b5936fa575 100644
--- a/x11-misc/xfishtank/xfishtank-2.1-r2.ebuild
+++ b/x11-misc/xfishtank/xfishtank-2.1-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://www.ibiblio.org/pub/Linux/X11/demos/${MY_P}.tar.gz"
LICENSE="public-domain"
SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 x86 ~x86-linux"
+KEYWORDS="amd64 ppc ppc64 x86 ~x86-linux"
IUSE=""
RDEPEND="x11-libs/libX11
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xfishtank/
@ 2017-02-25 14:15 David Seifert
0 siblings, 0 replies; 15+ messages in thread
From: David Seifert @ 2017-02-25 14:15 UTC (permalink / raw
To: gentoo-commits
commit: e152a6bb686493e61333f43fe85961fce76180dd
Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Fri Feb 24 06:47:59 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 14:15:11 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e152a6bb
x11-misc/xfishtank: Remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/4071
x11-misc/xfishtank/xfishtank-2.1-r1.ebuild | 42 ------------------------------
1 file changed, 42 deletions(-)
diff --git a/x11-misc/xfishtank/xfishtank-2.1-r1.ebuild b/x11-misc/xfishtank/xfishtank-2.1-r1.ebuild
deleted file mode 100644
index 12b55ec45b..0000000000
--- a/x11-misc/xfishtank/xfishtank-2.1-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-
-inherit eutils toolchain-funcs
-
-MY_P=${P}tp
-
-DESCRIPTION="Turns your root window into an aquarium"
-HOMEPAGE="http://www.ibiblio.org/pub/Linux/X11/demos/"
-SRC_URI="http://www.ibiblio.org/pub/Linux/X11/demos/${MY_P}.tar.gz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86 ~x86-linux"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXt
- x11-libs/libXext"
-DEPEND="${RDEPEND}
- x11-proto/xproto
- x11-misc/imake"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-implicits.patch
-}
-
-src_compile() {
- xmkmf || die
- emake CDEBUGFLAGS="${CFLAGS}" CC="$(tc-getCC)" \
- EXTRA_LDOPTIONS="${LDFLAGS}" ${PN} || die
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc README README.Linux README.TrueColor README.Why.2.1tp || die
-}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xfishtank/
@ 2020-09-05 11:02 Jeroen Roovers
0 siblings, 0 replies; 15+ messages in thread
From: Jeroen Roovers @ 2020-09-05 11:02 UTC (permalink / raw
To: gentoo-commits
commit: 1410fe7bc78622bf4fff1217ec37cf45438c3684
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 5 11:01:33 2020 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Sep 5 11:02:10 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1410fe7b
x11-misc/xfishtank: Depend on media-libs/imlib2[X]
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Closes: https://bugs.gentoo.org/740434
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
x11-misc/xfishtank/xfishtank-2.5.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/x11-misc/xfishtank/xfishtank-2.5.ebuild b/x11-misc/xfishtank/xfishtank-2.5.ebuild
index 8ea5a3d929a..c98482c9096 100644
--- a/x11-misc/xfishtank/xfishtank-2.5.ebuild
+++ b/x11-misc/xfishtank/xfishtank-2.5.ebuild
@@ -13,6 +13,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-linux"
RDEPEND="
+ media-libs/imlib2[X]
x11-libs/libX11
x11-libs/libXext
x11-libs/libXt
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xfishtank/
@ 2021-03-15 21:18 Sam James
0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2021-03-15 21:18 UTC (permalink / raw
To: gentoo-commits
commit: 7ddc171fe3ce52e37c30d014d1336c70cd7a5901
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 15 21:16:08 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 15 21:17:58 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ddc171f
x11-misc/xfishtank: Stabilize 2.5 x86, #776469
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-misc/xfishtank/xfishtank-2.5.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-misc/xfishtank/xfishtank-2.5.ebuild b/x11-misc/xfishtank/xfishtank-2.5.ebuild
index c98482c9096..212c00deea9 100644
--- a/x11-misc/xfishtank/xfishtank-2.5.ebuild
+++ b/x11-misc/xfishtank/xfishtank-2.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,7 +10,7 @@ SRC_URI="https://dev.gentoo.org/~jer/${P}.tar.gz"
LICENSE="public-domain"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-linux"
+KEYWORDS="~amd64 ~ppc ~ppc64 x86 ~x86-linux"
RDEPEND="
media-libs/imlib2[X]
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xfishtank/
@ 2021-03-15 21:21 Sam James
0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2021-03-15 21:21 UTC (permalink / raw
To: gentoo-commits
commit: e92eb0f42ab0bdd7b0bb921eea3912ec3351ca50
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 15 21:19:46 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 15 21:21:37 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e92eb0f4
x11-misc/xfishtank: Stabilize 2.5 amd64, #776469
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-misc/xfishtank/xfishtank-2.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/xfishtank/xfishtank-2.5.ebuild b/x11-misc/xfishtank/xfishtank-2.5.ebuild
index 212c00deea9..55c7a244a7f 100644
--- a/x11-misc/xfishtank/xfishtank-2.5.ebuild
+++ b/x11-misc/xfishtank/xfishtank-2.5.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://dev.gentoo.org/~jer/${P}.tar.gz"
LICENSE="public-domain"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 x86 ~x86-linux"
+KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-linux"
RDEPEND="
media-libs/imlib2[X]
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xfishtank/
@ 2021-03-15 21:25 Sam James
0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2021-03-15 21:25 UTC (permalink / raw
To: gentoo-commits
commit: c5cce9f606a979ec23642dc6aadc540caaae3c8f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 15 21:23:53 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 15 21:23:53 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5cce9f6
x11-misc/xfishtank: Stabilize 2.5 ppc, #776469
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-misc/xfishtank/xfishtank-2.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/xfishtank/xfishtank-2.5.ebuild b/x11-misc/xfishtank/xfishtank-2.5.ebuild
index 55c7a244a7f..ab236f2799f 100644
--- a/x11-misc/xfishtank/xfishtank-2.5.ebuild
+++ b/x11-misc/xfishtank/xfishtank-2.5.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://dev.gentoo.org/~jer/${P}.tar.gz"
LICENSE="public-domain"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-linux"
+KEYWORDS="amd64 ppc ~ppc64 x86 ~x86-linux"
RDEPEND="
media-libs/imlib2[X]
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xfishtank/
@ 2021-03-15 21:55 Sam James
0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2021-03-15 21:55 UTC (permalink / raw
To: gentoo-commits
commit: 1602bc0ffecb96608a11b90952fb8d754d232a0c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 15 21:55:17 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 15 21:55:17 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1602bc0f
x11-misc/xfishtank: Stabilize 2.5 ppc64, #776469
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-misc/xfishtank/xfishtank-2.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/xfishtank/xfishtank-2.5.ebuild b/x11-misc/xfishtank/xfishtank-2.5.ebuild
index ab236f2799f..7ef03d5d699 100644
--- a/x11-misc/xfishtank/xfishtank-2.5.ebuild
+++ b/x11-misc/xfishtank/xfishtank-2.5.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://dev.gentoo.org/~jer/${P}.tar.gz"
LICENSE="public-domain"
SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 x86 ~x86-linux"
+KEYWORDS="amd64 ppc ppc64 x86 ~x86-linux"
RDEPEND="
media-libs/imlib2[X]
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xfishtank/
@ 2021-04-15 6:39 Joonas Niilola
0 siblings, 0 replies; 15+ messages in thread
From: Joonas Niilola @ 2021-04-15 6:39 UTC (permalink / raw
To: gentoo-commits
commit: a48666c5159273be4428758e56e3d12e34266dc5
Author: Ionen Wolkens <sudinave <AT> gmail <DOT> com>
AuthorDate: Wed Apr 14 12:48:18 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Apr 15 06:38:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a48666c5
x11-misc/xfishtank: fix build with -native-symlinks
Closes: https://bugs.gentoo.org/726228
Signed-off-by: Ionen Wolkens <sudinave <AT> gmail.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
x11-misc/xfishtank/xfishtank-2.5.ebuild | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/x11-misc/xfishtank/xfishtank-2.5.ebuild b/x11-misc/xfishtank/xfishtank-2.5.ebuild
index 7ef03d5d699..cda06f5cd4d 100644
--- a/x11-misc/xfishtank/xfishtank-2.5.ebuild
+++ b/x11-misc/xfishtank/xfishtank-2.5.ebuild
@@ -18,17 +18,16 @@ RDEPEND="
x11-libs/libXext
x11-libs/libXt
"
-DEPEND="
- ${RDEPEND}
- x11-base/xorg-proto
-"
+DEPEND="${RDEPEND}"
BDEPEND="
- x11-misc/imake
+ x11-base/xorg-proto
+ >=x11-misc/imake-1.0.8-r1
"
S=${WORKDIR}/${PN}
src_configure() {
- xmkmf || die
+ CC="$(tc-getBUILD_CC)" LD="$(tc-getLD)" \
+ IMAKECPP="${IMAKECPP:-$(tc-getCPP)}" xmkmf || die
}
src_compile() {
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xfishtank/
@ 2021-10-19 19:09 Jakov Smolić
0 siblings, 0 replies; 15+ messages in thread
From: Jakov Smolić @ 2021-10-19 19:09 UTC (permalink / raw
To: gentoo-commits
commit: 6c2dc1215959702d01a12442dcd916b76027a3f2
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 19 19:06:00 2021 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Oct 19 19:09:05 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c2dc121
x11-misc/xfishtank: Update SRC_URI
jer@ is retired and I've archived the distfiles in my devspace
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
x11-misc/xfishtank/xfishtank-2.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/xfishtank/xfishtank-2.5.ebuild b/x11-misc/xfishtank/xfishtank-2.5.ebuild
index cda06f5cd4d..c8e58903ac8 100644
--- a/x11-misc/xfishtank/xfishtank-2.5.ebuild
+++ b/x11-misc/xfishtank/xfishtank-2.5.ebuild
@@ -6,7 +6,7 @@ inherit toolchain-funcs
DESCRIPTION="Turns your root window into an aquarium"
HOMEPAGE="https://jim.rees.org/computers/xfishtank.html"
-SRC_URI="https://dev.gentoo.org/~jer/${P}.tar.gz"
+SRC_URI="https://dev.gentoo.org/~jsmolic/distfiles/${P}.tar.gz"
LICENSE="public-domain"
SLOT="0"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xfishtank/
@ 2022-09-30 11:02 Ionen Wolkens
0 siblings, 0 replies; 15+ messages in thread
From: Ionen Wolkens @ 2022-09-30 11:02 UTC (permalink / raw
To: gentoo-commits
commit: e08f9c22c1b49251a14d47fec27378ca60f5a6c4
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 30 09:15:47 2022 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Sep 30 10:48:12 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e08f9c22
x11-misc/xfishtank: force gcc -E for imake's generation
Requires traditional cpp support and is broken in all sort of ways
with clang-cpp / -E. Can still use clang & friends for everything else.
Ideally these packages need to be built another way or last rited,
imake will just accumulate more problems.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
x11-misc/xfishtank/xfishtank-2.5.ebuild | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/x11-misc/xfishtank/xfishtank-2.5.ebuild b/x11-misc/xfishtank/xfishtank-2.5.ebuild
index c8e58903ac86..48df2a9e84c5 100644
--- a/x11-misc/xfishtank/xfishtank-2.5.ebuild
+++ b/x11-misc/xfishtank/xfishtank-2.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -18,16 +18,19 @@ RDEPEND="
x11-libs/libXext
x11-libs/libXt
"
-DEPEND="${RDEPEND}"
-BDEPEND="
+DEPEND="
+ ${RDEPEND}
x11-base/xorg-proto
+"
+BDEPEND="
+ sys-devel/gcc
>=x11-misc/imake-1.0.8-r1
"
S=${WORKDIR}/${PN}
src_configure() {
CC="$(tc-getBUILD_CC)" LD="$(tc-getLD)" \
- IMAKECPP="${IMAKECPP:-$(tc-getCPP)}" xmkmf || die
+ IMAKECPP="${IMAKECPP:-${CHOST}-gcc -E}" xmkmf || die
}
src_compile() {
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xfishtank/
@ 2022-10-11 8:56 Ionen Wolkens
0 siblings, 0 replies; 15+ messages in thread
From: Ionen Wolkens @ 2022-10-11 8:56 UTC (permalink / raw
To: gentoo-commits
commit: f4ef6988d51fec607dcee7f567c601596353b171
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 11 08:27:35 2022 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Oct 11 08:56:04 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4ef6988
x11-misc/xfishtank: pass -std=gnu89
Does not build with `clang -std=c2x`, early workaround for
when this will become a default.
(not actively hunting for these, merely revisiting packages
previously looked at for clang16 even if not an issue "yet").
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
x11-misc/xfishtank/xfishtank-2.5.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/x11-misc/xfishtank/xfishtank-2.5.ebuild b/x11-misc/xfishtank/xfishtank-2.5.ebuild
index 48df2a9e84c5..22bdac1cd667 100644
--- a/x11-misc/xfishtank/xfishtank-2.5.ebuild
+++ b/x11-misc/xfishtank/xfishtank-2.5.ebuild
@@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit toolchain-funcs
+
+inherit flag-o-matic toolchain-funcs
DESCRIPTION="Turns your root window into an aquarium"
HOMEPAGE="https://jim.rees.org/computers/xfishtank.html"
@@ -29,6 +30,8 @@ BDEPEND="
S=${WORKDIR}/${PN}
src_configure() {
+ append-cflags -std=gnu89 # old codebase, incompatible with c2x
+
CC="$(tc-getBUILD_CC)" LD="$(tc-getLD)" \
IMAKECPP="${IMAKECPP:-${CHOST}-gcc -E}" xmkmf || die
}
^ permalink raw reply related [flat|nested] 15+ messages in thread
end of thread, other threads:[~2022-10-11 8:56 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-25 14:15 [gentoo-commits] repo/gentoo:master commit in: x11-misc/xfishtank/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2022-10-11 8:56 Ionen Wolkens
2022-09-30 11:02 Ionen Wolkens
2021-10-19 19:09 Jakov Smolić
2021-04-15 6:39 Joonas Niilola
2021-03-15 21:55 Sam James
2021-03-15 21:25 Sam James
2021-03-15 21:21 Sam James
2021-03-15 21:18 Sam James
2020-09-05 11:02 Jeroen Roovers
2017-02-23 17:05 Michael Weber
2017-02-12 17:01 Agostino Sarubbo
2017-02-06 14:55 Agostino Sarubbo
2017-02-05 20:44 David Seifert
2015-09-13 18:48 Manuel Rüger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox