Date: Tuesday, January 31, 2023 @ 20:47:54
Author: tpowa
Revision: 467697
archrelease: copy trunk to testing-x86_64
Added:
bash/repos/testing-x86_64/PKGBUILD
(from rev 467696, bash/trunk/PKGBUILD)
bash/repos/testing-x86_64/dot.bash_logout
(from rev 467696, bash/trunk/dot.bash_logout)
bash/repos/testing-x86_64/dot.bash_profile
(from rev 467696, bash/trunk/dot.bash_profile)
bash/repos/testing-x86_64/dot.bashrc
(from rev 467696, bash/trunk/dot.bashrc)
bash/repos/testing-x86_64/keys/
bash/repos/testing-x86_64/system.bash_logout
(from rev 467696, bash/trunk/system.bash_logout)
bash/repos/testing-x86_64/system.bashrc
(from rev 467696, bash/trunk/system.bashrc)
Deleted:
bash/repos/testing-x86_64/PKGBUILD
bash/repos/testing-x86_64/dot.bash_logout
bash/repos/testing-x86_64/dot.bash_profile
bash/repos/testing-x86_64/dot.bashrc
bash/repos/testing-x86_64/keys/
bash/repos/testing-x86_64/system.bash_logout
bash/repos/testing-x86_64/system.bashrc
--------------------+
PKGBUILD | 244 +++++++++++++++++++++++++--------------------------
dot.bash_logout | 6 -
dot.bash_profile | 10 +-
dot.bashrc | 18 +--
system.bash_logout | 6 -
system.bashrc | 48 +++++-----
6 files changed, 166 insertions(+), 166 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-31 20:47:45 UTC (rev 467696)
+++ PKGBUILD 2023-01-31 20:47:54 UTC (rev 467697)
@@ -1,122 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Maintainer: Giancarlo Razzolini <[email protected]>
-# Contributor: Bartłomiej Piotrowski <[email protected]>
-# Contributor: Allan McRae <[email protected]>
-# Contributor: Aaron Griffin <[email protected]>
-
-pkgname=bash
-_basever=5.1
-_patchlevel=016
-pkgver=${_basever}.${_patchlevel}
-pkgrel=2
-pkgdesc='The GNU Bourne Again shell'
-arch=(x86_64)
-license=(GPL)
-url='https://www.gnu.org/software/bash/bash.html'
-backup=(etc/bash.bash{rc,_logout} etc/skel/.bash{rc,_profile,_logout})
-depends=(readline libreadline.so glibc ncurses)
-optdepends=('bash-completion: for tab completion')
-provides=('sh')
-source=(https://ftp.gnu.org/gnu/bash/bash-$_basever.tar.gz{,.sig}
- dot.bashrc
- dot.bash_profile
- dot.bash_logout
- system.bashrc
- system.bash_logout)
-validpgpkeys=('7C0135FB088AAF6C66C650B9BB5869F064EA74AB') # Chet Ramey
-
-if [[ $((10#${_patchlevel})) -gt 0 ]]; then
- for (( _p=1; _p<=$((10#${_patchlevel})); _p++ )); do
- source=(${source[@]}
https://ftp.gnu.org/gnu/bash/bash-$_basever-patches/bash${_basever//.}-$(printf
"%03d" $_p){,.sig})
- done
-fi
-
-prepare() {
- cd $pkgname-$_basever
-
- for (( _p=1; _p<=$((10#${_patchlevel})); _p++ )); do
- echo "applying patch bash${_basever//.}-$(printf "%03d" $_p)"
- patch -p0 -i ../bash${_basever//.}-$(printf "%03d" $_p)
- done
-}
-
-build() {
- cd $pkgname-$_basever
-
-
_bashconfig=(-DDEFAULT_PATH_VALUE=\'\"/usr/local/sbin:/usr/local/bin:/usr/bin\"\'
- -DSTANDARD_UTILS_PATH=\'\"/usr/bin\"\'
- -DSYS_BASHRC=\'\"/etc/bash.bashrc\"\'
- -DSYS_BASH_LOGOUT=\'\"/etc/bash.bash_logout\"\'
- -DNON_INTERACTIVE_LOGIN_SHELLS)
- export CFLAGS="${CFLAGS} ${_bashconfig[@]}"
-
- ./configure \
- --prefix=/usr \
- --with-curses \
- --enable-readline \
- --without-bash-malloc \
- --with-installed-readline
- make
-}
-
-check() {
- make -C $pkgname-$_basever check
-}
-
-package() {
- make -C $pkgname-$_basever DESTDIR="$pkgdir" install
- ln -s bash "$pkgdir/usr/bin/sh"
- ln -s rbash "$pkgdir/usr/bin/rbash"
-
- # system-wide configuration files
- install -Dm644 system.bashrc "$pkgdir/etc/bash.bashrc"
- install -Dm644 system.bash_logout "$pkgdir/etc/bash.bash_logout"
-
- # user configuration file skeletons
- install -dm755 "$pkgdir/etc/skel/"
- install -m644 dot.bashrc "$pkgdir/etc/skel/.bashrc"
- install -m644 dot.bash_profile "$pkgdir/etc/skel/.bash_profile"
- install -m644 dot.bash_logout "$pkgdir/etc/skel/.bash_logout"
-}
-
-sha256sums=('cc012bc860406dcf42f64431bcd3d2fa7560c02915a601aba9cd597a39329baa'
- 'SKIP'
- '3e22bf86ae6708df7a6bceb88c67a00118275f9c0b5268f453dd388af7c43b53'
- 'e149407c2bee17779caec70a7edd3d0000d172e7e4347429b80cb4d55bcec9c2'
- '4330edf340394d0dae50afb04ac2a621f106fe67fb634ec81c4bfb98be2a1eb5'
- '51ceca7cd615ff4e2f8f3373a46ac7bfd453be70bbaddc074cb17f6db1ac7370'
- '025bccfb374a3edce0ff8154d990689f30976b78f7a932dc9a6fcef81821811e'
- 'ebb07b3dbadd98598f078125d0ae0d699295978a5cdaef6282fe19adef45b5fa'
- 'SKIP'
- '15ea6121a801e48e658ceee712ea9b88d4ded022046a6147550790caf04f5dbe'
- 'SKIP'
- '22f2cc262f056b22966281babf4b0a2f84cb7dd2223422e5dcd013c3dcbab6b1'
- 'SKIP'
- '9aaeb65664ef0d28c0067e47ba5652b518298b3b92d33327d84b98b28d873c86'
- 'SKIP'
- 'cccbb5e9e6763915d232d29c713007a62b06e65126e3dd2d1128a0dc5ef46da5'
- 'SKIP'
- '75e17d937de862615c6375def40a7574462210dce88cf741f660e2cc29473d14'
- 'SKIP'
- 'acfcb8c7e9f73457c0fb12324afb613785e0c9cef3315c9bbab4be702f40393a'
- 'SKIP'
- 'f22cf3c51a28f084a25aef28950e8777489072628f972b12643b4534a17ed2d1'
- 'SKIP'
- 'e45cda953ab4b4b4bde6dc34d0d8ca40d1cc502046eb28070c9ebcd47e33c3ee'
- 'SKIP'
- 'a2c8d7b2704eeceff7b1503b7ad9500ea1cb6e9393faebdb3acd2afdd7aeae2a'
- 'SKIP'
- '58191f164934200746f48459a05bca34d1aec1180b08ca2deeee3bb29622027b'
- 'SKIP'
- '10f189c8367c4a15c7392e7bf70d0ff6953f78c9b312ed7622303a779273ab98'
- 'SKIP'
- 'c7acb66df435d284304c16ca83a5265f9edd9368612095b01a733d45c77ed5ad'
- 'SKIP'
- '6a4ee0c81b437b96279a792c1efcec4ba56f009195a318083db6b53b096f83d0'
- 'SKIP'
- '1b37692ef1f6cc3dcec246773443276066e6b1379868f8c14e01f4dfd4df80f0'
- 'SKIP'
- '8899144f76a5db1fb41a89ed881c9f19add95728dd71db324f772ef225c5384f'
- 'SKIP')
-
-# vim: ts=2 sw=2 et:
Copied: bash/repos/testing-x86_64/PKGBUILD (from rev 467696,
bash/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-31 20:47:54 UTC (rev 467697)
@@ -0,0 +1,122 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Maintainer: Giancarlo Razzolini <[email protected]>
+# Contributor: Bartłomiej Piotrowski <[email protected]>
+# Contributor: Allan McRae <[email protected]>
+# Contributor: Aaron Griffin <[email protected]>
+
+pkgname=bash
+_basever=5.1
+_patchlevel=016
+pkgver=${_basever}.${_patchlevel}
+pkgrel=2
+pkgdesc='The GNU Bourne Again shell'
+arch=(x86_64)
+license=(GPL)
+url='https://www.gnu.org/software/bash/bash.html'
+backup=(etc/bash.bash{rc,_logout} etc/skel/.bash{rc,_profile,_logout})
+depends=(readline libreadline.so glibc ncurses)
+optdepends=('bash-completion: for tab completion')
+provides=('sh')
+source=(https://ftp.gnu.org/gnu/bash/bash-$_basever.tar.gz{,.sig}
+ dot.bashrc
+ dot.bash_profile
+ dot.bash_logout
+ system.bashrc
+ system.bash_logout)
+validpgpkeys=('7C0135FB088AAF6C66C650B9BB5869F064EA74AB') # Chet Ramey
+
+if [[ $((10#${_patchlevel})) -gt 0 ]]; then
+ for (( _p=1; _p<=$((10#${_patchlevel})); _p++ )); do
+ source=(${source[@]}
https://ftp.gnu.org/gnu/bash/bash-$_basever-patches/bash${_basever//.}-$(printf
"%03d" $_p){,.sig})
+ done
+fi
+
+prepare() {
+ cd $pkgname-$_basever
+
+ for (( _p=1; _p<=$((10#${_patchlevel})); _p++ )); do
+ echo "applying patch bash${_basever//.}-$(printf "%03d" $_p)"
+ patch -p0 -i ../bash${_basever//.}-$(printf "%03d" $_p)
+ done
+}
+
+build() {
+ cd $pkgname-$_basever
+
+
_bashconfig=(-DDEFAULT_PATH_VALUE=\'\"/usr/local/sbin:/usr/local/bin:/usr/bin\"\'
+ -DSTANDARD_UTILS_PATH=\'\"/usr/bin\"\'
+ -DSYS_BASHRC=\'\"/etc/bash.bashrc\"\'
+ -DSYS_BASH_LOGOUT=\'\"/etc/bash.bash_logout\"\'
+ -DNON_INTERACTIVE_LOGIN_SHELLS)
+ export CFLAGS="${CFLAGS} ${_bashconfig[@]}"
+
+ ./configure \
+ --prefix=/usr \
+ --with-curses \
+ --enable-readline \
+ --without-bash-malloc \
+ --with-installed-readline
+ make
+}
+
+check() {
+ make -C $pkgname-$_basever check
+}
+
+package() {
+ make -C $pkgname-$_basever DESTDIR="$pkgdir" install
+ ln -s bash "$pkgdir/usr/bin/sh"
+ ln -s bash "$pkgdir/usr/bin/rbash"
+
+ # system-wide configuration files
+ install -Dm644 system.bashrc "$pkgdir/etc/bash.bashrc"
+ install -Dm644 system.bash_logout "$pkgdir/etc/bash.bash_logout"
+
+ # user configuration file skeletons
+ install -dm755 "$pkgdir/etc/skel/"
+ install -m644 dot.bashrc "$pkgdir/etc/skel/.bashrc"
+ install -m644 dot.bash_profile "$pkgdir/etc/skel/.bash_profile"
+ install -m644 dot.bash_logout "$pkgdir/etc/skel/.bash_logout"
+}
+
+sha256sums=('cc012bc860406dcf42f64431bcd3d2fa7560c02915a601aba9cd597a39329baa'
+ 'SKIP'
+ '3e22bf86ae6708df7a6bceb88c67a00118275f9c0b5268f453dd388af7c43b53'
+ 'e149407c2bee17779caec70a7edd3d0000d172e7e4347429b80cb4d55bcec9c2'
+ '4330edf340394d0dae50afb04ac2a621f106fe67fb634ec81c4bfb98be2a1eb5'
+ '51ceca7cd615ff4e2f8f3373a46ac7bfd453be70bbaddc074cb17f6db1ac7370'
+ '025bccfb374a3edce0ff8154d990689f30976b78f7a932dc9a6fcef81821811e'
+ 'ebb07b3dbadd98598f078125d0ae0d699295978a5cdaef6282fe19adef45b5fa'
+ 'SKIP'
+ '15ea6121a801e48e658ceee712ea9b88d4ded022046a6147550790caf04f5dbe'
+ 'SKIP'
+ '22f2cc262f056b22966281babf4b0a2f84cb7dd2223422e5dcd013c3dcbab6b1'
+ 'SKIP'
+ '9aaeb65664ef0d28c0067e47ba5652b518298b3b92d33327d84b98b28d873c86'
+ 'SKIP'
+ 'cccbb5e9e6763915d232d29c713007a62b06e65126e3dd2d1128a0dc5ef46da5'
+ 'SKIP'
+ '75e17d937de862615c6375def40a7574462210dce88cf741f660e2cc29473d14'
+ 'SKIP'
+ 'acfcb8c7e9f73457c0fb12324afb613785e0c9cef3315c9bbab4be702f40393a'
+ 'SKIP'
+ 'f22cf3c51a28f084a25aef28950e8777489072628f972b12643b4534a17ed2d1'
+ 'SKIP'
+ 'e45cda953ab4b4b4bde6dc34d0d8ca40d1cc502046eb28070c9ebcd47e33c3ee'
+ 'SKIP'
+ 'a2c8d7b2704eeceff7b1503b7ad9500ea1cb6e9393faebdb3acd2afdd7aeae2a'
+ 'SKIP'
+ '58191f164934200746f48459a05bca34d1aec1180b08ca2deeee3bb29622027b'
+ 'SKIP'
+ '10f189c8367c4a15c7392e7bf70d0ff6953f78c9b312ed7622303a779273ab98'
+ 'SKIP'
+ 'c7acb66df435d284304c16ca83a5265f9edd9368612095b01a733d45c77ed5ad'
+ 'SKIP'
+ '6a4ee0c81b437b96279a792c1efcec4ba56f009195a318083db6b53b096f83d0'
+ 'SKIP'
+ '1b37692ef1f6cc3dcec246773443276066e6b1379868f8c14e01f4dfd4df80f0'
+ 'SKIP'
+ '8899144f76a5db1fb41a89ed881c9f19add95728dd71db324f772ef225c5384f'
+ 'SKIP')
+
+# vim: ts=2 sw=2 et:
Deleted: dot.bash_logout
===================================================================
--- dot.bash_logout 2023-01-31 20:47:45 UTC (rev 467696)
+++ dot.bash_logout 2023-01-31 20:47:54 UTC (rev 467697)
@@ -1,3 +0,0 @@
-#
-# ~/.bash_logout
-#
Copied: bash/repos/testing-x86_64/dot.bash_logout (from rev 467696,
bash/trunk/dot.bash_logout)
===================================================================
--- dot.bash_logout (rev 0)
+++ dot.bash_logout 2023-01-31 20:47:54 UTC (rev 467697)
@@ -0,0 +1,3 @@
+#
+# ~/.bash_logout
+#
Deleted: dot.bash_profile
===================================================================
--- dot.bash_profile 2023-01-31 20:47:45 UTC (rev 467696)
+++ dot.bash_profile 2023-01-31 20:47:54 UTC (rev 467697)
@@ -1,5 +0,0 @@
-#
-# ~/.bash_profile
-#
-
-[[ -f ~/.bashrc ]] && . ~/.bashrc
Copied: bash/repos/testing-x86_64/dot.bash_profile (from rev 467696,
bash/trunk/dot.bash_profile)
===================================================================
--- dot.bash_profile (rev 0)
+++ dot.bash_profile 2023-01-31 20:47:54 UTC (rev 467697)
@@ -0,0 +1,5 @@
+#
+# ~/.bash_profile
+#
+
+[[ -f ~/.bashrc ]] && . ~/.bashrc
Deleted: dot.bashrc
===================================================================
--- dot.bashrc 2023-01-31 20:47:45 UTC (rev 467696)
+++ dot.bashrc 2023-01-31 20:47:54 UTC (rev 467697)
@@ -1,9 +0,0 @@
-#
-# ~/.bashrc
-#
-
-# If not running interactively, don't do anything
-[[ $- != *i* ]] && return
-
-alias ls='ls --color=auto'
-PS1='[\u@\h \W]\$ '
Copied: bash/repos/testing-x86_64/dot.bashrc (from rev 467696,
bash/trunk/dot.bashrc)
===================================================================
--- dot.bashrc (rev 0)
+++ dot.bashrc 2023-01-31 20:47:54 UTC (rev 467697)
@@ -0,0 +1,9 @@
+#
+# ~/.bashrc
+#
+
+# If not running interactively, don't do anything
+[[ $- != *i* ]] && return
+
+alias ls='ls --color=auto'
+PS1='[\u@\h \W]\$ '
Deleted: system.bash_logout
===================================================================
--- system.bash_logout 2023-01-31 20:47:45 UTC (rev 467696)
+++ system.bash_logout 2023-01-31 20:47:54 UTC (rev 467697)
@@ -1,3 +0,0 @@
-#
-# /etc/bash.bash_logout
-#
Copied: bash/repos/testing-x86_64/system.bash_logout (from rev 467696,
bash/trunk/system.bash_logout)
===================================================================
--- system.bash_logout (rev 0)
+++ system.bash_logout 2023-01-31 20:47:54 UTC (rev 467697)
@@ -0,0 +1,3 @@
+#
+# /etc/bash.bash_logout
+#
Deleted: system.bashrc
===================================================================
--- system.bashrc 2023-01-31 20:47:45 UTC (rev 467696)
+++ system.bashrc 2023-01-31 20:47:54 UTC (rev 467697)
@@ -1,24 +0,0 @@
-#
-# /etc/bash.bashrc
-#
-
-# If not running interactively, don't do anything
-[[ $- != *i* ]] && return
-
-[[ $DISPLAY ]] && shopt -s checkwinsize
-
-PS1='[\u@\h \W]\$ '
-
-case ${TERM} in
-
Eterm*|alacritty*|aterm*|foot*|gnome*|konsole*|kterm*|putty*|rxvt*|tmux*|xterm*)
- PROMPT_COMMAND+=('printf "\033]0;%s@%s:%s\007" "${USER}" "${HOSTNAME%%.*}"
"${PWD/#$HOME/\~}"')
-
- ;;
- screen*)
- PROMPT_COMMAND+=('printf "\033_%s@%s:%s\033\\" "${USER}" "${HOSTNAME%%.*}"
"${PWD/#$HOME/\~}"')
- ;;
-esac
-
-if [[ -r /usr/share/bash-completion/bash_completion ]]; then
- . /usr/share/bash-completion/bash_completion
-fi
Copied: bash/repos/testing-x86_64/system.bashrc (from rev 467696,
bash/trunk/system.bashrc)
===================================================================
--- system.bashrc (rev 0)
+++ system.bashrc 2023-01-31 20:47:54 UTC (rev 467697)
@@ -0,0 +1,24 @@
+#
+# /etc/bash.bashrc
+#
+
+# If not running interactively, don't do anything
+[[ $- != *i* ]] && return
+
+[[ $DISPLAY ]] && shopt -s checkwinsize
+
+PS1='[\u@\h \W]\$ '
+
+case ${TERM} in
+
Eterm*|alacritty*|aterm*|foot*|gnome*|konsole*|kterm*|putty*|rxvt*|tmux*|xterm*)
+ PROMPT_COMMAND+=('printf "\033]0;%s@%s:%s\007" "${USER}" "${HOSTNAME%%.*}"
"${PWD/#$HOME/\~}"')
+
+ ;;
+ screen*)
+ PROMPT_COMMAND+=('printf "\033_%s@%s:%s\033\\" "${USER}" "${HOSTNAME%%.*}"
"${PWD/#$HOME/\~}"')
+ ;;
+esac
+
+if [[ -r /usr/share/bash-completion/bash_completion ]]; then
+ . /usr/share/bash-completion/bash_completion
+fi