commit: bbb799a9b153ec99b480a6d54648b5d7616ec986 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org> AuthorDate: Fri Feb 20 21:25:25 2015 +0000 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org> CommitDate: Fri Feb 20 21:25:25 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=dev/alexxy.git;a=commit;h=bbb799a9
Update layout Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org> --- metadata/layout.conf | 1 + profiles/arch.list | 44 +++++++++++++++++++++++++++++++++++++++ profiles/arch/arm/use.mask | 10 +++++++++ profiles/arch/m68k/use.mask | 10 +++++++++ profiles/arch/sparc-fbsd/use.mask | 10 +++++++++ profiles/arch/sparc/use.mask | 10 +++++++++ profiles/arch/x86-fbsd/use.mask | 10 +++++++++ profiles/arch/x86/use.mask | 10 +++++++++ 8 files changed, 105 insertions(+) diff --git a/metadata/layout.conf b/metadata/layout.conf index 431422d..37f821c 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -1,3 +1,4 @@ +repo-name = alexxy masters = gentoo sign-manifests = false sign-commits = true diff --git a/profiles/arch.list b/profiles/arch.list new file mode 100644 index 0000000..db7b9fa --- /dev/null +++ b/profiles/arch.list @@ -0,0 +1,44 @@ +alpha +amd64 +amd64-fbsd +arm +hppa +ia64 +m68k +mips +ppc +ppc64 +s390 +sh +sparc +sparc-fbsd +x86 +x86-fbsd + +# Prefix keywords +ppc-aix +x86-freebsd +x64-freebsd +sparc64-freebsd +hppa-hpux +ia64-hpux +x86-interix +amd64-linux +arm-linux +ia64-linux +ppc64-linux +x86-linux +ppc-macos +x86-macos +x64-macos +m68k-mint +x86-netbsd +ppc-openbsd +x86-openbsd +x64-openbsd +sparc-solaris +sparc64-solaris +x64-solaris +x86-solaris +x86-winnt +x86-cygwin diff --git a/profiles/arch/arm/use.mask b/profiles/arch/arm/use.mask new file mode 100644 index 0000000..7424662 --- /dev/null +++ b/profiles/arch/arm/use.mask @@ -0,0 +1,10 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +# Unmask the flag which corresponds to ARCH. +-arm + +# Mark Wright <[email protected]> (26 Apr 2014) +# mask int64 flag for 32 bits arches +int64 diff --git a/profiles/arch/m68k/use.mask b/profiles/arch/m68k/use.mask new file mode 100644 index 0000000..ad6adcd --- /dev/null +++ b/profiles/arch/m68k/use.mask @@ -0,0 +1,10 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +# Unmask the flag which corresponds to ARCH. +-m68k + +# Mark Wright <[email protected]> (26 Apr 2014) +# mask int64 flag for 32 bits arches +int64 diff --git a/profiles/arch/sparc-fbsd/use.mask b/profiles/arch/sparc-fbsd/use.mask new file mode 100644 index 0000000..0eb6ec7 --- /dev/null +++ b/profiles/arch/sparc-fbsd/use.mask @@ -0,0 +1,10 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +# Unmask the flag which corresponds to ARCH. +-sparc-fbsd + +# Mark Wright <[email protected]> (26 Apr 2014) +# mask int64 flag for 32 bits arches +int64 diff --git a/profiles/arch/sparc/use.mask b/profiles/arch/sparc/use.mask new file mode 100644 index 0000000..69bf4d9 --- /dev/null +++ b/profiles/arch/sparc/use.mask @@ -0,0 +1,10 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +# Unmask the flag which corresponds to ARCH. +-sparc + +# Mark Wright <[email protected]> (26 Apr 2014) +# mask int64 flag for 32 bits arches +int64 diff --git a/profiles/arch/x86-fbsd/use.mask b/profiles/arch/x86-fbsd/use.mask new file mode 100644 index 0000000..570fd5c --- /dev/null +++ b/profiles/arch/x86-fbsd/use.mask @@ -0,0 +1,10 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +# Unmask the flag which corresponds to ARCH. +-x86-fbsd + +# Mark Wright <[email protected]> (26 Apr 2014) +# mask int64 flag for 32 bits arches +int64 diff --git a/profiles/arch/x86/use.mask b/profiles/arch/x86/use.mask new file mode 100644 index 0000000..05775ff --- /dev/null +++ b/profiles/arch/x86/use.mask @@ -0,0 +1,10 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +# Unmask the flag which corresponds to ARCH. +-x86 + +# Mark Wright <[email protected]> (26 Apr 2014) +# mask int64 flag for 32 bits arches +int64
