[gentoo-commits] proj/releng:master commit in: tools-systemd/portage.amd64/package.use/, tools-systemd/, ...

2020-12-19 Thread Anthony G. Basile
commit: c2551192129966e98a59bbab79721cdbd440d34f
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat Dec 19 20:42:16 2020 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Dec 19 20:42:16 2020 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=c2551192

tools-systemd: deprecated

Signed-off-by: Anthony G. Basile  gentoo.org>

 tools-systemd/.gitignore   |  3 -
 tools-systemd/catalyst.conf.local  | 31 -
 tools-systemd/clean.sh |  6 --
 tools-systemd/common.sh| 61 --
 .../portage.amd64/package.use/releng/iputils   |  1 -
 tools-systemd/portage.amd64/package.use/releng/pam |  1 -
 tools-systemd/portage.amd64/package.use/util-linux |  1 -
 tools-systemd/portage.arm64/package.use/glibc  |  1 -
 .../portage.arm64/package.use/releng/iputils   |  1 -
 tools-systemd/portage.arm64/package.use/releng/pam |  1 -
 tools-systemd/portage.arm64/package.use/util-linux |  1 -
 .../portage.i686/package.use/releng/iputils|  1 -
 tools-systemd/portage.i686/package.use/releng/pam  |  1 -
 tools-systemd/portage.i686/package.use/util-linux  |  1 -
 tools-systemd/run-arm64.sh | 46 --
 tools-systemd/run.sh   | 61 --
 tools-systemd/stage-all.conf.template  |  9 ---
 tools-systemd/stage4-amd64.spec| 74 --
 18 files changed, 301 deletions(-)

diff --git a/tools-systemd/.gitignore b/tools-systemd/.gitignore
deleted file mode 100644
index 2315a4e4..
--- a/tools-systemd/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-*log
-*err
-stage*.conf

diff --git a/tools-systemd/catalyst.conf.local 
b/tools-systemd/catalyst.conf.local
deleted file mode 100644
index 91d3c926..
--- a/tools-systemd/catalyst.conf.local
+++ /dev/null
@@ -1,31 +0,0 @@
-# Custom catalyst.conf file
-
-digests="sha512 whirlpool"
-
-contents="auto"
-
-distdir="/release/tmp/distfiles"
-
-envscript="/etc/catalyst/catalystrc"
-
-hash_function="crc32"
-
-#options="autoresume bindist kerncache pkgcache seedcache snapcache"
-options="autoresume bindist kerncache pkgcache seedcache"
-
-portdir="/usr/portage"
-
-repo_basedir="/var/db/repos"
-repo_name="gentoo"
-target_distdir="/var/cache/distfiles"
-target_pkgdir="/var/cache/binpkgs"
-
-sharedir="/usr/share/catalyst"
-
-shdir="%(sharedir)s/targets"
-
-snapshot_cache="/release/buildroot/alt-dev/snapshot_cache"
-
-storedir="/release/buildroot/alt-dev"
-
-source_matching="strict"

diff --git a/tools-systemd/clean.sh b/tools-systemd/clean.sh
deleted file mode 100755
index 916c4eb4..
--- a/tools-systemd/clean.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-
-# This just removes the temporary conf err and log
-# files generated during a run
-
-rm -f *conf *err *log

diff --git a/tools-systemd/common.sh b/tools-systemd/common.sh
deleted file mode 100644
index 60aac2a2..
--- a/tools-systemd/common.sh
+++ /dev/null
@@ -1,61 +0,0 @@
-#!/bin/bash
-
-source $(pwd)/catalyst.conf.local
-
-mydate=$(date +%Y%m%d)
-
-
-undo_grsec() {
-  [[ -d /proc/sys/kernel/grsecurity ]] || return
-  for i in /proc/sys/kernel/grsecurity/chroot_* ; do
-echo 0 > $i
-  done
-}
-
-
-banner() {
-cat << EOF | tee -a zzz.log > stage$1-$2-systemd.log
-
-
-*stage$1-$2-systemd
-"
-
-EOF
-}
-
-
-do_stages() {
-  local arch=$1
-
-  for s in 1 2 3; do
-local tgpath="${storedir}/builds/systemd/${arch}"
-local target="stage${s}-${arch}-systemd-${mydate}.tar.bz2"
-local tglink="stage${s}-${arch}-systemd.tar.bz2"
-if [[ ! -f "${tgpath}/${tglink}" ]]; then
-   touch stage${s}-${arch}-systemd.log
-   echo "!!! ${tglink} at ${tgpath} doesn't exist" \
- | tee -a zzz.log \
- > stage${s}-${arch}-systemd.err
-   return 1
-fi
-
-banner ${s} ${arch}
-catalyst -c $(pwd)/catalyst.conf.local \
-  -f stage${s}-${arch}-systemd.conf \
-  | tee -a zzz.log \
-  > stage${s}-${arch}-systemd.log \
-  2> stage${s}-${arch}-systemd.err
-
-if [[ -f "${tgpath}/${target}" ]]; then
-  rm -f "${tgpath}/${tglink}"
-  ln -s ${target} "${tgpath}/${tglink}"
-else
-  echo "!!! ${target} was not generated" \
-| tee -a zzz.log \
->stage${s}-${arch}-systemd.err
-  return 1
-fi
-  done
-
-  return 0
-}

diff --git a/tools-systemd/portage.amd64/package.use/releng/iputils 
b/tools-systemd/portage.amd64/package.use/releng/iputils
deleted file mode 100644
index 9cde931b..
--- a/tools-systemd/portage.amd64/package.use/releng/iputils
+++ /dev/null
@@ -1 +0,0 @@
-net-misc/iputils -caps -filecaps

diff --git a/tools-systemd/portage.amd64/package.use/releng/pam 
b/tools-systemd/portage.amd64/package.use/releng/pam

[gentoo-commits] proj/releng:master commit in: tools-systemd/portage.amd64/package.use/, ...

2018-06-18 Thread Anthony G. Basile
commit: 7689550ee1abb97506de9ac118e2161d5eec1e17
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon Jun 18 22:31:40 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Jun 18 22:31:40 2018 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=7689550e

tools-systemd: add static-libs for util-linux

 tools-systemd/portage.amd64/package.use/util-linux | 1 +
 tools-systemd/portage.i686/package.use/util-linux  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/tools-systemd/portage.amd64/package.use/util-linux 
b/tools-systemd/portage.amd64/package.use/util-linux
new file mode 100644
index ..2c80720e
--- /dev/null
+++ b/tools-systemd/portage.amd64/package.use/util-linux
@@ -0,0 +1 @@
+sys-apps/util-linux static-libs

diff --git a/tools-systemd/portage.i686/package.use/util-linux 
b/tools-systemd/portage.i686/package.use/util-linux
new file mode 100644
index ..2c80720e
--- /dev/null
+++ b/tools-systemd/portage.i686/package.use/util-linux
@@ -0,0 +1 @@
+sys-apps/util-linux static-libs