summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2003-05-28 14:55:08 +0000
committerCaleb Tennis <caleb@gentoo.org>2003-05-28 14:55:08 +0000
commit006a02791e4ae8c6061b40f102951b45ed5ffb43 (patch)
tree0e292e4802e33ce492426209217c8530d82d6762 /net-p2p/kmldonkey/kmldonkey-0.8.ebuild
parentVersion bump - changed SRC_URI to point to valid location (diff)
downloadhistorical-006a02791e4ae8c6061b40f102951b45ed5ffb43.tar.gz
historical-006a02791e4ae8c6061b40f102951b45ed5ffb43.tar.bz2
historical-006a02791e4ae8c6061b40f102951b45ed5ffb43.zip
Version bump - changed SRC_URI to point to valid location
Diffstat (limited to 'net-p2p/kmldonkey/kmldonkey-0.8.ebuild')
-rw-r--r--net-p2p/kmldonkey/kmldonkey-0.8.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/net-p2p/kmldonkey/kmldonkey-0.8.ebuild b/net-p2p/kmldonkey/kmldonkey-0.8.ebuild
new file mode 100644
index 000000000000..54bbd4a0a0c5
--- /dev/null
+++ b/net-p2p/kmldonkey/kmldonkey-0.8.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/kmldonkey/kmldonkey-0.8.ebuild,v 1.1 2003/05/28 14:54:38 caleb Exp $
+
+inherit kde-base || die
+
+need-kde 3
+
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+SLOT="0"
+
+DESCRIPTION="Provides integration for the MLDonkey P2P software and KDE 3"
+SRC_URI="http://savannah.nongnu.org/download/kmldonkey/unstable.pkg/${PV}/${P}.tar.gz"
+HOMEPAGE="http://www.gibreel.net/projects/kmldonkey"
+
+pkg_postinst() {
+ echo
+ echo
+ einfo "To configure Kmldonkey use your KDE ControlCenter"
+ einfo "To load the Kmldonkey GUI interface, just add the"
+ einfo "MLDonkeyApplet miniprog to your taskbar"
+ echo
+ echo
+}
+