summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-04-04 16:11:52 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-04-04 16:11:52 +0000
commitcc8a011e153dea61e23df935c5a3852780f13195 (patch)
tree2c724457b8a507a262470af2bea5a0f624cfbf1c /dev-util
parentBug 120263, parrot bumpage. also needed for newer pugs. (diff)
downloadgentoo-2-cc8a011e153dea61e23df935c5a3852780f13195.tar.gz
gentoo-2-cc8a011e153dea61e23df935c5a3852780f13195.tar.bz2
gentoo-2-cc8a011e153dea61e23df935c5a3852780f13195.zip
Version bump to 2.0_rc41.
(Portage version: 2.1_pre7-r2)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/catalyst/ChangeLog9
-rw-r--r--dev-util/catalyst/catalyst-2.0_rc41.ebuild (renamed from dev-util/catalyst/catalyst-2.0_rc40.ebuild)12
-rw-r--r--dev-util/catalyst/files/catalyst-2.0_rc41-slot.patch (renamed from dev-util/catalyst/files/catalyst-2.0_rc40-slot.patch)6
-rw-r--r--dev-util/catalyst/files/digest-catalyst-2.0_rc403
-rw-r--r--dev-util/catalyst/files/digest-catalyst-2.0_rc413
5 files changed, 20 insertions, 13 deletions
diff --git a/dev-util/catalyst/ChangeLog b/dev-util/catalyst/ChangeLog
index e79ec19cdb4a..6ab20f495557 100644
--- a/dev-util/catalyst/ChangeLog
+++ b/dev-util/catalyst/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-util/catalyst
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/ChangeLog,v 1.140 2006/03/14 20:02:52 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/ChangeLog,v 1.141 2006/04/04 16:11:52 wolf31o2 Exp $
+
+*catalyst-2.0_rc41 (04 Apr 2006)
+
+ 04 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
+ -files/catalyst-2.0_rc40-slot.patch, +files/catalyst-2.0_rc41-slot.patch,
+ -catalyst-2.0_rc40.ebuild, +catalyst-2.0_rc41.ebuild:
+ Version bump to 2.0_rc41.
14 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org>
catalyst-2.0_rc40.ebuild:
diff --git a/dev-util/catalyst/catalyst-2.0_rc40.ebuild b/dev-util/catalyst/catalyst-2.0_rc41.ebuild
index 78089f3cecd4..8e3ea3b22f30 100644
--- a/dev-util/catalyst/catalyst-2.0_rc40.ebuild
+++ b/dev-util/catalyst/catalyst-2.0_rc41.ebuild
@@ -1,6 +1,6 @@
# 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_rc40.ebuild,v 1.2 2006/03/14 20:02:52 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-2.0_rc41.ebuild,v 1.1 2006/04/04 16:11:52 wolf31o2 Exp $
inherit eutils
@@ -88,12 +88,12 @@ src_install() {
/etc/catalyst2/catalyst2.conf
dosed "s:/var/tmp/catalyst:/var/tmp/catalyst2:" \
/etc/catalyst2/catalyst2.conf
+ # This is the dirty hack for missing dev-perl/Archive-Zip
+ dosed 's:hash_function="crc32":hash_function="md5":' \
+ /etc/catalyst2/catalyst2.conf
# Here is where we actually enable ccache
- if use ccache
- then
- dosed 's:options="autoresume kern:options="autoresume ccache kern:' \
- /etc/catalyst2/catalyst2.conf
- fi
+ dosed 's:options="autoresume kern:options="autoresume ccache kern:' \
+ /etc/catalyst2/catalyst2.conf
}
pkg_postinst() {
diff --git a/dev-util/catalyst/files/catalyst-2.0_rc40-slot.patch b/dev-util/catalyst/files/catalyst-2.0_rc41-slot.patch
index 97393556826f..65870c79223f 100644
--- a/dev-util/catalyst/files/catalyst-2.0_rc40-slot.patch
+++ b/dev-util/catalyst/files/catalyst-2.0_rc41-slot.patch
@@ -1,6 +1,6 @@
-diff -urN catalyst-2.0_rc40.orig/catalyst catalyst-2.0_rc39/catalyst
---- catalyst-2.0_rc40.orig/catalyst 2005-12-20 07:07:45.000000000 -0500
-+++ catalyst-2.0_rc40/catalyst 2005-12-20 07:09:19.000000000 -0500
+diff -urN catalyst-2.0_rc41.orig/catalyst catalyst-2.0_rc41/catalyst
+--- catalyst-2.0_rc41.orig/catalyst 2005-12-20 07:07:45.000000000 -0500
++++ catalyst-2.0_rc41/catalyst 2005-12-20 07:09:19.000000000 -0500
@@ -51,10 +51,10 @@
myconf={}
config_file=""
diff --git a/dev-util/catalyst/files/digest-catalyst-2.0_rc40 b/dev-util/catalyst/files/digest-catalyst-2.0_rc40
deleted file mode 100644
index 4e4157008ad8..000000000000
--- a/dev-util/catalyst/files/digest-catalyst-2.0_rc40
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 64c75c30364e8fcbc75f8899d527e681 catalyst-2.0_rc40.tar.bz2 973798
-RMD160 8876809a7c8b0235fa262d2c3e71a26624133e4d catalyst-2.0_rc40.tar.bz2 973798
-SHA256 39898168bc900e9df12a79892e6e3c94a8f91a1edbf4eddc88560006a4599cd5 catalyst-2.0_rc40.tar.bz2 973798
diff --git a/dev-util/catalyst/files/digest-catalyst-2.0_rc41 b/dev-util/catalyst/files/digest-catalyst-2.0_rc41
new file mode 100644
index 000000000000..347d21147da3
--- /dev/null
+++ b/dev-util/catalyst/files/digest-catalyst-2.0_rc41
@@ -0,0 +1,3 @@
+MD5 2932cbfd5add0604c0870ae588f89fcd catalyst-2.0_rc41.tar.bz2 863418
+RMD160 bccf9103227e20fd6f22e2640a444271fceeb6fc catalyst-2.0_rc41.tar.bz2 863418
+SHA256 a4570b9ebb741afb49a05a6a6b2d524734c4ef5d7f3e88a4c589cf881ffe3fde catalyst-2.0_rc41.tar.bz2 863418