[arch-commits] Commit in tls/repos (8 files)

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue Jul 1 15:43:43 UTC 2014


    Date: Tuesday, July 1, 2014 @ 17:43:42
  Author: spupykin
Revision: 114418

archrelease: copy trunk to community-i686, community-x86_64

Added:
  tls/repos/community-i686/PKGBUILD
    (from rev 114417, tls/trunk/PKGBUILD)
  tls/repos/community-i686/tls.patch
    (from rev 114417, tls/trunk/tls.patch)
  tls/repos/community-x86_64/PKGBUILD
    (from rev 114417, tls/trunk/PKGBUILD)
  tls/repos/community-x86_64/tls.patch
    (from rev 114417, tls/trunk/tls.patch)
Deleted:
  tls/repos/community-i686/PKGBUILD
  tls/repos/community-i686/tls.patch
  tls/repos/community-x86_64/PKGBUILD
  tls/repos/community-x86_64/tls.patch

----------------------------+
 /PKGBUILD                  |   62 +++++++++++++++++++++++++++++++++++++++++++
 /tls.patch                 |   56 ++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD    |   31 ---------------------
 community-i686/tls.patch   |   28 -------------------
 community-x86_64/PKGBUILD  |   31 ---------------------
 community-x86_64/tls.patch |   28 -------------------
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-07-01 15:43:30 UTC (rev 114417)
+++ community-i686/PKGBUILD	2014-07-01 15:43:42 UTC (rev 114418)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s at gmail.com>
-# Contributor: Mario Vazquez <mariovazq at gmail.com>
-
-pkgname=tls
-pkgver=1.6
-pkgrel=4
-pkgdesc="OpenSSL extension to Tcl"
-arch=('i686' 'x86_64')
-url="http://tls.sourceforge.net/"
-license=('GPL')
-depends=('tcl' 'openssl' 'awk')
-source=(http://downloads.sourceforge.net/project/tls/tls/$pkgver/tls$pkgver-src.tar.gz)
-md5sums=('eb326ff9e6fc3b9885aa5c72fb8df3bf')
-
-build() {
-  cd $srcdir/tls$pkgver
-  ./configure --prefix=/usr --with-ssl-dir=/usr
-  make
-}
-
-check() {
-  cd $srcdir/tls$pkgver
-#  make test | awk '{print}/FAILED/{F=1}END{if(F)exit 1}'
-}
-
-package() {
-  cd $srcdir/tls$pkgver
-  make DESTDIR=$pkgdir install
-  ln -s tls$pkgver/libtls$pkgver.so $pkgdir/usr/lib/libtls$pkgver.so
-}

Copied: tls/repos/community-i686/PKGBUILD (from rev 114417, tls/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-07-01 15:43:42 UTC (rev 114418)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s at gmail.com>
+# Contributor: Mario Vazquez <mariovazq at gmail.com>
+
+pkgname=tls
+pkgver=1.6
+pkgrel=5
+pkgdesc="OpenSSL extension to Tcl"
+arch=('i686' 'x86_64')
+url="http://tls.sourceforge.net/"
+license=('GPL')
+depends=('tcl' 'openssl' 'awk')
+source=(http://downloads.sourceforge.net/project/tls/tls/$pkgver/tls$pkgver-src.tar.gz)
+md5sums=('eb326ff9e6fc3b9885aa5c72fb8df3bf')
+
+build() {
+  cd $srcdir/tls$pkgver
+  ./configure --prefix=/usr --with-ssl-dir=/usr
+  make
+}
+
+check() {
+  cd $srcdir/tls$pkgver
+#  make test | awk '{print}/FAILED/{F=1}END{if(F)exit 1}'
+}
+
+package() {
+  cd $srcdir/tls$pkgver
+  make DESTDIR=$pkgdir install
+  ln -s tls$pkgver/libtls$pkgver.so $pkgdir/usr/lib/libtls$pkgver.so
+}

Deleted: community-i686/tls.patch
===================================================================
--- community-i686/tls.patch	2014-07-01 15:43:30 UTC (rev 114417)
+++ community-i686/tls.patch	2014-07-01 15:43:42 UTC (rev 114418)
@@ -1,28 +0,0 @@
---- Makefile.in
-+++ Makefile.in
-@@ -208,20 +208,20 @@
- 	sed -e "s#\@RELPATH\@#$(RELPATH)#" \
- 	-e "s#\@tls_LIB_FILE\@#$(tls_LIB_FILE)#" \
- 	< $(srcdir)/pkgIndex.tcl.in > pkgIndex.tcl
--	$(INSTALL_DATA) pkgIndex.tcl $(pkglibdir)
-+	$(INSTALL_DATA) pkgIndex.tcl $(DESTDIR)$(pkglibdir)
- 
- #========================================================================
- # This rule installs platform-independent files, such as header files.
- #========================================================================
- 
- install-libraries: libraries
--	$(mkinstalldirs) $(includedir)
--	@echo "Installing header files in $(includedir)"
-+	$(mkinstalldirs) $(DESTDIR)$(includedir)
-+	@echo "Installing header files in $(DESTDIR)$(includedir)"
- 	@for i in $(GENERIC_HDRS) ; do \
- 	    echo "Installing $$i" ; \
--	    $(INSTALL_DATA) $$i $(includedir) ; \
-+	    $(INSTALL_DATA) $$i $(DESTDIR)$(includedir) ; \
- 	done;
--	$(INSTALL_DATA) $(srcdir)/tls.tcl $(pkglibdir)
-+	$(INSTALL_DATA) $(srcdir)/tls.tcl $(DESTDIR)$(pkglibdir)
- 
- #========================================================================
- # Install documentation.  Unix manpages should go in the $(mandir)

Copied: tls/repos/community-i686/tls.patch (from rev 114417, tls/trunk/tls.patch)
===================================================================
--- community-i686/tls.patch	                        (rev 0)
+++ community-i686/tls.patch	2014-07-01 15:43:42 UTC (rev 114418)
@@ -0,0 +1,28 @@
+--- Makefile.in
++++ Makefile.in
+@@ -208,20 +208,20 @@
+ 	sed -e "s#\@RELPATH\@#$(RELPATH)#" \
+ 	-e "s#\@tls_LIB_FILE\@#$(tls_LIB_FILE)#" \
+ 	< $(srcdir)/pkgIndex.tcl.in > pkgIndex.tcl
+-	$(INSTALL_DATA) pkgIndex.tcl $(pkglibdir)
++	$(INSTALL_DATA) pkgIndex.tcl $(DESTDIR)$(pkglibdir)
+ 
+ #========================================================================
+ # This rule installs platform-independent files, such as header files.
+ #========================================================================
+ 
+ install-libraries: libraries
+-	$(mkinstalldirs) $(includedir)
+-	@echo "Installing header files in $(includedir)"
++	$(mkinstalldirs) $(DESTDIR)$(includedir)
++	@echo "Installing header files in $(DESTDIR)$(includedir)"
+ 	@for i in $(GENERIC_HDRS) ; do \
+ 	    echo "Installing $$i" ; \
+-	    $(INSTALL_DATA) $$i $(includedir) ; \
++	    $(INSTALL_DATA) $$i $(DESTDIR)$(includedir) ; \
+ 	done;
+-	$(INSTALL_DATA) $(srcdir)/tls.tcl $(pkglibdir)
++	$(INSTALL_DATA) $(srcdir)/tls.tcl $(DESTDIR)$(pkglibdir)
+ 
+ #========================================================================
+ # Install documentation.  Unix manpages should go in the $(mandir)

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-07-01 15:43:30 UTC (rev 114417)
+++ community-x86_64/PKGBUILD	2014-07-01 15:43:42 UTC (rev 114418)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s at gmail.com>
-# Contributor: Mario Vazquez <mariovazq at gmail.com>
-
-pkgname=tls
-pkgver=1.6
-pkgrel=4
-pkgdesc="OpenSSL extension to Tcl"
-arch=('i686' 'x86_64')
-url="http://tls.sourceforge.net/"
-license=('GPL')
-depends=('tcl' 'openssl' 'awk')
-source=(http://downloads.sourceforge.net/project/tls/tls/$pkgver/tls$pkgver-src.tar.gz)
-md5sums=('eb326ff9e6fc3b9885aa5c72fb8df3bf')
-
-build() {
-  cd $srcdir/tls$pkgver
-  ./configure --prefix=/usr --with-ssl-dir=/usr
-  make
-}
-
-check() {
-  cd $srcdir/tls$pkgver
-#  make test | awk '{print}/FAILED/{F=1}END{if(F)exit 1}'
-}
-
-package() {
-  cd $srcdir/tls$pkgver
-  make DESTDIR=$pkgdir install
-  ln -s tls$pkgver/libtls$pkgver.so $pkgdir/usr/lib/libtls$pkgver.so
-}

Copied: tls/repos/community-x86_64/PKGBUILD (from rev 114417, tls/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-07-01 15:43:42 UTC (rev 114418)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s at gmail.com>
+# Contributor: Mario Vazquez <mariovazq at gmail.com>
+
+pkgname=tls
+pkgver=1.6
+pkgrel=5
+pkgdesc="OpenSSL extension to Tcl"
+arch=('i686' 'x86_64')
+url="http://tls.sourceforge.net/"
+license=('GPL')
+depends=('tcl' 'openssl' 'awk')
+source=(http://downloads.sourceforge.net/project/tls/tls/$pkgver/tls$pkgver-src.tar.gz)
+md5sums=('eb326ff9e6fc3b9885aa5c72fb8df3bf')
+
+build() {
+  cd $srcdir/tls$pkgver
+  ./configure --prefix=/usr --with-ssl-dir=/usr
+  make
+}
+
+check() {
+  cd $srcdir/tls$pkgver
+#  make test | awk '{print}/FAILED/{F=1}END{if(F)exit 1}'
+}
+
+package() {
+  cd $srcdir/tls$pkgver
+  make DESTDIR=$pkgdir install
+  ln -s tls$pkgver/libtls$pkgver.so $pkgdir/usr/lib/libtls$pkgver.so
+}

Deleted: community-x86_64/tls.patch
===================================================================
--- community-x86_64/tls.patch	2014-07-01 15:43:30 UTC (rev 114417)
+++ community-x86_64/tls.patch	2014-07-01 15:43:42 UTC (rev 114418)
@@ -1,28 +0,0 @@
---- Makefile.in
-+++ Makefile.in
-@@ -208,20 +208,20 @@
- 	sed -e "s#\@RELPATH\@#$(RELPATH)#" \
- 	-e "s#\@tls_LIB_FILE\@#$(tls_LIB_FILE)#" \
- 	< $(srcdir)/pkgIndex.tcl.in > pkgIndex.tcl
--	$(INSTALL_DATA) pkgIndex.tcl $(pkglibdir)
-+	$(INSTALL_DATA) pkgIndex.tcl $(DESTDIR)$(pkglibdir)
- 
- #========================================================================
- # This rule installs platform-independent files, such as header files.
- #========================================================================
- 
- install-libraries: libraries
--	$(mkinstalldirs) $(includedir)
--	@echo "Installing header files in $(includedir)"
-+	$(mkinstalldirs) $(DESTDIR)$(includedir)
-+	@echo "Installing header files in $(DESTDIR)$(includedir)"
- 	@for i in $(GENERIC_HDRS) ; do \
- 	    echo "Installing $$i" ; \
--	    $(INSTALL_DATA) $$i $(includedir) ; \
-+	    $(INSTALL_DATA) $$i $(DESTDIR)$(includedir) ; \
- 	done;
--	$(INSTALL_DATA) $(srcdir)/tls.tcl $(pkglibdir)
-+	$(INSTALL_DATA) $(srcdir)/tls.tcl $(DESTDIR)$(pkglibdir)
- 
- #========================================================================
- # Install documentation.  Unix manpages should go in the $(mandir)

Copied: tls/repos/community-x86_64/tls.patch (from rev 114417, tls/trunk/tls.patch)
===================================================================
--- community-x86_64/tls.patch	                        (rev 0)
+++ community-x86_64/tls.patch	2014-07-01 15:43:42 UTC (rev 114418)
@@ -0,0 +1,28 @@
+--- Makefile.in
++++ Makefile.in
+@@ -208,20 +208,20 @@
+ 	sed -e "s#\@RELPATH\@#$(RELPATH)#" \
+ 	-e "s#\@tls_LIB_FILE\@#$(tls_LIB_FILE)#" \
+ 	< $(srcdir)/pkgIndex.tcl.in > pkgIndex.tcl
+-	$(INSTALL_DATA) pkgIndex.tcl $(pkglibdir)
++	$(INSTALL_DATA) pkgIndex.tcl $(DESTDIR)$(pkglibdir)
+ 
+ #========================================================================
+ # This rule installs platform-independent files, such as header files.
+ #========================================================================
+ 
+ install-libraries: libraries
+-	$(mkinstalldirs) $(includedir)
+-	@echo "Installing header files in $(includedir)"
++	$(mkinstalldirs) $(DESTDIR)$(includedir)
++	@echo "Installing header files in $(DESTDIR)$(includedir)"
+ 	@for i in $(GENERIC_HDRS) ; do \
+ 	    echo "Installing $$i" ; \
+-	    $(INSTALL_DATA) $$i $(includedir) ; \
++	    $(INSTALL_DATA) $$i $(DESTDIR)$(includedir) ; \
+ 	done;
+-	$(INSTALL_DATA) $(srcdir)/tls.tcl $(pkglibdir)
++	$(INSTALL_DATA) $(srcdir)/tls.tcl $(DESTDIR)$(pkglibdir)
+ 
+ #========================================================================
+ # Install documentation.  Unix manpages should go in the $(mandir)




More information about the arch-commits mailing list