diff options
-rw-r--r-- | dev-util/catalyst/ChangeLog | 9 | ||||
-rw-r--r-- | dev-util/catalyst/catalyst-2.0.5_pre1.ebuild | 74 | ||||
-rw-r--r-- | dev-util/catalyst/files/digest-catalyst-2.0.5_pre1 | 3 |
3 files changed, 85 insertions, 1 deletions
diff --git a/dev-util/catalyst/ChangeLog b/dev-util/catalyst/ChangeLog index 89e26ff3b129..c83f7461e41c 100644 --- a/dev-util/catalyst/ChangeLog +++ b/dev-util/catalyst/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-util/catalyst # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/ChangeLog,v 1.170 2007/08/28 18:34:24 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/ChangeLog,v 1.171 2007/08/29 18:16:14 wolf31o2 Exp $ + +*catalyst-2.0.5_pre1 (29 Aug 2007) + + 29 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org> + +catalyst-2.0.5_pre1.ebuild: + Version bump to catalyst 2.0.5_pre1, which closes bug #174287, bug #174298, + bug #174635, bug #177796, bug #178289, and bug #188339. 28 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org> catalyst-1.1.10.10.ebuild: diff --git a/dev-util/catalyst/catalyst-2.0.5_pre1.ebuild b/dev-util/catalyst/catalyst-2.0.5_pre1.ebuild new file mode 100644 index 000000000000..cc1bf5f232e1 --- /dev/null +++ b/dev-util/catalyst/catalyst-2.0.5_pre1.ebuild @@ -0,0 +1,74 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-2.0.5_pre1.ebuild,v 1.1 2007/08/29 18:16:14 wolf31o2 Exp $ + +inherit eutils + +DESCRIPTION="Gentoo Linux official release metatool" +HOMEPAGE="http://www.gentoo.org/proj/en/releng/catalyst" +SRC_URI="mirror://gentoo/${P}.tar.bz2 + http://dev.gentoo.org/~wolf31o2/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +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_install() { + insinto /usr/lib/${PN}/arch + doins arch/* || die "copying arch/*" + insinto /usr/lib/${PN}/modules + doins modules/* || die "copying modules/*" + insinto /usr/lib/${PN}/livecd/cdtar + doins livecd/cdtar/* || die "copying cdtar/*" + insinto /usr/lib/${PN}/livecd/files + doins livecd/files/* || die "copying files/*" + for x in targets/*; do + exeinto /usr/lib/${PN}/$x + doexe $x/* || die "copying ${x}" + done + exeinto /usr/lib/${PN} + doexe catalyst || die "copying catalyst" + dodir /usr/bin + dosym /usr/lib/${PN}/catalyst /usr/bin/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 +} + +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 +} diff --git a/dev-util/catalyst/files/digest-catalyst-2.0.5_pre1 b/dev-util/catalyst/files/digest-catalyst-2.0.5_pre1 new file mode 100644 index 000000000000..6a9b7496e81c --- /dev/null +++ b/dev-util/catalyst/files/digest-catalyst-2.0.5_pre1 @@ -0,0 +1,3 @@ +MD5 4ec26eaa255b267df3535512dc624983 catalyst-2.0.5_pre1.tar.bz2 787759 +RMD160 886278dab66dd69786030108148801ebbe156891 catalyst-2.0.5_pre1.tar.bz2 787759 +SHA256 1bd83d75304c4ff80677fa7de0f6adf9a703c51712a544d686f1ddb528c590ad catalyst-2.0.5_pre1.tar.bz2 787759 |