catalyst.git
14 years agoChange hashes for .DIGESTS to be SHA1/SHA512/WHIRLPOOL. SHA1 ease of validation from...
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.

14 years agoUpdate list of supported hashes.
Robin H. Johnson [Sat, 8 Oct 2011 22:27:41 +0000 (22:27 +0000)]
Update list of supported hashes.

14 years agomips.py: replace -mips* with new -march=mips*
Matt Turner [Sat, 3 Sep 2011 01:19:19 +0000 (21:19 -0400)]
mips.py: replace -mips* with new -march=mips*

14 years agoSet FEATURES=-news before emerging ccache/distcc/icecream
Matt Turner [Thu, 1 Sep 2011 23:08:04 +0000 (19:08 -0400)]
Set FEATURES=-news before emerging ccache/distcc/icecream

14 years agomips.py: add mips4_r10k classes
Matt Turner [Sun, 21 Aug 2011 23:20:16 +0000 (19:20 -0400)]
mips.py: add mips4_r10k classes

14 years agomips.py: remove incorrect word 'all' from descriptions
Matt Turner [Wed, 17 Aug 2011 04:17:16 +0000 (00:17 -0400)]
mips.py: remove incorrect word 'all' from descriptions

14 years agomips.py: call correct constructor in o32 classes
Matt Turner [Wed, 17 Aug 2011 04:16:59 +0000 (00:16 -0400)]
mips.py: call correct constructor in o32 classes

14 years agomips.py: add mips32r2 and mips64r2 builder classes
Matt Turner [Wed, 17 Aug 2011 04:09:58 +0000 (00:09 -0400)]
mips.py: add mips32r2 and mips64r2 builder classes

14 years agomips.py: mips/o32 classes should inherit generic_mips{,el}
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>
14 years agoFix man page to put mips64 and mips64el in the same section
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>
14 years agomips.py: remove unnecessary generic_multilib class
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>
14 years agomips.py: remove -mfix-24k from CFLAGS, it apparently doesn't exist
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>
14 years agomips.py: add mips32 and mips64 builder classes
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>
14 years agoBumped version - there won't be a 2.0.6.917 release as I failed to update the version... CATALYST_2_0_6_918
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.

14 years agoRevert "chroot-functions.sh: emerge sys-apps/shadow before distcc" CATALYST_2_0_6_917
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.

14 years agoAdd /etc/init.d/fixinittab to the default runlevel - fix autologin on the installcd.
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.

14 years agomips.py: include R4x00 and loongson workarounds in mips3
Matt Turner [Tue, 28 Jun 2011 00:54:25 +0000 (20:54 -0400)]
mips.py: include R4x00 and loongson workarounds in mips3

15 years agochroot-functions.sh: emerge sys-apps/shadow before distcc
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.

15 years agochroot-functions.sh: don't run 'distcc-config --install'
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.

15 years agoWarn about multiple argument errors at the same time
Sebastian Pipping [Sun, 26 Jun 2011 01:35:10 +0000 (03:35 +0200)]
Warn about multiple argument errors at the same time

15 years agoExamples: refer to "man catalyst" for supported arches, too
Sebastian Pipping [Sat, 25 Jun 2011 21:40:12 +0000 (23:40 +0200)]
Examples: refer to "man catalyst" for supported arches, too

15 years agoboot from local hd if no response to boot menu
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>
15 years agofix ignore patterns
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.

15 years agoAdd "-news" to FEATURES everywhere
Sebastian Pipping [Sat, 25 Jun 2011 18:35:56 +0000 (20:35 +0200)]
Add "-news" to FEATURES everywhere

15 years agoMakefile: Add missing dependency
Sebastian Pipping [Sat, 25 Jun 2011 18:07:08 +0000 (20:07 +0200)]
Makefile: Add missing dependency

Conflicts:

Makefile

15 years agoUse get_libdir instead of hard-coding lib for distcc
Matt Turner [Sat, 25 Jun 2011 17:50:22 +0000 (13:50 -0400)]
Use get_libdir instead of hard-coding lib for distcc

