summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hood <squinky86@gentoo.org>2004-07-31 02:14:40 +0000
committerJon Hood <squinky86@gentoo.org>2004-07-31 02:14:40 +0000
commitd2740a3aac8e32a06e6b6ddd03b03c2322540c49 (patch)
tree4ef53a6a852f1f543ba68866f3a4958d01121606 /net-p2p/mldonkey
parentstable on ppc64, bug #57114 (diff)
downloadhistorical-d2740a3aac8e32a06e6b6ddd03b03c2322540c49.tar.gz
historical-d2740a3aac8e32a06e6b6ddd03b03c2322540c49.tar.bz2
historical-d2740a3aac8e32a06e6b6ddd03b03c2322540c49.zip
stable on x86
Diffstat (limited to 'net-p2p/mldonkey')
-rw-r--r--net-p2p/mldonkey/ChangeLog6
-rw-r--r--net-p2p/mldonkey/files/digest-mldonkey-2.5.16-r42
-rw-r--r--net-p2p/mldonkey/mldonkey-2.5.16-r4.ebuild98
-rw-r--r--net-p2p/mldonkey/mldonkey-2.5.16-r6.ebuild4
4 files changed, 6 insertions, 104 deletions
diff --git a/net-p2p/mldonkey/ChangeLog b/net-p2p/mldonkey/ChangeLog
index 7de3052246c8..3af931260bbf 100644
--- a/net-p2p/mldonkey/ChangeLog
+++ b/net-p2p/mldonkey/ChangeLog
@@ -1,10 +1,12 @@
# ChangeLog for net-p2p/mldonkey
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/mldonkey/ChangeLog,v 1.56 2004/07/30 18:46:15 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/mldonkey/ChangeLog,v 1.57 2004/07/31 02:14:40 squinky86 Exp $
- 30 Jul 2004; Jon Hood <squinky86@gentoo.org> files/mldonkey,
+ 30 Jul 2004; Jon Hood <squinky86@gentoo.org> files/mldonkey
+ -mldonkey-2.5.16-r4.ebuild, mldonkey-2.5.16-r6.ebuild,
files/mldonkey.initd:
fix init script irt #58857
+ Stable on x86; remove old version.
27 Jul 2004; Guillaume Destuynder <kang@gentoo.org>
mldonkey-2.5.16-r(4,5,6,7).ebuild,
diff --git a/net-p2p/mldonkey/files/digest-mldonkey-2.5.16-r4 b/net-p2p/mldonkey/files/digest-mldonkey-2.5.16-r4
deleted file mode 100644
index 0b708429b570..000000000000
--- a/net-p2p/mldonkey/files/digest-mldonkey-2.5.16-r4
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 a64121509d6a7bb196fe0b5ce403c60b mldonkey-2.5.16.tar.gz 3214587
-MD5 2b37b93501698d28fe7f04006e6e8a1c patch_pack16n 163329
diff --git a/net-p2p/mldonkey/mldonkey-2.5.16-r4.ebuild b/net-p2p/mldonkey/mldonkey-2.5.16-r4.ebuild
deleted file mode 100644
index 5a1788c080d2..000000000000
--- a/net-p2p/mldonkey/mldonkey-2.5.16-r4.ebuild
+++ /dev/null
@@ -1,98 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/mldonkey/mldonkey-2.5.16-r4.ebuild,v 1.5 2004/07/27 13:14:20 kang Exp $
-
-inherit eutils
-
-IUSE="gtk"
-
-DESCRIPTION="mldonkey is a new client to access the eDonkey network. It is written in Objective-Caml, and comes with its own GTK GUI, an HTTP interface and a telnet interface."
-HOMEPAGE="http://www.nongnu.org/mldonkey/"
-SRC_URI="http://savannah.nongnu.org/download/${PN}/${P}.tar.gz
- http://www.8ung.at/spiralvoice/patches/patch_pack16n"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~ppc ~alpha ~ia64"
-
-DEPEND="gtk? ( =dev-ml/lablgtk-1* )
- >=dev-lang/ocaml-3.07
- dev-lang/perl"
-
-RDEPEND="${DEPEND}
- net-misc/wget"
-
-MLUSER="p2p"
-
-src_unpack() {
- unpack ${P}.tar.gz
-
- cd ${S}
- epatch ${FILESDIR}/${P}-configure.patch
- #Don't change this, unless you know what you are doing
- patch -p0 < ${DISTDIR}/patch_pack16n || die
-}
-
-
-src_compile() {
- use gtk || export GTK_CONFIG="no"
-
- make depend
- # the dirs are not (yet) used, but it doesn't hurt to specify them anyway
- econf \
- --sysconfdir=/etc/mldonkey \
- --sharedstatedir=/var/mldonkey \
- --localstatedir=/var/mldonkey \
- --enable-batch \
- --enable-checks \
- --enable-pthread || die
-
- emake || die
-}
-
-src_install() {
- dobin mlnet
- use gtk && dobin mlchat mlgui mlguistarter mlim mlnet+gui
- dobin ${FILESDIR}/mldonkey
-
- dodoc ChangeLog Copying.txt Developers.txt Install.txt
- cd ${S}/distrib
- dodoc ChangeLog Authors.txt Bugs.txt Copying.txt Developers.txt Install.txt Readme.txt Todo.txt ed2k_links.txt
- dohtml FAQ.html
-
- insinto /usr/share/doc/${PF}/scripts
- doins kill_mldonkey mldonkey_command mldonkey_previewer
-
- insinto /usr/share/doc/${PF}/distrib
- doins directconnect.ini
-
- cd ${S}/docs
- dodoc *.txt *.tex *.pdf
- dohtml *.html
-
- cd ${S}/docs/developers
- dodoc *.txt *.tex
-
- cd ${S}/docs/images
- insinto /usr/share/doc/${PF}/html/images
- doins *
-
- insinto /etc/conf.d; newins ${FILESDIR}/mldonkey.confd mldonkey
- exeinto /etc/init.d; newexe ${FILESDIR}/mldonkey.initd mldonkey
-}
-
-pkg_preinst() {
- enewuser ${MLUSER} -1 /bin/bash /home/p2p users
-}
-
-pkg_postinst() {
- 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"
- einfo "/etc/conf.d/mldonkey also."
- echo
-}
diff --git a/net-p2p/mldonkey/mldonkey-2.5.16-r6.ebuild b/net-p2p/mldonkey/mldonkey-2.5.16-r6.ebuild
index 7356e9e416d2..a02c8f240002 100644
--- a/net-p2p/mldonkey/mldonkey-2.5.16-r6.ebuild
+++ b/net-p2p/mldonkey/mldonkey-2.5.16-r6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/mldonkey/mldonkey-2.5.16-r6.ebuild,v 1.4 2004/07/27 13:14:20 kang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/mldonkey/mldonkey-2.5.16-r6.ebuild,v 1.5 2004/07/31 02:14:40 squinky86 Exp $
inherit eutils
@@ -13,7 +13,7 @@ SRC_URI="http://savannah.nongnu.org/download/${PN}/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~alpha ~ia64"
+KEYWORDS="x86 ~ppc ~alpha ~ia64"
RDEPEND="gtk? ( =dev-ml/lablgtk-1* )
>=dev-lang/ocaml-3.07