Skip to content

Commit

Permalink
sys-libs/minizip-ng: Bump v.4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
geaaru committed Dec 9, 2023
1 parent cb4c8dd commit cfddf77
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 0 deletions.
32 changes: 32 additions & 0 deletions packages/atoms/base-kde6/sys-libs/minizip-ng/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
prelude:
- >-
sed -i '/-3.0.7-system-gtest.patch/d'
/var/git/meta-repo/kits/core-kit/sys-libs/minizip-ng/minizip-ng-4.0.1.ebuild
- |-
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: zlib-ng
version: '>=0'
category: sys-libs
49 changes: 49 additions & 0 deletions packages/atoms/base-kde6/sys-libs/minizip-ng/definition.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
name: minizip-ng
version: 4.0.3
category: sys-libs
use_flags:
- -compat
- -test
- openssl
- zstd
requires:
- name: bzip2
version: '>=0'
category: app-arch
- name: zstd
version: '>=0'
category: app-arch
- name: openssl
version: '>=0'
category: dev-libs
- name: zlib-ng
version: '>=0'
category: sys-libs
- name: libiconv
version: '>=0'
category: virtual
annotations:
subsets:
rules:
devel:
- ^/usr/include/
portage:
- ^/var/db/pkg/
description: Fork of the popular zip manipulation library found in the zlib distribution.
uri:
- https://github.com/zlib-ng/minizip-ng
license: ZLIB
labels:
BDEPEND: dev-util/ninja dev-util/cmake
DEPEND: app-arch/bzip2 app-arch/xz-utils sys-libs/zlib-ng virtual/libiconv compat?
( !sys-libs/zlib[minizip] ) openssl? ( dev-libs/openssl:= ) zstd? ( app-arch/zstd:=
) test? ( dev-cpp/gtest )
IUSE: compat openssl test zstd
RDEPEND: app-arch/bzip2 app-arch/xz-utils sys-libs/zlib-ng virtual/libiconv compat?
( !sys-libs/zlib[minizip] ) openssl? ( dev-libs/openssl:= ) zstd? ( app-arch/zstd:=
)
emerge.packages: sys-libs/minizip-ng
kit: core-kit
original.package.name: sys-libs/minizip-ng
original.package.slot: "0"
original.package.version: 4.0.3

0 comments on commit cfddf77

Please sign in to comment.