Skip to content

Commit

Permalink
app-arch/tar: Bump v.1.35
Browse files Browse the repository at this point in the history
  • Loading branch information
geaaru committed Aug 12, 2023
1 parent b28052b commit 6ed334f
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 0 deletions.
19 changes: 19 additions & 0 deletions packages/atoms/base/app-arch/tar/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
35 changes: 35 additions & 0 deletions packages/atoms/base/app-arch/tar/definition.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: tar
version: "1.35"
category: app-arch
use_flags:
- -elibc_glibc
- -selinux
- acl
- nls
- xattr
requires:
- name: acl
version: '>=0'
category: virtual
annotations:
subsets:
rules:
devel:
- ^/usr/include/
portage:
- ^/var/db/pkg/
description: Use this to make tarballs :)
uri:
- https://www.gnu.org/software/tar/
license: GPL-3+
labels:
BDEPEND: nls? ( sys-devel/gettext )
DEPEND: acl? ( virtual/acl ) selinux? ( sys-libs/libselinux ) xattr? ( elibc_glibc?
( sys-apps/attr ) )
IUSE: acl elibc_glibc minimal nls selinux userland_GNU xattr
RDEPEND: acl? ( virtual/acl ) selinux? ( sys-libs/libselinux )
emerge.packages: app-arch/tar
kit: core-kit
original.package.name: app-arch/tar
original.package.slot: "0"
original.package.version: "1.35"

0 comments on commit 6ed334f

Please sign in to comment.