diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2004-08-02 10:03:39 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2004-08-02 10:03:39 +0000 |
commit | 8f68567e3a3fb39c2d0ebfa829f9301984d30083 (patch) | |
tree | 1e5db7045849f0584b8a6c44ad87e33fa81d942c /x11-plugins/wmmldonkey | |
parent | Added to ~ppc (Manifest recommit) (diff) | |
download | gentoo-2-8f68567e3a3fb39c2d0ebfa829f9301984d30083.tar.gz gentoo-2-8f68567e3a3fb39c2d0ebfa829f9301984d30083.tar.bz2 gentoo-2-8f68567e3a3fb39c2d0ebfa829f9301984d30083.zip |
x11-plugins/wmmldonkey 0.003 stable for x86.
Diffstat (limited to 'x11-plugins/wmmldonkey')
-rw-r--r-- | x11-plugins/wmmldonkey/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/wmmldonkey/wmmldonkey-0.003.ebuild | 13 |
2 files changed, 15 insertions, 4 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/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..." +} |