diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-02-16 16:06:22 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-02-16 16:06:22 +0000 |
commit | 942946e7e1b4c5a08cd49aa70f6c7373f3b16e45 (patch) | |
tree | 056925c5f56a6ec1fc9315a64ff9d1c26ac1c2f9 /net-p2p | |
parent | Dep for Test::Pod, dep for XML::Twig (diff) | |
download | historical-942946e7e1b4c5a08cd49aa70f6c7373f3b16e45.tar.gz historical-942946e7e1b4c5a08cd49aa70f6c7373f3b16e45.tar.bz2 historical-942946e7e1b4c5a08cd49aa70f6c7373f3b16e45.zip |
Version bumped.
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/mldonkey/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/mldonkey/Manifest | 4 | ||||
-rw-r--r-- | net-p2p/mldonkey/files/digest-mldonkey-2.5.12 | 1 | ||||
-rw-r--r-- | net-p2p/mldonkey/mldonkey-2.5.12.ebuild | 90 |
4 files changed, 100 insertions, 2 deletions
diff --git a/net-p2p/mldonkey/ChangeLog b/net-p2p/mldonkey/ChangeLog index 5bf3dae81e31..7c1f3b8884ee 100644 --- a/net-p2p/mldonkey/ChangeLog +++ b/net-p2p/mldonkey/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-p2p/mldonkey # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/mldonkey/ChangeLog,v 1.27 2004/02/11 21:08:36 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/mldonkey/ChangeLog,v 1.28 2004/02/16 16:06:20 mholzer Exp $ + +*mldonkey-2.5.12 (16 Feb 2004) + + 16 Feb 2004; Martin Holzer <mholzer@gentoo.org> mldonkey-2.5.12.ebuild: + Version bumped. *mldonkey-2.5.11 (11 Feb 2004) diff --git a/net-p2p/mldonkey/Manifest b/net-p2p/mldonkey/Manifest index ce9bab64b349..2de49e73930b 100644 --- a/net-p2p/mldonkey/Manifest +++ b/net-p2p/mldonkey/Manifest @@ -1,9 +1,10 @@ -MD5 27f0c18c6f9d8ca6e0e8c22dda0b70dd ChangeLog 4713 +MD5 325dea5b2941bfd269ff451e500d0c22 ChangeLog 4838 MD5 2aece486034a2d8ff26aa5ec7489bfc2 metadata.xml 398 MD5 cb323c6d5864e01b2e42613214648605 mldonkey-2.02-r1.ebuild 2213 MD5 69d4d9990907f58e3b229291612558e3 mldonkey-2.5.3-r1.ebuild 2627 MD5 eb708f6095aa54fbd3a910d2e173ad70 mldonkey-2.5.3-r2.ebuild 2627 MD5 e342293e49968c21e3765deae18df7b1 mldonkey-2.5.4.ebuild 2382 +MD5 4e90f931c22a476d7077e16d578f8916 mldonkey-2.5.12.ebuild 2382 MD5 6bc78c52be0e049b6e6877299ba947b2 mldonkey-2.5.11.ebuild 2307 MD5 3127e746056c13574b2509e71bc074b5 files/97mldonkey 42 MD5 a3754baf66ab9ac99f566b5f762b0c91 files/digest-mldonkey-2.02-r1 142 @@ -14,3 +15,4 @@ MD5 932032bf437e5a18a40dc61e80393929 files/mldonkey 312 MD5 476ec69e79e7c93a7bdaa6cb049c0857 files/mldonkey.confd 836 MD5 eee9f0f10ff5ca9bcea2bcaa86b96684 files/mldonkey.initd 1886 MD5 dae23fdba15565dd81c5bd2b0fef7278 files/digest-mldonkey-2.5.11 68 +MD5 86743f63e50d672062cad31e52ac357b files/digest-mldonkey-2.5.12 68 diff --git a/net-p2p/mldonkey/files/digest-mldonkey-2.5.12 b/net-p2p/mldonkey/files/digest-mldonkey-2.5.12 new file mode 100644 index 000000000000..764ab19a58d9 --- /dev/null +++ b/net-p2p/mldonkey/files/digest-mldonkey-2.5.12 @@ -0,0 +1 @@ +MD5 a0a1d59e509a75355065fbb01694a9eb mldonkey-2-5-12.tar.gz 3206140 diff --git a/net-p2p/mldonkey/mldonkey-2.5.12.ebuild b/net-p2p/mldonkey/mldonkey-2.5.12.ebuild new file mode 100644 index 000000000000..dd8e2b90e440 --- /dev/null +++ b/net-p2p/mldonkey/mldonkey-2.5.12.ebuild @@ -0,0 +1,90 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/mldonkey/mldonkey-2.5.12.ebuild,v 1.1 2004/02/16 16:06:20 mholzer Exp $ + +inherit eutils + +IUSE="gtk" + +MY_P=${P//./-} + +S="${WORKDIR}/${MY_P}" + +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}/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc" + + +DEPEND="gtk? ( =dev-ml/lablgtk-1.2.5 ) + >=dev-lang/ocaml-3.06 + dev-lang/perl" +RDEPEND="net-misc/wget" + +MLUSER="p2p" + +src_compile() { + use gtk || export GTK_CONFIG="no" + + # 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-ocamlver=3 \ + --enable-batch + + # ocalm 3.07 fix + sed -i -e"s:format:format4:g" src/utils/lib/autoconf.ml + + 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 Authors.txt Bugs.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 servers.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 + + # add user + 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 +} |