summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>2012-08-29 04:53:52 +0000
committerJorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>2012-08-29 04:53:52 +0000
commit5b08b450500b89b9c2aace22e5a816b60cf451d0 (patch)
tree2b2ad644d0f48737a545906d908014b26953d6a4 /dev-util
parentlimit boost to the versions that work (diff)
downloadgentoo-2-5b08b450500b89b9c2aace22e5a816b60cf451d0.tar.gz
gentoo-2-5b08b450500b89b9c2aace22e5a816b60cf451d0.tar.bz2
gentoo-2-5b08b450500b89b9c2aace22e5a816b60cf451d0.zip
[dev-util/catalyst-9999] Update ebuild now that 9999 (master) = catalyst_2 branch. Prepare work for creating a catalyst-3.9999 to
follow the catalyst_3 branch. [dev-util/catalyst-2.0.7.1] Fix copyright. (Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/catalyst/ChangeLog8
-rw-r--r--dev-util/catalyst/catalyst-2.0.7.1.ebuild4
-rw-r--r--dev-util/catalyst/catalyst-9999.ebuild10
3 files changed, 14 insertions, 8 deletions
diff --git a/dev-util/catalyst/ChangeLog b/dev-util/catalyst/ChangeLog
index 0e9e9ada7720..22f0cbbd9bf5 100644
--- a/dev-util/catalyst/ChangeLog
+++ b/dev-util/catalyst/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-util/catalyst
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/ChangeLog,v 1.246 2012/07/27 05:14:07 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/ChangeLog,v 1.247 2012/08/29 04:53:52 jmbsvicetto Exp $
+
+ 29 Aug 2012; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
+ catalyst-9999.ebuild:
+ [dev-util/catalyst-9999] Update ebuild now that 9999 (master) = catalyst_2
+ branch. Prepare work for creating a catalyst-3.9999 to
+ follow the catalyst_3 branch.
*catalyst-2.0.10.1 (27 Jul 2012)
diff --git a/dev-util/catalyst/catalyst-2.0.7.1.ebuild b/dev-util/catalyst/catalyst-2.0.7.1.ebuild
index 4ccd72365fe5..fea57fc1392a 100644
--- a/dev-util/catalyst/catalyst-2.0.7.1.ebuild
+++ b/dev-util/catalyst/catalyst-2.0.7.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-2.0.7.1.ebuild,v 1.2 2012/05/03 03:50:25 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-2.0.7.1.ebuild,v 1.3 2012/08/29 04:53:52 jmbsvicetto Exp $
# catalyst-9999 -> latest Git
# catalyst-2.9999 -> catalyst_2 branch from Git
diff --git a/dev-util/catalyst/catalyst-9999.ebuild b/dev-util/catalyst/catalyst-9999.ebuild
index b8f90f930746..e1a1a3ab390f 100644
--- a/dev-util/catalyst/catalyst-9999.ebuild
+++ b/dev-util/catalyst/catalyst-9999.ebuild
@@ -1,15 +1,15 @@
# Copyright 1999-2012 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.20 2012/05/15 16:54:08 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-9999.ebuild,v 1.21 2012/08/29 04:53:52 jmbsvicetto 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
EAPI=3
PYTHON_DEPEND="2"
-if [[ ${PV} == 9999* || ${PV} == 2.9999* ]]; then
+if [[ ${PV} == 9999* || ${PV} == 3.9999* ]]; then
EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/catalyst.git"
inherit git-2
SRC_URI=""
@@ -51,7 +51,7 @@ pkg_setup() {
einfo "and they are considered to be the authorative source of information"
einfo "on catalyst."
echo
- if [[ ${PV} == 9999* || ${PV} == 2.9999* ]]; then
+ if [[ ${PV} == 9999* || ${PV} == 3.9999* ]]; then
ewarn "The ${EGIT_BRANCH:-master} branch (what you get with this ${PV} ebuild) contains"
ewarn "work-in-progress code. Be aware that it's likely that it will not"
ewarn "be in a working state at any given point. Please do not file bugs"
@@ -69,7 +69,7 @@ src_install() {
insinto /usr/$(get_libdir)/${PN}
exeinto /usr/$(get_libdir)/${PN}
doexe catalyst || die "copying catalyst"
- if [[ ${PV} == 9999* ]]; then
+ if [[ ${PV} == 3.9999* ]]; then
doins -r modules files || die "copying files"
else
doins -r arch modules livecd || die "copying files"