aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Fabbro <bicatali@gentoo.org>2013-01-29 12:11:36 -0800
committerSébastien Fabbro <bicatali@gentoo.org>2013-01-29 12:11:36 -0800
commit8ee6eee7f66092243afc6072a56c5a57e307c4ff (patch)
tree5373ad1f1a92e1e747b1b1d1f11dc51e8a0f1eea /sci-libs/coinor-netlib
parentsci-libs/coinor-cppad: Version bump (diff)
downloadsci-8ee6eee7f66092243afc6072a56c5a57e307c4ff.tar.gz
sci-8ee6eee7f66092243afc6072a56c5a57e307c4ff.tar.bz2
sci-8ee6eee7f66092243afc6072a56c5a57e307c4ff.zip
sci-libs/coinor-netlib: Version bump
Package-Manager: portage-2.2.01.21688-prefix
Diffstat (limited to 'sci-libs/coinor-netlib')
-rw-r--r--sci-libs/coinor-netlib/ChangeLog8
-rw-r--r--sci-libs/coinor-netlib/Manifest2
-rw-r--r--sci-libs/coinor-netlib/coinor-netlib-1.2.4.ebuild (renamed from sci-libs/coinor-netlib/coinor-netlib-1.2.2.ebuild)6
3 files changed, 11 insertions, 5 deletions
diff --git a/sci-libs/coinor-netlib/ChangeLog b/sci-libs/coinor-netlib/ChangeLog
index 8833a3c26..eb0c2916c 100644
--- a/sci-libs/coinor-netlib/ChangeLog
+++ b/sci-libs/coinor-netlib/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for sci-libs/coinor-netlib
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*coinor-netlib-1.2.4 (29 Jan 2013)
+
+ 29 Jan 2013; Sébastien Fabbro <bicatali@gentoo.org>
+ +coinor-netlib-1.2.4.ebuild, -coinor-netlib-1.2.2.ebuild:
+ sci-libs/coinor-netlib: Version bump
+
*coinor-netlib-1.2.2 (16 Jul 2012)
16 Jul 2012; Sébastien Fabbro <bicatali@gentoo.org>
diff --git a/sci-libs/coinor-netlib/Manifest b/sci-libs/coinor-netlib/Manifest
index 3b90bdb75..a7838b8e4 100644
--- a/sci-libs/coinor-netlib/Manifest
+++ b/sci-libs/coinor-netlib/Manifest
@@ -1 +1 @@
-DIST Netlib-1.2.2.tgz 3960971 SHA256 ed64525b4900382750de8e281c769c58ef1e9e7d2dea4311d69b3a491d0d78f4 SHA512 f9272165dd5293902e5db3ec05d152a935b6eac6e7153b15d2d8809f9c9e213a2b557cf09bfdc1edcec3137c219c552a6898914de2153f67f3c93f6aabbded51 WHIRLPOOL eafffe5c0c5ebfa33d809a48be81f0fd4ae34d0feca0c37a261f784980ff72d8e11b3516bcc35d6354db7131422353a1d232d1a780300aff2ccd95a038b53f4a
+DIST Netlib-1.2.4.tgz 3960764 SHA256 b37613d6994c0aeca4a74dd4e5c064480c204873f823dea3a02b6a37e381cb56 SHA512 79ad0c21047818cbd27c6836cea8d7deeb86b76526072d7de915b332c004de8622a2922a9a6495f21ac0d23b8d0ecae492274b490064e025415f44187f2cbf3a WHIRLPOOL 419f221641bd903ee9dcc95d0b8ab4366a8f1794e140cf2364a7a56ec9fb1de8a0017e05a5a1922610b56022f7b5958c681f16536c719336517f1aac9e3c6a23
diff --git a/sci-libs/coinor-netlib/coinor-netlib-1.2.2.ebuild b/sci-libs/coinor-netlib/coinor-netlib-1.2.4.ebuild
index ae06b1de0..4ea29ff0d 100644
--- a/sci-libs/coinor-netlib/coinor-netlib-1.2.2.ebuild
+++ b/sci-libs/coinor-netlib/coinor-netlib-1.2.4.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
+EAPI=5
inherit autotools-utils
@@ -25,5 +25,5 @@ S="${WORKDIR}/${MYPN}-${PV}"
src_install() {
autotools-utils_src_install
# already installed and empt directories
- rm -rf "${ED}"/usr/share/coin/doc
+ rm -r "${ED}"/usr/share/coin/doc || die
}