aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Fabbro <bicatali@gentoo.org>2013-07-17 16:30:22 -0700
committerSébastien Fabbro <bicatali@gentoo.org>2013-07-17 16:30:22 -0700
commit271d7bbbede1492282530ecee97bd8054b55facc (patch)
tree641e1513ff4e6b35b442635c1cd05e14e391da04
parentsci-libs/coinor-clp: Patch was not applied upstream (diff)
downloadsci-271d7bbbede1492282530ecee97bd8054b55facc.tar.gz
sci-271d7bbbede1492282530ecee97bd8054b55facc.tar.bz2
sci-271d7bbbede1492282530ecee97bd8054b55facc.zip
sci-libs/coinor-mp: Removed out-of-prefix files
Package-Manager: portage-2.2.01.22124-prefix
-rw-r--r--sci-libs/coinor-mp/ChangeLog5
-rw-r--r--sci-libs/coinor-mp/coinor-mp-1.6.0.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-libs/coinor-mp/ChangeLog b/sci-libs/coinor-mp/ChangeLog
index 73ea923c5..c9297357f 100644
--- a/sci-libs/coinor-mp/ChangeLog
+++ b/sci-libs/coinor-mp/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for sci-libs/coinor-mp
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 17 Jul 2013; Sébastien Fabbro <bicatali@gentoo.org> coinor-mp-1.6.0.ebuild:
+ sci-libs/coinor-mp: Removed out-of-prefix files
+
*coinor-mp-1.6.0 (17 Jul 2012)
17 Jul 2012; Sébastien Fabbro <bicatali@gentoo.org> +coinor-mp-1.6.0.ebuild,
diff --git a/sci-libs/coinor-mp/coinor-mp-1.6.0.ebuild b/sci-libs/coinor-mp/coinor-mp-1.6.0.ebuild
index 7fe24f011..43dfb4645 100644
--- a/sci-libs/coinor-mp/coinor-mp-1.6.0.ebuild
+++ b/sci-libs/coinor-mp/coinor-mp-1.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -37,7 +37,7 @@ src_configure() {
}
src_test() {
- pushd "${AUTOTOOLS_BUILD_DIR}" > /dev/null || die
+ pushd "${BUILD_DIR}" > /dev/null || die
emake test
popd > /dev/null || die
}
@@ -47,7 +47,7 @@ src_install() {
# already installed
rm "${ED}"/usr/share/coin/doc/${MYPN}/{README,AUTHORS,LICENSE} || die
# left overs...
- rm -rf "${ED}"/var
+ rm -rf "${D}"/var
if use examples; then
insinto /usr/share/doc/${PF}
doins -r examples