15 years agoMan page: Add Matt to authors
Sebastian Pipping [Sat, 25 Jun 2011 17:43:58 +0000 (19:43 +0200)]
Man page: Add Matt to authors

15 years agomips.py: add multilib (and missing n64) classes
Matt Turner [Sat, 25 Jun 2011 16:24:21 +0000 (12:24 -0400)]
mips.py: add multilib (and missing n64) classes

15 years agomips.py: remove n32/n64 USE flags
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

15 years agomips.py: create generic mips64 classes
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

15 years agomips.py: fix CFLAGS in loongson class
Matt Turner [Sat, 25 Jun 2011 16:22:22 +0000 (12:22 -0400)]
mips.py: fix CFLAGS in loongson class

Clearly never tested

15 years agomips.py: Remove ip* classes
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.

15 years agomips.py: Remove mips2 classes
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

15 years agoMan page: Remove acute as man does not seem to render acutes properly
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

15 years agoMan page: Fix synopsis
Sebastian Pipping [Sat, 25 Jun 2011 15:44:54 +0000 (17:44 +0200)]
Man page: Fix synopsis

15 years agoMakefile: Improve dependencies
Sebastian Pipping [Sat, 25 Jun 2011 15:36:53 +0000 (17:36 +0200)]
Makefile: Improve dependencies

15 years agoMigrate man page to Asciidoc, generate list of subarches, add Makefile including...
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

15 years agoThere is no dict conf_values.settings, replace by plain conf_values
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

15 years agoThis is catalyst 2.0.6.916 CATALYST_2_0_6_916
Raúl Porcel [Thu, 14 Apr 2011 10:20:39 +0000 (10:20 +0000)]
This is catalyst 2.0.6.916

15 years agoAdd gentoo-ilo option for the bootloader on ia64
Raúl Porcel [Thu, 14 Apr 2011 10:19:33 +0000 (10:19 +0000)]
Add gentoo-ilo option for the bootloader on ia64

15 years agoThis is catalyst 2.0.6.915
Raúl Porcel [Sun, 10 Apr 2011 17:09:15 +0000 (17:09 +0000)]
This is catalyst 2.0.6.915

15 years agoThis is catalyst 2.0.6.914
Raúl Porcel [Sat, 5 Feb 2011 18:27:19 +0000 (18:27 +0000)]
This is catalyst 2.0.6.914

15 years agoEnable new amd64 subarches
Raúl Porcel [Sat, 5 Feb 2011 18:26:57 +0000 (18:26 +0000)]
Enable new amd64 subarches

15 years agoThis is catalyst 2.0.6.913
Raúl Porcel [Mon, 1 Nov 2010 15:07:21 +0000 (15:07 +0000)]
This is catalyst 2.0.6.913

15 years agoFix ARM hardfloat
Raúl Porcel [Mon, 1 Nov 2010 15:07:06 +0000 (15:07 +0000)]
Fix ARM hardfloat

15 years agoThis is catalyst 2.0.6.912
Raúl Porcel [Mon, 1 Nov 2010 12:23:52 +0000 (12:23 +0000)]
This is catalyst 2.0.6.912

15 years agoAdd patch for Loongson support, patch by Zhang Le <r0bertz at gentoo dot org>, bug...
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

15 years agoThis is catalyst 2.0.6.911
Raúl Porcel [Sat, 9 Oct 2010 12:00:26 +0000 (12:00 +0000)]
This is catalyst 2.0.6.911

15 years agoReplace -Os with -O2 for ARM
Raúl Porcel [Sat, 9 Oct 2010 11:59:36 +0000 (11:59 +0000)]
Replace -Os with -O2 for ARM

15 years agoARM fixes
Raúl Porcel [Sun, 26 Sep 2010 15:06:03 +0000 (15:06 +0000)]
ARM fixes

15 years agoApply patch to make stage2 quiet, thanks to Alexandre Nuno Milheiro <nunomilheiro...
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

15 years agoThis is catalyst-2.0.6.909
Raúl Porcel [Sat, 11 Sep 2010 18:07:45 +0000 (18:07 +0000)]
This is catalyst-2.0.6.909

