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

George Rawlinson grawlinson at gemini.archlinux.org
Sun Mar 27 06:44:19 UTC 2022


    Date: Sunday, March 27, 2022 @ 06:44:18
  Author: grawlinson
Revision: 1177144

archrelease: copy trunk to community-x86_64

Added:
  oil/repos/community-x86_64/PKGBUILD
    (from rev 1177143, oil/trunk/PKGBUILD)
  oil/repos/community-x86_64/oil.install
    (from rev 1177143, 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-03-27 06:42:03 UTC (rev 1177143)
+++ PKGBUILD	2022-03-27 06:44:18 UTC (rev 1177144)
@@ -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.9.8
-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=('0031873ccbe569410976acf5a68f9c09ab9d1fd5b79b321aad9dee2d2a1ec5112de88f787052b999a0090ee94cd5d2fa7af0296307997e7b46f9806fe96cea8f')
-b2sums=('05968245089e2e66e06612975106feea729b1c4bb16facba0fd6f519e748b0c90553bd83d839867653129f84aa1a4ba9be09f2d9a521a47426c9de722aa0e3ac')
-
-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 1177143, oil/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-27 06:44:18 UTC (rev 1177144)
@@ -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.9.9
+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=('86e83e0697252682c2f73a731b698e4ac850c93f5a867773609f3d67be41cae54f3d0bd2da215084e597f21385222f1693d0c0478c17f58648bf9027119eeb31')
+b2sums=('f2a9cd7b001154d567ebcb3cd2918e25f625d2a4e6b068bac889cc2c8ccd330106604026a799d91c9f86014dcbd31a169cdd0e72a6cf1358cba3dc09a12990ce')
+
+build() {
+	cd "$pkgname-$pkgver"
+
+	./configure \
+    --prefix=/usr \
+    --with-readline
+
+	make
+}
+
+package() {
+	cd "$pkgname-$pkgver"
+
+	make DESTDIR="$pkgdir" install
+}

Deleted: oil.install
===================================================================
--- oil.install	2022-03-27 06:42:03 UTC (rev 1177143)
+++ oil.install	2022-03-27 06:44:18 UTC (rev 1177144)
@@ -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 1177143, oil/trunk/oil.install)
===================================================================
--- oil.install	                        (rev 0)
+++ oil.install	2022-03-27 06:44:18 UTC (rev 1177144)
@@ -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