[arch-commits] Commit in python2-pylorcon/repos/community-any (PKGBUILD PKGBUILD)

Alexander Rødseth arodseth at nymeria.archlinux.org
Sat Jan 18 18:59:57 UTC 2014


    Date: Saturday, January 18, 2014 @ 19:59:57
  Author: arodseth
Revision: 104351

archrelease: copy trunk to community-any

Added:
  python2-pylorcon/repos/community-any/PKGBUILD
    (from rev 104350, python2-pylorcon/trunk/PKGBUILD)
Deleted:
  python2-pylorcon/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-18 18:59:49 UTC (rev 104350)
+++ PKGBUILD	2014-01-18 18:59:57 UTC (rev 104351)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Brad Fanella <bradfanella at archlinux.us>
-# Contributor: fnord0 <fnord0 AT riseup DOT net>
-
-pkgname=python2-pylorcon
-pkgver=2
-pkgrel=3
-_pyver=2.7
-pkgdesc='Wrapper for the LORCON (Loss Of Radio CONnectivity) library'
-arch=('any')
-url='https://github.com/tom5760/pylorcon2'
-license=('GPL2')
-depends=("python2>=$pyver" 'lorcon')
-replaces=('pylorcon')
-source=("pylorcon2.zip::https://github.com/tom5760/pylorcon$pkgver/zipball/master")
-sha256sums=('194bf213b67823f657e22c025fce6664c66ac0cb8be7b4a497584c01fa6deaec')
-
-build() {
-  cd "$srcdir/tom5760-pylorcon2-aeb74d1/"
-
-  sed -i '0,/on/s//on2/' lorcon.py
-}
-
-package() {
-  cd "$srcdir/tom5760-pylorcon2-aeb74d1/"
-
-  install -Dm644 lorcon.py \
-    "$pkgdir/usr/lib/python2.7/site-packages/PyLorcon2.py"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python2-pylorcon/repos/community-any/PKGBUILD (from rev 104350, python2-pylorcon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-01-18 18:59:57 UTC (rev 104351)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Brad Fanella <bradfanella at archlinux.us>
+# Contributor: fnord0 <fnord0 AT riseup DOT net>
+
+pkgname=python2-pylorcon
+pkgver=2
+pkgrel=4
+_pyver=2.7
+pkgdesc='Wrapper for the LORCON (Loss Of Radio CONnectivity) library'
+arch=('any')
+url='https://github.com/tom5760/pylorcon2'
+license=('GPL2')
+depends=("python2>=$_pyver" 'lorcon')
+replaces=('pylorcon')
+source=("pylorcon2.zip::https://github.com/tom5760/pylorcon$pkgver/zipball/master")
+sha256sums=('b67bf17028188bccc94c127d161ed35bbf7a4209b88af97c2694e39ee2da6b0d')
+
+build() {
+  cd "tom5760-pylorcon2-aeb74d1/"
+  sed -i '0,/on/s//on2/' lorcon.py
+}
+
+package() {
+  cd "tom5760-pylorcon2-aeb74d1/"
+  install -Dm644 lorcon.py \
+    "$pkgdir/usr/lib/python2.7/site-packages/PyLorcon2.py"
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list