Robin H. Johnson [Sat, 8 Oct 2011 23:57:01 +0000 (23:57 +0000)]
Re-add MD5 until handbook is updated.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Robin H. Johnson [Sat, 8 Oct 2011 22:29:06 +0000 (22:29 +0000)]
Change hashes for .DIGESTS to be SHA1/SHA512/WHIRLPOOL. SHA1 ease of validation from non-*nix platforms.
Robin H. Johnson [Sat, 8 Oct 2011 22:27:41 +0000 (22:27 +0000)]
Update list of supported hashes.
Matt Turner [Sat, 3 Sep 2011 01:19:19 +0000 (21:19 -0400)]
mips.py: replace -mips* with new -march=mips*
Matt Turner [Thu, 1 Sep 2011 23:08:04 +0000 (19:08 -0400)]
Set FEATURES=-news before emerging ccache/distcc/icecream
Matt Turner [Sun, 21 Aug 2011 23:20:16 +0000 (19:20 -0400)]
mips.py: add mips4_r10k classes
Matt Turner [Wed, 17 Aug 2011 04:17:16 +0000 (00:17 -0400)]
mips.py: remove incorrect word 'all' from descriptions
Matt Turner [Wed, 17 Aug 2011 04:16:59 +0000 (00:16 -0400)]
mips.py: call correct constructor in o32 classes
Matt Turner [Wed, 17 Aug 2011 04:09:58 +0000 (00:09 -0400)]
mips.py: add mips32r2 and mips64r2 builder classes
Matt Turner [Tue, 19 Jul 2011 17:09:33 +0000 (13:09 -0400)]
mips.py: mips/o32 classes should inherit generic_mips{,el}
generic_mips64{,el} should only be used for n32/n64/multilib.
Signed-off-by: Matt Turner <mattst88@gmail.com>
Matt Turner [Tue, 19 Jul 2011 17:08:32 +0000 (13:08 -0400)]
Fix man page to put mips64 and mips64el in the same section
Signed-off-by: Matt Turner <mattst88@gmail.com>
Matt Turner [Tue, 19 Jul 2011 17:01:48 +0000 (13:01 -0400)]
mips.py: remove unnecessary generic_multilib class
It only served to add the "multilib" USE flag, which is already provided
by the multilib profiles.
Signed-off-by: Matt Turner <mattst88@gmail.com>
Matt Turner [Tue, 19 Jul 2011 16:59:27 +0000 (12:59 -0400)]
mips.py: remove -mfix-24k from CFLAGS, it apparently doesn't exist
Signed-off-by: Matt Turner <mattst88@gmail.com>
Matt Turner [Sat, 16 Jul 2011 18:31:56 +0000 (14:31 -0400)]
mips.py: add mips32 and mips64 builder classes
Signed-off-by: Matt Turner <mattst88@gmail.com>
Jorge Manuel B. S. Vicetto (jmbsvicetto) [Thu, 14 Jul 2011 02:16:30 +0000 (02:16 +0000)]
Bumped version - there won't be a 2.0.6.917 release as I failed to update the version before tagging.
William Hubbs [Thu, 14 Jul 2011 01:29:24 +0000 (20:29 -0500)]
Revert "chroot-functions.sh: emerge sys-apps/shadow before distcc"
This reverts commit
a4968878f0bf3bf32e0c5fb0c4b6d88a0ebb8084.
Shadow is now built in stage 1, so we do not need this.
Jorge Manuel B. S. Vicetto (jmbsvicetto) [Thu, 14 Jul 2011 00:45:48 +0000 (00:45 +0000)]
Add /etc/init.d/fixinittab to the default runlevel - fix autologin on the installcd.
Matt Turner [Tue, 28 Jun 2011 00:54:25 +0000 (20:54 -0400)]
mips.py: include R4x00 and loongson workarounds in mips3
Matt Turner [Sun, 26 Jun 2011 17:02:22 +0000 (13:02 -0400)]
chroot-functions.sh: emerge sys-apps/shadow before distcc
distcc uses 'useradd' and will fail in stage2 without shadow.
Matt Turner [Sun, 26 Jun 2011 16:59:11 +0000 (12:59 -0400)]
chroot-functions.sh: don't run 'distcc-config --install'
distcc-config doesn't have this option anymore, so it's unneeded.
Sebastian Pipping [Sun, 26 Jun 2011 01:35:10 +0000 (03:35 +0200)]
Warn about multiple argument errors at the same time
Sebastian Pipping [Sat, 25 Jun 2011 21:40:12 +0000 (23:40 +0200)]
Examples: refer to "man catalyst" for supported arches, too
William Hubbs [Sun, 19 Jun 2011 18:15:35 +0000 (13:15 -0500)]
boot from local hd if no response to boot menu
x-gentoo-bug: 141199
x-gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=141199
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
William Hubbs [Sat, 25 Jun 2011 18:28:45 +0000 (13:28 -0500)]
fix ignore patterns
The top level .gitignore file should contain things you want ignored
through the entire tree. Specific files you want ignored should go in
.gitignore files in their respective directories unless they appear more
than once in the tree.
Sebastian Pipping [Sat, 25 Jun 2011 18:35:56 +0000 (20:35 +0200)]
Add "-news" to FEATURES everywhere
Sebastian Pipping [Sat, 25 Jun 2011 18:07:08 +0000 (20:07 +0200)]
Makefile: Add missing dependency
Conflicts:
Makefile
Matt Turner [Sat, 25 Jun 2011 17:50:22 +0000 (13:50 -0400)]
Use get_libdir instead of hard-coding lib for distcc
Sebastian Pipping [Sat, 25 Jun 2011 17:43:58 +0000 (19:43 +0200)]
Man page: Add Matt to authors
Matt Turner [Sat, 25 Jun 2011 16:24:21 +0000 (12:24 -0400)]
mips.py: add multilib (and missing n64) classes
Matt Turner [Sat, 25 Jun 2011 16:23:45 +0000 (12:23 -0400)]
mips.py: remove n32/n64 USE flags
Nothing uses these flags anymore
Matt Turner [Sat, 25 Jun 2011 16:23:04 +0000 (12:23 -0400)]
mips.py: create generic mips64 classes
... and inherit from them to simplify other classes
Matt Turner [Sat, 25 Jun 2011 16:22:22 +0000 (12:22 -0400)]
mips.py: fix CFLAGS in loongson class
Clearly never tested
Matt Turner [Sat, 25 Jun 2011 16:21:40 +0000 (12:21 -0400)]
mips.py: Remove ip* classes
They were clearly never even tested since they were inheriting the
little-endian abstract class.
Matt Turner [Sat, 25 Jun 2011 16:20:37 +0000 (12:20 -0400)]
mips.py: Remove mips2 classes
Linux doesn't even run on mips2
Sebastian Pipping [Sat, 25 Jun 2011 15:59:11 +0000 (17:59 +0200)]
Man page: Remove acute as man does not seem to render acutes properly
Sebastian Pipping [Sat, 25 Jun 2011 15:44:54 +0000 (17:44 +0200)]
Man page: Fix synopsis
Sebastian Pipping [Sat, 25 Jun 2011 15:36:53 +0000 (17:36 +0200)]
Makefile: Improve dependencies
Sebastian Pipping [Fri, 24 Jun 2011 16:58:46 +0000 (18:58 +0200)]
Migrate man page to Asciidoc, generate list of subarches, add Makefile including "dist" target
Sebastian Pipping [Thu, 23 Jun 2011 21:45:46 +0000 (23:45 +0200)]
There is no dict conf_values.settings, replace by plain conf_values
Raúl Porcel [Thu, 14 Apr 2011 10:20:39 +0000 (10:20 +0000)]
This is catalyst 2.0.6.916
Raúl Porcel [Thu, 14 Apr 2011 10:19:33 +0000 (10:19 +0000)]
Add gentoo-ilo option for the bootloader on ia64
Raúl Porcel [Sun, 10 Apr 2011 17:09:15 +0000 (17:09 +0000)]
This is catalyst 2.0.6.915
Raúl Porcel [Sat, 5 Feb 2011 18:27:19 +0000 (18:27 +0000)]
This is catalyst 2.0.6.914
Raúl Porcel [Sat, 5 Feb 2011 18:26:57 +0000 (18:26 +0000)]
Enable new amd64 subarches
Raúl Porcel [Mon, 1 Nov 2010 15:07:21 +0000 (15:07 +0000)]
This is catalyst 2.0.6.913
Raúl Porcel [Mon, 1 Nov 2010 15:07:06 +0000 (15:07 +0000)]
Fix ARM hardfloat
Raúl Porcel [Mon, 1 Nov 2010 12:23:52 +0000 (12:23 +0000)]
This is catalyst 2.0.6.912
Raúl Porcel [Mon, 1 Nov 2010 12:23:37 +0000 (12:23 +0000)]
Add patch for Loongson support, patch by Zhang Le <r0bertz at gentoo dot org>, bug #330241
Raúl Porcel [Sat, 9 Oct 2010 12:00:26 +0000 (12:00 +0000)]
This is catalyst 2.0.6.911
Raúl Porcel [Sat, 9 Oct 2010 11:59:36 +0000 (11:59 +0000)]
Replace -Os with -O2 for ARM
Raúl Porcel [Sun, 26 Sep 2010 15:06:03 +0000 (15:06 +0000)]
ARM fixes
Raúl Porcel [Sat, 11 Sep 2010 18:16:27 +0000 (18:16 +0000)]
Apply patch to make stage2 quiet, thanks to Alexandre Nuno Milheiro <nunomilheiro@gmail.com>, gentoo bug #273664
Raúl Porcel [Sat, 11 Sep 2010 18:07:45 +0000 (18:07 +0000)]
This is catalyst-2.0.6.909
Raúl Porcel [Sat, 11 Sep 2010 18:05:39 +0000 (18:05 +0000)]
Fix sparc bug, gentoo bug 297231
Raúl Porcel [Sun, 5 Sep 2010 18:47:24 +0000 (18:47 +0000)]
Update copyrights, add me to AUTHORS
Raúl Porcel [Sun, 5 Sep 2010 18:31:32 +0000 (18:31 +0000)]
This is catalyst-2.0.6.908
Raúl Porcel [Sun, 5 Sep 2010 18:29:28 +0000 (18:29 +0000)]
Restore old behaviour on the CXXFLAGS variable on the created make.conf
Raúl Porcel [Sat, 4 Sep 2010 17:35:50 +0000 (17:35 +0000)]
Fix typo and add armv7a-hardfp target
Raúl Porcel [Sat, 4 Sep 2010 17:16:01 +0000 (17:16 +0000)]
Apply patch from Guy Martin <gmsoft@gentoo.org> to fix installcd for hppa, gentoo bug #317423
Andrew Gaffney [Tue, 26 Jan 2010 03:18:00 +0000 (21:18 -0600)]
Apply patch from armin76 for Gentoo bug #299498
Andrew Gaffney [Tue, 29 Dec 2009 17:49:21 +0000 (11:49 -0600)]
Only run depclean for stage3/system
Andrew Gaffney [Mon, 28 Dec 2009 13:23:24 +0000 (07:23 -0600)]
This is catalyst 2.0.6.906
Andrew Gaffney [Mon, 28 Dec 2009 13:18:28 +0000 (07:18 -0600)]
Run depclean at the end of stage generation (for Gentoo bug #295132)
Andrew Gaffney [Sat, 12 Sep 2009 02:31:48 +0000 (21:31 -0500)]
Apply patch from Gentoo bug #284585
Chris Gianelloni [Wed, 2 Sep 2009 15:35:15 +0000 (08:35 -0700)]
Clean up a few extraneous spaces, line wrap a comment, and add Id.
Chris Gianelloni [Wed, 2 Sep 2009 15:33:38 +0000 (08:33 -0700)]
Adding .gitattributes and adding an Id variable to AUTHORS, ChangeLog, README, and TODO.
Andrew Gaffney [Sun, 23 Aug 2009 15:58:36 +0000 (10:58 -0500)]
Apply patch for module blacklisting from gentoo bug #282148
Chris Gianelloni [Tue, 7 Jul 2009 15:02:26 +0000 (08:02 -0700)]
Fix the header for the ChangeLog. Thanks, echangelog, for assuming I always want to update the Gentoo Foundation copyright dates.
Chris Gianelloni [Tue, 7 Jul 2009 14:59:34 +0000 (07:59 -0700)]
Version bumping to 2.0.6.905 for release.
Chris Gianelloni [Tue, 7 Jul 2009 14:56:53 +0000 (07:56 -0700)]
My pedantic self could not help but capitalize Gentoo. Blame Andrew.
Robin H. Johnson [Mon, 29 Jun 2009 00:07:50 +0000 (17:07 -0700)]
Merge branch 'master' of git+ssh://git@linbsd.net/projs/catalyst
Robin H. Johnson [Mon, 29 Jun 2009 00:06:41 +0000 (17:06 -0700)]
Add a bell as late as possible in every elilo.msg or boot.msg file, provides blind users with a clue that input is needed.
Andrew Gaffney [Sun, 28 Jun 2009 23:54:54 +0000 (18:54 -0500)]
Apply patch to document espeakup support for gentoo bug #267708
Andrew Gaffney [Wed, 27 May 2009 14:47:26 +0000 (09:47 -0500)]
fix changelog
Andrew Gaffney [Wed, 27 May 2009 12:38:26 +0000 (07:38 -0500)]
import catalyst_support for gentoo bug #271368
Chris Gianelloni [Sat, 25 Apr 2009 10:23:39 +0000 (03:23 -0700)]
Actually doing the commit, this time.
Chris Gianelloni [Fri, 24 Apr 2009 00:03:13 +0000 (17:03 -0700)]
Rolling an official catalyst 2.0.6.904 version.
Andrew Gaffney [Sat, 4 Apr 2009 22:07:55 +0000 (17:07 -0500)]
Apply additional patch from gentoo bug #255793 for arm subarches
Andrew Gaffney [Sat, 4 Apr 2009 19:34:34 +0000 (14:34 -0500)]
Apply patch from gentoo bug #264457 to prevent deleting of ccache cache
Andrew Gaffney [Tue, 24 Feb 2009 13:26:35 +0000 (07:26 -0600)]
Additional sh patch from gentoo bug #255793
Andrew Gaffney [Sat, 21 Feb 2009 17:06:57 +0000 (11:06 -0600)]
Apply patch from gentoo bug #255793 for enhanced sh/arm support
Andrew Gaffney [Wed, 21 Jan 2009 03:39:06 +0000 (21:39 -0600)]
Update reference to make.conf.example for new location in portage-2.1.6
Andrew Gaffney [Tue, 20 Jan 2009 22:44:42 +0000 (16:44 -0600)]
Remove --noreplace from run_merge call so that baselayout gets rebuilt with USE=build
Andrew Gaffney [Fri, 16 Jan 2009 17:13:18 +0000 (11:13 -0600)]
Change invalid atom '>=sys-apps/baselayout-2*' to '>=sys-apps/baselayout-2'
Andrew Gaffney [Tue, 13 Jan 2009 13:20:33 +0000 (07:20 -0600)]
Try to import portage.util before portage_util
Andrew Gaffney [Sun, 11 Jan 2009 02:09:50 +0000 (20:09 -0600)]
add .gitignore file to master branch
Andrew Gaffney [Fri, 9 Jan 2009 01:55:21 +0000 (19:55 -0600)]
Add note about metadata_overlay being default in 2.1.6
Chris Gianelloni [Fri, 9 Jan 2009 00:21:32 +0000 (16:21 -0800)]
Updated the AUTHORS section and the header for the ChangeLog, to reflect that individual authors now retain their copyright to code they submit.
Chris Gianelloni [Thu, 8 Jan 2009 23:45:13 +0000 (15:45 -0800)]
Rewrote TODO to make it clearer and added a ton of new items to it.
Andrew Gaffney [Fri, 2 Jan 2009 16:18:26 +0000 (10:18 -0600)]
screw you python...hard
Andrew Gaffney [Fri, 2 Jan 2009 14:00:23 +0000 (08:00 -0600)]
Disable removal of 'target_path' when build starts
Andrew Gaffney [Fri, 26 Dec 2008 13:29:04 +0000 (07:29 -0600)]
Apply patch from armin76 to actually make use of the busybox_config value in the spec
Andrew Gaffney [Wed, 24 Dec 2008 18:56:51 +0000 (12:56 -0600)]
Add support for gk's --busybox-config= option
Andrew Gaffney [Tue, 23 Dec 2008 03:11:19 +0000 (21:11 -0600)]
Missing / before 'iso'
Andrew Gaffney [Mon, 22 Dec 2008 04:47:50 +0000 (22:47 -0600)]
Add support for purging to snapshot target
Andrew Gaffney [Sun, 21 Dec 2008 22:22:24 +0000 (16:22 -0600)]
Add mix-in cdtar idea to TODO
Andrew Gaffney [Sun, 21 Dec 2008 22:17:12 +0000 (16:17 -0600)]
Merge branch 'master' of git+ssh://git@wolf31o2.org/projs/catalyst
Conflicts:
ChangeLog
Andrew Gaffney [Sun, 21 Dec 2008 22:16:00 +0000 (16:16 -0600)]
Remove old isolinux-3.09 cdtar files
Andrew Gaffney [Sun, 21 Dec 2008 22:13:38 +0000 (16:13 -0600)]
Update cdtar files to isolinux-3.72 and latest memtest86+-2.10
Chris Gianelloni [Fri, 19 Dec 2008 22:53:36 +0000 (14:53 -0800)]
Marking this 2.0.6.903 for testing.