[arch-commits] Commit in setconf/repos (4 files)

Alexander Rødseth arodseth at nymeria.archlinux.org
Thu May 2 13:36:01 UTC 2013


    Date: Thursday, May 2, 2013 @ 15:36:01
  Author: arodseth
Revision: 89807

archrelease: copy trunk to community-x86_64, community-i686

Added:
  setconf/repos/community-i686/PKGBUILD
    (from rev 89806, setconf/trunk/PKGBUILD)
  setconf/repos/community-x86_64/PKGBUILD
    (from rev 89806, setconf/trunk/PKGBUILD)
Deleted:
  setconf/repos/community-i686/PKGBUILD
  setconf/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   72 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   35 ---------------------
 community-x86_64/PKGBUILD |   35 ---------------------
 3 files changed, 72 insertions(+), 70 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-05-02 12:38:26 UTC (rev 89806)
+++ community-i686/PKGBUILD	2013-05-02 13:36:01 UTC (rev 89807)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-
-pkgname=setconf
-pkgver=0.5.3
-pkgrel=1
-pkgdesc='Utility to easily change settings in configuration files or Makefiles'
-arch=('x86_64' 'i686')
-url='http://setconf.roboticoverlords.org/'
-license=('GPL2')
-depends=('pcre' 'gc')
-# Comment out the makedepends if you're on a platform not supported by shedskin
-makedepends=('shedskin')
-source=("http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz")
-sha256sums=('f063b308bcebefe139418587527262ffce776584b1952224ec9a41d0562d55b6')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  [ -x /usr/bin/shedskin ] && shedskin "$pkgname.py" && make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  if [ -e "$pkgname" ]; then
-    install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
-  else
-    depends=('python')
-    install -Dm755 "$pkgname.py" "$pkgdir/usr/bin/$pkgname"
-  fi
-  install -Dm644 "$pkgname.1.gz" "$pkgdir/usr/share/man/man1/$pkgname.1.gz"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: setconf/repos/community-i686/PKGBUILD (from rev 89806, setconf/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-05-02 13:36:01 UTC (rev 89807)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+
+pkgname=setconf
+pkgver=0.5.3
+pkgrel=2
+pkgdesc='Utility to easily change settings in configuration files or Makefiles'
+arch=('x86_64' 'i686')
+url='http://setconf.roboticoverlords.org/'
+license=('GPL2')
+depends=('pcre' 'gc')
+if [ "$CARCH" == 'x86_64' ] || [ "$CARCH" == 'i686' ]; then
+  makedepends=('shedskin')
+fi
+source=("http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz")
+sha256sums=('f063b308bcebefe139418587527262ffce776584b1952224ec9a41d0562d55b6')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  [ -x /usr/bin/shedskin ] && shedskin "$pkgname.py" && make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  if [ -e "$pkgname" ]; then
+    install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
+  else
+    depends=('python')
+    install -Dm755 "$pkgname.py" "$pkgdir/usr/bin/$pkgname"
+  fi
+  install -Dm644 "$pkgname.1.gz" "$pkgdir/usr/share/man/man1/$pkgname.1.gz"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-05-02 12:38:26 UTC (rev 89806)
+++ community-x86_64/PKGBUILD	2013-05-02 13:36:01 UTC (rev 89807)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-
-pkgname=setconf
-pkgver=0.5.3
-pkgrel=1
-pkgdesc='Utility to easily change settings in configuration files or Makefiles'
-arch=('x86_64' 'i686')
-url='http://setconf.roboticoverlords.org/'
-license=('GPL2')
-depends=('pcre' 'gc')
-# Comment out the makedepends if you're on a platform not supported by shedskin
-makedepends=('shedskin')
-source=("http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz")
-sha256sums=('f063b308bcebefe139418587527262ffce776584b1952224ec9a41d0562d55b6')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  [ -x /usr/bin/shedskin ] && shedskin "$pkgname.py" && make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  if [ -e "$pkgname" ]; then
-    install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
-  else
-    depends=('python')
-    install -Dm755 "$pkgname.py" "$pkgdir/usr/bin/$pkgname"
-  fi
-  install -Dm644 "$pkgname.1.gz" "$pkgdir/usr/share/man/man1/$pkgname.1.gz"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: setconf/repos/community-x86_64/PKGBUILD (from rev 89806, setconf/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-05-02 13:36:01 UTC (rev 89807)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+
+pkgname=setconf
+pkgver=0.5.3
+pkgrel=2
+pkgdesc='Utility to easily change settings in configuration files or Makefiles'
+arch=('x86_64' 'i686')
+url='http://setconf.roboticoverlords.org/'
+license=('GPL2')
+depends=('pcre' 'gc')
+if [ "$CARCH" == 'x86_64' ] || [ "$CARCH" == 'i686' ]; then
+  makedepends=('shedskin')
+fi
+source=("http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz")
+sha256sums=('f063b308bcebefe139418587527262ffce776584b1952224ec9a41d0562d55b6')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  [ -x /usr/bin/shedskin ] && shedskin "$pkgname.py" && make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  if [ -e "$pkgname" ]; then
+    install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
+  else
+    depends=('python')
+    install -Dm755 "$pkgname.py" "$pkgdir/usr/bin/$pkgname"
+  fi
+  install -Dm644 "$pkgname.1.gz" "$pkgdir/usr/share/man/man1/$pkgname.1.gz"
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list