summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2008-03-05 17:39:19 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2008-03-05 17:39:19 +0000
commit3711f1d5a3e180800f3afed4a4892962ae2ad20e (patch)
tree1d697e4714716dccb81334b9b4a2c7e181f1a136
parentVersion bumped to 2.0.6_pre11 for testing. (diff)
downloadwolf31o2-3711f1d5a3e180800f3afed4a4892962ae2ad20e.tar.gz
wolf31o2-3711f1d5a3e180800f3afed4a4892962ae2ad20e.tar.bz2
wolf31o2-3711f1d5a3e180800f3afed4a4892962ae2ad20e.zip
Added 2.0.6_pre12 for testing.
svn path=/; revision=139
-rw-r--r--dev-util/catalyst/Manifest5
-rw-r--r--dev-util/catalyst/catalyst-2.0.6_pre12.ebuild (renamed from dev-util/catalyst/catalyst-2.0.6_pre11.ebuild)0
-rw-r--r--dev-util/catalyst/catalyst-9999.ebuild94
3 files changed, 2 insertions, 97 deletions
diff --git a/dev-util/catalyst/Manifest b/dev-util/catalyst/Manifest
index 4655855..ff21708 100644
--- a/dev-util/catalyst/Manifest
+++ b/dev-util/catalyst/Manifest
@@ -1,3 +1,2 @@
-DIST catalyst-2.0.6_pre11.tar.bz2 792024 RMD160 cae8cee796033c78b4868f8d4bab12d385ffd305 SHA1 e69249f481364de607d113b1bab00906a4f204ba SHA256 19da044a2492e1cfe911b34c690948c5b406296bd61a7b1abe9310898f172587
-EBUILD catalyst-2.0.6_pre11.ebuild 2892 RMD160 17e9413f8d1edbb0ab4765591b1478703b7845cc SHA1 49b20266d25dd62e3bbb4b96b6dc90abed140d38 SHA256 34cfba5db42a28554736c8c71e9032667e7dbd6c94b9b48e8b3b22e0cb755659
-EBUILD catalyst-9999.ebuild 2881 RMD160 6635471abf8e1d0798f5cb97357dc785f7c7bef2 SHA1 abdea46fafe29ef1f5e32fb3946786983a468038 SHA256 3c5bbb38aa2af3a5f235ef133423b852d5ad41d0ea022b56e3b8ca925e9ccc7a
+DIST catalyst-2.0.6_pre12.tar.bz2 791770 RMD160 168392458aff7166533a7b4a95818a20fcba6787 SHA1 4132a20241b9bb1d26d05382037f5e9813e36f74 SHA256 4a1510b774e734b96d9de4d0f36cf55ea4a3af9de8d72d120e6f338e3db38e2e
+EBUILD catalyst-2.0.6_pre12.ebuild 2892 RMD160 17e9413f8d1edbb0ab4765591b1478703b7845cc SHA1 49b20266d25dd62e3bbb4b96b6dc90abed140d38 SHA256 34cfba5db42a28554736c8c71e9032667e7dbd6c94b9b48e8b3b22e0cb755659
diff --git a/dev-util/catalyst/catalyst-2.0.6_pre11.ebuild b/dev-util/catalyst/catalyst-2.0.6_pre12.ebuild
index 67944ec..67944ec 100644
--- a/dev-util/catalyst/catalyst-2.0.6_pre11.ebuild
+++ b/dev-util/catalyst/catalyst-2.0.6_pre12.ebuild
diff --git a/dev-util/catalyst/catalyst-9999.ebuild b/dev-util/catalyst/catalyst-9999.ebuild
deleted file mode 100644
index db181c5..0000000
--- a/dev-util/catalyst/catalyst-9999.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2008 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_pre1.ebuild,v 1.2 2008/02/07 04:16:13 wolf31o2 Exp $
-
-# catalyst-9999 -> latest SVN
-# catalyst-9999.REV -> use SVN REV
-# catalyst-VER -> normal catalyst release
-
-if [[ ${PV} == 9999* ]]
-then
- [[ ${PV} == 9999.* ]] && ESVN_UPDATE_CMD="svn up -r ${PV/9999./}"
- ESVN_REPO_URI="svn://anonsvn.gentoo.org/catalyst/trunk"
- inherit subversion eutils multilib
- SRC_URI=""
- S=${WORKDIR}/trunk
-else
- inherit eutils multilib
- SRC_URI="mirror://gentoo/${P}.tar.bz2
- http://dev.gentoo.org/~wolf31o2/${P}.tar.bz2"
-fi
-
-DESCRIPTION="release metatool used for creating Gentoo releases"
-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"
-
-DEPEND=""
-RDEPEND="dev-lang/python
- app-crypt/shash
- virtual/cdrtools
- ccache? ( dev-util/ccache )
- ia64? ( sys-fs/dosfstools )
- kernel_linux? ( app-misc/zisofs-tools >=sys-fs/squashfs-tools-2.1 )"
-
-pkg_setup() {
- if use ccache ; then
- einfo "Enabling ccache support for catalyst."
- else
- ewarn "By default, ccache support for catalyst is disabled."
- ewarn "If this is not what you intended,"
- ewarn "then you should add ccache to your USE."
- fi
- echo
- einfo "The template spec files are now installed by default. You can find"
- 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() {
- if [[ ${PV} == 9999* ]] ; then
- subversion_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 arch modules livecd || die "copying files"
- for x in targets/*; do
- exeinto /usr/$(get_libdir)/${PN}/$x
- doexe $x/* || die "copying ${x}"
- done
- make_wrapper catalyst /usr/$(get_libdir)/${PN}/catalyst
- insinto /etc/catalyst
- doins files/catalyst.conf files/catalystrc || die "copying configuration"
- insinto /usr/share/doc/${PF}/examples
- doins examples/* || die
- dodoc README ChangeLog ChangeLog.old AUTHORS
- doman files/catalyst.1
- # Here is where we actually enable ccache
- use ccache && \
- dosed 's:options="autoresume kern:options="autoresume ccache kern:' \
- /etc/catalyst/catalyst.conf
- dosed "s:/usr/lib/catalyst:/usr/$(get_libdir)/catalyst:" \
- /etc/catalyst/catalyst.conf
-}
-
-pkg_postinst() {
- einfo "You can find more information about catalyst by checking out the"
- einfo "catalyst project page at:"
- einfo "http://www.gentoo.org/proj/en/releng/catalyst/index.xml"
- echo
-}