bicatali 14/04/05 21:32:03 Modified: ChangeLog Added: glpk-4.54.ebuild Removed: glpk-4.52.1-r1.ebuild Log: Version bump (Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Revision Changes Path 1.69 sci-mathematics/glpk/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/ChangeLog?rev=1.69&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/ChangeLog?rev=1.69&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/ChangeLog?r1=1.68&r2=1.69 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v retrieving revision 1.68 retrieving revision 1.69 diff -u -r1.68 -r1.69 --- ChangeLog 24 Mar 2014 17:46:25 -0000 1.68 +++ ChangeLog 5 Apr 2014 21:32:03 -0000 1.69 @@ -1,6 +1,15 @@ # ChangeLog for sci-mathematics/glpk # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.68 2014/03/24 17:46:25 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.69 2014/04/05 21:32:03 bicatali Exp $ + +*glpk-4.54 (05 Apr 2014) + + 05 Apr 2014; Sébastien Fabbro <[email protected]> + +files/glpk-4.54-debundle-system-libs.patch, +glpk-4.54.ebuild, + -files/glpk-4.52.1-debundle-amd.patch, -files/glpk-4.52.1-debundle-zlib.patch, + -files/glpk-4.52.1-mariadb-5.5.patch, -glpk-4.52.1-r1.ebuild, + files/glpk-4.53-debundle-system-libs.patch, glpk-4.53.ebuild: + Version bump *glpk-4.53 (24 Mar 2014) 1.1 sci-mathematics/glpk/glpk-4.54.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/glpk-4.54.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/glpk-4.54.ebuild?rev=1.1&content-type=text/plain Index: glpk-4.54.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.54.ebuild,v 1.1 2014/04/05 21:32:03 bicatali Exp $ EAPI=5 AUTOTOOLS_AUTORECONF=1 inherit eutils flag-o-matic toolchain-funcs autotools-utils DESCRIPTION="GNU Linear Programming Kit" LICENSE="GPL-3" HOMEPAGE="http://www.gnu.org/software/glpk/" SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" SLOT="0/36" IUSE="doc examples gmp odbc mysql static-libs" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" RDEPEND=" sci-libs/amd:0= sci-libs/colamd:= sys-libs/zlib:0= gmp? ( dev-libs/gmp:0= ) mysql? ( virtual/mysql ) odbc? ( || ( dev-db/libiodbc:0= dev-db/unixODBC:0= ) )" DEPEND="${RDEPEND} virtual/pkgconfig" PATCHES=( "${FILESDIR}"/${PN}-4.54-debundle-system-libs.patch ) src_configure() { local myeconfargs=( $(use_enable mysql) $(use_enable odbc) $(use_with gmp) ) if use mysql || use odbc; then myeconfargs+=( --enable-dl ) else myeconfargs+=( --disable-dl ) fi [[ -z $(type -P odbc-config) ]] && \ append-cppflags $($(tc-getPKG_CONFIG) --cflags libiodbc) autotools-utils_src_configure } src_install() { autotools-utils_src_install if use examples; then insinto /usr/share/doc/${PF} doins -r examples docompress -x /usr/share/doc/${PF}/examples fi use doc && dodoc doc/*.pdf doc/notes/*.pdf doc/*.txt }
