summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/wmcoincoin')
-rw-r--r--x11-plugins/wmcoincoin/metadata.xml10
-rw-r--r--x11-plugins/wmcoincoin/wmcoincoin-2.6.3-r1.ebuild (renamed from x11-plugins/wmcoincoin/wmcoincoin-2.6.3.ebuild)20
2 files changed, 14 insertions, 16 deletions
diff --git a/x11-plugins/wmcoincoin/metadata.xml b/x11-plugins/wmcoincoin/metadata.xml
index 37d5d1e6e2e8..c81ddf4c918a 100644
--- a/x11-plugins/wmcoincoin/metadata.xml
+++ b/x11-plugins/wmcoincoin/metadata.xml
@@ -6,11 +6,11 @@
<name>Bernard Cafarelli</name>
</maintainer>
<longdescription>
-wmCoinCoin is a WindowMaker dockapp that lets you see the latest news from
-linuxfr.org. It also graphically represents some statistics about the oneliner
-and the clients used to post on it. It also has the ability to post a
-customized message to this oneliner.
-</longdescription>
+ wmCoinCoin is a WindowMaker dockapp that lets you see the latest news from
+ linuxfr.org. It also graphically represents some statistics about the oneliner
+ and the clients used to post on it. It also has the ability to post a
+ customized message to this oneliner.
+ </longdescription>
<upstream>
<remote-id type="github">d-torrance/wmcoincoin</remote-id>
</upstream>
diff --git a/x11-plugins/wmcoincoin/wmcoincoin-2.6.3.ebuild b/x11-plugins/wmcoincoin/wmcoincoin-2.6.3-r1.ebuild
index 54cf2f2ec83e..944b6e0d1719 100644
--- a/x11-plugins/wmcoincoin/wmcoincoin-2.6.3.ebuild
+++ b/x11-plugins/wmcoincoin/wmcoincoin-2.6.3-r1.ebuild
@@ -1,19 +1,19 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
-DESCRIPTION="a dockapp for browsing dacode news and board sites"
-HOMEPAGE="http://hules.free.fr/wmcoincoin"
+DESCRIPTION="Dockapp for browsing dacode news and board sites"
+HOMEPAGE="http://hules.free.fr/wmcoincoin/"
SRC_URI="http://hules.free.fr/${PN}/download/${P}.tar.gz"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE="nls xinerama"
-RDEPEND="x11-libs/gtk+:2
- media-libs/imlib2[X]
+RDEPEND="media-libs/imlib2[X]
+ x11-libs/gtk+:2
x11-libs/libX11
x11-libs/libXext
x11-libs/libXft
@@ -21,13 +21,11 @@ RDEPEND="x11-libs/gtk+:2
x11-libs/libXpm
xinerama? ( x11-libs/libXinerama )"
DEPEND="${RDEPEND}
- virtual/pkgconfig
x11-base/xorg-proto
- x11-libs/libXt
+ x11-libs/libXt"
+BDEPEND="virtual/pkgconfig
nls? ( sys-devel/gettext )"
-DOCS="AUTHORS ChangeLog NEWS README"
-
src_configure() {
econf \
$(use_enable nls) \