diff options
author | Sebastian Pipping <sping@gentoo.org> | 2011-06-22 19:36:33 +0000 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2011-06-22 19:36:33 +0000 |
commit | 8348819af0b46b3a57838c4961bc5defe1eab93b (patch) | |
tree | 5dbbc988491c97ab2e4dfbcd420f5debc77b3de3 /dev-util/catalyst | |
parent | Marked ~x64-macos, bug #371861 (diff) | |
download | gentoo-2-8348819af0b46b3a57838c4961bc5defe1eab93b.tar.gz gentoo-2-8348819af0b46b3a57838c4961bc5defe1eab93b.tar.bz2 gentoo-2-8348819af0b46b3a57838c4961bc5defe1eab93b.zip |
dev-util/catalyst: Bring 2.0.6.916 and 9999 ebuilds back in sync
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/catalyst')
-rw-r--r-- | dev-util/catalyst/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/catalyst/catalyst-2.0.6.916.ebuild | 40 | ||||
-rw-r--r-- | dev-util/catalyst/catalyst-2.0.6.ebuild | 6 | ||||
-rw-r--r-- | dev-util/catalyst/catalyst-9999.ebuild | 37 |
4 files changed, 50 insertions, 40 deletions
diff --git a/dev-util/catalyst/ChangeLog b/dev-util/catalyst/ChangeLog index 458d294a307f..536a1e28ff22 100644 --- a/dev-util/catalyst/ChangeLog +++ b/dev-util/catalyst/ChangeLog @@ -1,6 +1,11 @@ # 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.226 2011/04/14 16:54:18 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/ChangeLog,v 1.227 2011/06/22 19:36:33 sping Exp $ + + 22 Jun 2011; Sebastian Pipping <sping@gentoo.org> catalyst-2.0.6.ebuild, + catalyst-2.0.6.916.ebuild, catalyst-9999.ebuild: + Bring 2.0.6.916 and 9999 ebuilds back in sync, remove SVN bits, update + homepage *catalyst-2.0.6.916 (14 Apr 2011) diff --git a/dev-util/catalyst/catalyst-2.0.6.916.ebuild b/dev-util/catalyst/catalyst-2.0.6.916.ebuild index a7674d7458d2..76060b74a6b9 100644 --- a/dev-util/catalyst/catalyst-2.0.6.916.ebuild +++ b/dev-util/catalyst/catalyst-2.0.6.916.ebuild @@ -1,19 +1,28 @@ # 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-2.0.6.916.ebuild,v 1.1 2011/04/14 16:54:18 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-2.0.6.916.ebuild,v 1.2 2011/06/22 19:36:33 sping Exp $ +# catalyst-9999 -> latest Git +# catalyst-VER -> normal catalyst release + +if [[ ${PV} == 9999* ]]; then + EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/catalyst.git" + inherit git + SRC_URI="" + S="${WORKDIR}/${PN}" + KEYWORDS="" +else + SRC_URI="mirror://gentoo/${P}.tar.bz2 + http://wolf31o2.org/sources/${PN}/${P}.tar.bz2" + KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" +fi inherit eutils multilib -SRC_URI="mirror://gentoo/${P}.tar.bz2 - http://wolf31o2.org/sources/${PN}/${P}.tar.bz2" DESCRIPTION="release metatool used for creating releases based on Gentoo Linux" -HOMEPAGE="http://wolf31o2.org/projects/catalyst" +HOMEPAGE="http://www.gentoo.org/proj/en/releng/catalyst/" LICENSE="GPL-2" SLOT="0" -#KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -#KEYWORDS="" RESTRICT="" IUSE="ccache" @@ -38,18 +47,23 @@ pkg_setup() { einfo "them under /usr/share/doc/${PF}/examples" einfo "and they are considered to be the authorative source of information" einfo "on catalyst." -} - -src_unpack() { - unpack ${A} - cd "${S}" + echo + ewarn "The git master branch (what you get with this -9999 ebuild) for catalyst" + ewarn "now contains the work-in-progress code for catalyst-3.x. Be aware that" + ewarn "it's very likely that it will not be in a working state at any given" + ewarn "point. Please do not file bugs until you have posted on the gentoo-catalyst" + ewarn "mailing list and we have asked you to do so." } src_install() { insinto /usr/$(get_libdir)/${PN} exeinto /usr/$(get_libdir)/${PN} doexe catalyst || die "copying catalyst" - doins -r arch modules livecd || die "copying files" + if [[ ${PV} == 9999* ]]; then + doins -r modules files || die "copying files" + else + doins -r arch modules livecd || die "copying files" + fi for x in targets/*; do exeinto /usr/$(get_libdir)/${PN}/$x doexe $x/* || die "copying ${x}" diff --git a/dev-util/catalyst/catalyst-2.0.6.ebuild b/dev-util/catalyst/catalyst-2.0.6.ebuild index 9184a50e910b..1be42a67497f 100644 --- a/dev-util/catalyst/catalyst-2.0.6.ebuild +++ b/dev-util/catalyst/catalyst-2.0.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# 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-2.0.6.ebuild,v 1.5 2009/09/19 22:35:07 agaffney Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-2.0.6.ebuild,v 1.6 2011/06/22 19:36:33 sping Exp $ # catalyst-9999 -> latest SVN # catalyst-9999.REV -> use SVN REV @@ -20,7 +20,7 @@ else fi DESCRIPTION="release metatool used for creating releases based on Gentoo Linux" -HOMEPAGE="http://wolf31o2.org/projects/catalyst" +HOMEPAGE="http://www.gentoo.org/proj/en/releng/catalyst/" LICENSE="GPL-2" SLOT="0" diff --git a/dev-util/catalyst/catalyst-9999.ebuild b/dev-util/catalyst/catalyst-9999.ebuild index 3a45957d6df7..8fd4522f73cb 100644 --- a/dev-util/catalyst/catalyst-9999.ebuild +++ b/dev-util/catalyst/catalyst-9999.ebuild @@ -1,32 +1,28 @@ -# Copyright 1999-2010 Gentoo Foundation +# 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.10 2010/09/05 20:10:27 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-9999.ebuild,v 1.11 2011/06/22 19:36:33 sping Exp $ -# catalyst-9999 -> latest SVN -# catalyst-9999.REV -> use SVN REV +# catalyst-9999 -> latest Git # catalyst-VER -> normal catalyst release -if [[ ${PV} == 9999* ]] -then - [[ ${PV} == 9999.* ]] && ESVN_UPDATE_CMD="svn up -r ${PV/9999./}" +if [[ ${PV} == 9999* ]]; then EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/catalyst.git" - inherit git eutils multilib + inherit git SRC_URI="" S="${WORKDIR}/${PN}" + KEYWORDS="" else - inherit eutils multilib SRC_URI="mirror://gentoo/${P}.tar.bz2 http://wolf31o2.org/sources/${PN}/${P}.tar.bz2" + KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" fi +inherit eutils multilib DESCRIPTION="release metatool used for creating releases based on Gentoo Linux" -HOMEPAGE="http://wolf31o2.org/projects/catalyst" +HOMEPAGE="http://www.gentoo.org/proj/en/releng/catalyst/" LICENSE="GPL-2" SLOT="0" -#KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -#KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -KEYWORDS="" RESTRICT="" IUSE="ccache" @@ -59,20 +55,15 @@ pkg_setup() { ewarn "mailing list and we have asked you to do so." } -src_unpack() { - if [[ ${PV} == 9999* ]] ; then - git_src_unpack - else - unpack ${A} - cd "${S}" - fi -} - src_install() { insinto /usr/$(get_libdir)/${PN} exeinto /usr/$(get_libdir)/${PN} doexe catalyst || die "copying catalyst" - doins -r modules files || die "copying files" + if [[ ${PV} == 9999* ]]; then + doins -r modules files || die "copying files" + else + doins -r arch modules livecd || die "copying files" + fi for x in targets/*; do exeinto /usr/$(get_libdir)/${PN}/$x doexe $x/* || die "copying ${x}" |