Skip to content

Commit

Permalink
sys-libs/zlib-ng: Bump v.2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
geaaru committed Dec 9, 2023
1 parent a0a8f89 commit cb4c8dd
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
29 changes: 29 additions & 0 deletions packages/atoms/base-kde6/sys-libs/zlib-ng/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
prelude:
- |-
export FEATURES="-sandbox -usersandbox -ipc-sandbox -pid-sandbox -network-sandbox" && \
export JOBS={{ ( index .Values.labels "jobs" ) | default "3" }} && \
eval 'mkdir -p /var/cache/portage/distfiles || true' && \
chown portage:portage -R /var/cache/portage/ && \
{{- if .Values.use_flags }}
USE="{{ join " " .Values.use_flags }}" emerge {{ ( index .Values.labels "emerge.packages" ) }} -pv -t && \
{{- else }}
emerge -j ${JOBS} {{ ( index .Values.labels "emerge.packages" ) }} -pv -t && \
{{- end }}
{{- if .Values.use_flags }}
USE="{{ join " " .Values.use_flags }}" emerge -j ${JOBS} --nodeps {{ ( index .Values.labels "emerge.packages" ) }}
{{- else }}
emerge -j ${JOBS} --nodeps {{ ( index .Values.labels "emerge.packages" ) }}
{{- end }}
- export LUET_PORTAGE_CACHE_PACKAGES="/var/cache/portage/packages" && export LUET_PORTAGE_IGNORE_TAR_WARNING=1
&& export LUET_PORTAGE_PKGMETA=1 && export LUET_PORTAGE_PKGFILES=1 && eval 'rm -rf
/pkgdir/ || true' && mkdir -p /pkgdir/{{ .Values.name }} && luet-portage --dir /pkgdir/{{
.Values.name }} {{ ( index .Values.labels "emerge.packages" ) }} && eval 'rm -v
/var/cache/distfiles/* ${LUET_PORTAGE_CACHE_PACKAGES}/* || true'
package_dir: /pkgdir/{{ .Values.name }}
excludes:
- ^/var/cache/portage/
- ^/var/git/
requires:
- name: macaroni-funtoo-race20
version: '>=0'
category: seed
29 changes: 29 additions & 0 deletions packages/atoms/base-kde6/sys-libs/zlib-ng/definition.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: zlib-ng
version: 2.1.5
category: sys-libs
use_flags:
- -compat
- cpu_flags_x86_sse2
- cpu_flags_x86_ssse3
annotations:
subsets:
rules:
devel:
- ^/usr/include/
portage:
- ^/var/db/pkg/
description: zlib replacement with optimizations for "next generation" systems.
uri:
- https://github.com/zlib-ng/zlib-ng
license: ZLIB
labels:
BDEPEND: dev-util/ninja dev-util/cmake
IUSE: compat cpu_flags_x86_avx2 cpu_flags_x86_sse2 cpu_flags_x86_ssse3 cpu_flags_x86_sse4a
cpu_flags_x86_pclmul cpu_flags_arm_crc32 cpu_flags_arm_neon cpu_flags_ppc_vsx2
test
RDEPEND: compat? ( !sys-libs/zlib )
emerge.packages: sys-libs/zlib-ng
kit: core-kit
original.package.name: sys-libs/zlib-ng
original.package.slot: "0"
original.package.version: 2.1.5

0 comments on commit cb4c8dd

Please sign in to comment.