[arch-commits] Commit in wammu/repos/community-any (PKGBUILD PKGBUILD wammu.changelog)

Eric Bélanger eric at archlinux.org
Thu Jan 8 22:12:24 UTC 2015


    Date: Thursday, January 8, 2015 @ 23:12:24
  Author: eric
Revision: 125633

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-08 22:11:00 UTC (rev 125632)
+++ PKGBUILD	2015-01-08 22:12:24 UTC (rev 125633)
@@ -1,32 +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.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
-}

Copied: wammu/repos/community-any/PKGBUILD (from rev 125632, wammu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-01-08 22:12:24 UTC (rev 125633)
@@ -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.38
+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=('c44f23645f1a7250f9e191a7a89eae03')
+
+
+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	2015-01-08 22:11:00 UTC (rev 125632)
+++ wammu.changelog	2015-01-08 22:12:24 UTC (rev 125633)
@@ -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



More information about the arch-commits mailing list