Date: Friday, October 7, 2022 @ 20:50:59
  Author: grawlinson
Revision: 1324311

archrelease: copy trunk to community-x86_64

Added:
  oil/repos/community-x86_64/PKGBUILD
    (from rev 1324310, oil/trunk/PKGBUILD)
  oil/repos/community-x86_64/oil.install
    (from rev 1324310, 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-10-07 20:50:15 UTC (rev 1324310)
+++ PKGBUILD    2022-10-07 20:50:59 UTC (rev 1324311)
@@ -1,37 +0,0 @@
-# Maintainer: George Rawlinson <[email protected]>
-# Contributor: Yigit Sever <yigit at yigitsever dot com>
-# Contributor: Qontinuum <[email protected]>
-# Contributor: timetoplatypus <[email protected]>
-# Contributor: andychu <[email protected]>
-
-pkgname=oil
-pkgver=0.12.6
-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=('ad48448b55b868286e34d82795d4783b0ba200877755cf34b7d95df1683af5cf53e22233528be8cecdf434643cc7d5179ca960b812202cfed5b3ec152bbc296e')
-b2sums=('bf36e2eb81dcf7fcd78f7e73bcaa7251b4fa72dc5878ddc380b89e6eb49350984562dd13a1940f4360c237fa8cae1d88ef310cf3a69b71ba91b77528c19a1d9a')
-
-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 1324310, 
oil/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-10-07 20:50:59 UTC (rev 1324311)
@@ -0,0 +1,37 @@
+# Maintainer: George Rawlinson <[email protected]>
+# Contributor: Yigit Sever <yigit at yigitsever dot com>
+# Contributor: Qontinuum <[email protected]>
+# Contributor: timetoplatypus <[email protected]>
+# Contributor: andychu <[email protected]>
+
+pkgname=oil
+pkgver=0.12.7
+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=('f727212c81d54fc46c4366faa243ae986d772a8c49cc85494dc606ce443daa3e8e6aa5dc70f68a369db55007a98031775ef48ef122f00654739cd26667a2369d')
+b2sums=('9e7bc27e9f8fc3bec7f4d1efc1a8de21af8c0ad7e9a1fbc430deca69787cfb02740b39e04df83fb7f1b03384658b4d620e614a357bd0f67390d69df771499c28')
+
+build() {
+       cd "$pkgname-$pkgver"
+
+       ./configure \
+    --prefix=/usr \
+    --with-readline
+
+       make
+}
+
+package() {
+       cd "$pkgname-$pkgver"
+
+       make DESTDIR="$pkgdir" install
+}

Deleted: oil.install
===================================================================
--- oil.install 2022-10-07 20:50:15 UTC (rev 1324310)
+++ oil.install 2022-10-07 20:50:59 UTC (rev 1324311)
@@ -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 1324310, 
oil/trunk/oil.install)
===================================================================
--- oil.install                         (rev 0)
+++ oil.install 2022-10-07 20:50:59 UTC (rev 1324311)
@@ -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
+}

Reply via email to