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

George Rawlinson grawlinson at gemini.archlinux.org
Sun Aug 21 07:39:47 UTC 2022


    Date: Sunday, August 21, 2022 @ 07:39:47
  Author: grawlinson
Revision: 1271709

archrelease: copy trunk to community-x86_64

Added:
  oil/repos/community-x86_64/PKGBUILD
    (from rev 1271707, oil/trunk/PKGBUILD)
  oil/repos/community-x86_64/oil.install
    (from rev 1271707, 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-08-21 07:39:42 UTC (rev 1271708)
+++ PKGBUILD	2022-08-21 07:39:47 UTC (rev 1271709)
@@ -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.12.3
-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=('662312704ff80e474904d7859fbbdefcb3fa0787e3ba4797d7981e320daa78cbea0302fed2ebbd38e1a663bcc7d44fbfdc27b3bb2e28bf5c1067eafd02184b6a')
-b2sums=('d7240fc00118c65932aa2511865fea18d4139c28eb546c61c8125b56e7260835ecbc21682b3599d0cf683fc9c49cf784f7436059e4d195c1414a69f03d6e448b')
-
-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 1271707, oil/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-21 07:39:47 UTC (rev 1271709)
@@ -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.4
+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=('1083be4730f63ebde9d7214339552e0132dfc9e27b76f9c78f7c5d88b25d61bf06a3031b370ad42fae3cae85b714b9669d9e1929fa9a6bd797d351e68cb452a8')
+b2sums=('1e0e81b67f40635dddd47ee1de8d3ecbfa74ac0fadd54798a18c1a8b2d05dd9af43d385b21d772fd5afcfb84edf8857de0b969c09eb9030114f604b97051ec32')
+
+build() {
+	cd "$pkgname-$pkgver"
+
+	./configure \
+    --prefix=/usr \
+    --with-readline
+
+	make
+}
+
+package() {
+	cd "$pkgname-$pkgver"
+
+	make DESTDIR="$pkgdir" install
+}

Deleted: oil.install
===================================================================
--- oil.install	2022-08-21 07:39:42 UTC (rev 1271708)
+++ oil.install	2022-08-21 07:39:47 UTC (rev 1271709)
@@ -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 1271707, oil/trunk/oil.install)
===================================================================
--- oil.install	                        (rev 0)
+++ oil.install	2022-08-21 07:39:47 UTC (rev 1271709)
@@ -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