Skip to content

Commit

Permalink
dev-libs-3/libpcre: Bump v.8.44
Browse files Browse the repository at this point in the history
  • Loading branch information
geaaru committed Aug 12, 2023
1 parent 1158163 commit 6be4cc5
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 0 deletions.
19 changes: 19 additions & 0 deletions packages/atoms/base/dev-libs-3/libpcre/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
42 changes: 42 additions & 0 deletions packages/atoms/base/dev-libs-3/libpcre/definition.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: libpcre
version: "8.44"
category: dev-libs-3
use_flags:
- -libedit
- bzip2
- readline
- zlib
requires:
- name: bzip2
version: '>=0'
category: app-arch
- name: readline
version: '>=0'
category: sys-libs
- name: zlib
version: '>=0'
category: sys-libs
annotations:
subsets:
rules:
devel:
- ^/usr/include/
portage:
- ^/var/db/pkg/
description: Perl-compatible regular expression library
uri:
- http://www.pcre.org/
license: BSD
labels:
DEPEND: bzip2? ( app-arch/bzip2 ) zlib? ( sys-libs/zlib ) libedit? ( dev-libs/libedit
) readline? ( sys-libs/readline:0= ) virtual/pkgconfig >=app-portage/elt-patches-20170815
IUSE: bzip2 +cxx +jit libedit pcre16 +pcre32 +readline +recursion-limit static-libs
unicode zlib abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32
abi_s390_32 abi_s390_64
RDEPEND: bzip2? ( app-arch/bzip2 ) zlib? ( sys-libs/zlib ) libedit? ( dev-libs/libedit
) readline? ( sys-libs/readline:0= )
emerge.packages: dev-libs/libpcre:3
kit: core-kit
original.package.name: dev-libs/libpcre
original.package.slot: "3"
original.package.version: "8.44"

0 comments on commit 6be4cc5

Please sign in to comment.