Date: Friday, March 22, 2013 @ 01:26:10
  Author: eric
Revision: 86769

archrelease: copy trunk to community-i686

Added:
  pypanel/repos/community-i686/PKGBUILD
    (from rev 86768, pypanel/trunk/PKGBUILD)
Deleted:
  pypanel/repos/community-i686/PKGBUILD

----------+
 PKGBUILD |   42 +++++++++++++++++++++---------------------
 1 file changed, 21 insertions(+), 21 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2013-03-22 00:25:36 UTC (rev 86768)
+++ PKGBUILD    2013-03-22 00:26:10 UTC (rev 86769)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-# Contributor: Jeff Mickey <[email protected]>
-# Contributor: Mr Green
-# Contributor: Jens Persson <[email protected]> 
-
-pkgname=pypanel
-pkgver=2.4
-pkgrel=7
-pkgdesc='A lightweight panel/taskbar for X11 window managers written in 
python.'
-arch=('i686' 'x86_64')
-url='http://pypanel.sourceforge.net/'
-license=('GPL')
-depends=('python2' 'x-server' 'python-xlib' 'imlib2' 'libxft')
-source=("http://downloads.sourceforge.net/sourceforge/pypanel/PyPanel-${pkgver}.tar.gz";)
-md5sums=('f1f9a2ed80be72ab36e748833618daba')
-
-build() {
-  cd "${srcdir}/PyPanel-${pkgver}"
-  python2 setup.py install --root="${pkgdir}"
-} 

Copied: pypanel/repos/community-i686/PKGBUILD (from rev 86768, 
pypanel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2013-03-22 00:26:10 UTC (rev 86769)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: Jeff Mickey <[email protected]>
+# Contributor: Mr Green
+# Contributor: Jens Persson <[email protected]> 
+
+pkgname=pypanel
+pkgver=2.4
+pkgrel=7
+pkgdesc='A lightweight panel/taskbar for X11 window managers written in 
python.'
+arch=('i686' 'x86_64')
+url='http://pypanel.sourceforge.net/'
+license=('GPL')
+depends=('python2' 'x-server' 'python-xlib' 'imlib2' 'libxft')
+source=("http://downloads.sourceforge.net/sourceforge/pypanel/PyPanel-${pkgver}.tar.gz";)
+md5sums=('f1f9a2ed80be72ab36e748833618daba')
+
+package() {
+  cd "${srcdir}/PyPanel-${pkgver}"
+  python2 setup.py install --root="${pkgdir}"
+} 

Reply via email to