Skip to content

Commit

Permalink
dev-qt-5/qtconcurrent: Bump v.5.15.2+10
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Rondina committed Mar 29, 2023
1 parent 42c4f86 commit c105ff4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 21 deletions.
29 changes: 15 additions & 14 deletions packages/atoms/base/dev-qt-5/qtconcurrent/build.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +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"
- 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
- 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 }}
requires:
- name: funtoo-base
version: '>=0'
category: seed
excludes:
- ^/var/cache/portage/
- ^/var/git/
- ^/var/cache/portage/
- ^/var/git/
requires:
- name: funtoo-base
version: '>=0'
category: seed
10 changes: 3 additions & 7 deletions packages/atoms/base/dev-qt-5/qtconcurrent/definition.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
name: qtconcurrent
version: 5.15.2+9
version: 5.15.2+10
category: dev-qt-5
use_flags:
- -test
requires:
- name: qtcore
version: '>=0'
category: dev-qt-5
annotations:
subsets:
rules:
Expand All @@ -16,7 +12,7 @@ annotations:
- ^/var/db/pkg/
description: Multi-threading concurrence support library for the Qt5 framework
uri:
- https://www.qt.io/
- https://community.kde.org/Qt5PatchCollection https://invent.kde.org/qt/qt/ https://www.qt.io/
license: '|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3'
labels:
BDEPEND: dev-lang/perl virtual/pkgconfig
Expand All @@ -27,4 +23,4 @@ labels:
kit: qt-kit
original.package.name: dev-qt/qtconcurrent
original.package.slot: "5"
original.package.version: 5.15.2_p20230208
original.package.version: 5.15.2_p20230325

0 comments on commit c105ff4

Please sign in to comment.