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

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue Jul 1 10:50:07 UTC 2014


    Date: Tuesday, July 1, 2014 @ 12:50:07
  Author: spupykin
Revision: 113967

archrelease: copy trunk to community-any

Added:
  diff2html/repos/community-any/PKGBUILD
    (from rev 113966, diff2html/trunk/PKGBUILD)
Deleted:
  diff2html/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-01 10:49:54 UTC (rev 113966)
+++ PKGBUILD	2014-07-01 10:50:07 UTC (rev 113967)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=diff2html
-pkgver=1.0.1
-pkgrel=4
-pkgdesc="diff to html"
-arch=(any)
-url="http://kafka.fr.free.fr/diff2html/"
-license=('GPL')
-depends=(python2)
-makedepends=()
-source=(http://kafka.fr.free.fr/diff2html/diff2html.bz2)
-md5sums=('e3aa3bd4fec0a93f5f97efcd210e232b')
-
-build() {
-  sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' $srcdir/$pkgname
-  install -D -m0755 $srcdir/$pkgname $pkgdir/usr/bin/$pkgname
-}

Copied: diff2html/repos/community-any/PKGBUILD (from rev 113966, diff2html/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-07-01 10:50:07 UTC (rev 113967)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=diff2html
+pkgver=1.0.1
+pkgrel=5
+pkgdesc="diff to html"
+arch=(any)
+url="http://kafka.fr.free.fr/spip.php?article4"
+license=('GPL')
+depends=(python2)
+makedepends=()
+#source=(http://arch.p5n.pp.ru/~sergej/dl/2014/diff2html.bz2)
+source=(http://kafka.fr.free.fr/files/diff2html/diff2html.bz2)
+md5sums=('e3aa3bd4fec0a93f5f97efcd210e232b')
+
+build() {
+  sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' $srcdir/$pkgname
+}
+
+package() {
+  install -D -m0755 $srcdir/$pkgname $pkgdir/usr/bin/$pkgname
+}




More information about the arch-commits mailing list