diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-06-09 00:49:30 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-06-09 00:49:30 +0000 |
commit | 27321c68f9529a23fb499adaee187d6e3eb7742c (patch) | |
tree | b0efd95087a2adfb90c59b1faee191ce3047fc4b /dev-util/catalyst/files | |
parent | Version bump to 2.0_rc47 and closing bug #135051 and bug #135971. (diff) | |
download | gentoo-2-27321c68f9529a23fb499adaee187d6e3eb7742c.tar.gz gentoo-2-27321c68f9529a23fb499adaee187d6e3eb7742c.tar.bz2 gentoo-2-27321c68f9529a23fb499adaee187d6e3eb7742c.zip |
Version bump to 2.0_rc47 and closing bug #135051 and bug #135971.
(Portage version: 2.1_rc4-r3)
(Signed Manifest commit)
Diffstat (limited to 'dev-util/catalyst/files')
-rw-r--r-- | dev-util/catalyst/files/catalyst-2.0_rc46-slot.patch | 30 | ||||
-rw-r--r-- | dev-util/catalyst/files/digest-catalyst-2.0_rc46 | 3 |
2 files changed, 0 insertions, 33 deletions
diff --git a/dev-util/catalyst/files/catalyst-2.0_rc46-slot.patch b/dev-util/catalyst/files/catalyst-2.0_rc46-slot.patch deleted file mode 100644 index 0fb98324e5dd..000000000000 --- a/dev-util/catalyst/files/catalyst-2.0_rc46-slot.patch +++ /dev/null @@ -1,30 +0,0 @@ -diff -urN catalyst-2.0_rc46.orig/catalyst catalyst-2.0_rc44/catalyst ---- catalyst-2.0_rc46.orig/catalyst 2005-12-20 07:07:45.000000000 -0500 -+++ catalyst-2.0_rc46/catalyst 2005-12-20 07:09:19.000000000 -0500 -@@ -51,10 +51,10 @@ - myconf={} - config_file="" - -- confdefaults={ "storedir":"/var/tmp/catalyst",\ -- "sharedir":"/usr/share/catalyst","distdir":"/usr/portage/distfiles",\ -+ confdefaults={ "storedir":"/var/tmp/catalyst2",\ -+ "sharedir":"/usr/share/catalyst2","distdir":"/usr/portage/distfiles",\ - "portdir":"/usr/portage","options":"",\ -- "snapshot_cache":"/var/tmp/catalyst/snapshot_cache",\ -+ "snapshot_cache":"/var/tmp/catalyst2/snapshot_cache",\ - "hash_function":"crc32"} - - # first, try the one passed (presumably from the cmdline) -@@ -69,9 +69,9 @@ - sys.exit(1) - - # next, try the default location -- elif os.path.exists("/etc/catalyst/catalyst.conf"): -- print "Using default Catalyst configuration file, /etc/catalyst/catalyst.conf" -- config_file="/etc/catalyst/catalyst.conf" -+ elif os.path.exists("/etc/catalyst2/catalyst2.conf"): -+ print "Using default Catalyst configuration file, /etc/catalyst2/catalyst2.conf" -+ config_file="/etc/catalyst2/catalyst2.conf" - - # can't find a config file (we are screwed), so bail out - else: diff --git a/dev-util/catalyst/files/digest-catalyst-2.0_rc46 b/dev-util/catalyst/files/digest-catalyst-2.0_rc46 deleted file mode 100644 index 890dd25dc055..000000000000 --- a/dev-util/catalyst/files/digest-catalyst-2.0_rc46 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 b44ac9d2da109c86b83ad85f35789c6c catalyst-2.0_rc46.tar.bz2 864939 -RMD160 94863644e1ebd84e7817291b01ef7c6cf35bc591 catalyst-2.0_rc46.tar.bz2 864939 -SHA256 11dc76c90cd483826955a31b3031988393ff4a00a06d51e8487702d2490403d7 catalyst-2.0_rc46.tar.bz2 864939 |