Skip to content

Commit

Permalink
dev-lang/mono: Bump v.6.12.0.199 (new package)
Browse files Browse the repository at this point in the history
  • Loading branch information
geaaru committed Nov 16, 2023
1 parent 83dfa2e commit 523ba6d
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 0 deletions.
29 changes: 29 additions & 0 deletions packages/atoms/base-lang2/dev-lang/mono/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: libgdiplus
version: '>=0'
category: dev-dotnet
39 changes: 39 additions & 0 deletions packages/atoms/base-lang2/dev-lang/mono/definition.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name: mono
version: 6.12.0.199
category: dev-lang
use_flags:
- -nls
- -pax_kernel
- ia64
requires:
- name: libgdiplus
version: '>=0'
category: dev-dotnet
- name: libunwind
version: '>=0'
category: sys-libs
annotations:
subsets:
rules:
devel:
- ^/usr/include/
portage:
- ^/var/db/pkg/
description: Mono runtime and class libraries, a C# compiler/interpreter
uri:
- https://mono-project.com
license: MIT LGPL-2.1 GPL-2 BSD-4 NPL-1.1 Ms-PL GPL-2-with-linking-exception IDPL
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-dotnet/libgdiplus-6.0.2 ia64? ( sys-libs/libunwind ) nls? ( sys-devel/gettext
) sys-devel/bc virtual/yacc pax_kernel? ( sys-apps/elfix ) dev-util/cmake'
IUSE: nls pax_kernel xen doc kernel_linux
RDEPEND: '>=dev-dotnet/libgdiplus-6.0.2 ia64? ( sys-libs/libunwind ) nls? ( sys-devel/gettext
)'
emerge.packages: dev-lang/mono
kit: lang-kit
original.package.name: dev-lang/mono
original.package.slot: "0"
original.package.version: 6.12.0.199

0 comments on commit 523ba6d

Please sign in to comment.