[arch-commits] Commit in wammu/repos/community-any (4 files)

2014-10-13 Thread Ray Rashif
Date: Monday, October 13, 2014 @ 14:31:13
  Author: schiv
Revision: 120609

archrelease: copy trunk to community-any

Added:
  wammu/repos/community-any/PKGBUILD
(from rev 120608, wammu/trunk/PKGBUILD)
  wammu/repos/community-any/wammu.changelog
(from rev 120608, wammu/trunk/wammu.changelog)
Deleted:
  wammu/repos/community-any/PKGBUILD
  wammu/repos/community-any/wammu.changelog

-+
 PKGBUILD|   64 
 wammu.changelog |  142 +++---
 2 files changed, 103 insertions(+), 103 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-13 12:30:56 UTC (rev 120608)
+++ PKGBUILD2014-10-13 12:31:13 UTC (rev 120609)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Corrado 'bardo' Primier 
-# Contributor: cs-cam 
-
-pkgname=wammu
-pkgver=0.36
-pkgrel=4
-pkgdesc="A wxPython-based GUI for Gammu"
-arch=('any')
-url="http://wammu.eu/";
-license=('GPL')
-depends=('gammu' 'wxpython')
-optdepends=('gnome-bluetooth: Bluetooth support'
-'python2-pybluez: Bluetooth support'
-   'notification-daemon: Notifications support')
-source=("http://downloads.sourceforge.net/gammu/$pkgname-$pkgver.tar.bz2";)
-md5sums=('065186e6d08bffd7f95ae46904cb')
-
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  # python2 fix
-  sed -i 's_/usr/bin/env python_/usr/bin/env python2_' setup.py
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: wammu/repos/community-any/PKGBUILD (from rev 120608, 
wammu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-13 12:31:13 UTC (rev 120609)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Corrado 'bardo' Primier 
+# Contributor: cs-cam 
+
+pkgname=wammu
+pkgver=0.37
+pkgrel=1
+pkgdesc="A wxPython-based GUI for Gammu"
+arch=('any')
+url="http://wammu.eu/";
+license=('GPL')
+depends=('gammu' 'wxpython')
+optdepends=('gnome-bluetooth: Bluetooth support'
+'python2-pybluez: Bluetooth support'
+   'notification-daemon: Notifications support')
+source=("http://downloads.sourceforge.net/gammu/$pkgname-$pkgver.tar.bz2";)
+md5sums=('6e78f65f64846c8b38b75a86bfbb9ba3')
+
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # python2 fix
+  sed -i 's_/usr/bin/env python_/usr/bin/env python2_' setup.py
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}

Deleted: wammu.changelog
===
--- wammu.changelog 2014-10-13 12:30:56 UTC (rev 120608)
+++ wammu.changelog 2014-10-13 12:31:13 UTC (rev 120609)
@@ -1,71 +0,0 @@
-2010-12-02 Ray Rashif 
-
-   * Version bump: 0.35
-   upstream release
-
-2010-09-23 Ray Rashif 
-
-   * Version bump: 0.34
-   rebuilt for python(2)
-
-2010-06-30 Ray Rashif 
-
-   * Version bump: 0.33
-
-   * PKGBUILD: src now at sourceforge
-   new changelog array
-
-   * ChangeLog: changed to wammu.changelog
-
-2010-01-25  Corrado Primier  
-
-   * Version bump: 0.32.1
-
-   * PKGBUILD: updated website url
-
-2010-01-05  Corrado Primier  
-
-   * Version bump: 0.31.1
-
-2009-04-14  Corrado Primier  
-
-   * Version bump: 0.30.1
-
-   * PKGBUILD: changed 'python-gammu' dependency in 'gammu'
-
-2008-10-27  Corrado Primier  
-
-   * Version bump: 0.29
-
-2008-08-03  Corrado Primier  
-
-   * Version bump: 0.28
-
-   * PKGBUILD: moved from $startdir/{pkg,usr} to $srcdir/$pkgdir, added
-   optdepends array
-
-   * wammu.install: removed in favour of optdepends array in PKGBUILD
-
-2007-05-13  Corrado Primier  
-
-   * Version bump: 0.27
-
-   * wammu.install: removed post_upgrade() function
-
-2008-03-07  Corrado Primier  
-
-   * Version bump: 0.26
-
-2007-12-19  Corrado Primier  
-
-   * Version bump: 0.25
-
-   * ChangeLog: adapted to specifications
-
-2007-12-06  Corrado Primier  
-
-   * Version bump: 0.24
-
-2007-11-05  Corrado Primier  
-
-   * Version bump: 0.23

Copied: wammu/repos/community-any/wammu.changelog (from rev 120608, 
wammu/trunk/wammu.changelog)
===
--- wammu.changelog (rev 0)
+++ wammu.changelog 2014-10-13 12:31:13 UTC (rev 120609)
@@ -0,0 +1,71 @@
+2010-12-02 Ray Rashif 
+
+   * Version bump: 0.35
+   upstream release
+
+2010-09-23 Ray Rashif 
+
+   * Version bump: 0.34
+   rebuilt for python(2)
+
+2010-06-30 Ray Rashif 
+
+   * Version bump: 0.33
+
+   * PKGBUILD: src now at sourceforge
+   new changelog array
+
+   * ChangeLog: changed to wammu.changelog
+
+2010-01-25  Corrado Primier  
+
+   

[arch-commits] Commit in wammu/repos/community-any (4 files)

