summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2009-08-17 18:54:28 +0000
committerJeremy Olexa <darkside@gentoo.org>2009-08-17 18:54:28 +0000
commit7896f9ae2277b66d28c71eaffc0ff0e75ce1d874 (patch)
treec507b022da744a7258fa63a7fa50ea7fa6876783 /profiles
parentBump chappa patchset to patchlevel 51 (diff)
downloadhistorical-7896f9ae2277b66d28c71eaffc0ff0e75ce1d874.tar.gz
historical-7896f9ae2277b66d28c71eaffc0ff0e75ce1d874.tar.bz2
historical-7896f9ae2277b66d28c71eaffc0ff0e75ce1d874.zip
Make 10.0 profiles EAPI-2 compliant (based on community feedback). Initial commit: may need some tweaking later
Diffstat (limited to 'profiles')
-rw-r--r--profiles/ChangeLog13
-rw-r--r--profiles/default/linux/alpha/10.0/eapi1
-rw-r--r--profiles/default/linux/amd64/10.0/eapi1
-rw-r--r--profiles/default/linux/arm/10.0/eapi1
-rw-r--r--profiles/default/linux/hppa/10.0/eapi1
-rw-r--r--profiles/default/linux/ia64/10.0/eapi1
-rw-r--r--profiles/default/linux/m68k/10.0/eapi1
-rw-r--r--profiles/default/linux/mips/10.0/eapi1
-rw-r--r--profiles/default/linux/powerpc/ppc32/10.0/eapi1
-rw-r--r--profiles/default/linux/powerpc/ppc64/10.0/eapi1
-rw-r--r--profiles/default/linux/s390/10.0/eapi1
-rw-r--r--profiles/default/linux/sh/10.0/eapi1
-rw-r--r--profiles/default/linux/sparc/10.0/eapi1
-rw-r--r--profiles/default/linux/x86/10.0/eapi1
-rw-r--r--profiles/releases/10.0/eapi1
-rw-r--r--profiles/releases/10.0/packages4
16 files changed, 28 insertions, 3 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog
index bba8f7ad667b..5ad5ae3b61b0 100644
--- a/profiles/ChangeLog
+++ b/profiles/ChangeLog
@@ -1,11 +1,22 @@
# ChangeLog for profile directory
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.3133 2009/08/17 18:32:09 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.3134 2009/08/17 18:54:24 darkside Exp $
#
# This ChangeLog should include records for all changes in profiles directory.
# Only typo fixes which don't affect portage/repoman behaviour could be avoided
# here. If in doubt put a record here!
+ 17 Aug 2009; Jeremy Olexa <darkside@gentoo.org>
+ +default/linux/alpha/10.0/eapi, +default/linux/amd64/10.0/eapi,
+ +default/linux/arm/10.0/eapi, +default/linux/hppa/10.0/eapi,
+ +default/linux/ia64/10.0/eapi, +default/linux/m68k/10.0/eapi,
+ +default/linux/mips/10.0/eapi, +default/linux/powerpc/ppc32/10.0/eapi,
+ +default/linux/powerpc/ppc64/10.0/eapi, +default/linux/s390/10.0/eapi,
+ +default/linux/sh/10.0/eapi, +default/linux/sparc/10.0/eapi,
+ +default/linux/x86/10.0/eapi, +releases/10.0/eapi, releases/10.0/packages:
+ Make 10.0 profiles EAPI-2 compliant (based on community feedback).
+ Initial commit: may need some tweaking later.
+
17 Aug 2009; Samuli Suominen <ssuominen@gentoo.org>
targets/server/make.defaults:
Remove deprecated mailwrapper from default USE flags.
diff --git a/profiles/default/linux/alpha/10.0/eapi b/profiles/default/linux/alpha/10.0/eapi
new file mode 100644
index 000000000000..0cfbf08886fc
--- /dev/null
+++ b/profiles/default/linux/alpha/10.0/eapi
@@ -0,0 +1 @@
+2
diff --git a/profiles/default/linux/amd64/10.0/eapi b/profiles/default/linux/amd64/10.0/eapi
new file mode 100644
index 000000000000..0cfbf08886fc
--- /dev/null
+++ b/profiles/default/linux/amd64/10.0/eapi
@@ -0,0 +1 @@
+2
diff --git a/profiles/default/linux/arm/10.0/eapi b/profiles/default/linux/arm/10.0/eapi
new file mode 100644
index 000000000000..0cfbf08886fc
--- /dev/null
+++ b/profiles/default/linux/arm/10.0/eapi
@@ -0,0 +1 @@
+2
diff --git a/profiles/default/linux/hppa/10.0/eapi b/profiles/default/linux/hppa/10.0/eapi
new file mode 100644
index 000000000000..0cfbf08886fc
--- /dev/null
+++ b/profiles/default/linux/hppa/10.0/eapi
@@ -0,0 +1 @@
+2
diff --git a/profiles/default/linux/ia64/10.0/eapi b/profiles/default/linux/ia64/10.0/eapi
new file mode 100644
index 000000000000..0cfbf08886fc
--- /dev/null
+++ b/profiles/default/linux/ia64/10.0/eapi
@@ -0,0 +1 @@
+2
diff --git a/profiles/default/linux/m68k/10.0/eapi b/profiles/default/linux/m68k/10.0/eapi
new file mode 100644
index 000000000000..0cfbf08886fc
--- /dev/null
+++ b/profiles/default/linux/m68k/10.0/eapi
@@ -0,0 +1 @@
+2
diff --git a/profiles/default/linux/mips/10.0/eapi b/profiles/default/linux/mips/10.0/eapi
new file mode 100644
index 000000000000..0cfbf08886fc
--- /dev/null
+++ b/profiles/default/linux/mips/10.0/eapi
@@ -0,0 +1 @@
+2
diff --git a/profiles/default/linux/powerpc/ppc32/10.0/eapi b/profiles/default/linux/powerpc/ppc32/10.0/eapi
new file mode 100644
index 000000000000..0cfbf08886fc
--- /dev/null
+++ b/profiles/default/linux/powerpc/ppc32/10.0/eapi
@@ -0,0 +1 @@
+2
diff --git a/profiles/default/linux/powerpc/ppc64/10.0/eapi b/profiles/default/linux/powerpc/ppc64/10.0/eapi
new file mode 100644
index 000000000000..0cfbf08886fc
--- /dev/null
+++ b/profiles/default/linux/powerpc/ppc64/10.0/eapi
@@ -0,0 +1 @@
+2
diff --git a/profiles/default/linux/s390/10.0/eapi b/profiles/default/linux/s390/10.0/eapi
new file mode 100644
index 000000000000..0cfbf08886fc
--- /dev/null
+++ b/profiles/default/linux/s390/10.0/eapi
@@ -0,0 +1 @@
+2
diff --git a/profiles/default/linux/sh/10.0/eapi b/profiles/default/linux/sh/10.0/eapi
new file mode 100644
index 000000000000..0cfbf08886fc
--- /dev/null
+++ b/profiles/default/linux/sh/10.0/eapi
@@ -0,0 +1 @@
+2
diff --git a/profiles/default/linux/sparc/10.0/eapi b/profiles/default/linux/sparc/10.0/eapi
new file mode 100644
index 000000000000..0cfbf08886fc
--- /dev/null
+++ b/profiles/default/linux/sparc/10.0/eapi
@@ -0,0 +1 @@
+2
diff --git a/profiles/default/linux/x86/10.0/eapi b/profiles/default/linux/x86/10.0/eapi
new file mode 100644
index 000000000000..0cfbf08886fc
--- /dev/null
+++ b/profiles/default/linux/x86/10.0/eapi
@@ -0,0 +1 @@
+2
diff --git a/profiles/releases/10.0/eapi b/profiles/releases/10.0/eapi
new file mode 100644
index 000000000000..0cfbf08886fc
--- /dev/null
+++ b/profiles/releases/10.0/eapi
@@ -0,0 +1 @@
+2
diff --git a/profiles/releases/10.0/packages b/profiles/releases/10.0/packages
index 09f7232b501b..ae64e477b6f7 100644
--- a/profiles/releases/10.0/packages
+++ b/profiles/releases/10.0/packages
@@ -1,6 +1,6 @@
# Copyright 2001-2009 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/releases/10.0/packages,v 1.1 2009/08/06 06:30:30 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/releases/10.0/packages,v 1.2 2009/08/17 18:54:28 darkside Exp $
# For instructions on how this file works (as an inclusion mask, primarily),
# please refer to ${PORTDIR}/profiles/base/packages
@@ -14,4 +14,4 @@
>=sys-apps/baselayout-1.12.10-r5
>=sys-devel/binutils-2.18-r1
>=sys-libs/glibc-2.4-r4
->=sys-apps/portage-2.1.4.4
+>=sys-apps/portage-2.1.6.8