15 years agoFix sparc bug, gentoo bug 297231
Raúl Porcel [Sat, 11 Sep 2010 18:05:39 +0000 (18:05 +0000)]
Fix sparc bug, gentoo bug 297231

15 years agoUpdate copyrights, add me to AUTHORS
Raúl Porcel [Sun, 5 Sep 2010 18:47:24 +0000 (18:47 +0000)]
Update copyrights, add me to AUTHORS

15 years agoThis is catalyst-2.0.6.908
Raúl Porcel [Sun, 5 Sep 2010 18:31:32 +0000 (18:31 +0000)]
This is catalyst-2.0.6.908

15 years agoRestore old behaviour on the CXXFLAGS variable on the created make.conf
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

15 years agoFix typo and add armv7a-hardfp target
Raúl Porcel [Sat, 4 Sep 2010 17:35:50 +0000 (17:35 +0000)]
Fix typo and add armv7a-hardfp target

15 years agoApply patch from Guy Martin <gmsoft@gentoo.org> to fix installcd for hppa, gentoo...
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

16 years agoApply patch from armin76 for Gentoo bug #299498
Andrew Gaffney [Tue, 26 Jan 2010 03:18:00 +0000 (21:18 -0600)]
Apply patch from armin76 for Gentoo bug #299498

16 years agoOnly run depclean for stage3/system
Andrew Gaffney [Tue, 29 Dec 2009 17:49:21 +0000 (11:49 -0600)]
Only run depclean for stage3/system

16 years agoThis is catalyst 2.0.6.906
Andrew Gaffney [Mon, 28 Dec 2009 13:23:24 +0000 (07:23 -0600)]
This is catalyst 2.0.6.906

16 years agoRun depclean at the end of stage generation (for Gentoo bug #295132)
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)

16 years agoApply patch from Gentoo bug #284585
Andrew Gaffney [Sat, 12 Sep 2009 02:31:48 +0000 (21:31 -0500)]
Apply patch from Gentoo bug #284585

16 years agoClean up a few extraneous spaces, line wrap a comment, and add Id.
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.

16 years agoAdding .gitattributes and adding an Id variable to AUTHORS, ChangeLog, README, and...
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.

16 years agoApply patch for module blacklisting from gentoo bug #282148
Andrew Gaffney [Sun, 23 Aug 2009 15:58:36 +0000 (10:58 -0500)]
Apply patch for module blacklisting from gentoo bug #282148

16 years agoFix the header for the ChangeLog. Thanks, echangelog, for assuming I always want...
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.

16 years agoVersion bumping to 2.0.6.905 for release.
Chris Gianelloni [Tue, 7 Jul 2009 14:59:34 +0000 (07:59 -0700)]
Version bumping to 2.0.6.905 for release.

16 years agoMy pedantic self could not help but capitalize Gentoo. Blame Andrew.
Chris Gianelloni [Tue, 7 Jul 2009 14:56:53 +0000 (07:56 -0700)]
My pedantic self could not help but capitalize Gentoo.  Blame Andrew.

16 years agoMerge branch 'master' of git+ssh://git@linbsd.net/projs/catalyst
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

16 years agoAdd a bell as late as possible in every elilo.msg or boot.msg file, provides blind...
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.

16 years agoApply patch to document espeakup support for gentoo bug #267708
Andrew Gaffney [Sun, 28 Jun 2009 23:54:54 +0000 (18:54 -0500)]
Apply patch to document espeakup support for gentoo bug #267708

17 years agofix changelog
Andrew Gaffney [Wed, 27 May 2009 14:47:26 +0000 (09:47 -0500)]
fix changelog

17 years agoimport catalyst_support for gentoo bug #271368
Andrew Gaffney [Wed, 27 May 2009 12:38:26 +0000 (07:38 -0500)]
import catalyst_support for gentoo bug #271368

17 years agoActually doing the commit, this time.
Chris Gianelloni [Sat, 25 Apr 2009 10:23:39 +0000 (03:23 -0700)]
Actually doing the commit, this time.

17 years agoRolling an official catalyst 2.0.6.904 version.
Chris Gianelloni [Fri, 24 Apr 2009 00:03:13 +0000 (17:03 -0700)]
Rolling an official catalyst 2.0.6.904 version.

