blueness 15/06/13 11:29:15 Modified: ChangeLog Added: isl-0.15.ebuild isl-0.14.1.ebuild Log: Version bumps. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path 1.34 dev-libs/isl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/isl/ChangeLog?rev=1.34&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/isl/ChangeLog?rev=1.34&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/isl/ChangeLog?r1=1.33&r2=1.34 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/isl/ChangeLog,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- ChangeLog 13 May 2015 15:12:05 -0000 1.33 +++ ChangeLog 13 Jun 2015 11:29:15 -0000 1.34 @@ -1,6 +1,13 @@ # ChangeLog for dev-libs/isl # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/isl/ChangeLog,v 1.33 2015/05/13 15:12:05 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/isl/ChangeLog,v 1.34 2015/06/13 11:29:15 blueness Exp $ + +*isl-0.15 (13 Jun 2015) +*isl-0.14.1 (13 Jun 2015) + + 13 Jun 2015; Anthony G. Basile <[email protected]> +isl-0.14.1.ebuild, + +isl-0.15.ebuild: + Version bumps. 13 May 2015; Michał Górny <[email protected]> files/isl-0.07-gdb-autoload-dir.patch: 1.1 dev-libs/isl/isl-0.15.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/isl/isl-0.15.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/isl/isl-0.15.ebuild?rev=1.1&content-type=text/plain Index: isl-0.15.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/isl/isl-0.15.ebuild,v 1.1 2015/06/13 11:29:15 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.xz" LICENSE="LGPL-2.1" SLOT="0/15" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~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} app-arch/xz-utils 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 } 1.1 dev-libs/isl/isl-0.14.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/isl/isl-0.14.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/isl/isl-0.14.1.ebuild?rev=1.1&content-type=text/plain Index: isl-0.14.1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/isl/isl-0.14.1.ebuild,v 1.1 2015/06/13 11:29:15 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.xz" LICENSE="LGPL-2.1" SLOT="0/14" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~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} app-arch/xz-utils 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 }
