diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-05-17 15:25:03 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-05-17 15:25:03 +0000 |
commit | a8c63b340bd511e1c82931772a8556a225207f2c (patch) | |
tree | 6bf2163c08575bbfbd5a6ce6fde926ad75031b18 /net-p2p | |
parent | Fix bug #157690. (diff) | |
download | gentoo-2-a8c63b340bd511e1c82931772a8556a225207f2c.tar.gz gentoo-2-a8c63b340bd511e1c82931772a8556a225207f2c.tar.bz2 gentoo-2-a8c63b340bd511e1c82931772a8556a225207f2c.zip |
Remove useless mldonkey script, bug 178883
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/mldonkey/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/mldonkey/mldonkey-2.8.3.ebuild | 7 | ||||
-rw-r--r-- | net-p2p/mldonkey/mldonkey-2.8.4.ebuild | 7 | ||||
-rw-r--r-- | net-p2p/mldonkey/mldonkey-2.8.5.ebuild | 7 |
4 files changed, 11 insertions, 16 deletions
diff --git a/net-p2p/mldonkey/ChangeLog b/net-p2p/mldonkey/ChangeLog index eb8c286a6a48..2e7243998d03 100644 --- a/net-p2p/mldonkey/ChangeLog +++ b/net-p2p/mldonkey/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/mldonkey # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/mldonkey/ChangeLog,v 1.153 2007/05/04 18:27:21 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/mldonkey/ChangeLog,v 1.154 2007/05/17 15:25:03 armin76 Exp $ + + 17 May 2007; Raúl Porcel <armin76@gentoo.org> mldonkey-2.8.3.ebuild, + mldonkey-2.8.4.ebuild, mldonkey-2.8.5.ebuild: + Remove useless mldonkey script, bug 178883 04 May 2007; Raúl Porcel <armin76@gentoo.org> mldonkey-2.8.4.ebuild: ia64 + x86 stable diff --git a/net-p2p/mldonkey/mldonkey-2.8.3.ebuild b/net-p2p/mldonkey/mldonkey-2.8.3.ebuild index a262725f3fd0..5f05ae0e11bd 100644 --- a/net-p2p/mldonkey/mldonkey-2.8.3.ebuild +++ b/net-p2p/mldonkey/mldonkey-2.8.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/mldonkey/mldonkey-2.8.3.ebuild,v 1.9 2007/04/22 11:44:42 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/mldonkey/mldonkey-2.8.3.ebuild,v 1.10 2007/05/17 15:25:03 armin76 Exp $ inherit flag-o-matic @@ -104,7 +104,7 @@ src_compile() { src_install() { if ! use guionly; then dobin mlnet mld_hash get_range copysources make_torrent subconv \ - ${FILESDIR}/mldonkey || die "dobin failed" + || die "dobin failed" newconfd "${FILESDIR}/mldonkey.confd-2.8" mldonkey fperms 600 /etc/conf.d/mldonkey @@ -147,9 +147,6 @@ pkg_preinst() { pkg_postinst() { if ! use guionly; then echo - einfo "Running \`mldonkey' will start the server inside ~/.mldonkey/" - einfo "If you want to start MLDonkey in a particular working directory," - einfo "use the \`mlnet' command." einfo "If you want to start MLDonkey as a system service, use" einfo "the /etc/init.d/mldonkey script. To control bandwidth, use" einfo "the 'slow' and 'fast' arguments. Be sure to have a look at" diff --git a/net-p2p/mldonkey/mldonkey-2.8.4.ebuild b/net-p2p/mldonkey/mldonkey-2.8.4.ebuild index 608e3253df1b..448a6f27ba63 100644 --- a/net-p2p/mldonkey/mldonkey-2.8.4.ebuild +++ b/net-p2p/mldonkey/mldonkey-2.8.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/mldonkey/mldonkey-2.8.4.ebuild,v 1.5 2007/05/04 18:27:21 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/mldonkey/mldonkey-2.8.4.ebuild,v 1.6 2007/05/17 15:25:03 armin76 Exp $ inherit flag-o-matic @@ -104,7 +104,7 @@ src_compile() { src_install() { if ! use guionly; then dobin mlnet mld_hash get_range copysources make_torrent subconv \ - ${FILESDIR}/mldonkey || die "dobin failed" + || die "dobin failed" newconfd "${FILESDIR}/mldonkey.confd-2.8" mldonkey fperms 600 /etc/conf.d/mldonkey @@ -147,9 +147,6 @@ pkg_preinst() { pkg_postinst() { if ! use guionly; then echo - einfo "Running \`mldonkey' will start the server inside ~/.mldonkey/" - einfo "If you want to start MLDonkey in a particular working directory," - einfo "use the \`mlnet' command." einfo "If you want to start MLDonkey as a system service, use" einfo "the /etc/init.d/mldonkey script. To control bandwidth, use" einfo "the 'slow' and 'fast' arguments. Be sure to have a look at" diff --git a/net-p2p/mldonkey/mldonkey-2.8.5.ebuild b/net-p2p/mldonkey/mldonkey-2.8.5.ebuild index a61d7cba4880..d664475dc987 100644 --- a/net-p2p/mldonkey/mldonkey-2.8.5.ebuild +++ b/net-p2p/mldonkey/mldonkey-2.8.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/mldonkey/mldonkey-2.8.5.ebuild,v 1.1 2007/04/23 11:21:03 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/mldonkey/mldonkey-2.8.5.ebuild,v 1.2 2007/05/17 15:25:03 armin76 Exp $ inherit flag-o-matic @@ -104,7 +104,7 @@ src_compile() { src_install() { if ! use guionly; then dobin mlnet mld_hash get_range copysources make_torrent subconv \ - ${FILESDIR}/mldonkey || die "dobin failed" + || die "dobin failed" newconfd "${FILESDIR}/mldonkey.confd-2.8" mldonkey fperms 600 /etc/conf.d/mldonkey @@ -147,9 +147,6 @@ pkg_preinst() { pkg_postinst() { if ! use guionly; then echo - einfo "Running \`mldonkey' will start the server inside ~/.mldonkey/" - einfo "If you want to start MLDonkey in a particular working directory," - einfo "use the \`mlnet' command." einfo "If you want to start MLDonkey as a system service, use" einfo "the /etc/init.d/mldonkey script. To control bandwidth, use" einfo "the 'slow' and 'fast' arguments. Be sure to have a look at" |