diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-08-29 19:00:49 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-08-29 19:00:49 +0000 |
commit | f046ede126e8bc040ae71d40c7fd2fb5e582e877 (patch) | |
tree | 32d5f697230fc607ec01981ab9b9ae1f57a9be20 | |
parent | Adding missing digest (diff) | |
download | gentoo-2-f046ede126e8bc040ae71d40c7fd2fb5e582e877.tar.gz gentoo-2-f046ede126e8bc040ae71d40c7fd2fb5e582e877.tar.bz2 gentoo-2-f046ede126e8bc040ae71d40c7fd2fb5e582e877.zip |
Enabling the sparc64-1.0 profile to use the latest Portage. It was really necessary
to do this due to the many fixes to Portage since 2.0.13. Apologies for the lack of
notice, but I just rolled out Portage 2.0.32 and realized that the 1.0 sparc64 profile
was locked to an older version only after I removed the old one. We really need to
make this jump anyway. (/me cringes)
-rw-r--r-- | profiles/default-sparc64-1.0/packages | 37 | ||||
-rw-r--r-- | profiles/default-sparc64-1.0/packages.sparc | 4 |
2 files changed, 2 insertions, 39 deletions
diff --git a/profiles/default-sparc64-1.0/packages b/profiles/default-sparc64-1.0/packages index d3e081fbc855..a43baf6d92bc 100644 --- a/profiles/default-sparc64-1.0/packages +++ b/profiles/default-sparc64-1.0/packages @@ -1,38 +1,5 @@ # This file created automagically by ../default-sparc-1.0/scripts/generate-packages.sh on Tue Jul 16 21:16:24 UTC 2002 -# IMPORTANT: In order to parse this new format, you need Portage 1.6 or later! - -# OK; you're staring at this file and you have no idea what these stars are -# for. Here's the scoop. An initial "*" marks a package that is part of the -# official "base" system profile. If there's a "*", then "emerge system" will -# use the line in its calculations of what "should" be installed for this -# profile. Lines without a "*" prefix will be ignored for profile -# calculations. - -# Now, this is new: *all* lines (star or no star) will be used as a special -# package *inclusion* mask. For example, the line *=sys-devel/gcc-2.95.3-r1 -# will cause Portage to totally ignore all gcc ebuilds other than -# gcc-2.95.3-r1. >=, <=, <, > and ~ can be used to offer a bit more -# flexibility. For example, >=sys-libs/glibc-2.2.4 will cause emerge to ignore -# all glibc ebuilds with a version less than 2.2.4. This allows us to have -# profile-specific package.mask settings. *All* lines are used for this -# masking process, whether they are prefixed with a * or not. And if a generic -# dep is used, like "sys-apps/foo", then all versions of foo are included. If -# there is no entry, then all versions of an app are included. The key thing -# to note is that this file does not need to end up being an exhaustive list -# of portage packages; just the ones critical to this profile. - -# So, what happens to /usr/portage/profiles/package.mask? It's still around, -# and still useful. But it should mainly be used for broken ebuilds only. -# package.mask continues to function as normal, masking out ebuilds from *all* -# system profiles. - -# Which to use? Use the profile-specific stuff to "lock down" specific -# versions of ebuilds. Gentoo Linux 1.0_rc6 uses certain known-compatible -# versions of binutils, gcc and glibc, so we lock them down here. This -# prevents the user from shooting himself/herself in the foot by installing a -# wacky version. - *>=sys-apps/baselayout-1.7.3 *>=sys-apps/portage-1.8.9_pre25 *~sys-devel/binutils-2.11.92.0.12.3 @@ -169,7 +136,7 @@ <=sys-apps/tcp-wrappers-7.6-r3 # These lines added by ../default-sparc-1.0/scripts/generate-packages.sh -# $Header: /var/cvsroot/gentoo-x86/profiles/default-sparc64-1.0/packages,v 1.22 2002/08/18 21:05:38 verwilst Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-sparc64-1.0/packages,v 1.23 2002/08/29 19:00:49 drobbins Exp $ # # Please edit the file packages.sparc, it will be included in # packages the next time you run generate-packages.sh @@ -184,6 +151,4 @@ # VNC is broken on x86, maintainer uses i386 specific makefile <net-misc/vnc-3.3.3-r2 -# Not all ebuilds have a sparc64 keyword as of now, so don't use the new version of portage yet. -<=sys-apps/portage-2.0.14 # End of lines added by ../default-sparc-1.0/scripts/generate-packages.sh diff --git a/profiles/default-sparc64-1.0/packages.sparc b/profiles/default-sparc64-1.0/packages.sparc index 9a557129a236..a7310ed66b3f 100644 --- a/profiles/default-sparc64-1.0/packages.sparc +++ b/profiles/default-sparc64-1.0/packages.sparc @@ -1,4 +1,4 @@ -# $Header: /var/cvsroot/gentoo-x86/profiles/default-sparc64-1.0/packages.sparc,v 1.6 2002/08/13 23:52:26 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-sparc64-1.0/packages.sparc,v 1.7 2002/08/29 19:00:49 drobbins Exp $ # # Please edit the file packages.sparc, it will be included in # packages the next time you run generate-packages.sh @@ -13,5 +13,3 @@ # VNC is broken on x86, maintainer uses i386 specific makefile <net-misc/vnc-3.3.3-r2 -# Not all ebuilds have a sparc64 keyword as of now, so don't use the new version of portage yet. -<portage-2.0.14 |