rhill       14/05/22 12:51:08

  Modified:             ChangeLog
  Added:                isl-0.13.ebuild isl-0.12.2.ebuild
  Removed:              isl-0.09.ebuild isl-0.10.ebuild
  Log:
  Version bump (bug #467192). Use EAPI 5 and add subslots. Add multilib
  support. Update HOMEPAGE and SRC_URI. Add missing pkgconfig dep. Remove
  old.
  
  Signed-off-by: Ryan Hill <rh...@gentoo.org>
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
957A8463)

Revision  Changes    Path
1.18                 dev-libs/isl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/isl/ChangeLog?rev=1.18&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/isl/ChangeLog?rev=1.18&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/isl/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/isl/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   4 Nov 2013 02:27:01 -0000       1.17
+++ ChangeLog   22 May 2014 12:51:08 -0000      1.18
@@ -1,6 +1,15 @@
 # ChangeLog for dev-libs/isl
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/isl/ChangeLog,v 1.17 2013/11/04 
02:27:01 mattst88 Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/isl/ChangeLog,v 1.18 2014/05/22 
12:51:08 rhill Exp $
+
+*isl-0.13 (22 May 2014)
+*isl-0.12.2 (22 May 2014)
+
+  22 May 2014; Ryan Hill <rh...@gentoo.org> -isl-0.09.ebuild, -isl-0.10.ebuild,
+  +isl-0.12.2.ebuild, +isl-0.13.ebuild:
+  Version bump (bug #467192). Use EAPI 5 and add subslots. Add multilib
+  support. Update HOMEPAGE and SRC_URI. Add missing pkgconfig dep. Remove
+  old.
 
   04 Nov 2013; Matt Turner <matts...@gentoo.org> isl-0.11.1.ebuild:
   Added ~alpha, bug 487266.



1.1                  dev-libs/isl/isl-0.13.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/isl/isl-0.13.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/isl/isl-0.13.ebuild?rev=1.1&content-type=text/plain

Index: isl-0.13.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.13.ebuild,v 1.1 
2014/05/22 12:51:08 rhill 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/13"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE="static-libs"

RDEPEND="dev-libs/gmp[${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
}



1.1                  dev-libs/isl/isl-0.12.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/isl/isl-0.12.2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/isl/isl-0.12.2.ebuild?rev=1.1&content-type=text/plain

Index: isl-0.12.2.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.12.2.ebuild,v 1.1 
2014/05/22 12:51:08 rhill 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/10"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE="static-libs"

RDEPEND="dev-libs/gmp[${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
}




Reply via email to