diff options
-rw-r--r-- | dev-libs/polylib/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/polylib/polylib-9999.ebuild | 11 |
2 files changed, 11 insertions, 7 deletions
diff --git a/dev-libs/polylib/ChangeLog b/dev-libs/polylib/ChangeLog index a5482f832ea8..f3c733e2b272 100644 --- a/dev-libs/polylib/ChangeLog +++ b/dev-libs/polylib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/polylib -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/polylib/ChangeLog,v 1.3 2008/09/28 09:33:57 swegener Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/polylib/ChangeLog,v 1.4 2011/09/21 08:22:33 mgorny Exp $ + + 21 Sep 2011; Michał Górny <mgorny@gentoo.org> polylib-9999.ebuild: + Migrate to git-2. 21 Sep 2008; Robin H. Johnson <robbat2@gentoo.org> +metadata.xml: Mike is a slacker and did not include metadata.xml for his new package. diff --git a/dev-libs/polylib/polylib-9999.ebuild b/dev-libs/polylib/polylib-9999.ebuild index 48410ac00a66..06139e48367f 100644 --- a/dev-libs/polylib/polylib-9999.ebuild +++ b/dev-libs/polylib/polylib-9999.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/polylib/polylib-9999.ebuild,v 1.1 2008/09/21 08:46:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/polylib/polylib-9999.ebuild,v 1.2 2011/09/21 08:22:33 mgorny Exp $ -EGIT_REPO_URI="git://repo.or.cz/polylib.git" +EGIT_REPO_URI="git://repo.or.cz/${PN}.git + http://repo.or.cz/r/${PN}.git" EGIT_BOOTSTRAP="eautoreconf && cd cln && eautoreconf" -inherit git autotools eutils +inherit git-2 autotools eutils DESCRIPTION="ppl port of cloog" HOMEPAGE="http://icps.u-strasbg.fr/polylib/" @@ -15,7 +16,7 @@ KEYWORDS="" IUSE="" src_unpack() { - git_src_unpack + git-2_src_unpack cd "${S}" epatch "${FILESDIR}"/${P}-headers.patch # strip LDFLAGS from pkgconfig .pc file |