[arch-commits] Commit in oil/repos/community-x86_64 (4 files)

George Rawlinson grawlinson at gemini.archlinux.org
Sun May 22 07:29:27 UTC 2022


    Date: Sunday, May 22, 2022 @ 07:29:26
  Author: grawlinson
Revision: 1209972

archrelease: copy trunk to community-x86_64

Added:
  oil/repos/community-x86_64/PKGBUILD
    (from rev 1209971, oil/trunk/PKGBUILD)
  oil/repos/community-x86_64/oil.install
    (from rev 1209971, oil/trunk/oil.install)
Deleted:
  oil/repos/community-x86_64/PKGBUILD
  oil/repos/community-x86_64/oil.install

-------------+
 PKGBUILD    |   74 +++++++++++++++++++++++++++++-----------------------------
 oil.install |   24 +++++++++---------
 2 files changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-22 07:28:27 UTC (rev 1209971)
+++ PKGBUILD	2022-05-22 07:29:26 UTC (rev 1209972)
@@ -1,37 +0,0 @@
-# Maintainer: George Rawlinson <grawlinson at archlinux.org>
-# Contributor: Yigit Sever <yigit at yigitsever dot com>
-# Contributor: Qontinuum <qontinuum at artixlinux.org>
-# Contributor: timetoplatypus <timetoplatypus at protonmail.com>
-# Contributor: andychu <andy at oilshell.org>
-
-pkgname=oil
-pkgver=0.10.0
-pkgrel=1
-pkgdesc='A new Unix shell'
-arch=('x86_64')
-url='https://www.oilshell.org'
-license=('Apache')
-depends=('readline')
-makedepends=('bash')
-replaces=('osh')
-install=oil.install
-options=('!lto' '!strip')
-source=("$url/download/$pkgname-$pkgver.tar.xz")
-sha512sums=('f3de36a5a93c3bf855219007b4e7dda4be0cbf0ed65926e5572f7a9c381c6b4c13f76ff0e71219cd7d426a7c5d0e47e29f33cd306db7ac4051cf04f6a9931852')
-b2sums=('66bb02ebe78f8cf0e7dbcf9a719069310a03eed0ec471f9ace8a2b4d47797bb45ed973661cdf1f319fe62ccad4880cb6a34f8ccfd54440f9acd7de8c27b81887')
-
-build() {
-	cd "$pkgname-$pkgver"
-
-	./configure \
-    --prefix=/usr \
-    --with-readline
-
-	make
-}
-
-package() {
-	cd "$pkgname-$pkgver"
-
-	make DESTDIR="$pkgdir" install
-}

Copied: oil/repos/community-x86_64/PKGBUILD (from rev 1209971, oil/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-22 07:29:26 UTC (rev 1209972)
@@ -0,0 +1,37 @@
+# Maintainer: George Rawlinson <grawlinson at archlinux.org>
+# Contributor: Yigit Sever <yigit at yigitsever dot com>
+# Contributor: Qontinuum <qontinuum at artixlinux.org>
+# Contributor: timetoplatypus <timetoplatypus at protonmail.com>
+# Contributor: andychu <andy at oilshell.org>
+
+pkgname=oil
+pkgver=0.10.1
+pkgrel=1
+pkgdesc='A new Unix shell'
+arch=('x86_64')
+url='https://www.oilshell.org'
+license=('Apache')
+depends=('readline')
+makedepends=('bash')
+replaces=('osh')
+install=oil.install
+options=('!lto' '!strip')
+source=("$url/download/$pkgname-$pkgver.tar.xz")
+sha512sums=('76d16787c0df4b8c3bbcbd006c2114db0501427c028066a398edcf3cce3f57a3b38f78e15a31637333edc2cf56a13d344d6f6200644f1915a8806f9d2d6bc411')
+b2sums=('3a142dbd04a228bf6efbb75fb4c2c2559a52060cc3bb86b0c36605d29a64d287e02f4eafb499c9ca68afae6e8fbc8da2670fb2b594c41bba30d18e9910b83dfe')
+
+build() {
+	cd "$pkgname-$pkgver"
+
+	./configure \
+    --prefix=/usr \
+    --with-readline
+
+	make
+}
+
+package() {
+	cd "$pkgname-$pkgver"
+
+	make DESTDIR="$pkgdir" install
+}

Deleted: oil.install
===================================================================
--- oil.install	2022-05-22 07:28:27 UTC (rev 1209971)
+++ oil.install	2022-05-22 07:29:26 UTC (rev 1209972)
@@ -1,12 +0,0 @@
-post_install() {
-  grep -Fqx /bin/osh /etc/shells || echo /bin/osh >>/etc/shells
-  grep -Fqx /usr/bin/osh /etc/shells || echo /usr/bin/osh >>/etc/shells
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  sed -i -r '/^(\/usr)?\/bin\/osh$/d' etc/shells
-}

Copied: oil/repos/community-x86_64/oil.install (from rev 1209971, oil/trunk/oil.install)
===================================================================
--- oil.install	                        (rev 0)
+++ oil.install	2022-05-22 07:29:26 UTC (rev 1209972)
@@ -0,0 +1,12 @@
+post_install() {
+  grep -Fqx /bin/osh /etc/shells || echo /bin/osh >>/etc/shells
+  grep -Fqx /usr/bin/osh /etc/shells || echo /usr/bin/osh >>/etc/shells
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  sed -i -r '/^(\/usr)?\/bin\/osh$/d' etc/shells
+}



More information about the arch-commits mailing list