diff options
author | Bertrand Jacquin <beber@meleeweb.net> | 2013-05-27 22:50:55 +0200 |
---|---|---|
committer | Bertrand Jacquin <beber@meleeweb.net> | 2013-05-27 23:22:30 +0200 |
commit | 7b21ba5b262605314cb29d4cacb600ea526d4476 (patch) | |
tree | 65da02b252b50c6db47c26740f75137581c6fd2b | |
parent | app-admin/apache-tools: handle cross compiling (diff) | |
download | portage-7b21ba5b262605314cb29d4cacb600ea526d4476.tar.xz |
initial work on own profile, embedded only for now
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | metadata/layout.conf | 13 | ||||
-rw-r--r-- | profiles/boest/alix3/parent | 2 | ||||
-rw-r--r-- | profiles/boest/make.defaults | 1 | ||||
-rw-r--r-- | profiles/boest/parent | 1 |
5 files changed, 17 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore deleted file mode 100644 index f989833d..00000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -metadata/layout.conf diff --git a/metadata/layout.conf b/metadata/layout.conf new file mode 100644 index 00000000..401204a9 --- /dev/null +++ b/metadata/layout.conf @@ -0,0 +1,13 @@ +repo-name = as29 + +# eclass precedence from right to left +masters = gentoo as29 + +# customize the set of hashes generated for Manifest entries +manifest-hashes = SHA256 WHIRLPOOL + +# indicate that paths such as 'gentoo:targets/desktop' or ':targets/desktop' in +# profile parent files can be used to express paths relative to the root +# 'profiles' directory of a repository (when the repo name is omitted before +# the colon, it refers to the current repository the parent file is inside) +profile-formats = portage-2 diff --git a/profiles/boest/alix3/parent b/profiles/boest/alix3/parent new file mode 100644 index 00000000..84f50d2e --- /dev/null +++ b/profiles/boest/alix3/parent @@ -0,0 +1,2 @@ +.. +gentoo:arch/x86 diff --git a/profiles/boest/make.defaults b/profiles/boest/make.defaults new file mode 100644 index 00000000..094c8668 --- /dev/null +++ b/profiles/boest/make.defaults @@ -0,0 +1 @@ +ELIBC="glibc" diff --git a/profiles/boest/parent b/profiles/boest/parent new file mode 100644 index 00000000..9995243a --- /dev/null +++ b/profiles/boest/parent @@ -0,0 +1 @@ +gentoo:embedded |