diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-06-29 02:45:25 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-06-29 02:45:25 +0000 |
commit | 7ad533a16652347624c6f27996f9210e8a5e56c9 (patch) | |
tree | 393a21fba5b6930408849abdc0e9535c48c69824 /net-p2p/mldonkey | |
parent | stable on ppc64, bug #54792 (Manifest recommit) (diff) | |
download | gentoo-2-7ad533a16652347624c6f27996f9210e8a5e56c9.tar.gz gentoo-2-7ad533a16652347624c6f27996f9210e8a5e56c9.tar.bz2 gentoo-2-7ad533a16652347624c6f27996f9210e8a5e56c9.zip |
ebuild cleanups irt #54530
Diffstat (limited to 'net-p2p/mldonkey')
-rw-r--r-- | net-p2p/mldonkey/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/mldonkey/mldonkey-2.5.16-r6.ebuild | 15 | ||||
-rw-r--r-- | net-p2p/mldonkey/mldonkey-2.5.21-r2.ebuild | 6 |
3 files changed, 15 insertions, 12 deletions
diff --git a/net-p2p/mldonkey/ChangeLog b/net-p2p/mldonkey/ChangeLog index ce9d7358f2e3..dc6a1866768b 100644 --- a/net-p2p/mldonkey/ChangeLog +++ b/net-p2p/mldonkey/ChangeLog @@ -1,6 +1,10 @@ # 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.48 2004/06/28 23:55:44 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/mldonkey/ChangeLog,v 1.49 2004/06/29 02:45:25 squinky86 Exp $ + + 28 Jun 2004; Jon Hood <squinky86@gentoo.org> mldonkey-2.5.16-r6.ebuild, + mldonkey-2.5.21-r2.ebuild: + ebuild cleanups thanks to spiralvoice in #54530 *mldonkey-2.5.16-r6 (28 Jun 2004) diff --git a/net-p2p/mldonkey/mldonkey-2.5.16-r6.ebuild b/net-p2p/mldonkey/mldonkey-2.5.16-r6.ebuild index 97ab65bcf64d..e787ace633c2 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.1 2004/06/28 23:55:44 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/mldonkey/mldonkey-2.5.16-r6.ebuild,v 1.2 2004/06/29 02:45:25 squinky86 Exp $ inherit eutils @@ -15,12 +15,13 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~alpha ~ia64" -DEPEND="gtk? ( =dev-ml/lablgtk-1* ) +RDEPEND="gtk? ( =dev-ml/lablgtk-1* ) >=dev-lang/ocaml-3.06 - dev-lang/perl" + dev-lang/perl + net-misc/wget" -RDEPEND="${DEPEND} - net-misc/wget" +DEPEND="${RDEPEND} + >=sys-devel/autoconf-2.58" MLUSER="p2p" @@ -28,16 +29,16 @@ 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_pack16q || die + export WANT_AUTOCONF=2.5 + cd config; autoconf; cd .. } 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 \ diff --git a/net-p2p/mldonkey/mldonkey-2.5.21-r2.ebuild b/net-p2p/mldonkey/mldonkey-2.5.21-r2.ebuild index 0682ebab2a4e..7c4fb39cf00c 100644 --- a/net-p2p/mldonkey/mldonkey-2.5.21-r2.ebuild +++ b/net-p2p/mldonkey/mldonkey-2.5.21-r2.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.21-r2.ebuild,v 1.4 2004/06/29 00:30:31 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/mldonkey/mldonkey-2.5.21-r2.ebuild,v 1.5 2004/06/29 02:45:25 squinky86 Exp $ inherit eutils @@ -15,7 +15,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~alpha ~ia64 ~hppa" -RDEPEND="gtk? ( =dev-ml/lablgtk-1* ) +RDEPEND="gtk? ( >=dev-ml/lablgtk-1.2.6 <dev-ml/lablgtk-2 ) >=dev-lang/ocaml-3.07 dev-lang/perl net-misc/wget" @@ -29,7 +29,6 @@ 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_pack21g || die export WANT_AUTOCONF=2.5 @@ -49,7 +48,6 @@ src_compile() { --enable-checks \ --enable-pthread || die export OCAMLRUNPARAM="l=256M" - make depend || die emake || die } |