[arch-commits] Commit in pympd/repos (8 files)

Felix Yan fyan at nymeria.archlinux.org
Mon Jul 7 02:32:57 UTC 2014


    Date: Monday, July 7, 2014 @ 04:32:57
  Author: fyan
Revision: 115233

archrelease: copy trunk to community-i686, community-x86_64

Added:
  pympd/repos/community-i686/ChangeLog
    (from rev 115232, pympd/trunk/ChangeLog)
  pympd/repos/community-i686/PKGBUILD
    (from rev 115232, pympd/trunk/PKGBUILD)
  pympd/repos/community-x86_64/ChangeLog
    (from rev 115232, pympd/trunk/ChangeLog)
  pympd/repos/community-x86_64/PKGBUILD
    (from rev 115232, pympd/trunk/PKGBUILD)
Deleted:
  pympd/repos/community-i686/ChangeLog
  pympd/repos/community-i686/PKGBUILD
  pympd/repos/community-x86_64/ChangeLog
  pympd/repos/community-x86_64/PKGBUILD

----------------------------+
 /ChangeLog                 |    4 ++
 /PKGBUILD                  |   64 +++++++++++++++++++++++++++++++++++++++++++
 community-i686/ChangeLog   |    2 -
 community-i686/PKGBUILD    |   32 ---------------------
 community-x86_64/ChangeLog |    2 -
 community-x86_64/PKGBUILD  |   32 ---------------------
 6 files changed, 68 insertions(+), 68 deletions(-)

Deleted: community-i686/ChangeLog
===================================================================
--- community-i686/ChangeLog	2014-07-07 02:32:08 UTC (rev 115232)
+++ community-i686/ChangeLog	2014-07-07 02:32:57 UTC (rev 115233)
@@ -1,2 +0,0 @@
-2010-01-02 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* Update to major release O.08.1

Copied: pympd/repos/community-i686/ChangeLog (from rev 115232, pympd/trunk/ChangeLog)
===================================================================
--- community-i686/ChangeLog	                        (rev 0)
+++ community-i686/ChangeLog	2014-07-07 02:32:57 UTC (rev 115233)
@@ -0,0 +1,2 @@
+2010-01-02 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Update to major release O.08.1

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-07-07 02:32:08 UTC (rev 115232)
+++ community-i686/PKGBUILD	2014-07-07 02:32:57 UTC (rev 115233)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: whatah <whatah at gmail.com>
-# Contributor: Andrew Conkling <andrewski at fr.st>
-
-pkgname=pympd
-pkgver=0.08.1
-pkgrel=3
-pkgdesc="A Rhythmbox-like PyGTK+ client for Music Player Daemon"
-arch=('i686' 'x86_64')
-url="http://pympd.sourceforge.net/"
-license=('GPL')
-depends=('libglade' 'pygtk')
-makedepends=('pkgconfig')
-options=('!emptydirs')
-source=(http://pympd.sourceforge.net/files/$pkgname-$pkgver.tar.gz)
-md5sums=('388c2882ffbacffb27b491441a2b2a23')
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  # python2 fix
-  sed -i 's_which python_which python2_' Makefile
-  sed -i 's_python -c_python2 -c_' src/modules/tray/Makefile
-  for file in $(find . -name '*.py' -print); do
-    sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-    sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  make PREFIX=/usr DESTDIR=${pkgdir} install
-}

Copied: pympd/repos/community-i686/PKGBUILD (from rev 115232, pympd/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-07-07 02:32:57 UTC (rev 115233)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: whatah <whatah at gmail.com>
+# Contributor: Andrew Conkling <andrewski at fr.st>
+
+pkgname=pympd
+pkgver=0.08.1
+pkgrel=4
+pkgdesc="A Rhythmbox-like PyGTK+ client for Music Player Daemon"
+arch=('i686' 'x86_64')
+url="http://pympd.sourceforge.net/"
+license=('GPL')
+depends=('libglade' 'pygtk')
+makedepends=('pkgconfig')
+options=('!emptydirs')
+source=(http://pympd.sourceforge.net/files/$pkgname-$pkgver.tar.gz)
+md5sums=('388c2882ffbacffb27b491441a2b2a23')
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  # python2 fix
+  sed -i 's_which python_which python2_' Makefile
+  sed -i 's_python -c_python2 -c_' src/modules/tray/Makefile
+  for file in $(find . -name '*.py' -print); do
+    sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+    sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+
+  make PREFIX=/usr DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/ChangeLog
===================================================================
--- community-x86_64/ChangeLog	2014-07-07 02:32:08 UTC (rev 115232)
+++ community-x86_64/ChangeLog	2014-07-07 02:32:57 UTC (rev 115233)
@@ -1,2 +0,0 @@
-2010-01-02 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* Update to major release O.08.1

Copied: pympd/repos/community-x86_64/ChangeLog (from rev 115232, pympd/trunk/ChangeLog)
===================================================================
--- community-x86_64/ChangeLog	                        (rev 0)
+++ community-x86_64/ChangeLog	2014-07-07 02:32:57 UTC (rev 115233)
@@ -0,0 +1,2 @@
+2010-01-02 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Update to major release O.08.1

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-07-07 02:32:08 UTC (rev 115232)
+++ community-x86_64/PKGBUILD	2014-07-07 02:32:57 UTC (rev 115233)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: whatah <whatah at gmail.com>
-# Contributor: Andrew Conkling <andrewski at fr.st>
-
-pkgname=pympd
-pkgver=0.08.1
-pkgrel=3
-pkgdesc="A Rhythmbox-like PyGTK+ client for Music Player Daemon"
-arch=('i686' 'x86_64')
-url="http://pympd.sourceforge.net/"
-license=('GPL')
-depends=('libglade' 'pygtk')
-makedepends=('pkgconfig')
-options=('!emptydirs')
-source=(http://pympd.sourceforge.net/files/$pkgname-$pkgver.tar.gz)
-md5sums=('388c2882ffbacffb27b491441a2b2a23')
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  # python2 fix
-  sed -i 's_which python_which python2_' Makefile
-  sed -i 's_python -c_python2 -c_' src/modules/tray/Makefile
-  for file in $(find . -name '*.py' -print); do
-    sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-    sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  make PREFIX=/usr DESTDIR=${pkgdir} install
-}

Copied: pympd/repos/community-x86_64/PKGBUILD (from rev 115232, pympd/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-07-07 02:32:57 UTC (rev 115233)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: whatah <whatah at gmail.com>
+# Contributor: Andrew Conkling <andrewski at fr.st>
+
+pkgname=pympd
+pkgver=0.08.1
+pkgrel=4
+pkgdesc="A Rhythmbox-like PyGTK+ client for Music Player Daemon"
+arch=('i686' 'x86_64')
+url="http://pympd.sourceforge.net/"
+license=('GPL')
+depends=('libglade' 'pygtk')
+makedepends=('pkgconfig')
+options=('!emptydirs')
+source=(http://pympd.sourceforge.net/files/$pkgname-$pkgver.tar.gz)
+md5sums=('388c2882ffbacffb27b491441a2b2a23')
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  # python2 fix
+  sed -i 's_which python_which python2_' Makefile
+  sed -i 's_python -c_python2 -c_' src/modules/tray/Makefile
+  for file in $(find . -name '*.py' -print); do
+    sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+    sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+
+  make PREFIX=/usr DESTDIR=${pkgdir} install
+}




More information about the arch-commits mailing list