* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xdesktopwaves/
@ 2015-09-13 18:45 Manuel Rüger
0 siblings, 0 replies; 10+ messages in thread
From: Manuel Rüger @ 2015-09-13 18:45 UTC (permalink / raw
To: gentoo-commits
commit: e4b566bc118e2fc56fb0774a7c3e043706ef2363
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 13 18:45:47 2015 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Sep 13 18:45:47 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4b566bc
x11-misc/xdesktopwaves: Remove old
Package-Manager: portage-2.2.20.1
x11-misc/xdesktopwaves/xdesktopwaves-1.3.ebuild | 39 -------------------------
1 file changed, 39 deletions(-)
diff --git a/x11-misc/xdesktopwaves/xdesktopwaves-1.3.ebuild b/x11-misc/xdesktopwaves/xdesktopwaves-1.3.ebuild
deleted file mode 100644
index 20b4aa9..0000000
--- a/x11-misc/xdesktopwaves/xdesktopwaves-1.3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit eutils
-
-DESCRIPTION="A cellular automata setting the background of your X Windows desktop under water"
-HOMEPAGE="http://xdesktopwaves.sourceforge.net/"
-LICENSE="GPL-2"
-RDEPEND="x11-libs/libXext"
-DEPEND="${RDEPEND}
- x11-proto/xextproto"
-
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-src_compile() {
- emake || die "failed building program"
- cd xdwapi
- emake || die "failed building demo"
-}
-
-src_install() {
- dobin xdesktopwaves xdwapi/xdwapidemo
- doman xdesktopwaves.1
- insinto /usr/share/pixmaps
- doins xdesktopwaves.xpm
- make_desktop_entry xdesktopwaves
- dodoc README
-}
-
-pkg_preinst() {
- elog "To see what xdesktopwaves is able to do, start it by running"
- elog "'xdesktopwaves' and then run 'xdwapidemo'. You should see the"
- elog "supported effects on your desktop"
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xdesktopwaves/
@ 2017-02-06 22:47 David Seifert
0 siblings, 0 replies; 10+ messages in thread
From: David Seifert @ 2017-02-06 22:47 UTC (permalink / raw
To: gentoo-commits
commit: 21a6ee18b9bd70f4f008604f1fcac95c15746cbf
Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Mon Feb 6 17:50:34 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Feb 6 22:46:59 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21a6ee18
x11-misc/xdesktopwaves: EAPI bump 2 -> 6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3853
x11-misc/xdesktopwaves/xdesktopwaves-1.3-r2.ebuild | 42 ++++++++++++++++++++++
1 file changed, 42 insertions(+)
diff --git a/x11-misc/xdesktopwaves/xdesktopwaves-1.3-r2.ebuild b/x11-misc/xdesktopwaves/xdesktopwaves-1.3-r2.ebuild
new file mode 100644
index 00000000..c4a5b06
--- /dev/null
+++ b/x11-misc/xdesktopwaves/xdesktopwaves-1.3-r2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils toolchain-funcs
+
+DESCRIPTION="A cellular automata setting the background of your X Windows desktop under water"
+HOMEPAGE="http://xdesktopwaves.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+LICENSE="GPL-2"
+
+SLOT="0"
+RDEPEND="x11-libs/libXext"
+DEPEND="${RDEPEND}
+ x11-proto/xextproto"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
+
+src_compile() {
+ tc-export CC
+ emake
+ emake -C xdwapi
+}
+
+src_install() {
+ dobin xdesktopwaves xdwapi/xdwapidemo
+ doman xdesktopwaves.1
+ insinto /usr/share/pixmaps
+ doins xdesktopwaves.xpm
+ make_desktop_entry xdesktopwaves
+ einstalldocs
+}
+
+pkg_preinst() {
+ elog "To see what xdesktopwaves is able to do, start it by running"
+ elog "'xdesktopwaves' and then run 'xdwapidemo'. You should see the"
+ elog "supported effects on your desktop"
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xdesktopwaves/
@ 2017-03-20 11:04 Agostino Sarubbo
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo @ 2017-03-20 11:04 UTC (permalink / raw
To: gentoo-commits
commit: 6cbd01eb9ad67c986eaf0c387af805169feb936b
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 20 11:02:48 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Mar 20 11:02:48 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cbd01eb
x11-misc/xdesktopwaves: amd64 stable wrt bug #613104
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
x11-misc/xdesktopwaves/xdesktopwaves-1.3-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/xdesktopwaves/xdesktopwaves-1.3-r2.ebuild b/x11-misc/xdesktopwaves/xdesktopwaves-1.3-r2.ebuild
index 5f59113be29..82ae486b6d9 100644
--- a/x11-misc/xdesktopwaves/xdesktopwaves-1.3-r2.ebuild
+++ b/x11-misc/xdesktopwaves/xdesktopwaves-1.3-r2.ebuild
@@ -14,7 +14,7 @@ SLOT="0"
RDEPEND="x11-libs/libXext"
DEPEND="${RDEPEND}
x11-proto/xextproto"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
IUSE=""
PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xdesktopwaves/
@ 2017-03-22 7:30 Michael Weber
0 siblings, 0 replies; 10+ messages in thread
From: Michael Weber @ 2017-03-22 7:30 UTC (permalink / raw
To: gentoo-commits
commit: f5e00b70fd54735ff0c817fdda2be82e160fa169
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 21 15:32:45 2017 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Wed Mar 22 07:29:25 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5e00b70
x11-misc/xdesktopwaves: ppc stable (bug 613104)
Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"
x11-misc/xdesktopwaves/xdesktopwaves-1.3-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/xdesktopwaves/xdesktopwaves-1.3-r2.ebuild b/x11-misc/xdesktopwaves/xdesktopwaves-1.3-r2.ebuild
index 9cc2a49fd4d..cf84faf3f80 100644
--- a/x11-misc/xdesktopwaves/xdesktopwaves-1.3-r2.ebuild
+++ b/x11-misc/xdesktopwaves/xdesktopwaves-1.3-r2.ebuild
@@ -14,7 +14,7 @@ SLOT="0"
RDEPEND="x11-libs/libXext"
DEPEND="${RDEPEND}
x11-proto/xextproto"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
IUSE=""
PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xdesktopwaves/
@ 2017-04-01 10:24 David Seifert
0 siblings, 0 replies; 10+ messages in thread
From: David Seifert @ 2017-04-01 10:24 UTC (permalink / raw
To: gentoo-commits
commit: f796629da87c0c8cbeeeeca8557fd1b3a5184af7
Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Tue Mar 28 18:28:46 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Apr 1 10:23:15 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f796629d
x11-misc/xdesktopwaves: Remove old
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4319
x11-misc/xdesktopwaves/xdesktopwaves-1.3-r1.ebuild | 45 ----------------------
1 file changed, 45 deletions(-)
diff --git a/x11-misc/xdesktopwaves/xdesktopwaves-1.3-r1.ebuild b/x11-misc/xdesktopwaves/xdesktopwaves-1.3-r1.ebuild
deleted file mode 100644
index 792e0dcda2d..00000000000
--- a/x11-misc/xdesktopwaves/xdesktopwaves-1.3-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="A cellular automata setting the background of your X Windows desktop under water"
-HOMEPAGE="http://xdesktopwaves.sourceforge.net/"
-LICENSE="GPL-2"
-RDEPEND="x11-libs/libXext"
-DEPEND="${RDEPEND}
- x11-proto/xextproto"
-
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-gentoo.patch
-}
-
-src_compile() {
- tc-export CC
- emake || die "failed building program"
- cd xdwapi
- emake || die "failed building demo"
-}
-
-src_install() {
- dobin xdesktopwaves xdwapi/xdwapidemo
- doman xdesktopwaves.1
- insinto /usr/share/pixmaps
- doins xdesktopwaves.xpm
- make_desktop_entry xdesktopwaves
- dodoc README
-}
-
-pkg_preinst() {
- elog "To see what xdesktopwaves is able to do, start it by running"
- elog "'xdesktopwaves' and then run 'xdwapidemo'. You should see the"
- elog "supported effects on your desktop"
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xdesktopwaves/
@ 2017-11-26 23:33 David Seifert
0 siblings, 0 replies; 10+ messages in thread
From: David Seifert @ 2017-11-26 23:33 UTC (permalink / raw
To: gentoo-commits
commit: 61481241e5b5e623e1b226a979bca53900ba9d26
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 26 13:13:36 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Nov 26 23:31:27 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61481241
x11-misc/xdesktopwaves: [QA] Consistent whitespace in metadata.xml
x11-misc/xdesktopwaves/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/xdesktopwaves/metadata.xml b/x11-misc/xdesktopwaves/metadata.xml
index 5e3210314f1..678112183b9 100644
--- a/x11-misc/xdesktopwaves/metadata.xml
+++ b/x11-misc/xdesktopwaves/metadata.xml
@@ -10,7 +10,7 @@
X Windows desktop under water. Windows and mouse are like ships on the
sea. Each movement of these ends up in moving water waves. You can even
have rain and/or storm stirring up the water.
- </longdescription>
+ </longdescription>
<upstream>
<remote-id type="sourceforge">xdesktopwaves</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xdesktopwaves/
@ 2021-03-15 21:18 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2021-03-15 21:18 UTC (permalink / raw
To: gentoo-commits
commit: 6c0bbdff0b13b1c69b863ae2e6629ef3c5ac28c9
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 15 21:16:00 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 15 21:17:57 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c0bbdff
x11-misc/xdesktopwaves: Stabilize 1.4 x86, #776463
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-misc/xdesktopwaves/xdesktopwaves-1.4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-misc/xdesktopwaves/xdesktopwaves-1.4.ebuild b/x11-misc/xdesktopwaves/xdesktopwaves-1.4.ebuild
index 901b11eb778..7cd8529ecaa 100644
--- a/x11-misc/xdesktopwaves/xdesktopwaves-1.4.ebuild
+++ b/x11-misc/xdesktopwaves/xdesktopwaves-1.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -17,7 +17,7 @@ DEPEND="
${RDEPEND}
x11-base/xorg-proto
"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
PATCHES=(
"${FILESDIR}"/${PN}-1.4-gentoo.patch
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xdesktopwaves/
@ 2021-03-15 21:21 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2021-03-15 21:21 UTC (permalink / raw
To: gentoo-commits
commit: f146713a11c5cb5253066bf5f50335768343ae62
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 15 21:19:38 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 15 21:21:35 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f146713a
x11-misc/xdesktopwaves: Stabilize 1.4 amd64, #776463
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-misc/xdesktopwaves/xdesktopwaves-1.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/xdesktopwaves/xdesktopwaves-1.4.ebuild b/x11-misc/xdesktopwaves/xdesktopwaves-1.4.ebuild
index 7cd8529ecaa..a0e57ab704e 100644
--- a/x11-misc/xdesktopwaves/xdesktopwaves-1.4.ebuild
+++ b/x11-misc/xdesktopwaves/xdesktopwaves-1.4.ebuild
@@ -17,7 +17,7 @@ DEPEND="
${RDEPEND}
x11-base/xorg-proto
"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
PATCHES=(
"${FILESDIR}"/${PN}-1.4-gentoo.patch
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xdesktopwaves/
@ 2021-03-15 21:25 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2021-03-15 21:25 UTC (permalink / raw
To: gentoo-commits
commit: 43bc1487f3f9c7e02696aa93d1c6f5f35cc177a4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 15 21:23:49 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 15 21:23:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43bc1487
x11-misc/xdesktopwaves: Stabilize 1.4 ppc, #776463
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-misc/xdesktopwaves/xdesktopwaves-1.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/xdesktopwaves/xdesktopwaves-1.4.ebuild b/x11-misc/xdesktopwaves/xdesktopwaves-1.4.ebuild
index a0e57ab704e..1e5d62650fd 100644
--- a/x11-misc/xdesktopwaves/xdesktopwaves-1.4.ebuild
+++ b/x11-misc/xdesktopwaves/xdesktopwaves-1.4.ebuild
@@ -17,7 +17,7 @@ DEPEND="
${RDEPEND}
x11-base/xorg-proto
"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
PATCHES=(
"${FILESDIR}"/${PN}-1.4-gentoo.patch
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xdesktopwaves/
@ 2023-07-04 22:15 Conrad Kostecki
0 siblings, 0 replies; 10+ messages in thread
From: Conrad Kostecki @ 2023-07-04 22:15 UTC (permalink / raw
To: gentoo-commits
commit: 77c26d2358810c82f3deaa3530e4427d8303c451
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Jul 4 21:03:54 2023 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Jul 4 22:15:02 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77c26d23
x11-misc/xdesktopwaves: use HTTPS, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
x11-misc/xdesktopwaves/xdesktopwaves-1.4.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/x11-misc/xdesktopwaves/xdesktopwaves-1.4.ebuild b/x11-misc/xdesktopwaves/xdesktopwaves-1.4.ebuild
index 1be0017af311..fe9e411845d7 100644
--- a/x11-misc/xdesktopwaves/xdesktopwaves-1.4.ebuild
+++ b/x11-misc/xdesktopwaves/xdesktopwaves-1.4.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit desktop toolchain-funcs
-DESCRIPTION="A cellular automata setting the background of your X Windows desktop under water"
-HOMEPAGE="http://xdesktopwaves.sourceforge.net/"
+DESCRIPTION="Cellular automata setting the background of your X Windows desktop under water"
+HOMEPAGE="https://xdesktopwaves.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
RDEPEND="
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2023-07-04 22:15 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-06 22:47 [gentoo-commits] repo/gentoo:master commit in: x11-misc/xdesktopwaves/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2023-07-04 22:15 Conrad Kostecki
2021-03-15 21:25 Sam James
2021-03-15 21:21 Sam James
2021-03-15 21:18 Sam James
2017-11-26 23:33 David Seifert
2017-04-01 10:24 David Seifert
2017-03-22 7:30 Michael Weber
2017-03-20 11:04 Agostino Sarubbo
2015-09-13 18:45 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