[arch-commits] Commit in scons/repos/extra-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Feb 22 22:28:10 UTC 2019


    Date: Friday, February 22, 2019 @ 22:28:09
  Author: arojas
Revision: 346699

archrelease: copy trunk to extra-any

Added:
  scons/repos/extra-any/PKGBUILD
    (from rev 346698, scons/trunk/PKGBUILD)
Deleted:
  scons/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-22 22:27:51 UTC (rev 346698)
+++ PKGBUILD	2019-02-22 22:28:09 UTC (rev 346699)
@@ -1,30 +0,0 @@
-# Maintainer: Ray Rashif <schiv at archlinux.org>
-# Contributor: damir <damir at archlinux.org>
-# Contributor: Lukas Sabota <punkrockguy318 at comcast.net>
-# Contributor: Brice Carpentier <brice at dlfp.org>
-
-pkgname=scons
-pkgver=3.0.2
-pkgrel=1
-pkgdesc="Extensible Python-based build utility"
-arch=('any')
-url="http://scons.org"
-license=('MIT')
-depends=('python2')
-makedepends=('python2-setuptools')
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('d0afcf8f4c2ea5fa7af3c9321c0cb3ea1c83d137196be10c4cb2c79cc5dade01')
-
-package() {
-  cd $pkgname-$pkgver
-
-  python2 setup.py install --standard-lib \
-                          --prefix=/usr \
-                          --install-data=/usr/share \
-                          --optimize=1 \
-                          --root="$pkgdir"
-
-  # fix for python 2.7
-  sed -i 's:^#!.*bin/env python:#!/usr/bin/env python2:' \
-    "$pkgdir"/usr/bin/*
-}

Copied: scons/repos/extra-any/PKGBUILD (from rev 346698, scons/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-22 22:28:09 UTC (rev 346699)
@@ -0,0 +1,30 @@
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+# Contributor: Lukas Sabota <punkrockguy318 at comcast.net>
+# Contributor: Brice Carpentier <brice at dlfp.org>
+
+pkgname=scons
+pkgver=3.0.4
+pkgrel=1
+pkgdesc="Extensible Python-based build utility"
+arch=('any')
+url="http://scons.org"
+license=('MIT')
+depends=('python2')
+makedepends=('python2-setuptools')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
+sha256sums=('e2b8b36e25492720a05c0f0a92a219b42d11ce0c51e3397a1e8296dfea1d9b1a')
+
+package() {
+  cd $pkgname-$pkgver
+
+  python2 setup.py install --standard-lib \
+                          --prefix=/usr \
+                          --install-data=/usr/share \
+                          --optimize=1 \
+                          --root="$pkgdir"
+
+  # fix for python 2.7
+  sed -i 's:^#!.*bin/env python:#!/usr/bin/env python2:' \
+    "$pkgdir"/usr/bin/*
+}



More information about the arch-commits mailing list