2014-07-06 Thread Ray Rashif
Date: Sunday, July 6, 2014 @ 12:47:49
  Author: schiv
Revision: 115165

archrelease: copy trunk to community-any

Added:
  wammu/repos/community-any/PKGBUILD
(from rev 115164, wammu/trunk/PKGBUILD)
  wammu/repos/community-any/wammu.changelog
(from rev 115164, wammu/trunk/wammu.changelog)
Deleted:
  wammu/repos/community-any/PKGBUILD
  wammu/repos/community-any/wammu.changelog

-+
 PKGBUILD|   58 --
 wammu.changelog |  142 +++---
 2 files changed, 103 insertions(+), 97 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-06 10:47:36 UTC (rev 115164)
+++ PKGBUILD2014-07-06 10:47:49 UTC (rev 115165)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Corrado 'bardo' Primier 
-# Contributor: cs-cam 
-
-pkgname=wammu
-pkgver=0.36
-pkgrel=3
-pkgdesc="A wxPython-based GUI for Gammu"
-arch=('any')
-url="http://wammu.eu/";
-license=('GPL')
-depends=('gammu' 'notification-daemon' 'wxpython')
-optdepends=('gnome-bluetooth: bluetooth support'
-   'python2-pybluez: bluetooth support')
-source=(http://downloads.sourceforge.net/gammu/$pkgname-$pkgver.tar.bz2)
-md5sums=('065186e6d08bffd7f95ae46904cb')
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # python2 fix
-  sed -i 's_/usr/bin/env python_/usr/bin/env python2_' setup.py
-
-  ./setup.py install --root="$pkgdir" --optimize=1
-}

Copied: wammu/repos/community-any/PKGBUILD (from rev 115164, 
wammu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-06 10:47:49 UTC (rev 115165)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Corrado 'bardo' Primier 
+# Contributor: cs-cam 
+
+pkgname=wammu
+pkgver=0.36
+pkgrel=4
+pkgdesc="A wxPython-based GUI for Gammu"
+arch=('any')
+url="http://wammu.eu/";
+license=('GPL')
+depends=('gammu' 'wxpython')
+optdepends=('gnome-bluetooth: Bluetooth support'
+'python2-pybluez: Bluetooth support'
+   'notification-daemon: Notifications support')
+source=("http://downloads.sourceforge.net/gammu/$pkgname-$pkgver.tar.bz2";)
+md5sums=('065186e6d08bffd7f95ae46904cb')
+
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # python2 fix
+  sed -i 's_/usr/bin/env python_/usr/bin/env python2_' setup.py
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}

Deleted: wammu.changelog
===
--- wammu.changelog 2014-07-06 10:47:36 UTC (rev 115164)
+++ wammu.changelog 2014-07-06 10:47:49 UTC (rev 115165)
@@ -1,71 +0,0 @@
-2010-12-02 Ray Rashif 
-
-   * Version bump: 0.35
-   upstream release
-
-2010-09-23 Ray Rashif 
-
-   * Version bump: 0.34
-   rebuilt for python(2)
-
-2010-06-30 Ray Rashif 
-
-   * Version bump: 0.33
-
-   * PKGBUILD: src now at sourceforge
-   new changelog array
-
-   * ChangeLog: changed to wammu.changelog
-
-2010-01-25  Corrado Primier  
-
-   * Version bump: 0.32.1
-
-   * PKGBUILD: updated website url
-
-2010-01-05  Corrado Primier  
-
-   * Version bump: 0.31.1
-
-2009-04-14  Corrado Primier  
-
-   * Version bump: 0.30.1
-
-   * PKGBUILD: changed 'python-gammu' dependency in 'gammu'
-
-2008-10-27  Corrado Primier  
-
-   * Version bump: 0.29
-
-2008-08-03  Corrado Primier  
-
-   * Version bump: 0.28
-
-   * PKGBUILD: moved from $startdir/{pkg,usr} to $srcdir/$pkgdir, added
-   optdepends array
-
-   * wammu.install: removed in favour of optdepends array in PKGBUILD
-
-2007-05-13  Corrado Primier  
-
-   * Version bump: 0.27
-
-   * wammu.install: removed post_upgrade() function
-
-2008-03-07  Corrado Primier  
-
-   * Version bump: 0.26
-
-2007-12-19  Corrado Primier  
-
-   * Version bump: 0.25
-
-   * ChangeLog: adapted to specifications
-
-2007-12-06  Corrado Primier  
-
-   * Version bump: 0.24
-
-2007-11-05  Corrado Primier  
-
-   * Version bump: 0.23

Copied: wammu/repos/community-any/wammu.changelog (from rev 115164, 
wammu/trunk/wammu.changelog)
===
--- wammu.changelog (rev 0)
+++ wammu.changelog 2014-07-06 10:47:49 UTC (rev 115165)
@@ -0,0 +1,71 @@
+2010-12-02 Ray Rashif 
+
+   * Version bump: 0.35
+   upstream release
+
+2010-09-23 Ray Rashif 
+
+   * Version bump: 0.34
+   rebuilt for python(2)
+
+2010-06-30 Ray Rashif 
+
+   * Version bump: 0.33
+
+   * PKGBUILD: src now at sourceforge
+   new changelog array
+
+   * ChangeLog: changed to wammu.changelog
+
+2010-01-25  Corrado Primier  
+
+   * Version bump: 0.32.1
+
+   * PKGBUILD: updated website url
+
+2010-01-05  Corrado Primier  
+