diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2014-01-15 20:10:15 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2014-01-15 20:10:15 +0000 |
commit | cf75d0daaf46d571025fcfdb5cc8f6720ff1793a (patch) | |
tree | 8e04b357b114ac643ba0d35209a699884e34bc28 /sci-libs | |
parent | Cleanup, as-needed applied upstream (diff) | |
download | gentoo-2-cf75d0daaf46d571025fcfdb5cc8f6720ff1793a.tar.gz gentoo-2-cf75d0daaf46d571025fcfdb5cc8f6720ff1793a.tar.bz2 gentoo-2-cf75d0daaf46d571025fcfdb5cc8f6720ff1793a.zip |
Cleanup, as-needed applied upstream
(Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/coinor-flopcpp/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/coinor-flopcpp/coinor-flopcpp-1.1.7.ebuild | 20 |
2 files changed, 10 insertions, 16 deletions
diff --git a/sci-libs/coinor-flopcpp/ChangeLog b/sci-libs/coinor-flopcpp/ChangeLog index 59ef531bf913..136fe9a725b7 100644 --- a/sci-libs/coinor-flopcpp/ChangeLog +++ b/sci-libs/coinor-flopcpp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/coinor-flopcpp # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/coinor-flopcpp/ChangeLog,v 1.1 2014/01/14 21:59:55 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/coinor-flopcpp/ChangeLog,v 1.2 2014/01/15 20:10:15 bicatali Exp $ + + 15 Jan 2014; Sébastien Fabbro <bicatali@gentoo.org> + coinor-flopcpp-1.1.7.ebuild: + As-needed applied upstream *coinor-flopcpp-1.1.7 (14 Jan 2014) diff --git a/sci-libs/coinor-flopcpp/coinor-flopcpp-1.1.7.ebuild b/sci-libs/coinor-flopcpp/coinor-flopcpp-1.1.7.ebuild index e815da0ca70d..beff56887952 100644 --- a/sci-libs/coinor-flopcpp/coinor-flopcpp-1.1.7.ebuild +++ b/sci-libs/coinor-flopcpp/coinor-flopcpp-1.1.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/coinor-flopcpp/coinor-flopcpp-1.1.7.ebuild,v 1.1 2014/01/14 21:59:55 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/coinor-flopcpp/coinor-flopcpp-1.1.7.ebuild,v 1.2 2014/01/15 20:10:15 bicatali Exp $ EAPI=5 @@ -8,7 +8,7 @@ inherit autotools-utils multilib MYPN=FlopC++ -DESCRIPTION="COIN-OR algebraic modelling language for linear optimization" +DESCRIPTION="COIN-OR algebraic modeling language for linear optimization" HOMEPAGE="https://projects.coin-or.org/FlopC++/" SRC_URI="http://www.coin-or.org/download/source/${MYPN}/${MYPN}-${PV}.tgz" @@ -27,20 +27,12 @@ DEPEND="${RDEPEND} S="${WORKDIR}/${MYPN}-${PV}/FlopCpp" -src_prepare() { - # as-needed fix - # hack to avoid eautoreconf (coinor has its own weird autotools) - sed -i \ - -e 's:\(libFlopCpp_la_LIBADD.*=.*\)$:\1 @FLOPCPP_LIBS@:' \ - src/Makefile.in || die -} - src_configure() { local myeconfargs=( + --enable-dependency-linking $(use_with doc dot) ) - PKG_CONFIG_PATH+="${ED}"/usr/$(get_libdir)/pkgconfig \ - autotools-utils_src_configure + autotools-utils_src_configure } src_compile() { @@ -52,9 +44,7 @@ src_compile() { } src_test() { - pushd "${BUILD_DIR}" > /dev/null || die - emake test - popd > /dev/null || die + autotools-utils_src_test test } src_install() { |