Skip to content

Commit

Permalink
app-portage/elt-patches: Bump v.20170826.1
Browse files Browse the repository at this point in the history
  • Loading branch information
geaaru committed Aug 13, 2023
1 parent b32babe commit 73fd6a7
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
22 changes: 22 additions & 0 deletions packages/atoms/base/app-portage/elt-patches/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
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
- name: funtoo-base
version: '>=0'
category: seed
26 changes: 26 additions & 0 deletions packages/atoms/base/app-portage/elt-patches/definition.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: elt-patches
version: "20170826.1"
category: app-portage
requires:
- name: gentoo-functions
version: '>=0'
category: sys-apps
annotations:
subsets:
rules:
devel:
- ^/usr/include/
portage:
- ^/var/db/pkg/
description: Collection of patches for libtool.eclass
uri:
- https://gitweb.gentoo.org/proj/elt-patches.git/
license: GPL-2
labels:
DEPEND: app-arch/xz-utils
RDEPEND: sys-apps/gentoo-functions
emerge.packages: app-portage/elt-patches
kit: core-kit
original.package.name: app-portage/elt-patches
original.package.slot: "0"
original.package.version: "20170826.1"

0 comments on commit 73fd6a7

Please sign in to comment.