summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-03-25 15:43:15 +0000
committerJustin Lecher <jlec@gentoo.org>2015-03-25 15:43:15 +0000
commit58db4f59f349779867f821fa95c5ed0ae76e5399 (patch)
tree4997c064163c90f19313fe744d62e53e9f50359c /x11-plugins
parentDrop old (diff)
downloadgentoo-2-58db4f59f349779867f821fa95c5ed0ae76e5399.tar.gz
gentoo-2-58db4f59f349779867f821fa95c5ed0ae76e5399.tar.bz2
gentoo-2-58db4f59f349779867f821fa95c5ed0ae76e5399.zip
Drop old
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmmldonkey/ChangeLog5
-rw-r--r--x11-plugins/wmmldonkey/wmmldonkey-0.003.ebuild42
2 files changed, 4 insertions, 43 deletions
diff --git a/x11-plugins/wmmldonkey/ChangeLog b/x11-plugins/wmmldonkey/ChangeLog
index d5e608a14400..f22457369270 100644
--- a/x11-plugins/wmmldonkey/ChangeLog
+++ b/x11-plugins/wmmldonkey/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmmldonkey
# Copyright 2000-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmldonkey/ChangeLog,v 1.11 2015/03/25 13:42:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmldonkey/ChangeLog,v 1.12 2015/03/25 15:43:15 jlec Exp $
+
+ 25 Mar 2015; Justin Lecher <jlec@gentoo.org> -wmmldonkey-0.003.ebuild:
+ Drop old
25 Mar 2015; Agostino Sarubbo <ago@gentoo.org> wmmldonkey-0.003-r1.ebuild:
Stable for x86, wrt bug #543922
diff --git a/x11-plugins/wmmldonkey/wmmldonkey-0.003.ebuild b/x11-plugins/wmmldonkey/wmmldonkey-0.003.ebuild
deleted file mode 100644
index 244cb60dd707..000000000000
--- a/x11-plugins/wmmldonkey/wmmldonkey-0.003.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmldonkey/wmmldonkey-0.003.ebuild,v 1.7 2012/02/15 09:51:41 voyageur Exp $
-
-DESCRIPTION="wmmsg is a dockapp to show the up and downloadrate from your mldonkey"
-HOMEPAGE="http://dockapps.windowmaker.org/file.php/id/174"
-SRC_URI="http://dockapps.windowmaker.org/download.php/id/298/wmmldonkey3.tar.gz"
-LICENSE="GPL-1"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-S=${WORKDIR}/wmmldonkey3
-
-RDEPEND="x11-libs/libXext
- x11-libs/libX11
- x11-libs/libXpm"
-DEPEND="${RDEPEND}
- net-p2p/mldonkey"
-
-src_unpack()
-{
- unpack ${A}
-
- sed -e 's:gcc:gcc ${CFLAGS}:' \
- -e 's:gui_protocol.o endianess.o::' \
- -e 's:main.c -o wmmldonkey:main.c gui_protocol.o endianess.o -o wmmldonkey:' \
- -e 's:-lXpm -lXext:-lX11 -lXpm -lXext:' \
- -i "${S}/Makefile"
-}
-
-src_install()
-{
- dodoc CHANGELOG README
- exeinto /usr/bin
- doexe wmmldonkey
-}
-
-pkg_postinst()
-{
- einfo "Make sure the mldonkey daemon is running before you"
- einfo "attempt to run emmldonkey..."
-}