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

Daniel Wallace dwallace at nymeria.archlinux.org
Sun Mar 16 22:24:11 UTC 2014


    Date: Sunday, March 16, 2014 @ 23:24:10
  Author: dwallace
Revision: 107300

archrelease: copy trunk to community-any

Added:
  udiskie/repos/community-any/PKGBUILD
    (from rev 107299, udiskie/trunk/PKGBUILD)
Deleted:
  udiskie/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-16 22:23:43 UTC (rev 107299)
+++ PKGBUILD	2014-03-16 22:24:10 UTC (rev 107300)
@@ -1,30 +0,0 @@
-# $Id: PKGBUILD 73684 2012-07-14 05:00:28Z dwallace $
-# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: Byron Clark <byron at theclarkfamily.name>
-pkgname=udiskie
-pkgver=0.6.3
-pkgrel=1
-pkgdesc="Removable disk automounter using udisks"
-arch=('any')
-url="https://pypi.python.org/pypi/udiskie"
-license=('MIT')
-depends=('udisks' 'python2-dbus' 'python2-gobject2' 'python2-notify' 'python2-setuptools')
-makedepends=('asciidoc')
-optdepends=('zenity: for luks decryption')
-options=(!emptydirs)
-replaces=('python2-udiskie')
-source=("https://pypi.python.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('7dd7b44b7c87a267a6ae2cdcf787d9a7')
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  make -C doc
-  install -m 0644 -D "doc/${pkgname}.8" "$pkgdir/usr/share/man/man8/${pkgname}.8"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-}
-
-# vim:set ts=2 sw=2 et:

Copied: udiskie/repos/community-any/PKGBUILD (from rev 107299, udiskie/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-03-16 22:24:10 UTC (rev 107300)
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 73684 2012-07-14 05:00:28Z dwallace $
+# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Byron Clark <byron at theclarkfamily.name>
+pkgname=udiskie
+pkgver=0.6.4
+pkgrel=1
+pkgdesc="Removable disk automounter using udisks"
+arch=('any')
+url="https://pypi.python.org/pypi/udiskie"
+license=('MIT')
+depends=('udisks' 'python2-dbus' 'python2-gobject2' 'python2-notify' 'python2-setuptools')
+makedepends=('asciidoc')
+optdepends=('zenity: for luks decryption')
+options=(!emptydirs)
+replaces=('python2-udiskie')
+source=("https://pypi.python.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('83f491ffd311e141dba264aadf888a9b')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  make -C doc
+  install -m 0644 -D "doc/${pkgname}.8" "$pkgdir/usr/share/man/man8/${pkgname}.8"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list