diff options
author | Andreas Hüttel <dilfridge@gentoo.org> | 2014-03-16 21:50:58 +0000 |
---|---|---|
committer | Andreas Hüttel <dilfridge@gentoo.org> | 2014-03-16 21:50:58 +0000 |
commit | a44fe48d42d4ccb2918c4c37cf43259c578320fc (patch) | |
tree | 75deeff9dde23a77cc2fa4f302b74cadc2020e2f | |
parent | adding init scripts (diff) | |
download | historical-a44fe48d42d4ccb2918c4c37cf43259c578320fc.tar.gz historical-a44fe48d42d4ccb2918c4c37cf43259c578320fc.tar.bz2 historical-a44fe48d42d4ccb2918c4c37cf43259c578320fc.zip |
Increase EAPI to 5 and move empty stable mask/force files here
-rw-r--r-- | profiles/base/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/base/eapi | 1 | ||||
-rw-r--r-- | profiles/base/package.use.stable.force | 6 | ||||
-rw-r--r-- | profiles/base/use.stable.force | 6 | ||||
-rw-r--r-- | profiles/base/use.stable.mask | 6 |
5 files changed, 24 insertions, 1 deletions
diff --git a/profiles/base/ChangeLog b/profiles/base/ChangeLog index 7301616854ce..cd7178a11f56 100644 --- a/profiles/base/ChangeLog +++ b/profiles/base/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for Gentoo base-profile # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.650 2014/03/16 08:23:40 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.651 2014/03/16 21:50:58 dilfridge Exp $ + + 16 Mar 2014; Andreas K. Huettel <dilfridge@gentoo.org> +eapi, + +package.use.stable.force, +use.stable.force, +use.stable.mask: + Increase EAPI to 5 and move empty stable mask/force files here 16 Mar 2014; Michał Górny <mgorny@gentoo.org> use.mask: Mask new PyPy flags. diff --git a/profiles/base/eapi b/profiles/base/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/base/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/base/package.use.stable.force b/profiles/base/package.use.stable.force new file mode 100644 index 000000000000..1d151dbad3a9 --- /dev/null +++ b/profiles/base/package.use.stable.force @@ -0,0 +1,6 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.stable.force,v 1.1 2014/03/16 21:50:58 dilfridge Exp $ + +# This file requires eapi 5 or later. New entries go on top. +# Please use the same syntax as in package.use.force diff --git a/profiles/base/use.stable.force b/profiles/base/use.stable.force new file mode 100644 index 000000000000..c4a1bf872fdf --- /dev/null +++ b/profiles/base/use.stable.force @@ -0,0 +1,6 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/base/use.stable.force,v 1.1 2014/03/16 21:50:58 dilfridge Exp $ + +# This file requires eapi 5 or later. New entries go on top. +# Please use the same syntax as in use.force diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask new file mode 100644 index 000000000000..2c6c7b9c9229 --- /dev/null +++ b/profiles/base/use.stable.mask @@ -0,0 +1,6 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/base/use.stable.mask,v 1.1 2014/03/16 21:50:58 dilfridge Exp $ + +# This file requires eapi 5 or later. New entries go on top. +# Please use the same syntax as in use.mask |