summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2015-02-21 00:25:25 +0300
committerAlexey Shvetsov <alexxy@gentoo.org>2015-02-21 00:25:25 +0300
commitbbb799a9b153ec99b480a6d54648b5d7616ec986 (patch)
treee7a9aa16885a571849151ebd49293b4c3eb1e517
parentupdate to recent changes (diff)
downloadalexxy-bbb799a9b153ec99b480a6d54648b5d7616ec986.tar.gz
alexxy-bbb799a9b153ec99b480a6d54648b5d7616ec986.tar.bz2
alexxy-bbb799a9b153ec99b480a6d54648b5d7616ec986.zip
Update layout
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
-rw-r--r--metadata/layout.conf1
-rw-r--r--profiles/arch.list44
-rw-r--r--profiles/arch/arm/use.mask10
-rw-r--r--profiles/arch/m68k/use.mask10
-rw-r--r--profiles/arch/sparc-fbsd/use.mask10
-rw-r--r--profiles/arch/sparc/use.mask10
-rw-r--r--profiles/arch/x86-fbsd/use.mask10
-rw-r--r--profiles/arch/x86/use.mask10
8 files changed, 105 insertions, 0 deletions
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 <gienah@gentoo.org> (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 <gienah@gentoo.org> (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 <gienah@gentoo.org> (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 <gienah@gentoo.org> (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 <gienah@gentoo.org> (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 <gienah@gentoo.org> (26 Apr 2014)
+# mask int64 flag for 32 bits arches
+int64