summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2014-01-15 18:32:48 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2014-01-15 18:32:48 +0000
commit1d4f2135f460b47648980250f6d7f8ec0cda8fbc (patch)
tree41c87d97a5adc23a611425895564912b9387bc2b /sci-libs
parentversion bump (diff)
downloadgentoo-2-1d4f2135f460b47648980250f6d7f8ec0cda8fbc.tar.gz
gentoo-2-1d4f2135f460b47648980250f6d7f8ec0cda8fbc.tar.bz2
gentoo-2-1d4f2135f460b47648980250f6d7f8ec0cda8fbc.zip
Fixed license, 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-bcps/ChangeLog8
-rw-r--r--sci-libs/coinor-bcps/coinor-bcps-0.93.9.ebuild35
2 files changed, 13 insertions, 30 deletions
diff --git a/sci-libs/coinor-bcps/ChangeLog b/sci-libs/coinor-bcps/ChangeLog
index 5b86cfa87a65..b3b13308c212 100644
--- a/sci-libs/coinor-bcps/ChangeLog
+++ b/sci-libs/coinor-bcps/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/coinor-bcps
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/coinor-bcps/ChangeLog,v 1.1 2014/01/14 21:49:28 bicatali Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/coinor-bcps/ChangeLog,v 1.2 2014/01/15 18:32:48 bicatali Exp $
+
+ 14 Jan 2014; Sébastien Fabbro <bicatali@gentoo.org>
+ coinor-bcps-0.93.9.ebuild:
+ Fixed license, cleanup, as-needed applied upstream
*coinor-bcps-0.93.8 (07 Dec 2013)
diff --git a/sci-libs/coinor-bcps/coinor-bcps-0.93.9.ebuild b/sci-libs/coinor-bcps/coinor-bcps-0.93.9.ebuild
index c0cdffa6db2f..7cae43087a8c 100644
--- a/sci-libs/coinor-bcps/coinor-bcps-0.93.9.ebuild
+++ b/sci-libs/coinor-bcps/coinor-bcps-0.93.9.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/coinor-bcps/coinor-bcps-0.93.9.ebuild,v 1.1 2014/01/14 21:49:28 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/coinor-bcps/coinor-bcps-0.93.9.ebuild,v 1.2 2014/01/15 18:32:48 bicatali Exp $
EAPI=5
@@ -12,10 +12,10 @@ DESCRIPTION="COIN-OR BiCEPS data handling library"
HOMEPAGE="https://projects.coin-or.org/CHiPPS/"
SRC_URI="http://www.coin-or.org/download/source/${MYPN}/${MYPN}-${PV}.tgz"
-LICENSE="EPL-1.0"
+LICENSE="CPL-1.0"
SLOT="0/1"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc examples static-libs test"
+IUSE="examples static-libs test"
RDEPEND="
sci-libs/coinor-utils:=
@@ -23,43 +23,22 @@ RDEPEND="
sci-libs/coinor-alps:="
DEPEND="${RDEPEND}
virtual/pkgconfig
- doc? ( app-doc/doxygen[dot] )
test? ( sci-libs/coinor-sample )"
S="${WORKDIR}/${MYPN}-${PV}/${MYPN}"
-src_prepare() {
- # as-needed fix
- # hack to avoid eautoreconf (coinor has its own weird autotools)
- sed -i \
- -e 's:\(libBcps_la_LIBADD.*=\).*:\1 @BCPSLIB_LIBS@:g' \
- src/Makefile.in || die
- # bug for later versions of subversions
- sed -i \
- -e 's/xexported/xexported -a "x$svn_rev_tmp" != "xUnversioned directory"/' \
- configure
-}
-
src_configure() {
local myeconfargs=(
- $(use_with doc dot)
+ --enable-dependency-linking
)
- PKG_CONFIG_PATH+="${ED}"/usr/$(get_libdir)/pkgconfig \
- autotools-utils_src_configure
-}
-
-src_compile() {
- autotools-utils_src_compile all $(use doc && echo doxydoc)
+ autotools-utils_src_configure
}
src_test() {
- pushd "${BUILD_DIR}" > /dev/null || die
- emake test
- popd > /dev/null || die
+ autotools-utils_src_test test
}
src_install() {
- use doc && HTML_DOC=("${BUILD_DIR}/doxydocs/html/")
autotools-utils_src_install
if use examples; then
insinto /usr/share/doc/${PF}