Date: Monday, May 26, 2014 @ 11:30:13
  Author: spupykin
Revision: 111883

archrelease: copy trunk to community-any

Added:
  tcllib/repos/community-any/PKGBUILD
    (from rev 111882, tcllib/trunk/PKGBUILD)
Deleted:
  tcllib/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2014-05-26 09:30:00 UTC (rev 111882)
+++ PKGBUILD    2014-05-26 09:30:13 UTC (rev 111883)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com>
-# Maintainer: dtw <dibble.at.thewrecker.dot.net>
-# Contributor: Mathieu Gauthier <mat...@freesurf.fr>
-# Upgrade to ver. 1.8 - Pawel Bogur <jid:smea...@uaznia.net>
-
-pkgname=tcllib
-pkgver=1.16
-pkgrel=1
-pkgdesc="Set of pure-Tcl extensions."
-arch=('any')
-url="http://core.tcl.tk/tcllib/";
-license=('bsd')
-depends=('tcl')
-#source=(http://downloads.sourceforge.net/sourceforge/tcllib/tcllib-${pkgver}.tar.gz)
-source=(https://github.com/tcltk/tcllib/archive/tcllib_${pkgver/./_}.tar.gz)
-md5sums=('7d3605b0f837d8de5726e297e9a51fd5')
-
-package(){
-  cd ${srcdir}/tcllib-tcllib_${pkgver/./_}
-
-#  sed -i 's|package require TclOO 0.6.1|package require TclOO 1.0|' \
-#      modules/struct/stack_oo.tcl \
-#      modules/struct/queue_oo.tcl
-
-  tclsh installer.tcl -pkg-path ${pkgdir}/usr/lib/tcllib \
-       -app-path ${pkgdir}/usr/bin \
-       -nroff-path ${pkgdir}/usr/share/man/mann \
-       -no-examples -no-html \
-       -no-wait  -no-gui
-  mkdir -p ${pkgdir}/usr/share/licenses/${pkgname}/
-  cp license.terms ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-  rm -f $pkgdir/usr/share/man/mann/{try,string,variable,zlib}.n
-}

Copied: tcllib/repos/community-any/PKGBUILD (from rev 111882, 
tcllib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2014-05-26 09:30:13 UTC (rev 111883)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com>
+# Maintainer: dtw <dibble.at.thewrecker.dot.net>
+# Contributor: Mathieu Gauthier <mat...@freesurf.fr>
+# Upgrade to ver. 1.8 - Pawel Bogur <jid:smea...@uaznia.net>
+
+pkgname=tcllib
+pkgver=1.16
+pkgrel=2
+pkgdesc="Set of pure-Tcl extensions."
+arch=('any')
+url="http://core.tcl.tk/tcllib/";
+license=('bsd')
+depends=('tcl')
+#source=(http://downloads.sourceforge.net/sourceforge/tcllib/tcllib-${pkgver}.tar.gz)
+source=(https://github.com/tcltk/tcllib/archive/tcllib_${pkgver/./_}.tar.gz)
+md5sums=('6ebc460a3f5bfb09eb722bf123165c24')
+
+package(){
+  cd ${srcdir}/tcllib-tcllib_${pkgver/./_}
+
+#  sed -i 's|package require TclOO 0.6.1|package require TclOO 1.0|' \
+#      modules/struct/stack_oo.tcl \
+#      modules/struct/queue_oo.tcl
+
+  tclsh installer.tcl -pkg-path ${pkgdir}/usr/lib/tcllib \
+       -app-path ${pkgdir}/usr/bin \
+       -nroff-path ${pkgdir}/usr/share/man/mann \
+       -no-examples -no-html \
+       -no-wait  -no-gui
+  mkdir -p ${pkgdir}/usr/share/licenses/${pkgname}/
+  cp license.terms ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+  rm -f $pkgdir/usr/share/man/mann/{try,string,variable,zlib}.n
+}

Reply via email to