Skip to content

Commit

Permalink
dev-libs/libunistring: Bump v.0.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
geaaru committed Aug 12, 2023
1 parent 2ac12b1 commit e0c9e72
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
19 changes: 19 additions & 0 deletions packages/atoms/base/dev-libs/libunistring/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
23 changes: 23 additions & 0 deletions packages/atoms/base/dev-libs/libunistring/definition.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: libunistring
version: 0.9.10
category: dev-libs
annotations:
subsets:
rules:
devel:
- ^/usr/include/
portage:
- ^/var/db/pkg/
description: Library for manipulating Unicode and C strings according to Unicode standard
uri:
- https://www.gnu.org/software/libunistring/
license: LGPL-3 GPL-3
labels:
DEPEND: '>=app-portage/elt-patches-20170815'
IUSE: doc static-libs abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64
abi_mips_o32 abi_s390_32 abi_s390_64
emerge.packages: dev-libs/libunistring
kit: core-kit
original.package.name: dev-libs/libunistring
original.package.slot: "0"
original.package.version: 0.9.10

0 comments on commit e0c9e72

Please sign in to comment.