summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2007-02-15 17:09:14 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2007-02-15 17:09:14 +0000
commit732bb41d49a7d226cc0ef83829eaf1abdb2f94a2 (patch)
treea48b30ef1c517498bcd022650e8fbcc566c79d57 /dev-util
parentVersion bump. (diff)
downloadgentoo-2-732bb41d49a7d226cc0ef83829eaf1abdb2f94a2.tar.gz
gentoo-2-732bb41d49a7d226cc0ef83829eaf1abdb2f94a2.tar.bz2
gentoo-2-732bb41d49a7d226cc0ef83829eaf1abdb2f94a2.zip
Removing older versions.
(Portage version: 2.1.2-r9)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/catalyst/ChangeLog6
-rw-r--r--dev-util/catalyst/catalyst-2.0.1.ebuild76
-rw-r--r--dev-util/catalyst/catalyst-2.0.ebuild76
-rw-r--r--dev-util/catalyst/files/digest-catalyst-2.03
-rw-r--r--dev-util/catalyst/files/digest-catalyst-2.0.13
5 files changed, 5 insertions, 159 deletions
diff --git a/dev-util/catalyst/ChangeLog b/dev-util/catalyst/ChangeLog
index b0850cb0e3c0..93cb453a2ac2 100644
--- a/dev-util/catalyst/ChangeLog
+++ b/dev-util/catalyst/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/catalyst
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/ChangeLog,v 1.160 2007/02/09 01:40:13 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/ChangeLog,v 1.161 2007/02/15 17:09:14 wolf31o2 Exp $
+
+ 15 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> -catalyst-2.0.ebuild,
+ -catalyst-2.0.1.ebuild:
+ Removing older versions.
09 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> catalyst-2.0.2.ebuild:
We need to install the default catalystrc. Thanks to Andrew Gaffney
diff --git a/dev-util/catalyst/catalyst-2.0.1.ebuild b/dev-util/catalyst/catalyst-2.0.1.ebuild
deleted file mode 100644
index 19482cccab0c..000000000000
--- a/dev-util/catalyst/catalyst-2.0.1.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# 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.1.ebuild,v 1.2 2007/01/21 19:40:19 flameeyes Exp $
-
-inherit eutils
-
-DESCRIPTION="Gentoo Linux official release metatool"
-HOMEPAGE="http://www.gentoo.org/proj/en/releng/catalyst"
-SRC_URI="http://dev.gentoo.org/~wolf31o2/sources/${PN}/${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 cdr"
-
-DEPEND=""
-RDEPEND="dev-lang/python
- app-crypt/shash
- amd64? ( sys-apps/setarch )
- ppc64? ( sys-apps/setarch )
- ccache? ( dev-util/ccache )
- cdr? (
- virtual/cdrtools
- ia64? ( sys-fs/dosfstools )
- 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 || die "copying catalyst.conf"
- DOCDESTTREE="." dohtml -A spec,msg,example -r examples files
- 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/catalyst-2.0.ebuild b/dev-util/catalyst/catalyst-2.0.ebuild
deleted file mode 100644
index d22f9aa43cdd..000000000000
--- a/dev-util/catalyst/catalyst-2.0.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-2.0.ebuild,v 1.2 2006/07/29 19:14:27 wolf31o2 Exp $
-
-inherit eutils
-
-DESCRIPTION="Gentoo Linux official release metatool"
-HOMEPAGE="http://www.gentoo.org/proj/en/releng/catalyst"
-SRC_URI="http://dev.gentoo.org/~wolf31o2/sources/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE="ccache cdr"
-
-DEPEND=""
-RDEPEND="dev-lang/python
- app-crypt/shash
- amd64? ( sys-apps/setarch )
- ppc64? ( sys-apps/setarch )
- ccache? ( dev-util/ccache )
- cdr? (
- virtual/cdrtools
- ia64? ( sys-fs/dosfstools )
- 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 || die "copying catalyst.conf"
- DOCDESTTREE="." dohtml -A spec,msg,example -r examples files
- 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 b/dev-util/catalyst/files/digest-catalyst-2.0
deleted file mode 100644
index a747996012d3..000000000000
--- a/dev-util/catalyst/files/digest-catalyst-2.0
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 07a9cc9601ff18498201706917b8922a catalyst-2.0.tar.bz2 788261
-RMD160 5fd0ecb1726149d843ed4841e49074cec0df8692 catalyst-2.0.tar.bz2 788261
-SHA256 801c8475065cf1e9859f90df664db403d125bcd3aa8137a22a1fe5a1f8e19289 catalyst-2.0.tar.bz2 788261
diff --git a/dev-util/catalyst/files/digest-catalyst-2.0.1 b/dev-util/catalyst/files/digest-catalyst-2.0.1
deleted file mode 100644
index 578d0463c6b0..000000000000
--- a/dev-util/catalyst/files/digest-catalyst-2.0.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 58cf989db6ca5b4db21fd4b45c09e66b catalyst-2.0.1.tar.bz2 782817
-RMD160 e504a767ac064e2410b1b24adbfda4bed4536582 catalyst-2.0.1.tar.bz2 782817
-SHA256 149548d37f9438b6fbbae06e61a74e80c908cb52a1d33c8fc33ec18a22157857 catalyst-2.0.1.tar.bz2 782817