diff options
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/mldonkey/Manifest | 2 | ||||
-rw-r--r-- | net-p2p/mldonkey/mldonkey-2.9.3.ebuild | 180 |
2 files changed, 0 insertions, 182 deletions
diff --git a/net-p2p/mldonkey/Manifest b/net-p2p/mldonkey/Manifest index 8f61b4129cc6..2cc3992f5727 100644 --- a/net-p2p/mldonkey/Manifest +++ b/net-p2p/mldonkey/Manifest @@ -1,9 +1,7 @@ AUX mldonkey.confd-2.8 887 RMD160 0575b16320fc74fbe417150315d2247a536259d1 SHA1 28000a260fe9b7c216112ba877f55835a09aabd7 SHA256 d395ecece23a23dcb41addf63b70220996011ceb29d8738afb3c048b666cd96e AUX mldonkey.initd 3516 RMD160 87962db06a64a64f052f1c9d00f93990136f70f7 SHA1 70368d67b319aff533f649af11b3f62b7a389dd6 SHA256 1df5a055e83af8003a01b7de5deacf8ab248483e8663799deca2dd4750de6e9e -DIST mldonkey-2.9.3.tar.bz2 2721401 RMD160 8cc61561bff4876f173e40b891a4ebeec19b7f0b SHA1 5247fb259387db4b75fafe4fd1970d11364db8ac SHA256 9aa9533f15322b08431ebe2b8ac893573ea9ff3666edf7dec1e8233e145e6380 DIST mldonkey-2.9.4.tar.bz2 2721698 RMD160 fc9cb61c2e7283cee0ee4fd79e2cbc6815f389f5 SHA1 de96359e4197f230fd26363f49750a80c0ab9346 SHA256 2c6c757b58311d5b17c8b14328328ebb47d72381eae147b219100750be2aae82 DIST mldonkey-2.9.5.tar.bz2 2717212 RMD160 d7f8672c1f83e8f7ec4973cdffc2adb1a0a2526b SHA1 ed7ab26049f70606bdd924e039cc36b4d9660417 SHA256 b0974e47e8efe57455d04adc6126a780ed7020e79da6421f5da344bf84a712bb -EBUILD mldonkey-2.9.3.ebuild 4997 RMD160 7d1309589490933684fb61a9f1ac47a51648bc50 SHA1 4918479712645849f13ab1482ce7ff08e6c80f71 SHA256 dcf06fdb3d867413c1c65ab80e37409ba90d687f931e2de1cfb1ba003837e7b5 EBUILD mldonkey-2.9.4.ebuild 4991 RMD160 ce56372e2cdcbb3ac7b72760e6aca9e0d951c0f9 SHA1 36d659506ca9cc8f0cf63a031aeb26f9c4fd8b6e SHA256 ecfff7cc876242cfe5085f3e4a87b74b3733f3baf6197d2c6ca138e48dbd67dc EBUILD mldonkey-2.9.5.ebuild 4999 RMD160 bb159c3f9fd16ab2107c41069379af985b0c4aa1 SHA1 c1b245d73ef360937eac89a9b55d9e649e7e8005 SHA256 979a7b900a9788a84fe53da2d85868eb03d8afc93e60dd8fca1e6b92a8c24e7c MISC ChangeLog 31703 RMD160 21c60f5366384f35e455dcd5905bf015b151762a SHA1 4cf065ea763611a69143687d57051d06ecff850e SHA256 32310ca099c69eb11ae9b06e66f0476c3af18f8c9ac06fea9ae91c984db35faa diff --git a/net-p2p/mldonkey/mldonkey-2.9.3.ebuild b/net-p2p/mldonkey/mldonkey-2.9.3.ebuild deleted file mode 100644 index 1b3f27921c65..000000000000 --- a/net-p2p/mldonkey/mldonkey-2.9.3.ebuild +++ /dev/null @@ -1,180 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/mldonkey/mldonkey-2.9.3.ebuild,v 1.7 2008/04/24 14:17:54 armin76 Exp $ - -WANT_AUTOCONF=2.5 - -inherit flag-o-matic eutils autotools - -EAPI="1" - -IUSE="doc fasttrack gd gnutella gtk guionly magic +ocamlopt" - -DESCRIPTION="MLDonkey is a multi-network P2P application written in Ocaml, coming with its own Gtk GUI, web and telnet interface." -HOMEPAGE="http://mldonkey.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ia64 ppc ~sparc x86 ~x86-fbsd" - -RDEPEND="dev-lang/perl - guionly? ( >=gnome-base/librsvg-2.4.0 - >=dev-ml/lablgtk-2.6 ) - gtk? ( >=gnome-base/librsvg-2.4.0 - >=dev-ml/lablgtk-2.6 ) - gd? ( >=media-libs/gd-2.0.28 ) - magic? ( sys-apps/file )" - -DEPEND="${RDEPEND} - >=dev-lang/ocaml-3.08.3 - sys-apps/sed" - -MLUSER="p2p" - -pkg_setup() { - if use gtk; then - echo "" - einfo "If the compile with gui fails, and you have updated Ocaml" - einfo "recently, you may have forgotten that you need to run" - einfo "/usr/portage/dev-lang/ocaml/files/ocaml-rebuild.sh" - einfo "to learn which ebuilds you need to recompile" - einfo "each time you update Ocaml to a different version" - einfo "see the Ocaml ebuild for details" - echo "" - fi - - if use gtk && !(built_with_use dev-ml/lablgtk svg); then - eerror "dev-ml/lablgtk must be built with the 'svg' USE flag to use the gtk gui" - die "Recompile dev-ml/lablgtk with enabled svg USE flag" - fi - - if use gd && !(built_with_use media-libs/gd truetype); then - eerror "media-libs/gd must be built with 'truetype' to compile" - eerror "MLDonkey with gd support" - die "Recompile media-libs/gd with enabled truetype USE flag" - fi - if use ocamlopt && ! built_with_use --missing true dev-lang/ocaml ocamlopt; then - eerror "In order to build ${PN} with native code support from ocaml" - eerror "You first need to have a native code ocaml compiler." - eerror "You need to install dev-lang/ocaml with ocamlopt useflag on." - die "Please install ocaml with ocamlopt useflag" - fi -} - -src_unpack() { - unpack ${A} && cd "${S}" - - cd "${S}"/config - eautoconf - cd "${S}" - use ocamlopt || sed -i -e "s/ocamlopt/idontwantocamlopt/g" "${S}/config/configure" || die "failed to disable ocamlopt" -} - -src_compile() { - # the dirs are not (yet) used, but it doesn't hurt to specify them anyway - - # onlygui Disable all nets support, build only chosen GUI - - if use gtk || use guionly; then - myconf="--enable-gui=newgui2" - else - myconf="--disable-gui" - fi - - if use guionly; then - myconf="${myconf} --disable-multinet --disable-donkey" - fi - - cd "${S}" - econf \ - --sysconfdir=/etc/mldonkey \ - --sharedstatedir=/var/mldonkey \ - --localstatedir=/var/mldonkey \ - --enable-checks \ - --disable-batch \ - $(use_enable fasttrack) \ - $(use_enable gnutella) \ - $(use_enable gnutella gnutella2) \ - $(use_enable gd) \ - $(use_enable magic) \ - --enable-ocamlver=3.10 \ - ${myconf} || die "econf failed" - - export OCAMLRUNPARAM="l=256M" - emake || die "emake failed" - - if ! use guionly; then - emake utils || die "emake utils failed" - fi; -} - -src_install() { - local myext="" - use ocamlopt || myext=".byte" - use ocamlopt || export STRIP_MASK="*/bin/*" - if ! use guionly; then - for i in mlnet mld_hash get_range copysources make_torrent subconv; do - newbin $i$myext $i || die "failed to install $i" - done - - newconfd "${FILESDIR}/mldonkey.confd-2.8" mldonkey - fperms 600 /etc/conf.d/mldonkey - newinitd "${FILESDIR}/mldonkey.initd" mldonkey - fi - - if use gtk; then - for i in mlgui mlguistarter; do - newbin $i$myext $i || die "failed to install $i" - done - make_desktop_entry mlgui "MLDonkey GUI" mldonkey "Network;P2P" - newicon "${S}"/packages/rpm/mldonkey-icon-48.png ${PN}.png - fi - - if use doc ; then - cd "${S}"/distrib - dodoc ChangeLog *.txt - dohtml *.html - - insinto /usr/share/doc/${PF}/scripts - doins kill_mldonkey mldonkey_command mldonkey_previewer make_buginfo - - 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 * - fi -} - -pkg_preinst() { - if ! use guionly; then - enewuser ${MLUSER} -1 -1 /home/p2p users - fi -} - -pkg_postinst() { - if ! use guionly; then - echo - 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 - einfo "Attention: 2.6 has changed the inifiles structure, so downgrading" - einfo "will be problematic." - einfo "User settings (admin) are transferred to users.ini from " - einfo "downloads.ini" - einfo "Old ini files are automatically converted to the new format" - echo - else - echo - einfo "Simply run mlgui to start the chosen MLDonkey gui." - einfo "It puts its config files into ~/.mldonkey" - fi -} |