blueness 14/10/29 11:37:24 Modified: ChangeLog Added: isl-0.14.ebuild Log: Version bump. Masked for testing, see bug #467192. (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path 1.26 dev-libs/isl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/isl/ChangeLog?rev=1.26&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/isl/ChangeLog?rev=1.26&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/isl/ChangeLog?r1=1.25&r2=1.26 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/isl/ChangeLog,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- ChangeLog 24 Oct 2014 18:50:47 -0000 1.25 +++ ChangeLog 29 Oct 2014 11:37:24 -0000 1.26 @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/isl # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/isl/ChangeLog,v 1.25 2014/10/24 18:50:47 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/isl/ChangeLog,v 1.26 2014/10/29 11:37:24 blueness Exp $ + +*isl-0.14 (29 Oct 2014) + + 29 Oct 2014; Anthony G. Basile <[email protected]> +isl-0.14.ebuild: + Version bump. Masked for testing, see bug #467192. 24 Oct 2014; Mikle Kolyada <[email protected]> isl-0.12.2.ebuild: amd64 stable wrt bug #516152 1.1 dev-libs/isl/isl-0.14.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/isl/isl-0.14.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/isl/isl-0.14.ebuild?rev=1.1&content-type=text/plain Index: isl-0.14.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/isl/isl-0.14.ebuild,v 1.1 2014/10/29 11:37:24 blueness Exp $ EAPI="5" inherit eutils multilib-minimal DESCRIPTION="A library for manipulating integer points bounded by linear constraints" HOMEPAGE="http://isl.gforge.inria.fr/" SRC_URI="http://isl.gforge.inria.fr/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0/14" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="static-libs" RDEPEND=">=dev-libs/gmp-5.1.3-r1[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND} virtual/pkgconfig" DOCS=( ChangeLog AUTHORS doc/manual.pdf ) src_prepare() { epatch "${FILESDIR}"/${PN}-0.07-gdb-autoload-dir.patch # m4/ax_create_pkgconfig_info.m4 is broken but avoid eautoreconf # http://groups.google.com/group/isl-development/t/37ad876557e50f2c sed -i -e '/Libs:/s:@LDFLAGS@ ::' configure || die #382737 } multilib_src_configure() { ECONF_SOURCE="${S}" econf $(use_enable static-libs static) } multilib_src_install_all() { einstalldocs prune_libtool_files }
