Skip to content

Commit

Permalink
www-plugins-stable/chrome-binary-plugins: Bump v.86.0.4240.75
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Rondina committed Aug 2, 2023
1 parent 39bb075 commit 85f2966
Show file tree
Hide file tree
Showing 3 changed files with 61 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: macaroni-security-base
version: '>=0'
category: seed
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: chrome-binary-plugins
version: 86.0.4240.75
category: www-plugins-stable
requires:
- name: macaroni-security-base
version: '>=0'
category: seed
annotations:
subsets:
rules:
devel:
- ^/usr/include/
portage:
- ^/var/db/pkg/
description: Binary plugins from Google Chrome for use in Chromium
uri:
- https://www.google.com/chrome
license: google-chrome
labels:
RDEPEND: dev-libs/glib:2 dev-libs/nspr dev-libs/nss !www-plugins/chrome-binary-plugins:0
!www-plugins/chrome-binary-plugins:beta !www-plugins/chrome-binary-plugins:unstable
emerge.packages: www-plugins/chrome-binary-plugins:stable
kit: browser-kit
original.package.name: www-plugins/chrome-binary-plugins
original.package.slot: stable
original.package.version: 86.0.4240.75
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
shell:
- /bin/bash
- -c
install:
- source /etc/profile && macaronictl env-update && whip hook gtk.mime_update_db &&
whip hook gtk.glib_update_schemas && whip hook gtk.gtk_update_icons

0 comments on commit 85f2966

Please sign in to comment.