Skip to content

Commit

Permalink
app-shells/bash: Bump v.5.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
geaaru committed Aug 12, 2023
1 parent f02426f commit 19fc8ae
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
19 changes: 19 additions & 0 deletions packages/atoms/base/app-shells/bash/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
env:
- JOBS={{ ( index .Values.labels "jobs" ) | default "3" }}
- LUET_PORTAGE_CACHE_PACKAGES="/var/cache/portage/packages"
- LUET_PORTAGE_IGNORE_TAR_WARNING=1
- LUET_PORTAGE_PKGMETA=1
- LUET_PORTAGE_PKGFILES=1
- FEATURES="-sandbox -usersandbox -ipc-sandbox -pid-sandbox -network-sandbox"
prelude:
- eval 'rm -rf /pkgdir/ || true' && mkdir -p /pkgdir/{{ .Values.name }} && luet-portage
--dir /pkgdir/{{ .Values.name }} {{ ( index .Values.labels "emerge.packages" ) }}
- rm -v /var/cache/distfiles/* ${LUET_PORTAGE_CACHE_PACKAGES}/* || true
package_dir: /pkgdir/{{ .Values.name }}
excludes:
- ^/var/cache/portage/
- ^/var/git/
requires:
- name: funtoo-base
version: '>=0'
category: seed
32 changes: 32 additions & 0 deletions packages/atoms/base/app-shells/bash/definition.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: bash
version: 5.2.15
category: app-shells
use_flags:
- nls
requires:
- name: ncurses
version: '>=0'
category: sys-libs
- name: libintl
version: '>=0'
category: virtual
annotations:
subsets:
rules:
devel:
- ^/usr/include/
portage:
- ^/var/db/pkg/
description: The standard GNU Bourne again shell
uri:
- http://tiswww.case.edu/php/chet/bash/bashtop.html
license: GPL-3
labels:
DEPEND: '>=sys-libs/ncurses-5.2-r2:0= nls? ( virtual/libintl )'
IUSE: afs bashlogger examples mem-scramble +net nls plugins +readline
RDEPEND: '>=sys-libs/ncurses-5.2-r2:0= nls? ( virtual/libintl )'
emerge.packages: app-shells/bash
kit: core-kit
original.package.name: app-shells/bash
original.package.slot: "0"
original.package.version: 5.2.15

0 comments on commit 19fc8ae

Please sign in to comment.