aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Fabbro <bicatali@gentoo.org>2013-01-29 12:14:27 -0800
committerSébastien Fabbro <bicatali@gentoo.org>2013-01-29 12:14:27 -0800
commit2715a4b0e42cd4e8e90d2529bf207e9124af0597 (patch)
tree4ea00f0f39912f700d5e7c7ef8c6130d3a9a4103
parentsci-libs/coinor-sample: Version bump (diff)
downloadsci-2715a4b0e42cd4e8e90d2529bf207e9124af0597.tar.gz
sci-2715a4b0e42cd4e8e90d2529bf207e9124af0597.tar.bz2
sci-2715a4b0e42cd4e8e90d2529bf207e9124af0597.zip
sci-libs/coinor-symphony: Version bump
Package-Manager: portage-2.2.01.21688-prefix
-rw-r--r--sci-libs/coinor-symphony/ChangeLog8
-rw-r--r--sci-libs/coinor-symphony/Manifest2
-rw-r--r--sci-libs/coinor-symphony/coinor-symphony-5.4.6.ebuild (renamed from sci-libs/coinor-symphony/coinor-symphony-5.4.4.ebuild)9
3 files changed, 10 insertions, 9 deletions
diff --git a/sci-libs/coinor-symphony/ChangeLog b/sci-libs/coinor-symphony/ChangeLog
index c4866cdbb..fb790918e 100644
--- a/sci-libs/coinor-symphony/ChangeLog
+++ b/sci-libs/coinor-symphony/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for sci-libs/coinor-symphony
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*coinor-symphony-5.4.6 (29 Jan 2013)
+
+ 29 Jan 2013; Sébastien Fabbro <bicatali@gentoo.org>
+ +coinor-symphony-5.4.6.ebuild, -coinor-symphony-5.4.4.ebuild:
+ sci-libs/coinor-symphony: Version bump
+
*coinor-symphony-5.4.4 (17 Jul 2012)
17 Jul 2012; Sébastien Fabbro <bicatali@gentoo.org>
diff --git a/sci-libs/coinor-symphony/Manifest b/sci-libs/coinor-symphony/Manifest
index ef792c950..7943571d4 100644
--- a/sci-libs/coinor-symphony/Manifest
+++ b/sci-libs/coinor-symphony/Manifest
@@ -1 +1 @@
-DIST SYMPHONY-5.4.4.tgz 7003599 SHA256 7572175e3e8c6ea33bebce177bd6fea116f31a3dcd47b0652eb051a09b5f888a SHA512 f47fe91838d9928e825a950f58ef83f92285a839b71dff5557bac9706fa3257c2b54d7af56c8b6c4abb3e499519a52a29eba95036098eaf5782f2a34e650f5f2 WHIRLPOOL 2648358d8954f112d369191dc5bc394d2cfe3df05cb9c8f137fb351c61af2758c9b1ec4f17642b2fbcafccbb6b95b6782227ae1f5c8aab5f641bea4acdfccdbd
+DIST SYMPHONY-5.4.6.tgz 7007384 SHA256 68746cf3f5f1437860ba17f28639aebd4328edb996d82deb2f5ebe5504deeaf3 SHA512 a320115b2ed7a7e8b80420498d8caf9ab4fa4e03b8c7b0e389d525bde5111143f99820c4a9b1bb29cd6bcc91b5a049a0e6e0d8eb1fee09063f4b8be8d712de59 WHIRLPOOL a994e8b1e436e0472c162c7d0fdfa273e611c063e226033363a4f1f3ac4765fc5f2897bd59759bc136e0bf9ffd15c7214c169a605d6d473f4a190d3010aa7fee
diff --git a/sci-libs/coinor-symphony/coinor-symphony-5.4.4.ebuild b/sci-libs/coinor-symphony/coinor-symphony-5.4.6.ebuild
index 56f33b157..06083e55a 100644
--- a/sci-libs/coinor-symphony/coinor-symphony-5.4.4.ebuild
+++ b/sci-libs/coinor-symphony/coinor-symphony-5.4.6.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 multilib
@@ -41,11 +41,6 @@ src_prepare() {
sed -i \
-e 's:\(libSym_la_LIBADD.*=\).*:\1 @SYMPHONYLIB_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 || die
}
src_configure() {