diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-09-08 09:08:31 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-09-08 09:08:31 +0000 |
commit | bcab0e021fa1a223deba157127755b8cbec68bf8 (patch) | |
tree | 9524f6b9b63e0bf291cab3d697da7b6bd71afeba /net-p2p/kmldonkey | |
parent | CPAN update (diff) | |
download | historical-bcab0e021fa1a223deba157127755b8cbec68bf8.tar.gz historical-bcab0e021fa1a223deba157127755b8cbec68bf8.tar.bz2 historical-bcab0e021fa1a223deba157127755b8cbec68bf8.zip |
repoman fixes
Diffstat (limited to 'net-p2p/kmldonkey')
-rw-r--r-- | net-p2p/kmldonkey/Manifest | 6 | ||||
-rw-r--r-- | net-p2p/kmldonkey/kmldonkey-0.8.ebuild | 17 | ||||
-rw-r--r-- | net-p2p/kmldonkey/kmldonkey-0.9.1.ebuild | 17 |
3 files changed, 19 insertions, 21 deletions
diff --git a/net-p2p/kmldonkey/Manifest b/net-p2p/kmldonkey/Manifest index d58eae15a0c8..3e9d2e702cc0 100644 --- a/net-p2p/kmldonkey/Manifest +++ b/net-p2p/kmldonkey/Manifest @@ -1,7 +1,7 @@ -MD5 cbf406f8d348036eb70e30082e64ce16 kmldonkey-0.8.ebuild 778 -MD5 27a5c308f28e9e92bda55e2574138af3 kmldonkey-0.3.ebuild 534 -MD5 863f8f051bfb5bda41aab992e9e13080 kmldonkey-0.9.1.ebuild 779 MD5 5043aa6b78bd33607424462f8e465d49 ChangeLog 744 +MD5 dfd2b9bc96e4e750ac995faa5e3aece5 kmldonkey-0.3.ebuild 535 +MD5 de2a3542b84eecc07ff5ddfa5cad3fa2 kmldonkey-0.8.ebuild 728 +MD5 4efd7cb0b9305c9c2615661fb86d90a4 kmldonkey-0.9.1.ebuild 730 MD5 14889ab75f97d76e58b0c1154e7683a9 metadata.xml 161 MD5 ba44fa35b4cd29c95be86a19eb65c327 files/digest-kmldonkey-0.3 65 MD5 41b52d0752217540ff7a76b26cf53442 files/digest-kmldonkey-0.8 65 diff --git a/net-p2p/kmldonkey/kmldonkey-0.8.ebuild b/net-p2p/kmldonkey/kmldonkey-0.8.ebuild index a2914365046c..7c2d873b2f84 100644 --- a/net-p2p/kmldonkey/kmldonkey-0.8.ebuild +++ b/net-p2p/kmldonkey/kmldonkey-0.8.ebuild @@ -1,6 +1,6 @@ # 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.3 2003/07/22 20:15:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/kmldonkey/kmldonkey-0.8.ebuild,v 1.4 2003/09/08 09:07:45 lanius Exp $ inherit kde-base @@ -15,12 +15,11 @@ SRC_URI="http://savannah.nongnu.org/download/kmldonkey/unstable.pkg/${PV}/${P}.t 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 + 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 } - diff --git a/net-p2p/kmldonkey/kmldonkey-0.9.1.ebuild b/net-p2p/kmldonkey/kmldonkey-0.9.1.ebuild index 1d064e4d72a3..5bcb2dffcbf9 100644 --- a/net-p2p/kmldonkey/kmldonkey-0.9.1.ebuild +++ b/net-p2p/kmldonkey/kmldonkey-0.9.1.ebuild @@ -1,6 +1,6 @@ # 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.9.1.ebuild,v 1.1 2003/08/01 01:21:22 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/kmldonkey/kmldonkey-0.9.1.ebuild,v 1.2 2003/09/08 09:07:45 lanius Exp $ inherit kde-base @@ -15,12 +15,11 @@ SRC_URI="http://savannah.nongnu.org/download/kmldonkey/unstable.pkg/${PV}/${P}.t 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 + 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 } - |