Skip to content

Commit

Permalink
sys-libs/libsmbios: Bump v.2.4.2 (new package)
Browse files Browse the repository at this point in the history
  • Loading branch information
geaaru committed Nov 26, 2023
1 parent 6d69789 commit 56e81fb
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 0 deletions.
29 changes: 29 additions & 0 deletions packages/atoms/base-kde6/sys-libs/libsmbios/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: flashrom
version: '>=0'
category: sys-apps
62 changes: 62 additions & 0 deletions packages/atoms/base-kde6/sys-libs/libsmbios/definition.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
name: libsmbios
version: 2.4.2
category: sys-libs
use_flags:
- -doc
- -python_single_target_python3_10
- -python_single_target_python3_7
- -python_single_target_python3_8
- -test
- graphviz
- nls
- python
- python_single_target_python3_9
requires:
- name: python
version: '>=0'
category: dev-lang-3.9
- name: python-exec
version: '>=0'
category: dev-lang-2
- name: libxml2
version: '>=0'
category: dev-libs-2
- name: libintl
version: '>=0'
category: virtual
annotations:
subsets:
rules:
devel:
- ^/usr/include/
portage:
- ^/var/db/pkg/
description: Provide access to (SM)BIOS information
uri:
- http://linux.dell.com/files/libsmbios/
license: GPL-2 OSL-2.0
labels:
BDEPEND: '>=app-portage/elt-patches-20170815 !<sys-devel/gettext-0.18.1.1-r3 ||
( >=sys-devel/automake-1.16.1:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69
>=sys-devel/libtool-2.4'
DEPEND: dev-libs/libxml2 sys-libs/zlib nls? ( virtual/libintl ) python? ( python_single_target_python3_7?
( dev-lang/python:3.7 >=dev-lang/python-exec-2:=[python_targets_python3_7] ) python_single_target_python3_9?
( dev-lang/python:3.9 >=dev-lang/python-exec-2:=[python_targets_python3_9] ) python_single_target_python3_8?
( dev-lang/python:3.8 >=dev-lang/python-exec-2:=[python_targets_python3_8] ) python_single_target_python3_10?
( dev-lang/python:3.10 >=dev-lang/python-exec-2:=[python_targets_python3_10] )
) virtual/pkgconfig doc? ( app-doc/doxygen ) graphviz? ( media-gfx/graphviz )
nls? ( sys-devel/gettext ) test? ( >=dev-util/cppunit-1.9.6 )
IUSE: doc graphviz nls python static-libs test python_single_target_python3_7 python_single_target_python3_9
python_single_target_python3_8 python_single_target_python3_10 python_targets_python3_7
python_targets_python3_9 python_targets_python3_8 python_targets_python3_10
RDEPEND: dev-libs/libxml2 sys-libs/zlib nls? ( virtual/libintl ) python? ( python_single_target_python3_7?
( dev-lang/python:3.7 >=dev-lang/python-exec-2:=[python_targets_python3_7] ) python_single_target_python3_9?
( dev-lang/python:3.9 >=dev-lang/python-exec-2:=[python_targets_python3_9] ) python_single_target_python3_8?
( dev-lang/python:3.8 >=dev-lang/python-exec-2:=[python_targets_python3_8] ) python_single_target_python3_10?
( dev-lang/python:3.10 >=dev-lang/python-exec-2:=[python_targets_python3_10] )
)
emerge.packages: sys-libs/libsmbios
kit: core-kit
original.package.name: sys-libs/libsmbios
original.package.slot: "0"
original.package.version: 2.4.2

0 comments on commit 56e81fb

Please sign in to comment.