summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2023-01-06 19:07:25 +0000
committerTim Biermann <tbier@posteo.de>2023-01-06 19:07:25 +0000
commit72931e5a4d0be2966e95dd9247d5b291cd208f09 (patch)
treee2918dec1b9d563fa7cfb9535b242f42d269a3c0
parent23cfee08253924ea38fb1f6bafdabfa935c41bfd (diff)
downloadcontrib-72931e5a4d0be2966e95dd9247d5b291cd208f09.tar.gz
contrib-72931e5a4d0be2966e95dd9247d5b291cd208f09.tar.xz
yarn-gallium: dropped
-rw-r--r--yarn-gallium/.footprint22
-rw-r--r--yarn-gallium/.signature5
-rw-r--r--yarn-gallium/Pkgfile19
3 files changed, 0 insertions, 46 deletions
diff --git a/yarn-gallium/.footprint b/yarn-gallium/.footprint
deleted file mode 100644
index 064d1c1d8..000000000
--- a/yarn-gallium/.footprint
+++ /dev/null
@@ -1,22 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/opt/
-drwxr-xr-x root/root usr/opt/nodejs-lts-gallium/
-drwxr-xr-x root/root usr/opt/nodejs-lts-gallium/bin/
-lrwxrwxrwx root/root usr/opt/nodejs-lts-gallium/bin/yarn -> /usr/opt/nodejs-lts-gallium/lib/node_modules/yarn/bin/yarn.js
-lrwxrwxrwx root/root usr/opt/nodejs-lts-gallium/bin/yarnpkg -> /usr/opt/nodejs-lts-gallium/lib/node_modules/yarn/bin/yarn.js
-drwxr-xr-x root/root usr/opt/nodejs-lts-gallium/lib/
-drwxr-xr-x root/root usr/opt/nodejs-lts-gallium/lib/node_modules/
-drwxr-xr-x root/root usr/opt/nodejs-lts-gallium/lib/node_modules/yarn/
--rw-r--r-- root/root usr/opt/nodejs-lts-gallium/lib/node_modules/yarn/LICENSE
--rw-r--r-- root/root usr/opt/nodejs-lts-gallium/lib/node_modules/yarn/README.md
-drwxr-xr-x root/root usr/opt/nodejs-lts-gallium/lib/node_modules/yarn/bin/
--rwxr-xr-x root/root usr/opt/nodejs-lts-gallium/lib/node_modules/yarn/bin/yarn
--rwxr-xr-x root/root usr/opt/nodejs-lts-gallium/lib/node_modules/yarn/bin/yarn.cmd
--rwxr-xr-x root/root usr/opt/nodejs-lts-gallium/lib/node_modules/yarn/bin/yarn.js
--rwxr-xr-x root/root usr/opt/nodejs-lts-gallium/lib/node_modules/yarn/bin/yarnpkg
--rwxr-xr-x root/root usr/opt/nodejs-lts-gallium/lib/node_modules/yarn/bin/yarnpkg.cmd
-drwxr-xr-x root/root usr/opt/nodejs-lts-gallium/lib/node_modules/yarn/lib/
--rwxr-xr-x root/root usr/opt/nodejs-lts-gallium/lib/node_modules/yarn/lib/cli.js
--rw-r--r-- root/root usr/opt/nodejs-lts-gallium/lib/node_modules/yarn/lib/v8-compile-cache.js
--rw-r--r-- root/root usr/opt/nodejs-lts-gallium/lib/node_modules/yarn/package.json
--rw-r--r-- root/root usr/opt/nodejs-lts-gallium/lib/node_modules/yarn/preinstall.js
diff --git a/yarn-gallium/.signature b/yarn-gallium/.signature
deleted file mode 100644
index bccafd6a6..000000000
--- a/yarn-gallium/.signature
+++ /dev/null
@@ -1,5 +0,0 @@
-untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF34mkvFdd0C7wlq21v1+gg3fV1VIFKbLotjlQdOv90Jms0MnXuWRLMgzTSuJs/t3Pp9gv4fvuyucEh6csyNx7UQY=
-SHA256 (Pkgfile) = ee3f769056e8088f2b92a0b7a1319a7c219f2763af172cd71cab7a12b8c59284
-SHA256 (.footprint) = 6f63a9daae53bee542105f46731fa09f0a4dd6b02a140c844176374634ce34a7
-SHA256 (yarn-v1.22.19.tar.gz) = 732620bac8b1690d507274f025f3c6cfdc3627a84d9642e38a07452cc00e0f2e
diff --git a/yarn-gallium/Pkgfile b/yarn-gallium/Pkgfile
deleted file mode 100644
index 26546dabe..000000000
--- a/yarn-gallium/Pkgfile
+++ /dev/null
@@ -1,19 +0,0 @@
-# Description: a nodejs package manager
-# URL: https://classic.yarnpkg.com/lang/en/
-# Maintainer: Tim Biermann, tbier at posteo dot de
-# Depends on: nodejs-lts-gallium
-
-name=yarn-gallium
-version=1.22.19
-release=1
-source=(https://github.com/yarnpkg/yarn/releases/download/v$version/yarn-v$version.tar.gz)
-
-build() {
- cd yarn-v$version
- install -dm755 $PKG/usr/opt/nodejs-lts-gallium/lib/node_modules/yarn
- cp -R * $PKG/usr/opt/nodejs-lts-gallium/lib/node_modules/yarn
-
- install -dm755 $PKG/usr/opt/nodejs-lts-gallium/bin
- ln -s /usr/opt/nodejs-lts-gallium/lib/node_modules/yarn/bin/yarn.js $PKG/usr/opt/nodejs-lts-gallium/bin/yarn
- ln -s /usr/opt/nodejs-lts-gallium/lib/node_modules/yarn/bin/yarn.js $PKG/usr/opt/nodejs-lts-gallium/bin/yarnpkg
-}

Generated by cgit