public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmlife/
@ 2017-11-24 23:25 Bernard Cafarelli
  0 siblings, 0 replies; 4+ messages in thread
From: Bernard Cafarelli @ 2017-11-24 23:25 UTC (permalink / raw
  To: gentoo-commits

commit:     22fa177dceb62cf05969082d9467fb810cbb73ac
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 24 23:17:39 2017 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Fri Nov 24 23:17:39 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22fa177d

x11-plugins/wmlife: update homepage and SRC_URI

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 x11-plugins/wmlife/Manifest            | 2 +-
 x11-plugins/wmlife/wmlife-1.0.1.ebuild | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-plugins/wmlife/Manifest b/x11-plugins/wmlife/Manifest
index def9f1ad9a8..feb4fad3656 100644
--- a/x11-plugins/wmlife/Manifest
+++ b/x11-plugins/wmlife/Manifest
@@ -1 +1 @@
-DIST wmlife-1.0.1.tar.gz 92142 SHA256 4db33af31f661e1057d809413f679860bfb6e1d03d064f89792e84d1054ef8a1 SHA512 07cf6428e4d103e203b2e228e35bea13fe580de674d0ea61ab227e5e9bbc406495dbe0f2b7d6647b5d48930cc2d4c3fc097da115995619fdf25a7367b4fd9e84 WHIRLPOOL 60ce082fc2da0a413986ff553ba01f16cc78d8b807fbdc2e41d99292ecfa51bdd32eb9e8c94337bae85622fc541f339d781ce0b6d20145c5c89cb3ff100e1133
+DIST wmlife-1.0.1.tar.gz 92142 BLAKE2B 8f5415ef2cc30e1ac58bb3c93aa764290ef28da8d2919cfb15c644070e0cfa8f3bd5e3bdef0f8ab06f01f40ab62af2611242fe58c95a492d85ab018f387fbe77 SHA512 07cf6428e4d103e203b2e228e35bea13fe580de674d0ea61ab227e5e9bbc406495dbe0f2b7d6647b5d48930cc2d4c3fc097da115995619fdf25a7367b4fd9e84

diff --git a/x11-plugins/wmlife/wmlife-1.0.1.ebuild b/x11-plugins/wmlife/wmlife-1.0.1.ebuild
index a2523343e62..e5eb92e1508 100644
--- a/x11-plugins/wmlife/wmlife-1.0.1.ebuild
+++ b/x11-plugins/wmlife/wmlife-1.0.1.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 inherit autotools eutils
 
 DESCRIPTION="dockapp running Conway's Game of Life (and program launcher)"
-HOMEPAGE="http://www.swanson.ukfsn.org/#wmlife"
-SRC_URI="http://www.swanson.ukfsn.org/${PN}/${P}.tar.gz"
+HOMEPAGE="http://www.improbability.net/#wmlife"
+SRC_URI="http://www.improbability.net/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmlife/
@ 2018-08-02 20:14 Bernard Cafarelli
  0 siblings, 0 replies; 4+ messages in thread
From: Bernard Cafarelli @ 2018-08-02 20:14 UTC (permalink / raw
  To: gentoo-commits

commit:     c6aa63b40e285f14caf3246d77d7d67b326127f9
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Jul 22 15:35:55 2018 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Thu Aug  2 20:12:53 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6aa63b4

x11-plugins/wmlife: EAPI7, improve ebuild

 x11-plugins/wmlife/wmlife-1.0.1-r1.ebuild | 36 +++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/x11-plugins/wmlife/wmlife-1.0.1-r1.ebuild b/x11-plugins/wmlife/wmlife-1.0.1-r1.ebuild
new file mode 100644
index 00000000000..d3e3ba865bc
--- /dev/null
+++ b/x11-plugins/wmlife/wmlife-1.0.1-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="dockapp running Conway's Game of Life (and program launcher)"
+HOMEPAGE="http://www.improbability.net/#wmlife"
+SRC_URI="http://www.improbability.net/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="x11-libs/gtk+:2
+	x11-libs/libICE
+	x11-libs/libSM
+	x11-libs/libX11
+	x11-libs/libXext"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog NEWS README )
+
+PATCHES=( "${FILESDIR}"/${PN}-1.0.0-stringh.patch
+	"${FILESDIR}"/${P}-configure.patch )
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	econf --enable-session
+}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmlife/
@ 2018-08-02 20:14 Bernard Cafarelli
  0 siblings, 0 replies; 4+ messages in thread
From: Bernard Cafarelli @ 2018-08-02 20:14 UTC (permalink / raw
  To: gentoo-commits

commit:     2773228e1bd9a1eec4d8cf52818717e1a7f2f63f
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Jul 22 15:31:58 2018 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Thu Aug  2 20:12:52 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2773228e

x11-plugins/wmlife: fix typo, remove redundant PATCHES

 x11-plugins/wmlife/wmlife-1.0.1.ebuild | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/x11-plugins/wmlife/wmlife-1.0.1.ebuild b/x11-plugins/wmlife/wmlife-1.0.1.ebuild
index e5eb92e1508..47a14552f4a 100644
--- a/x11-plugins/wmlife/wmlife-1.0.1.ebuild
+++ b/x11-plugins/wmlife/wmlife-1.0.1.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=5
@@ -18,14 +18,11 @@ RDEPEND="x11-libs/gtk+:2
 	x11-libs/libSM
 	x11-libs/libX11
 	x11-libs/libXext"
-EPEND="${RDEPEND}
+DEPEND="${RDEPEND}
 	virtual/pkgconfig"
 
 DOCS="AUTHORS ChangeLog NEWS README"
 
-PATCHES=( "${FILESDIR}"/${PN}-1.0.0-stringh.patch
-	"${FILESDIR}"/${P}-configure.patch )
-
 src_prepare() {
 	epatch "${FILESDIR}"/${PN}-1.0.0-stringh.patch
 	epatch "${FILESDIR}"/${P}-configure.patch


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmlife/
@ 2018-12-11 14:29 Bernard Cafarelli
  0 siblings, 0 replies; 4+ messages in thread
From: Bernard Cafarelli @ 2018-12-11 14:29 UTC (permalink / raw
  To: gentoo-commits

commit:     36fe8e8c95dc45f61601b828481c3d9fa866bbd5
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Dec  7 14:09:13 2018 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Tue Dec 11 14:27:56 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36fe8e8c

x11-plugins/wmlife: drop old

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 x11-plugins/wmlife/wmlife-1.0.1.ebuild | 35 ----------------------------------
 1 file changed, 35 deletions(-)

diff --git a/x11-plugins/wmlife/wmlife-1.0.1.ebuild b/x11-plugins/wmlife/wmlife-1.0.1.ebuild
deleted file mode 100644
index 47a14552f4a..00000000000
--- a/x11-plugins/wmlife/wmlife-1.0.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils
-
-DESCRIPTION="dockapp running Conway's Game of Life (and program launcher)"
-HOMEPAGE="http://www.improbability.net/#wmlife"
-SRC_URI="http://www.improbability.net/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/gtk+:2
-	x11-libs/libICE
-	x11-libs/libSM
-	x11-libs/libX11
-	x11-libs/libXext"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${PN}-1.0.0-stringh.patch
-	epatch "${FILESDIR}"/${P}-configure.patch
-
-	eautoreconf
-}
-
-src_configure() {
-	econf --enable-session
-}


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

end of thread, other threads:[~2018-12-11 14:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-02 20:14 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmlife/ Bernard Cafarelli
  -- strict thread matches above, loose matches on Subject: below --
2018-12-11 14:29 Bernard Cafarelli
2018-08-02 20:14 Bernard Cafarelli
2017-11-24 23:25 Bernard Cafarelli

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