summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Removed eselect version block as this is compatible with the new eselect.Jeremy Huddleston2006-09-231-8/+8
| | | | | (Portage version: 2.1.2_pre1) (Unsigned Manifest commit)
* Removed eselect version block as this is compatible with the new eselect.Jeremy Huddleston2006-09-232-5/+7
| | | | (Portage version: 2.1.2_pre1)
* Added mktemp to RDEPEND - bug 139629.Jeremy Huddleston2006-08-227-394/+8
| | | | | (Portage version: 2.1.1_pre5-r2) (Unsigned Manifest commit)
* Added mktemp to RDEPEND - bug 139629.Jeremy Huddleston2006-08-222-3/+11
| | | | (Portage version: 2.1.1_pre5-r2)
* Remove ~x86-fbsd keyword, failure related to libgcc_s.so not being copied ↵Diego Elio Pettenò2006-07-301-11/+11
| | | | | | | over to /lib. (Portage version: 2.1.1_pre4) (Signed Manifest commit)
* Remove ~x86-fbsd keyword, failure related to libgcc_s.so not being copied ↵Diego Elio Pettenò2006-07-302-3/+8
| | | | | | over to /lib. (Portage version: 2.1.1_pre4)
* Tentative fixes for bug #139016 and bug #139830; do not die in pkg_setup() ↵Kevin F. Quinn2006-07-121-11/+11
| | | | | | | if there are no profiles at all, and similarly if no gcc is installed skip the postinst() activation of profiles (for bootstrapping). (Portage version: 2.1.1_pre2-r6) (Signed Manifest commit)
* Tentative fixes for bug #139016 and bug #139830; do not die in pkg_setup() ↵Kevin F. Quinn2006-07-122-19/+31
| | | | | | if there are no profiles at all, and similarly if no gcc is installed skip the postinst() activation of profiles (for bootstrapping). (Portage version: 2.1.1_pre2-r6)
* Added blocks on incompatible eselect versions.Danny van Dyk2006-07-061-20/+20
| | | | | (Portage version: 2.1.1_pre1-r5) (Signed Manifest commit)
* Added blocks on incompatible eselect versions.Danny van Dyk2006-07-064-8/+16
| | | | (Portage version: 2.1.1_pre1-r5)
* Added missing ChangeLog entry.Jeremy Huddleston2006-06-261-7/+7
| | | | | (Portage version: 2.1.1_pre1-r1) (Signed Manifest commit)
* Added missing ChangeLog entry.Jeremy Huddleston2006-06-261-1/+7
| | | | (Portage version: 2.1.1_pre1-r1)
* Fixed bug #135688 which resulted in some wrappers not getting dedleted when ↵Jeremy Huddleston2006-06-251-3/+14
| | | | | | | profiles were switched. (Portage version: 2.1.1_pre1-r1) (Signed Manifest commit)
* Fixed bug #135688 which resulted in some wrappers not getting dedleted when ↵Jeremy Huddleston2006-06-253-0/+176
| | | | | | profiles were switched. (Portage version: 2.1.1_pre1-r1)
* Drop ~x86-fbsd keyword from 2.0.0_rc2 that uses non-portable stat calls.Diego Elio Pettenò2006-06-231-11/+11
| | | | | (Portage version: 2.1.1_pre1-r1) (Signed Manifest commit)
* Drop ~x86-fbsd keyword from 2.0.0_rc2 that uses non-portable stat calls.Diego Elio Pettenò2006-06-232-3/+7
| | | | (Portage version: 2.1.1_pre1-r1)
* Release to address bugs #136585 and #137251.Jeremy Huddleston2006-06-211-4/+22
| | | | | (Portage version: 2.1.1_pre1-r1) (Signed Manifest commit)
* Release to address bugs #136585 and #137251.Jeremy Huddleston2006-06-213-1/+164
| | | | (Portage version: 2.1.1_pre1-r1)
* De-keywording for now on mips. Will stay with gcc-config-1.3.x and see how ↵Joshua Kinard2006-06-151-18/+8
| | | | | | | 2.x and its eselect tool mature. (Portage version: 2.1) (Unsigned Manifest commit)
* De-keywording for now on mips. Will stay with gcc-config-1.3.x and see how ↵Joshua Kinard2006-06-152-3/+8
| | | | | | 2.x and its eselect tool mature. (Portage version: 2.1)
* do_action env update addedJeremy Huddleston2006-06-101-7/+7
| | | | | (Portage version: 2.1_rc4-r4) (Signed Manifest commit)
* do_action env update addedJeremy Huddleston2006-06-101-1/+1
| | | | (Portage version: 2.1_rc4-r4)
* Move /lib/cpp creation to pkg_postinst (bug #135862)Harald van Dijk2006-06-101-11/+11
| | | | | (Portage version: 2.1) (Signed Manifest commit)
* Move /lib/cpp creation to pkg_postinst (bug #135862)Harald van Dijk2006-06-102-6/+9
| | | | (Portage version: 2.1)
* Run env-update after updating /etc/env.d file.Jeremy Huddleston2006-06-093-182/+18
| | | | | (Portage version: 2.1_rc4-r4) (Signed Manifest commit)
* Run env-update after updating /etc/env.d file.Jeremy Huddleston2006-06-094-1/+192
| | | | (Portage version: 2.1_rc4-r4)
* Removing old version.Jeremy Huddleston2006-06-073-182/+7
| | | | | (Portage version: 2.1_rc4-r3) (Signed Manifest commit)
* Removing old version.Jeremy Huddleston2006-06-071-2/+5
| | | | (Portage version: 2.1_rc4-r3)
* Make sure /lib/cpp is installed. Right now, the ebuild is just copying the ↵Jeremy Huddleston2006-06-071-11/+18
| | | | | | | wrapper to that location, but I'll have this handled properly by compiler.eselect in a later release. (Portage version: 2.1_rc4-r3) (Signed Manifest commit)
* Make sure /lib/cpp is installed. Right now, the ebuild is just copying the ↵Jeremy Huddleston2006-06-074-2/+183
| | | | | | wrapper to that location, but I'll have this handled properly by compiler.eselect in a later release. (Portage version: 2.1_rc4-r3)
* Consolidate the code for cleaning out old profiles.Jeremy Huddleston2006-06-021-7/+7
| | | | | (Portage version: 2.1_rc3-r5) (Signed Manifest commit)
* Consolidate the code for cleaning out old profiles.Jeremy Huddleston2006-06-021-21/+27
| | | | (Portage version: 2.1_rc3-r5)
* Delete buggy spec files rather than fixing them with sed. This will allow ↵Jeremy Huddleston2006-06-021-11/+11
| | | | | | | portage to properly delete the profiles on unmerge. (Portage version: 2.1_rc3-r5) (Signed Manifest commit)
* Delete buggy spec files rather than fixing them with sed. This will allow ↵Jeremy Huddleston2006-06-022-6/+19
| | | | | | portage to properly delete the profiles on unmerge. (Portage version: 2.1_rc3-r5)
* Only tell users to source /etc/profile when they really need to source it.Jeremy Huddleston2006-06-021-11/+11
| | | | | (Portage version: 2.1_rc3-r5) (Signed Manifest commit)
* Only tell users to source /etc/profile when they really need to source it.Jeremy Huddleston2006-06-022-5/+23
| | | | (Portage version: 2.1_rc3-r5)
* Remove profiles for non-existent versions of gcc from /etc/eselect/compiler ↵Jeremy Huddleston2006-06-015-270/+14
| | | | | | | when we first install eselect-compiler. (Portage version: 2.1_rc3-r2) (Signed Manifest commit)
* Remove profiles for non-existent versions of gcc from /etc/eselect/compiler ↵Jeremy Huddleston2006-06-013-1/+146
| | | | | | when we first install eselect-compiler. (Portage version: 2.1_rc3-r2)
* Make sure we use the -n option to 'eselect compiler set' when setting up the ↵Jeremy Huddleston2006-06-011-7/+14
| | | | | | | DEFAULT_ABI. (Portage version: 2.1_rc3-r2) (Signed Manifest commit)
* Make sure we use the -n option to 'eselect compiler set' when setting up the ↵Jeremy Huddleston2006-06-013-1/+135
| | | | | | DEFAULT_ABI. (Portage version: 2.1_rc3-r2)
* Fix all the leading and trailing spacesMark Loeser2006-05-271-7/+7
| | | | | (Portage version: 2.1_rc2-r3) (Signed Manifest commit)
* Fix all the leading and trailing spacesMark Loeser2006-05-271-14/+14
| | | | (Portage version: 2.1_rc2-r3)
* Added env.d entry for CONFIG_PROTECT_MASK. Just tell new users about ↵Jeremy Huddleston2006-05-263-77/+18
| | | | | | | 'eselect compiler migrate' rather than use it since most users will probably already have eselect-compiler profiles installed, and those are superior to the migrated ones. Added logic to choose the compiler during the first install. (Portage version: 2.1_rc2-r2) (Signed Manifest commit)
* Added env.d entry for CONFIG_PROTECT_MASK. Just tell new users about ↵Jeremy Huddleston2006-05-264-1/+135
| | | | | | 'eselect compiler migrate' rather than use it since most users will probably already have eselect-compiler profiles installed, and those are superior to the migrated ones. Added logic to choose the compiler during the first install. (Portage version: 2.1_rc2-r2)
* Add ~x86-fbsd keyword.Diego Elio Pettenò2006-05-261-13/+18
| | | | | (Portage version: 2.1_rc2-r3) (Signed Manifest commit)
* Add ~x86-fbsd keyword.Diego Elio Pettenò2006-05-263-3/+9
| | | | (Portage version: 2.1_rc2-r3)
* Added to ~ppc64.Jeremy Huddleston2006-03-281-0/+10
| | | | | (Portage version: 2.1_pre6-r6) (Signed Manifest commit)
* Added to ~ppc64.Jeremy Huddleston2006-03-281-14/+12
| | | | (Portage version: 2.1_pre6-r6) (Unsigned Manifest commit)
* Added to ~ppc64.Jeremy Huddleston2006-03-284-58/+10
| | | | (Portage version: 2.1_pre6-r6)
* Added missing inherit.Jeremy Huddleston2005-10-281-0/+10
| | | | | (Portage version: 2.0.53_rc6) (Signed Manifest commit)