diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-05-25 16:17:05 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-05-25 16:17:05 +0000 |
commit | 329f58af9765b58140a337c56f408fc7d77eb4cd (patch) | |
tree | ae80f5caf00080ebb408a85cd161c05302b2251e /dev-util/catalyst/files | |
parent | Cleaning up older versions. (diff) | |
download | gentoo-2-329f58af9765b58140a337c56f408fc7d77eb4cd.tar.gz gentoo-2-329f58af9765b58140a337c56f408fc7d77eb4cd.tar.bz2 gentoo-2-329f58af9765b58140a337c56f408fc7d77eb4cd.zip |
Cleaning up older versions.
(Portage version: 2.1_rc2-r1)
(Signed Manifest commit)
Diffstat (limited to 'dev-util/catalyst/files')
-rw-r--r-- | dev-util/catalyst/files/catalyst-2.0_rc44-slot.patch | 30 | ||||
-rw-r--r-- | dev-util/catalyst/files/digest-catalyst-2.0_rc44 | 3 |
2 files changed, 0 insertions, 33 deletions
diff --git a/dev-util/catalyst/files/catalyst-2.0_rc44-slot.patch b/dev-util/catalyst/files/catalyst-2.0_rc44-slot.patch deleted file mode 100644 index 6f049ea70305..000000000000 --- a/dev-util/catalyst/files/catalyst-2.0_rc44-slot.patch +++ /dev/null @@ -1,30 +0,0 @@ -diff -urN catalyst-2.0_rc44.orig/catalyst catalyst-2.0_rc44/catalyst ---- catalyst-2.0_rc44.orig/catalyst 2005-12-20 07:07:45.000000000 -0500 -+++ catalyst-2.0_rc44/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_rc44 b/dev-util/catalyst/files/digest-catalyst-2.0_rc44 deleted file mode 100644 index a7964f330f74..000000000000 --- a/dev-util/catalyst/files/digest-catalyst-2.0_rc44 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 0eed162d616860ccba361026783912d3 catalyst-2.0_rc44.tar.bz2 864296 -RMD160 5c35a0010db5f2c9868b5e622608908f8dd76ecd catalyst-2.0_rc44.tar.bz2 864296 -SHA256 aaf00f144a93e519f754c9185a2e203e4a5506b4345627d18b8ebc978d7b753c catalyst-2.0_rc44.tar.bz2 864296 |