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

Sergej Pupykin spupykin at nymeria.archlinux.org
Wed Feb 6 18:59:50 UTC 2013


    Date: Wednesday, February 6, 2013 @ 19:59:50
  Author: spupykin
Revision: 83931

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-06 18:59:39 UTC (rev 83930)
+++ PKGBUILD	2013-02-06 18:59:50 UTC (rev 83931)
@@ -1,35 +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.15
-pkgrel=1
-pkgdesc="Set of pure-Tcl extensions."
-arch=('any')
-url="http://tcllib.sourceforge.net/"
-license=('bsd')
-depends=('tcl')
-source=(http://downloads.sourceforge.net/sourceforge/tcllib/tcllib-${pkgver}.tar.gz)
-md5sums=('7a0525912e8863f8d4360ab10e5450f8')
-
-package(){
-  cd ${srcdir}/${pkgname}-${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
-
-  _PREFIX=${pkgdir}
-  _TCLSH="/usr/bin/tclsh"
-  $_TCLSH `echo installer.tcl` -pkg-path $_PREFIX/usr/lib/tcllib \
-	-app-path $_PREFIX/usr/bin \
-	-nroff-path $_PREFIX/usr/share/man/mann \
-	-no-examples -no-html \
-	-no-wait  -no-gui
-  mkdir -p ${pkgdir}/usr/share/licenses/${pkgname}/
-  cp ${srcdir}/${pkgname}-${pkgver}/license.terms ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-  rm -f $pkgdir/usr/share/man/mann/try.n*
-}

Copied: tcllib/repos/community-any/PKGBUILD (from rev 83930, tcllib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-02-06 18:59:50 UTC (rev 83931)
@@ -0,0 +1,35 @@
+# $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.15
+pkgrel=2
+pkgdesc="Set of pure-Tcl extensions."
+arch=('any')
+url="http://tcllib.sourceforge.net/"
+license=('bsd')
+depends=('tcl')
+source=(http://downloads.sourceforge.net/sourceforge/tcllib/tcllib-${pkgver}.tar.gz)
+md5sums=('7a0525912e8863f8d4360ab10e5450f8')
+
+package(){
+  cd ${srcdir}/${pkgname}-${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
+
+  _PREFIX=${pkgdir}
+  _TCLSH="/usr/bin/tclsh"
+  $_TCLSH `echo installer.tcl` -pkg-path $_PREFIX/usr/lib/tcllib \
+	-app-path $_PREFIX/usr/bin \
+	-nroff-path $_PREFIX/usr/share/man/mann \
+	-no-examples -no-html \
+	-no-wait  -no-gui
+  mkdir -p ${pkgdir}/usr/share/licenses/${pkgname}/
+  cp ${srcdir}/${pkgname}-${pkgver}/license.terms ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+  rm -f $pkgdir/usr/share/man/mann/{try,string,variable,zlib}.n
+}




More information about the arch-commits mailing list