diff options
author | Matt Turner <mattst88@gentoo.org> | 2011-06-25 17:38:37 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2011-06-25 17:38:37 +0000 |
commit | ed45ca68bf5a3854d84e4508c6e2a9a94ec1b1ec (patch) | |
tree | f09fe027a363b8160783c1f2dddc330776e23585 /dev-util | |
parent | ia64/m68k/sh/sparc stable wrt #352827 (diff) | |
download | gentoo-2-ed45ca68bf5a3854d84e4508c6e2a9a94ec1b1ec.tar.gz gentoo-2-ed45ca68bf5a3854d84e4508c6e2a9a94ec1b1ec.tar.bz2 gentoo-2-ed45ca68bf5a3854d84e4508c6e2a9a94ec1b1ec.zip |
Migrate to git-2 eclass
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/catalyst/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/catalyst/catalyst-9999.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-util/catalyst/ChangeLog b/dev-util/catalyst/ChangeLog index 536a1e28ff22..260576f23084 100644 --- a/dev-util/catalyst/ChangeLog +++ b/dev-util/catalyst/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/catalyst # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/ChangeLog,v 1.227 2011/06/22 19:36:33 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/ChangeLog,v 1.228 2011/06/25 17:38:37 mattst88 Exp $ + + 25 Jun 2011; Matt Turner <mattst88@gentoo.org> catalyst-9999.ebuild: + Migrate to git-2 eclass 22 Jun 2011; Sebastian Pipping <sping@gentoo.org> catalyst-2.0.6.ebuild, catalyst-2.0.6.916.ebuild, catalyst-9999.ebuild: diff --git a/dev-util/catalyst/catalyst-9999.ebuild b/dev-util/catalyst/catalyst-9999.ebuild index 8fd4522f73cb..b25f4ff4006f 100644 --- a/dev-util/catalyst/catalyst-9999.ebuild +++ b/dev-util/catalyst/catalyst-9999.ebuild @@ -1,13 +1,15 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-9999.ebuild,v 1.11 2011/06/22 19:36:33 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-9999.ebuild,v 1.12 2011/06/25 17:38:37 mattst88 Exp $ # catalyst-9999 -> latest Git # catalyst-VER -> normal catalyst release +EAPI=2 + if [[ ${PV} == 9999* ]]; then EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/catalyst.git" - inherit git + inherit git-2 SRC_URI="" S="${WORKDIR}/${PN}" KEYWORDS="" |