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

George Rawlinson grawlinson at gemini.archlinux.org
Mon Jul 25 23:47:48 UTC 2022


    Date: Monday, July 25, 2022 @ 23:47:47
  Author: grawlinson
Revision: 1258631

archrelease: copy trunk to community-x86_64

Added:
  oil/repos/community-x86_64/PKGBUILD
    (from rev 1258630, oil/trunk/PKGBUILD)
  oil/repos/community-x86_64/oil.install
    (from rev 1258630, 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-07-25 23:46:52 UTC (rev 1258630)
+++ PKGBUILD	2022-07-25 23:47:47 UTC (rev 1258631)
@@ -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.11.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=('6c1730e24fd6fc6a4f9a0c1bf6aaf1b7c254110abc8c6b65d943004475f3a395bbc347fa14aee0f91175795090f30fc9d42cdf33ef0f8177b65da6c8238aedcc')
-b2sums=('2eff314cb184ba158945afc78c38d10010d8e11454704a13a47468ccf27e9e219a4ac8faed531ecf931fd3ed9204110e485ed35e172ab23d8eff35de5e28c3d0')
-
-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 1258630, oil/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-25 23:47:47 UTC (rev 1258631)
@@ -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.12.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=('4e78d08cdf32bc3cbf49d09784f7edb1fdd7e974834cba3024d3b709fca3ecf7b29425d48a90fe7e442516dc2c459c4554c25b8691897ad7ffdd7f2a1b06368a')
+b2sums=('c9be75456fe02219c38e289914288bd43617db6d3d772298090423d122b2faf9dc06e180f8444c16eb74479ed9f9d93e903fbae268412d19b3c4b6660b3ce919')
+
+build() {
+	cd "$pkgname-$pkgver"
+
+	./configure \
+    --prefix=/usr \
+    --with-readline
+
+	make
+}
+
+package() {
+	cd "$pkgname-$pkgver"
+
+	make DESTDIR="$pkgdir" install
+}

Deleted: oil.install
===================================================================
--- oil.install	2022-07-25 23:46:52 UTC (rev 1258630)
+++ oil.install	2022-07-25 23:47:47 UTC (rev 1258631)
@@ -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 1258630, oil/trunk/oil.install)
===================================================================
--- oil.install	                        (rev 0)
+++ oil.install	2022-07-25 23:47:47 UTC (rev 1258631)
@@ -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