* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmand/
@ 2017-05-29 12:19 Bernard Cafarelli
0 siblings, 0 replies; 5+ messages in thread
From: Bernard Cafarelli @ 2017-05-29 12:19 UTC (permalink / raw
To: gentoo-commits
commit: 6e959748ea5add168cf804b4c5f5bd419d0cca11
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Mon May 29 12:11:42 2017 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Mon May 29 12:19:12 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e959748
x11-plugins/wmmand: drop old
Package-Manager: Portage-2.3.6, Repoman-2.3.2
x11-plugins/wmmand/wmmand-1.3.2.ebuild | 37 ----------------------------------
1 file changed, 37 deletions(-)
diff --git a/x11-plugins/wmmand/wmmand-1.3.2.ebuild b/x11-plugins/wmmand/wmmand-1.3.2.ebuild
deleted file mode 100644
index c73ad2e865d..00000000000
--- a/x11-plugins/wmmand/wmmand-1.3.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils toolchain-funcs
-
-MY_P=wmMand-${PV}
-
-DESCRIPTION="a dockable mandelbrot browser"
-HOMEPAGE="http://ciotog.homelinux.net/software/wmMand/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXpm"
-DEPEND="${RDEPEND}
- x11-proto/xextproto
- x11-proto/xproto"
-
-S=${WORKDIR}/${MY_P}/wmMand
-
-src_compile() {
- emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" \
- SYSTEM="${LDFLAGS}" \
- INCDIR="" LIBDIR="" || die "emake failed."
-}
-
-src_install() {
- dobin wmMand || die "dobin failed."
- doman wmMand.6.gz
- doicon wmMand.png
- dodoc ../{BUGS,changelog,TODO}
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmand/
@ 2017-05-29 12:19 Bernard Cafarelli
0 siblings, 0 replies; 5+ messages in thread
From: Bernard Cafarelli @ 2017-05-29 12:19 UTC (permalink / raw
To: gentoo-commits
commit: 05256085a01c74c23f2169bd7beafc440f7585a6
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Mon May 29 12:10:58 2017 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Mon May 29 12:18:43 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05256085
x11-plugins/wmmand: decompress manpage, bug #619982
Also update EAPI
Package-Manager: Portage-2.3.6, Repoman-2.3.2
x11-plugins/wmmand/wmmand-1.3.2-r1.ebuild | 45 +++++++++++++++++++++++++++++++
1 file changed, 45 insertions(+)
diff --git a/x11-plugins/wmmand/wmmand-1.3.2-r1.ebuild b/x11-plugins/wmmand/wmmand-1.3.2-r1.ebuild
new file mode 100644
index 00000000000..933b07c185b
--- /dev/null
+++ b/x11-plugins/wmmand/wmmand-1.3.2-r1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils toolchain-funcs
+
+MY_P=wmMand-${PV}
+
+DESCRIPTION="a dockable mandelbrot browser"
+HOMEPAGE="http://ciotog.homelinux.net/software/wmMand/"
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXpm"
+DEPEND="${RDEPEND}
+ x11-proto/xextproto
+ x11-proto/xproto"
+
+S=${WORKDIR}/${MY_P}/wmMand
+
+DOCS=( ../{BUGS,changelog,TODO} )
+
+src_prepare() {
+ default
+ gunzip wmMand.6.gz || die
+}
+
+src_compile() {
+ emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" \
+ SYSTEM="${LDFLAGS}" \
+ INCDIR="" LIBDIR=""
+}
+
+src_install() {
+ dobin wmMand
+ doman wmMand.6
+ doicon wmMand.png
+ einstalldocs
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmand/
@ 2017-11-29 23:10 Bernard Cafarelli
0 siblings, 0 replies; 5+ messages in thread
From: Bernard Cafarelli @ 2017-11-29 23:10 UTC (permalink / raw
To: gentoo-commits
commit: bbdf2f6ff9a1bbad9f6694797d09695151ec099c
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 29 23:10:24 2017 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Wed Nov 29 23:10:24 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbdf2f6f
x11-plugins/wmmand: update homepage
Package-Manager: Portage-2.3.16, Repoman-2.3.6
x11-plugins/wmmand/wmmand-1.3.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-plugins/wmmand/wmmand-1.3.2-r1.ebuild b/x11-plugins/wmmand/wmmand-1.3.2-r1.ebuild
index 933b07c185b..ca06b0cbe56 100644
--- a/x11-plugins/wmmand/wmmand-1.3.2-r1.ebuild
+++ b/x11-plugins/wmmand/wmmand-1.3.2-r1.ebuild
@@ -7,7 +7,7 @@ inherit eutils toolchain-funcs
MY_P=wmMand-${PV}
DESCRIPTION="a dockable mandelbrot browser"
-HOMEPAGE="http://ciotog.homelinux.net/software/wmMand/"
+HOMEPAGE="https://sourceforge.net/projects/wmmand/"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
LICENSE="GPL-2"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmand/
@ 2021-04-18 6:06 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2021-04-18 6:06 UTC (permalink / raw
To: gentoo-commits
commit: b60037c6a471eca430ea2d8309ca85c9204164e3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 16 11:53:28 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 18 06:05:33 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b60037c6
x11-plugins/wmmand: eutils->desktop
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-plugins/wmmand/wmmand-1.3.2-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-plugins/wmmand/wmmand-1.3.2-r1.ebuild b/x11-plugins/wmmand/wmmand-1.3.2-r1.ebuild
index fb66e91df2b..02b4de944df 100644
--- a/x11-plugins/wmmand/wmmand-1.3.2-r1.ebuild
+++ b/x11-plugins/wmmand/wmmand-1.3.2-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit eutils toolchain-funcs
+inherit desktop toolchain-funcs
MY_P=wmMand-${PV}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmand/
@ 2023-09-19 20:49 Bernard Cafarelli
0 siblings, 0 replies; 5+ messages in thread
From: Bernard Cafarelli @ 2023-09-19 20:49 UTC (permalink / raw
To: gentoo-commits
commit: 0e08291b01c48711717531816dde0e8ce23ace0d
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Sep 18 16:54:51 2023 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Tue Sep 19 20:37:30 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e08291b
x11-plugins/wmmand: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
x11-plugins/wmmand/wmmand-1.3.2-r1.ebuild | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/x11-plugins/wmmand/wmmand-1.3.2-r1.ebuild b/x11-plugins/wmmand/wmmand-1.3.2-r1.ebuild
index 02b4de944df1..567a44d7ea36 100644
--- a/x11-plugins/wmmand/wmmand-1.3.2-r1.ebuild
+++ b/x11-plugins/wmmand/wmmand-1.3.2-r1.ebuild
@@ -1,19 +1,20 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
+
inherit desktop toolchain-funcs
-MY_P=wmMand-${PV}
+MY_P="wmMand-${PV}"
DESCRIPTION="a dockable mandelbrot browser"
HOMEPAGE="https://sourceforge.net/projects/wmmand/"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
+S="${WORKDIR}/${MY_P}/wmMand"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
RDEPEND="x11-libs/libX11
x11-libs/libXext
@@ -21,8 +22,6 @@ RDEPEND="x11-libs/libX11
DEPEND="${RDEPEND}
x11-base/xorg-proto"
-S=${WORKDIR}/${MY_P}/wmMand
-
DOCS=( ../{BUGS,changelog,TODO} )
src_prepare() {
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-09-19 20:49 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-29 12:19 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmand/ Bernard Cafarelli
-- strict thread matches above, loose matches on Subject: below --
2017-05-29 12:19 Bernard Cafarelli
2017-11-29 23:10 Bernard Cafarelli
2021-04-18 6:06 Sam James
2023-09-19 20:49 Bernard Cafarelli
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox