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

Ray Rashif schiv at nymeria.archlinux.org
Sun Jul 6 10:47:49 UTC 2014


    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
===================================================================
--- PKGBUILD	2014-07-06 10:47:36 UTC (rev 115164)
+++ PKGBUILD	2014-07-06 10:47:49 UTC (rev 115165)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif <schiv at archlinux.org>
-# Contributor: Corrado 'bardo' Primier <corrado.primier at mail.polimi.it>
-# Contributor: cs-cam <me.at.camdaniel.com>
-
-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=('065186e6d08bffd7f95ae000046904cb')
-
-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)
+++ PKGBUILD	2014-07-06 10:47:49 UTC (rev 115165)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: Corrado 'bardo' Primier <corrado.primier at mail.polimi.it>
+# Contributor: cs-cam <me.at.camdaniel.com>
+
+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=('065186e6d08bffd7f95ae000046904cb')
+
+
+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 <schiv at archlinux.org>
-
-	* Version bump: 0.35
-	upstream release
-
-2010-09-23 Ray Rashif <schiv at archlinux.org>
-
-	* Version bump: 0.34
-	rebuilt for python(2)
-
-2010-06-30 Ray Rashif <schiv at archlinux.org>
-
-	* Version bump: 0.33
-
-	* PKGBUILD: src now at sourceforge
-	            new changelog array
-
-	* ChangeLog: changed to wammu.changelog
-
-2010-01-25  Corrado Primier  <bardo at aur.archlinux.org>
-
-	* Version bump: 0.32.1
-
-	* PKGBUILD: updated website url
-
-2010-01-05  Corrado Primier  <bardo at aur.archlinux.org>
-
-	* Version bump: 0.31.1
-
-2009-04-14  Corrado Primier  <bardo at aur.archlinux.org>
-
-	* Version bump: 0.30.1
-
-	* PKGBUILD: changed 'python-gammu' dependency in 'gammu'
-
-2008-10-27  Corrado Primier  <bardo at aur.archlinux.org>
-
-	* Version bump: 0.29
-
-2008-08-03  Corrado Primier  <bardo at aur.archlinux.org>
-
-	* 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  <bardo at aur.archlinux.org>
-
-	* Version bump: 0.27
-
-	* wammu.install: removed post_upgrade() function
-
-2008-03-07  Corrado Primier  <bardo at aur.archlinux.org>
-
-	* Version bump: 0.26
-
-2007-12-19  Corrado Primier  <bardo at aur.archlinux.org>
-
-	* Version bump: 0.25
-
-	* ChangeLog: adapted to specifications
-
-2007-12-06  Corrado Primier  <bardo at aur.archlinux.org>
-
-	* Version bump: 0.24
-
-2007-11-05  Corrado Primier  <bardo at aur.archlinux.org>
-
-	* 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 <schiv at archlinux.org>
+
+	* Version bump: 0.35
+	upstream release
+
+2010-09-23 Ray Rashif <schiv at archlinux.org>
+
+	* Version bump: 0.34
+	rebuilt for python(2)
+
+2010-06-30 Ray Rashif <schiv at archlinux.org>
+
+	* Version bump: 0.33
+
+	* PKGBUILD: src now at sourceforge
+	            new changelog array
+
+	* ChangeLog: changed to wammu.changelog
+
+2010-01-25  Corrado Primier  <bardo at aur.archlinux.org>
+
+	* Version bump: 0.32.1
+
+	* PKGBUILD: updated website url
+
+2010-01-05  Corrado Primier  <bardo at aur.archlinux.org>
+
+	* Version bump: 0.31.1
+
+2009-04-14  Corrado Primier  <bardo at aur.archlinux.org>
+
+	* Version bump: 0.30.1
+
+	* PKGBUILD: changed 'python-gammu' dependency in 'gammu'
+
+2008-10-27  Corrado Primier  <bardo at aur.archlinux.org>
+
+	* Version bump: 0.29
+
+2008-08-03  Corrado Primier  <bardo at aur.archlinux.org>
+
+	* 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  <bardo at aur.archlinux.org>
+
+	* Version bump: 0.27
+
+	* wammu.install: removed post_upgrade() function
+
+2008-03-07  Corrado Primier  <bardo at aur.archlinux.org>
+
+	* Version bump: 0.26
+
+2007-12-19  Corrado Primier  <bardo at aur.archlinux.org>
+
+	* Version bump: 0.25
+
+	* ChangeLog: adapted to specifications
+
+2007-12-06  Corrado Primier  <bardo at aur.archlinux.org>
+
+	* Version bump: 0.24
+
+2007-11-05  Corrado Primier  <bardo at aur.archlinux.org>
+
+	* Version bump: 0.23




More information about the arch-commits mailing list