diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-01-24 19:48:49 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-01-24 19:48:49 +0000 |
commit | 90b1e784166037c15d257bf34770d7d25568364f (patch) | |
tree | 86d95d6d595fa7204f0229ad90a1beb2c8b49f6e /dev-util/catalyst | |
parent | version bump thanks to Daniel Webert <rockoo@gmail.com> and Johannes Ebke <jo... (diff) | |
download | gentoo-2-90b1e784166037c15d257bf34770d7d25568364f.tar.gz gentoo-2-90b1e784166037c15d257bf34770d7d25568364f.tar.bz2 gentoo-2-90b1e784166037c15d257bf34770d7d25568364f.zip |
Version bump to fix an issue on on IA64. This version changes the default for the x86 subarch to use -mtune rather than -mcpu. This means that if you're using a seed stage that has GCC 3.3 or lower, you will need to add cflags and cxxflags to your stage1 spec file for it to compile properly.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'dev-util/catalyst')
-rw-r--r-- | dev-util/catalyst/ChangeLog | 12 | ||||
-rw-r--r-- | dev-util/catalyst/catalyst-2.0_rc21.ebuild (renamed from dev-util/catalyst/catalyst-2.0_rc20.ebuild) | 2 | ||||
-rw-r--r-- | dev-util/catalyst/files/catalyst-2.0_rc21-slot.patch (renamed from dev-util/catalyst/files/catalyst-2.0_rc20-slot.patch) | 6 | ||||
-rw-r--r-- | dev-util/catalyst/files/digest-catalyst-2.0_rc20 | 1 | ||||
-rw-r--r-- | dev-util/catalyst/files/digest-catalyst-2.0_rc21 | 1 |
5 files changed, 16 insertions, 6 deletions
diff --git a/dev-util/catalyst/ChangeLog b/dev-util/catalyst/ChangeLog index 687e291a32d2..a22214441d7c 100644 --- a/dev-util/catalyst/ChangeLog +++ b/dev-util/catalyst/ChangeLog @@ -1,6 +1,16 @@ # 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.118 2006/01/20 20:31:13 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/ChangeLog,v 1.119 2006/01/24 19:48:49 wolf31o2 Exp $ + +*catalyst-2.0_rc21 (24 Jan 2006) + + 24 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org> + -files/catalyst-2.0_rc20-slot.patch, +files/catalyst-2.0_rc21-slot.patch, + -catalyst-2.0_rc20.ebuild, +catalyst-2.0_rc21.ebuild: + Version bump to fix an issue on on IA64. This version changes the default + for the x86 subarch to use -mtune rather than -mcpu. This means that if + you're using a seed stage that has GCC 3.3 or lower, you will need to add + cflags and cxxflags to your stage1 spec file for it to compile properly. *catalyst-2.0_rc20 (20 Jan 2006) diff --git a/dev-util/catalyst/catalyst-2.0_rc20.ebuild b/dev-util/catalyst/catalyst-2.0_rc21.ebuild index 4fab5010d5f2..147fc327014c 100644 --- a/dev-util/catalyst/catalyst-2.0_rc20.ebuild +++ b/dev-util/catalyst/catalyst-2.0_rc21.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_rc20.ebuild,v 1.1 2006/01/20 20:31:13 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-2.0_rc21.ebuild,v 1.1 2006/01/24 19:48:49 wolf31o2 Exp $ inherit eutils diff --git a/dev-util/catalyst/files/catalyst-2.0_rc20-slot.patch b/dev-util/catalyst/files/catalyst-2.0_rc21-slot.patch index fe41d49725c0..d5660162d157 100644 --- a/dev-util/catalyst/files/catalyst-2.0_rc20-slot.patch +++ b/dev-util/catalyst/files/catalyst-2.0_rc21-slot.patch @@ -1,6 +1,6 @@ -diff -urN catalyst-2.0_rc20.orig/catalyst catalyst-2.0_rc20/catalyst ---- catalyst-2.0_rc20.orig/catalyst 2005-12-20 07:07:45.000000000 -0500 -+++ catalyst-2.0_rc20/catalyst 2005-12-20 07:09:19.000000000 -0500 +diff -urN catalyst-2.0_rc21.orig/catalyst catalyst-2.0_rc21/catalyst +--- catalyst-2.0_rc21.orig/catalyst 2005-12-20 07:07:45.000000000 -0500 ++++ catalyst-2.0_rc21/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_rc20 b/dev-util/catalyst/files/digest-catalyst-2.0_rc20 deleted file mode 100644 index 5de99805854e..000000000000 --- a/dev-util/catalyst/files/digest-catalyst-2.0_rc20 +++ /dev/null @@ -1 +0,0 @@ -MD5 d4d40bd24c2cd90b7f3727c9128918c8 catalyst-2.0_rc20.tar.bz2 773290 diff --git a/dev-util/catalyst/files/digest-catalyst-2.0_rc21 b/dev-util/catalyst/files/digest-catalyst-2.0_rc21 new file mode 100644 index 000000000000..ee6b7c110d37 --- /dev/null +++ b/dev-util/catalyst/files/digest-catalyst-2.0_rc21 @@ -0,0 +1 @@ +MD5 04f01ff9f996398c0f01696fcd19be0c catalyst-2.0_rc21.tar.bz2 773464 |