diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2017-01-06 00:26:27 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2017-01-08 13:02:56 +0000 |
commit | a79ecf76c81b7eba4beb50fd5807783facc18b62 (patch) | |
tree | 309554cfe792c17cc49ae137c1791926e49c5af9 | |
parent | sys-kernel/longterm-sources: Version bump (diff) | |
download | portage-a79ecf76c81b7eba4beb50fd5807783facc18b62.tar.xz |
Move as29 category to pants-on
-rw-r--r-- | eclass/linux-build.eclass | 2 | ||||
-rw-r--r-- | metadata/layout.conf | 4 | ||||
-rw-r--r-- | pants-on/base/Manifest (renamed from as29/base/Manifest) | 0 | ||||
-rw-r--r-- | pants-on/base/base-20160903.ebuild (renamed from as29/base/base-20160903.ebuild) | 0 | ||||
-rw-r--r-- | pants-on/base/base-20160926.ebuild (renamed from as29/base/base-20160926.ebuild) | 0 | ||||
-rw-r--r-- | pants-on/base/metadata.xml (renamed from as29/base/metadata.xml) | 0 | ||||
-rw-r--r-- | profiles/categories | 2 | ||||
-rw-r--r-- | profiles/common/package.use | 2 | ||||
-rw-r--r-- | profiles/common/package.use.mask | 2 | ||||
-rw-r--r-- | profiles/common/packages | 2 | ||||
-rw-r--r-- | profiles/repo_name | 2 | ||||
-rw-r--r-- | profiles/updates/1Q-2017 | 1 | ||||
-rwxr-xr-x | scripts/hook-metadata | 2 |
13 files changed, 10 insertions, 9 deletions
diff --git a/eclass/linux-build.eclass b/eclass/linux-build.eclass index 3c87e8fe..0e956cb8 100644 --- a/eclass/linux-build.eclass +++ b/eclass/linux-build.eclass @@ -248,7 +248,7 @@ _linux-build_src_prepare_build() { x509_extensions = ${PF}_exts [ ${PF}_subj ] - O = as29 + O = Pants On CN = ${KBUILD_BUILD_HOST:-${HOSTNAME}} emailAddress = ${KBUILD_BUILD_USER:-${PORTAGE_USERNAME}}@${KBUILD_BUILD_HOST:-${HOSTNAME}}" diff --git a/metadata/layout.conf b/metadata/layout.conf index 0b23e5a5..07648031 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -1,7 +1,7 @@ -repo-name = as29 +repo-name = pants-on # eclass precedence from right to left -masters = gentoo as29 +masters = gentoo pants-on # sign commits in this repo sign-commits = true diff --git a/as29/base/Manifest b/pants-on/base/Manifest index 79a845a4..79a845a4 100644 --- a/as29/base/Manifest +++ b/pants-on/base/Manifest diff --git a/as29/base/base-20160903.ebuild b/pants-on/base/base-20160903.ebuild index 3e9d07d8..3e9d07d8 100644 --- a/as29/base/base-20160903.ebuild +++ b/pants-on/base/base-20160903.ebuild diff --git a/as29/base/base-20160926.ebuild b/pants-on/base/base-20160926.ebuild index 3e9d07d8..3e9d07d8 100644 --- a/as29/base/base-20160926.ebuild +++ b/pants-on/base/base-20160926.ebuild diff --git a/as29/base/metadata.xml b/pants-on/base/metadata.xml index 82f7232e..82f7232e 100644 --- a/as29/base/metadata.xml +++ b/pants-on/base/metadata.xml diff --git a/profiles/categories b/profiles/categories index b9345285..792259f0 100644 --- a/profiles/categories +++ b/profiles/categories @@ -1,2 +1,2 @@ -as29 +pants-on flx diff --git a/profiles/common/package.use b/profiles/common/package.use index 9aec6a44..45c97cf3 100644 --- a/profiles/common/package.use +++ b/profiles/common/package.use @@ -49,7 +49,7 @@ media-gfx/pngcrush system-libs www-client/firefox system-cairo system-icu system-jpeg system-libvpx system-sqlite system-harfbuzz system-libevent # 19/05/2014 - beber -# required by sys-boot/grub::as29 +# required by sys-boot/grub::pants-on sys-libs/ncurses abi_x86_32 # 14/02/2015 - beber diff --git a/profiles/common/package.use.mask b/profiles/common/package.use.mask index f3ad1c1d..3fa4cd64 100644 --- a/profiles/common/package.use.mask +++ b/profiles/common/package.use.mask @@ -1,3 +1,3 @@ # 17/09/2014 - beber -# Needed for sys-boot/grub::as29 +# Needed for sys-boot/grub::pants-on sys-libs/ncurses -abi_x86_32 diff --git a/profiles/common/packages b/profiles/common/packages index 2c518bc1..7f2f3249 100644 --- a/profiles/common/packages +++ b/profiles/common/packages @@ -36,7 +36,7 @@ *sys-process/cronie *sys-process/lsof -*as29/base +*pants-on/base # 25/01/2015 - beber -*sys-apps/busybox diff --git a/profiles/repo_name b/profiles/repo_name index 23d14475..d659072e 100644 --- a/profiles/repo_name +++ b/profiles/repo_name @@ -1 +1 @@ -as29 +pants-on diff --git a/profiles/updates/1Q-2017 b/profiles/updates/1Q-2017 new file mode 100644 index 00000000..a05b4b4d --- /dev/null +++ b/profiles/updates/1Q-2017 @@ -0,0 +1 @@ +move as29/base pants-on/base diff --git a/scripts/hook-metadata b/scripts/hook-metadata index fd5d4244..219ecb22 100755 --- a/scripts/hook-metadata +++ b/scripts/hook-metadata @@ -13,7 +13,7 @@ ROOT="$(git rev-parse --show-toplevel)" REPO="$(< ${ROOT}/profiles/repo_name)" -if [[ "${REPO}" != "as29" ]] ; then +if [[ "${REPO}" != "pants-on" ]] ; then exit 0 fi |