summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2004-08-02 10:03:39 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2004-08-02 10:03:39 +0000
commit5d10a0f924e538a177643340aef37d70a3d89fa7 (patch)
treeef173489bcf53d443a04feefcb41fc07a794278e
parentAdded to ~ppc (diff)
downloadhistorical-5d10a0f924e538a177643340aef37d70a3d89fa7.tar.gz
historical-5d10a0f924e538a177643340aef37d70a3d89fa7.tar.bz2
historical-5d10a0f924e538a177643340aef37d70a3d89fa7.zip
x11-plugins/wmmldonkey 0.003 stable for x86.
-rw-r--r--x11-plugins/wmmldonkey/ChangeLog6
-rw-r--r--x11-plugins/wmmldonkey/Manifest4
-rw-r--r--x11-plugins/wmmldonkey/wmmldonkey-0.003.ebuild13
3 files changed, 17 insertions, 6 deletions
diff --git a/x11-plugins/wmmldonkey/ChangeLog b/x11-plugins/wmmldonkey/ChangeLog
index 85c88dd22a9d..668181c490d1 100644
--- a/x11-plugins/wmmldonkey/ChangeLog
+++ b/x11-plugins/wmmldonkey/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-plugins/wmmldonkey
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmldonkey/ChangeLog,v 1.2 2004/06/24 23:13:24 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmldonkey/ChangeLog,v 1.3 2004/08/02 10:03:39 s4t4n Exp $
+
+ 02 Aug 2004; Michele Noberasco <s4t4n@gentoo.org> wmmldonkey-0.003.ebuild:
+ Still a bit buggy, but I don't see it doing any harm...
+ Stable for x86.
*wmmldonkey-0.003 (26 Dec 2003)
diff --git a/x11-plugins/wmmldonkey/Manifest b/x11-plugins/wmmldonkey/Manifest
index 18b9d19f61c8..99a11a86b0c1 100644
--- a/x11-plugins/wmmldonkey/Manifest
+++ b/x11-plugins/wmmldonkey/Manifest
@@ -1,4 +1,4 @@
-MD5 a81e1e0f9cb1b1a1de0d6b382a194727 ChangeLog 398
+MD5 1119de52a343c4c06c038a3c993153d9 ChangeLog 549
MD5 62ba71d3b2fa785a4cbd5d47fdbd0eb6 metadata.xml 165
-MD5 60abeb6b367eb611574a6e96f5c8ded3 wmmldonkey-0.003.ebuild 631
+MD5 cc438700efcd2737af5ec787b8b1a749 wmmldonkey-0.003.ebuild 746
MD5 a8951693f28ccf232685fbffcad37926 files/digest-wmmldonkey-0.003 62
diff --git a/x11-plugins/wmmldonkey/wmmldonkey-0.003.ebuild b/x11-plugins/wmmldonkey/wmmldonkey-0.003.ebuild
index 72420f66f411..80d6248bc449 100644
--- a/x11-plugins/wmmldonkey/wmmldonkey-0.003.ebuild
+++ b/x11-plugins/wmmldonkey/wmmldonkey-0.003.ebuild
@@ -1,20 +1,27 @@
# Copyright 1999-2004 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.2 2004/06/24 23:13:24 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmldonkey/wmmldonkey-0.003.ebuild,v 1.3 2004/08/02 10:03:39 s4t4n Exp $
DESCRIPTION="wmmsg is a dockapp to show the up and downloadrate from your mldonkey"
HOMEPAGE="http://dockapps.org/file.php/id/174"
SRC_URI="http://dockapps.org/download.php/id/298/wmmldonkey3.tar.gz"
LICENSE="GPL-1"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86"
IUSE=""
DEPEND="virtual/x11
net-p2p/mldonkey"
S=${WORKDIR}/wmmldonkey3
-src_install() {
+src_install()
+{
dodoc CHANGELOG LICENSE README
exeinto /usr/bin
doexe wmmldonkey
}
+
+pkg_postinst()
+{
+ einfo "Make sure the mldonkey daemon is running before you"
+ einfo "attempt to run emmldonkey..."
+}