Skip to content

Commit

Permalink
sys-fs/udftools: Bump v.2.1 (new package)
Browse files Browse the repository at this point in the history
  • Loading branch information
geaaru committed Nov 18, 2023
1 parent 03c62d5 commit f4c6f9d
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 0 deletions.
29 changes: 29 additions & 0 deletions packages/atoms/base-fs/sys-fs/udftools/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: macaroni-funtoo-race8
version: '>=0'
category: seed
26 changes: 26 additions & 0 deletions packages/atoms/base-fs/sys-fs/udftools/definition.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: udftools
version: "2.1"
category: sys-fs
requires:
- name: readline
version: '>=0'
category: sys-libs
annotations:
subsets:
rules:
devel:
- ^/usr/include/
portage:
- ^/var/db/pkg/
description: Ben Fennema's tools for packet writing and the UDF filesystem
uri:
- https://github.com/pali/udftools/ https://sourceforge.net/projects/linux-udf/
license: GPL-2
labels:
DEPEND: sys-libs/readline:0= virtual/pkgconfig
RDEPEND: sys-libs/readline:0=
emerge.packages: sys-fs/udftools
kit: core-kit
original.package.name: sys-fs/udftools
original.package.slot: "0"
original.package.version: "2.1"

0 comments on commit f4c6f9d

Please sign in to comment.