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

Sergej Pupykin spupykin at archlinux.org
Mon Feb 15 14:05:42 UTC 2016


    Date: Monday, February 15, 2016 @ 15:05:42
  Author: spupykin
Revision: 161655

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-15 14:05:28 UTC (rev 161654)
+++ PKGBUILD	2016-02-15 14:05:42 UTC (rev 161655)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: dtw <dibble.at.thewrecker.dot.net>
-# Contributor: Mathieu Gauthier <mathgl at freesurf.fr>
-# Upgrade to ver. 1.8 - Pawel Bogur <jid:smeagol at uaznia.net>
-
-pkgname=tcllib
-pkgver=1.17
-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=('081ec241c1a9c60730b8c6e80b7ff066')
-
-package(){
-  cd ${srcdir}/tcllib-tcllib_${pkgver/./_}
-  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,coroutine}.n
-}

Copied: tcllib/repos/community-any/PKGBUILD (from rev 161654, tcllib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-02-15 14:05:42 UTC (rev 161655)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: dtw <dibble.at.thewrecker.dot.net>
+# Contributor: Mathieu Gauthier <mathgl at freesurf.fr>
+# Upgrade to ver. 1.8 - Pawel Bogur <jid:smeagol at uaznia.net>
+
+pkgname=tcllib
+pkgver=1.18
+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=('08dac86021c30c0a85c0a159f085143c')
+
+package(){
+  cd ${srcdir}/tcllib-tcllib_${pkgver/./_}
+  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,coroutine}.n
+}



More information about the arch-commits mailing list