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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Fri Apr 5 06:03:29 UTC 2013


    Date: Friday, April 5, 2013 @ 08:03:28
  Author: svenstaro
Revision: 87655

archrelease: copy trunk to community-any

Added:
  ponysay/repos/community-any/PKGBUILD
    (from rev 87654, ponysay/trunk/PKGBUILD)
Deleted:
  ponysay/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-05 06:03:18 UTC (rev 87654)
+++ PKGBUILD	2013-04-05 06:03:28 UTC (rev 87655)
@@ -1,20 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Erkin Batu Altunbaş <erkinbatu at gmail.com>
-
-pkgname=ponysay
-pkgver=2.9.1
-pkgrel=1
-pkgdesc="cowsay reimplemention for ponies"
-url="http://erkin.github.com/ponysay/"
-arch=('any')
-license=('custom:WTFPL')
-depends=('python' 'bash')
-makedepends=('git')
-source=("ponysay-$pkgver.tar.gz::https://github.com/erkin/ponysay/tarball/$pkgver")
-md5sums=('f9229a59bc55fc479cf4f61d282c70ed')
-
-package() {
-  cd "$srcdir/erkin-ponysay-"*
-
-  python3 setup.py --prefix=/usr --dest-dir=$pkgdir --everything --with-pdf=/usr/share/doc/ponysay --without-pdf-compression install
-}

Copied: ponysay/repos/community-any/PKGBUILD (from rev 87654, ponysay/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-04-05 06:03:28 UTC (rev 87655)
@@ -0,0 +1,20 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Erkin Batu Altunbaş <erkinbatu at gmail.com>
+
+pkgname=ponysay
+pkgver=3.0
+pkgrel=1
+pkgdesc="cowsay reimplemention for ponies"
+url="http://erkin.github.com/ponysay/"
+arch=('any')
+license=('GPL3')
+depends=('python' 'bash')
+makedepends=('git')
+source=("ponysay-$pkgver.tar.gz::https://github.com/erkin/ponysay/tarball/$pkgver")
+md5sums=('729a275bd43ed257d2cf27b572943cb7')
+
+package() {
+  cd "$srcdir/erkin-ponysay-"*
+
+  python3 setup.py --prefix=/usr --dest-dir=$pkgdir --freedom=partial --everything --with-pdf=/usr/share/doc/ponysay --without-pdf-compression install
+}




More information about the arch-commits mailing list