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

Ray Rashif schiv at nymeria.archlinux.org
Tue Mar 18 15:57:06 UTC 2014


    Date: Tuesday, March 18, 2014 @ 16:57:06
  Author: schiv
Revision: 208187

archrelease: copy trunk to extra-any

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

----------+
 PKGBUILD |   72 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 37 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-18 15:56:55 UTC (rev 208186)
+++ PKGBUILD	2014-03-18 15:57:06 UTC (rev 208187)
@@ -1,35 +0,0 @@
-# $Id$
-# 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=2.3.0
-pkgrel=1
-pkgdesc="Extensible Python-based build utility"
-arch=('any')
-url="http://scons.org"
-license=('MIT')
-depends=('python2')
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('083ce5624d6adcbdaf2526623f456ca9')
-
-package() {
-  cd "$srcdir/$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/*
-
-  install -Dm644 LICENSE.txt \
-    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: scons/repos/extra-any/PKGBUILD (from rev 208186, scons/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-03-18 15:57:06 UTC (rev 208187)
@@ -0,0 +1,37 @@
+# $Id$
+# 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>
+
+# reminder: scons moving towards py3 as of Mar 2014 and 2.3.1
+
+pkgname=scons
+pkgver=2.3.1
+pkgrel=1
+pkgdesc="Extensible Python-based build utility"
+arch=('any')
+url="http://scons.org"
+license=('MIT')
+depends=('python2')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('60a3cfb98b661df9f4406c61b5686bd7')
+
+package() {
+  cd "$srcdir/$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/*
+
+  install -Dm644 LICENSE.txt \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list