17 years agoApply additional patch from gentoo bug #255793 for arm subarches
Andrew Gaffney [Sat, 4 Apr 2009 22:07:55 +0000 (17:07 -0500)]
Apply additional patch from gentoo bug #255793 for arm subarches

17 years agoApply patch from gentoo bug #264457 to prevent deleting of ccache cache
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

17 years agoAdditional sh patch from gentoo bug #255793
Andrew Gaffney [Tue, 24 Feb 2009 13:26:35 +0000 (07:26 -0600)]
Additional sh patch from gentoo bug #255793

17 years agoApply patch from gentoo bug #255793 for enhanced sh/arm support
Andrew Gaffney [Sat, 21 Feb 2009 17:06:57 +0000 (11:06 -0600)]
Apply patch from gentoo bug #255793 for enhanced sh/arm support

17 years agoUpdate reference to make.conf.example for new location in portage-2.1.6
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

17 years agoRemove --noreplace from run_merge call so that baselayout gets rebuilt with USE=build
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

17 years agoChange invalid atom '>=sys-apps/baselayout-2*' to '>=sys-apps/baselayout-2'
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'

17 years agoTry to import portage.util before portage_util
Andrew Gaffney [Tue, 13 Jan 2009 13:20:33 +0000 (07:20 -0600)]
Try to import portage.util before portage_util

17 years agoadd .gitignore file to master branch
Andrew Gaffney [Sun, 11 Jan 2009 02:09:50 +0000 (20:09 -0600)]
add .gitignore file to master branch

17 years agoAdd note about metadata_overlay being default in 2.1.6
Andrew Gaffney [Fri, 9 Jan 2009 01:55:21 +0000 (19:55 -0600)]
Add note about metadata_overlay being default in 2.1.6

17 years agoUpdated the AUTHORS section and the header for the ChangeLog, to reflect that individ...
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.

17 years agoRewrote TODO to make it clearer and added a ton of new items to it.
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.

17 years agoscrew you python...hard
Andrew Gaffney [Fri, 2 Jan 2009 16:18:26 +0000 (10:18 -0600)]
screw you python...hard

17 years agoDisable removal of 'target_path' when build starts
Andrew Gaffney [Fri, 2 Jan 2009 14:00:23 +0000 (08:00 -0600)]
Disable removal of 'target_path' when build starts

17 years agoApply patch from armin76 to actually make use of the busybox_config value in the...
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

17 years agoAdd support for gk's --busybox-config= option
Andrew Gaffney [Wed, 24 Dec 2008 18:56:51 +0000 (12:56 -0600)]
Add support for gk's --busybox-config= option

17 years agoMissing / before 'iso'
Andrew Gaffney [Tue, 23 Dec 2008 03:11:19 +0000 (21:11 -0600)]
Missing / before 'iso'

17 years agoAdd support for purging to snapshot target
Andrew Gaffney [Mon, 22 Dec 2008 04:47:50 +0000 (22:47 -0600)]
Add support for purging to snapshot target

17 years agoAdd mix-in cdtar idea to TODO
Andrew Gaffney [Sun, 21 Dec 2008 22:22:24 +0000 (16:22 -0600)]
Add mix-in cdtar idea to TODO

17 years agoMerge branch 'master' of git+ssh://git@wolf31o2.org/projs/catalyst
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

17 years agoRemove old isolinux-3.09 cdtar files
Andrew Gaffney [Sun, 21 Dec 2008 22:16:00 +0000 (16:16 -0600)]
Remove old isolinux-3.09 cdtar files

17 years agoUpdate cdtar files to isolinux-3.72 and latest memtest86+-2.10
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

17 years agoMarking this 2.0.6.903 for testing.
Chris Gianelloni [Fri, 19 Dec 2008 22:53:36 +0000 (14:53 -0800)]
Marking this 2.0.6.903 for testing.

17 years agoDisable copying of nb-busybox.cf since it isn't used anyway
Andrew Gaffney [Fri, 12 Dec 2008 19:08:12 +0000 (13:08 -0600)]
Disable copying of nb-busybox.cf since it isn't used anyway