Skip to content

Commit

Permalink
kde-frameworks-5/extra-cmake-modules: Bump v.5.98.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geaaru committed Sep 14, 2023
1 parent 16f5220 commit a0ec861
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 0 deletions.
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: pkcs11-helper
version: '>=0'
category: dev-libs
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: extra-cmake-modules
version: 5.98.0
category: kde-frameworks-5
use_flags:
- -doc
- -test
requires:
- name: libarchive
version: '>=0'
category: app-arch
annotations:
subsets:
rules:
devel:
- ^/usr/include/
portage:
- ^/var/db/pkg/
description: Extra modules and scripts for CMake
uri:
- https://invent.kde.org/frameworks/extra-cmake-modules
license: BSD
labels:
BDEPEND: doc? ( || ( dev-lang/python:3.10 dev-lang/python:3.8 dev-lang/python:3.9
dev-lang/python:3.7 ) || ( ( dev-lang/python:3.10 dev-python/sphinx[python_targets_python3_10(-),python_single_target_python3_10(+)]
) ( dev-lang/python:3.8 dev-python/sphinx[python_targets_python3_8(-),python_single_target_python3_8(+)]
) ( dev-lang/python:3.9 dev-python/sphinx[python_targets_python3_9(-),python_single_target_python3_9(+)]
) ( dev-lang/python:3.7 dev-python/sphinx[python_targets_python3_7(-),python_single_target_python3_7(+)]
) ) >=dev-qt/qthelp-5.15.1:5 ) test? ( >=dev-qt/linguist-tools-5.15.1:5 >=dev-qt/qtcore-5.15.1:5
) dev-util/ninja >=dev-util/cmake-3.9.6
DEPEND: dev-util/desktop-file-utils x11-misc/shared-mime-info dev-util/desktop-file-utils
IUSE: doc test
RDEPEND: app-arch/libarchive[bzip2]
emerge.packages: kde-frameworks/extra-cmake-modules:5
kit: kde-kit
original.package.name: kde-frameworks/extra-cmake-modules
original.package.slot: "5"
original.package.version: 5.98.0

0 comments on commit a0ec861

Please sign in to comment.