From f32f36af3f0d060ce7d8205e9479454820d7db35 Mon Sep 17 00:00:00 2001 From: Sébastien Fabbro Date: Sun, 26 May 2013 09:27:42 -0700 Subject: sci-libs/coinor-cgl: Version bump Package-Manager: portage-2.2.01.21938-prefix RepoMan-Options: --force --- sci-libs/coinor-cgl/ChangeLog | 6 +++ sci-libs/coinor-cgl/Manifest | 2 +- sci-libs/coinor-cgl/coinor-cgl-0.57.4.ebuild | 69 ---------------------------- sci-libs/coinor-cgl/coinor-cgl-0.58.0.ebuild | 69 ++++++++++++++++++++++++++++ 4 files changed, 76 insertions(+), 70 deletions(-) delete mode 100644 sci-libs/coinor-cgl/coinor-cgl-0.57.4.ebuild create mode 100644 sci-libs/coinor-cgl/coinor-cgl-0.58.0.ebuild (limited to 'sci-libs') diff --git a/sci-libs/coinor-cgl/ChangeLog b/sci-libs/coinor-cgl/ChangeLog index 02d964187..2528dafa3 100644 --- a/sci-libs/coinor-cgl/ChangeLog +++ b/sci-libs/coinor-cgl/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*coinor-cgl-0.58.0 (26 May 2013) + + 26 May 2013; Sébastien Fabbro +coinor-cgl-0.58.0.ebuild, + -coinor-cgl-0.57.4.ebuild: + sci-libs/coinor-cgl: Version bump + *coinor-cgl-0.57.4 (29 Jan 2013) 29 Jan 2013; Sébastien Fabbro +coinor-cgl-0.57.4.ebuild, diff --git a/sci-libs/coinor-cgl/Manifest b/sci-libs/coinor-cgl/Manifest index 37acdcbf7..fde2d2eba 100644 --- a/sci-libs/coinor-cgl/Manifest +++ b/sci-libs/coinor-cgl/Manifest @@ -1 +1 @@ -DIST Cgl-0.57.4.tgz 4759814 SHA256 489f11453ba30d3fc6e0a296eca148f5f8345d7cdaf830d7f390b98662f71c91 SHA512 91f09c00741e6fb06ee7120dc9129d87f064fb7f0f4307aa9524610adb249a5a0fdb4b1c6c7e3a6bde44b48933c5fb1cfdccddbbeb5b5e9ebeacbd82eee63753 WHIRLPOOL 52b8f6199946b5a5a43c6502b31168b3a2fbea0043b7c65ae6b7245a3ac0eeeada99012ab3c4ec294ec4fba1e6d406f09dafa6d705753786edb632f1d39591d0 +DIST Cgl-0.58.0.tgz 5271858 SHA256 5c53061205c07171deacd51ba3a8098ad54a3300bd535fe47aff9a72d754e7ee SHA512 66d6778c7d475f845c28e1203f0293f7449f9961382ea795fbc9fc2718f2ba0a7f392d15aa27965f4961c84c4d54e1832160343b4e0da45ac0897fa5e7ddd1a5 WHIRLPOOL 2f6b8bad5aa2d6f3b2caf45b4f48a0c589479f9d02503adfa538c142cd7636cb9264fac621f2355a9ebeef6f211e3dc2a3c000806a905ca8515e6ec32b923887 diff --git a/sci-libs/coinor-cgl/coinor-cgl-0.57.4.ebuild b/sci-libs/coinor-cgl/coinor-cgl-0.57.4.ebuild deleted file mode 100644 index d7707b66c..000000000 --- a/sci-libs/coinor-cgl/coinor-cgl-0.57.4.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit autotools-utils multilib - -MYPN=Cgl - -DESCRIPTION="COIN-OR cutting-plane generators library" -HOMEPAGE="https://projects.coin-or.org/Cgl/" -SRC_URI="http://www.coin-or.org/download/source/${MYPN}/${MYPN}-${PV}.tgz" - -LICENSE="EPL-1.0" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="doc examples static-libs test" - -RDEPEND=" - sci-libs/coinor-clp - sci-libs/coinor-dylp - sci-libs/coinor-osi - sci-libs/coinor-utils - sci-libs/coinor-vol" -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:\(libCgl_la_LIBADD.*=.*\)$:\1 @CGLLIB_LIBS@:' \ - -e 's:\(libCgl_la_DEPENDENCIES.*=\).*:\1 $(CGL_SUBLIBS):' \ - src/Makefile.in || die -} - -src_configure() { - local myeconfargs=( - $(use_with doc dot) - ) - PKG_CONFIG_PATH+="${ED}"/usr/$(get_libdir)/pkgconfig \ - autotools-utils_src_configure -} - -src_compile() { - autotools-utils_src_compile all $(use doc && echo doxydoc) -} - -src_test() { - pushd "${AUTOTOOLS_BUILD_DIR}" > /dev/null || die - emake test - popd > /dev/null || die -} - -src_install() { - use doc && HTML_DOC=("${AUTOTOOLS_BUILD_DIR}/doxydocs/html/") - autotools-utils_src_install - # already installed - rm "${ED}"/usr/share/coin/doc/${MYPN}/{README,AUTHORS,LICENSE} || die - if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples - fi -} diff --git a/sci-libs/coinor-cgl/coinor-cgl-0.58.0.ebuild b/sci-libs/coinor-cgl/coinor-cgl-0.58.0.ebuild new file mode 100644 index 000000000..d7707b66c --- /dev/null +++ b/sci-libs/coinor-cgl/coinor-cgl-0.58.0.ebuild @@ -0,0 +1,69 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit autotools-utils multilib + +MYPN=Cgl + +DESCRIPTION="COIN-OR cutting-plane generators library" +HOMEPAGE="https://projects.coin-or.org/Cgl/" +SRC_URI="http://www.coin-or.org/download/source/${MYPN}/${MYPN}-${PV}.tgz" + +LICENSE="EPL-1.0" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="doc examples static-libs test" + +RDEPEND=" + sci-libs/coinor-clp + sci-libs/coinor-dylp + sci-libs/coinor-osi + sci-libs/coinor-utils + sci-libs/coinor-vol" +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:\(libCgl_la_LIBADD.*=.*\)$:\1 @CGLLIB_LIBS@:' \ + -e 's:\(libCgl_la_DEPENDENCIES.*=\).*:\1 $(CGL_SUBLIBS):' \ + src/Makefile.in || die +} + +src_configure() { + local myeconfargs=( + $(use_with doc dot) + ) + PKG_CONFIG_PATH+="${ED}"/usr/$(get_libdir)/pkgconfig \ + autotools-utils_src_configure +} + +src_compile() { + autotools-utils_src_compile all $(use doc && echo doxydoc) +} + +src_test() { + pushd "${AUTOTOOLS_BUILD_DIR}" > /dev/null || die + emake test + popd > /dev/null || die +} + +src_install() { + use doc && HTML_DOC=("${AUTOTOOLS_BUILD_DIR}/doxydocs/html/") + autotools-utils_src_install + # already installed + rm "${ED}"/usr/share/coin/doc/${MYPN}/{README,AUTHORS,LICENSE} || die + if use examples; then + insinto /usr/share/doc/${PF} + doins -r examples + fi +} -- cgit v1.2.3-65-gdbad