From 4e5d5a03361d60d41bc10c1ea9cc281c601e779f Mon Sep 17 00:00:00 2001 From: Benda XU Date: Mon, 7 Apr 2014 14:20:32 +0000 Subject: EAPI bump to 5. (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit) --- net-p2p/mldonkey/ChangeLog | 5 ++++- net-p2p/mldonkey/mldonkey-3.1.5.ebuild | 12 ++++++------ 2 files changed, 10 insertions(+), 7 deletions(-) (limited to 'net-p2p/mldonkey') diff --git a/net-p2p/mldonkey/ChangeLog b/net-p2p/mldonkey/ChangeLog index 6c00bd7f4dfc..9826d89db9fb 100644 --- a/net-p2p/mldonkey/ChangeLog +++ b/net-p2p/mldonkey/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/mldonkey # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/mldonkey/ChangeLog,v 1.265 2014/04/07 14:10:31 heroxbd Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/mldonkey/ChangeLog,v 1.266 2014/04/07 14:20:32 heroxbd Exp $ + + 07 Apr 2014; Benda Xu mldonkey-3.1.5.ebuild: + EAPI bump to 5. *mldonkey-3.1.5 (07 Apr 2014) diff --git a/net-p2p/mldonkey/mldonkey-3.1.5.ebuild b/net-p2p/mldonkey/mldonkey-3.1.5.ebuild index 1b94d04e9040..64f6de3627fa 100644 --- a/net-p2p/mldonkey/mldonkey-3.1.5.ebuild +++ b/net-p2p/mldonkey/mldonkey-3.1.5.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/mldonkey/mldonkey-3.1.5.ebuild,v 1.1 2014/04/07 14:10:31 heroxbd Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/mldonkey/mldonkey-3.1.5.ebuild,v 1.2 2014/04/07 14:20:32 heroxbd Exp $ -EAPI="2" +EAPI="5" WANT_AUTOCONF=2.5 inherit flag-o-matic eutils autotools toolchain-funcs user @@ -98,10 +98,10 @@ src_configure() { src_compile() { export OCAMLRUNPARAM="l=256M" - emake || die "emake failed" + emake if ! use guionly; then - emake utils || die "emake utils failed" + emake utils fi; } @@ -111,7 +111,7 @@ src_install() { use ocamlopt || export STRIP_MASK="*/bin/*" if ! use guionly; then for i in mlnet mld_hash get_range copysources subconv; do - newbin $i$myext $i || die "failed to install $i" + newbin $i$myext $i done use bittorrent && newbin make_torrent$myext make_torrent @@ -122,7 +122,7 @@ src_install() { if use gtk; then for i in mlgui mlguistarter; do - newbin $i$myext $i || die "failed to install $i" + newbin $i$myext $i done make_desktop_entry mlgui "MLDonkey GUI" mldonkey "Network;P2P" newicon "${S}"/packages/rpm/mldonkey-icon-48.png ${PN}.png -- cgit v1.2.3-65-gdbad