diff options
author | Matt Turner <mattst88@gentoo.org> | 2013-07-31 04:34:06 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2013-07-31 04:34:06 +0000 |
commit | 8e2029b3f697483a395dd07026517979aebe132b (patch) | |
tree | 60b15f7108013996e4e749597903ab3b43da73a0 /dev-util/catalyst/catalyst-9999.ebuild | |
parent | Version bump (diff) | |
download | historical-8e2029b3f697483a395dd07026517979aebe132b.tar.gz historical-8e2029b3f697483a395dd07026517979aebe132b.tar.bz2 historical-8e2029b3f697483a395dd07026517979aebe132b.zip |
Version bump to 2.0.13. Drop some git branch support code.
Package-Manager: portage-2.1.12.2/cvs/Linux x86_64
RepoMan-Options: --force
Manifest-Sign-Key: 0x974CA72A
Diffstat (limited to 'dev-util/catalyst/catalyst-9999.ebuild')
-rw-r--r-- | dev-util/catalyst/catalyst-9999.ebuild | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/dev-util/catalyst/catalyst-9999.ebuild b/dev-util/catalyst/catalyst-9999.ebuild index 018b6695ff7c..f48fd24f732e 100644 --- a/dev-util/catalyst/catalyst-9999.ebuild +++ b/dev-util/catalyst/catalyst-9999.ebuild @@ -1,11 +1,6 @@ # Copyright 1999-2013 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.28 2013/04/13 07:04:57 mattst88 Exp $ - -# catalyst-9999 -> latest Git -# catalyst-2.9999 -> catalyst_2 branch from Git -# catalyst-3.9999 -> catalyst_3 branch from Git -# catalyst-VER -> normal catalyst release +# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-9999.ebuild,v 1.29 2013/07/31 04:34:00 mattst88 Exp $ EAPI=3 PYTHON_DEPEND="2" @@ -16,11 +11,6 @@ if [[ ${PV} == *9999* ]]; then SRC_URI="" S="${WORKDIR}/${PN}" KEYWORDS="" - - case ${PV} in - 2.9999) EGIT_BRANCH="catalyst_2" ;; - 3.9999) EGIT_BRANCH="catalyst_3" ;; - esac else SRC_URI="mirror://gentoo/${P}.tar.bz2 http://dev.gentoo.org/~jmbsvicetto/distfiles/${P}.tar.bz2" |