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

Allan McRae allan at nymeria.archlinux.org
Wed Nov 20 12:11:28 UTC 2013


    Date: Wednesday, November 20, 2013 @ 13:11:27
  Author: allan
Revision: 199973

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

Added:
  libzip/repos/extra-i686/PKGBUILD
    (from rev 199972, libzip/trunk/PKGBUILD)
  libzip/repos/extra-i686/fix-headers.patch
    (from rev 199972, libzip/trunk/fix-headers.patch)
  libzip/repos/extra-x86_64/PKGBUILD
    (from rev 199972, libzip/trunk/PKGBUILD)
  libzip/repos/extra-x86_64/fix-headers.patch
    (from rev 199972, libzip/trunk/fix-headers.patch)
Deleted:
  libzip/repos/extra-i686/PKGBUILD
  libzip/repos/extra-i686/fix-headers.patch
  libzip/repos/extra-x86_64/PKGBUILD
  libzip/repos/extra-x86_64/fix-headers.patch

--------------------------------+
 /PKGBUILD                      |   68 +++++++++++++++++++++++++++++++++++++++
 /fix-headers.patch             |   30 +++++++++++++++++
 extra-i686/PKGBUILD            |   34 -------------------
 extra-i686/fix-headers.patch   |   15 --------
 extra-x86_64/PKGBUILD          |   34 -------------------
 extra-x86_64/fix-headers.patch |   15 --------
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2013-11-20 12:09:56 UTC (rev 199972)
+++ extra-i686/PKGBUILD	2013-11-20 12:11:27 UTC (rev 199973)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Tobias Powalowski <tpowa at archlinux.org>
-
-pkgname=libzip
-pkgver=0.11.1
-pkgrel=1
-pkgdesc="A C library for reading, creating, and modifying zip archives"
-url="http://www.nih.at/libzip/index.html"
-license=('BSD')
-arch=('i686' 'x86_64')
-depends=('zlib')
-source=("http://www.nih.at/${pkgname}/${pkgname}-${pkgver}.tar.xz"
-        'fix-headers.patch')
-md5sums=('87d5ec3629f6ad2a4b01ad961e7f0c19'
-         '249395bd3a426c4c4e993e9d4753e1dd')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i "${srcdir}/fix-headers.patch"
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  autoreconf -i
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: libzip/repos/extra-i686/PKGBUILD (from rev 199972, libzip/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2013-11-20 12:11:27 UTC (rev 199973)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=libzip
+pkgver=0.11.1
+pkgrel=2
+pkgdesc="A C library for reading, creating, and modifying zip archives"
+url="http://www.nih.at/libzip/index.html"
+license=('BSD')
+arch=('i686' 'x86_64')
+depends=('zlib')
+source=("http://www.nih.at/${pkgname}/${pkgname}-${pkgver}.tar.xz"
+        'fix-headers.patch')
+md5sums=('87d5ec3629f6ad2a4b01ad961e7f0c19'
+         '249395bd3a426c4c4e993e9d4753e1dd')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i "${srcdir}/fix-headers.patch"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -i
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-i686/fix-headers.patch
===================================================================
--- extra-i686/fix-headers.patch	2013-11-20 12:09:56 UTC (rev 199972)
+++ extra-i686/fix-headers.patch	2013-11-20 12:11:27 UTC (rev 199973)
@@ -1,15 +0,0 @@
-diff -urN libzip-0.10rc1.old/lib/Makefile.am libzip-0.10rc1/lib/Makefile.am
---- libzip-0.10rc1.old/lib/Makefile.am	2011-03-05 01:07:33.921722002 +0100
-+++ libzip-0.10rc1/lib/Makefile.am	2011-03-05 20:29:30.349388003 +0100
-@@ -2,8 +2,9 @@
- 
- lib_LTLIBRARIES = libzip.la
- noinst_HEADERS = zipint.h
--include_HEADERS = zip.h
--libinclude_HEADERS = zipconf.h
-+include_HEADERS = \
-+	zip.h \
-+	zipconf.h
- 
- # also update CMakeLists.txt when changing version
- libzip_la_LDFLAGS=-no-undefined -version-info 2:0

Copied: libzip/repos/extra-i686/fix-headers.patch (from rev 199972, libzip/trunk/fix-headers.patch)
===================================================================
--- extra-i686/fix-headers.patch	                        (rev 0)
+++ extra-i686/fix-headers.patch	2013-11-20 12:11:27 UTC (rev 199973)
@@ -0,0 +1,15 @@
+diff -urN libzip-0.10rc1.old/lib/Makefile.am libzip-0.10rc1/lib/Makefile.am
+--- libzip-0.10rc1.old/lib/Makefile.am	2011-03-05 01:07:33.921722002 +0100
++++ libzip-0.10rc1/lib/Makefile.am	2011-03-05 20:29:30.349388003 +0100
+@@ -2,8 +2,9 @@
+ 
+ lib_LTLIBRARIES = libzip.la
+ noinst_HEADERS = zipint.h
+-include_HEADERS = zip.h
+-libinclude_HEADERS = zipconf.h
++include_HEADERS = \
++	zip.h \
++	zipconf.h
+ 
+ # also update CMakeLists.txt when changing version
+ libzip_la_LDFLAGS=-no-undefined -version-info 2:0

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2013-11-20 12:09:56 UTC (rev 199972)
+++ extra-x86_64/PKGBUILD	2013-11-20 12:11:27 UTC (rev 199973)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Tobias Powalowski <tpowa at archlinux.org>
-
-pkgname=libzip
-pkgver=0.11.1
-pkgrel=1
-pkgdesc="A C library for reading, creating, and modifying zip archives"
-url="http://www.nih.at/libzip/index.html"
-license=('BSD')
-arch=('i686' 'x86_64')
-depends=('zlib')
-source=("http://www.nih.at/${pkgname}/${pkgname}-${pkgver}.tar.xz"
-        'fix-headers.patch')
-md5sums=('87d5ec3629f6ad2a4b01ad961e7f0c19'
-         '249395bd3a426c4c4e993e9d4753e1dd')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i "${srcdir}/fix-headers.patch"
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  autoreconf -i
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: libzip/repos/extra-x86_64/PKGBUILD (from rev 199972, libzip/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-11-20 12:11:27 UTC (rev 199973)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=libzip
+pkgver=0.11.1
+pkgrel=2
+pkgdesc="A C library for reading, creating, and modifying zip archives"
+url="http://www.nih.at/libzip/index.html"
+license=('BSD')
+arch=('i686' 'x86_64')
+depends=('zlib')
+source=("http://www.nih.at/${pkgname}/${pkgname}-${pkgver}.tar.xz"
+        'fix-headers.patch')
+md5sums=('87d5ec3629f6ad2a4b01ad961e7f0c19'
+         '249395bd3a426c4c4e993e9d4753e1dd')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i "${srcdir}/fix-headers.patch"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -i
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-x86_64/fix-headers.patch
===================================================================
--- extra-x86_64/fix-headers.patch	2013-11-20 12:09:56 UTC (rev 199972)
+++ extra-x86_64/fix-headers.patch	2013-11-20 12:11:27 UTC (rev 199973)
@@ -1,15 +0,0 @@
-diff -urN libzip-0.10rc1.old/lib/Makefile.am libzip-0.10rc1/lib/Makefile.am
---- libzip-0.10rc1.old/lib/Makefile.am	2011-03-05 01:07:33.921722002 +0100
-+++ libzip-0.10rc1/lib/Makefile.am	2011-03-05 20:29:30.349388003 +0100
-@@ -2,8 +2,9 @@
- 
- lib_LTLIBRARIES = libzip.la
- noinst_HEADERS = zipint.h
--include_HEADERS = zip.h
--libinclude_HEADERS = zipconf.h
-+include_HEADERS = \
-+	zip.h \
-+	zipconf.h
- 
- # also update CMakeLists.txt when changing version
- libzip_la_LDFLAGS=-no-undefined -version-info 2:0

Copied: libzip/repos/extra-x86_64/fix-headers.patch (from rev 199972, libzip/trunk/fix-headers.patch)
===================================================================
--- extra-x86_64/fix-headers.patch	                        (rev 0)
+++ extra-x86_64/fix-headers.patch	2013-11-20 12:11:27 UTC (rev 199973)
@@ -0,0 +1,15 @@
+diff -urN libzip-0.10rc1.old/lib/Makefile.am libzip-0.10rc1/lib/Makefile.am
+--- libzip-0.10rc1.old/lib/Makefile.am	2011-03-05 01:07:33.921722002 +0100
++++ libzip-0.10rc1/lib/Makefile.am	2011-03-05 20:29:30.349388003 +0100
+@@ -2,8 +2,9 @@
+ 
+ lib_LTLIBRARIES = libzip.la
+ noinst_HEADERS = zipint.h
+-include_HEADERS = zip.h
+-libinclude_HEADERS = zipconf.h
++include_HEADERS = \
++	zip.h \
++	zipconf.h
+ 
+ # also update CMakeLists.txt when changing version
+ libzip_la_LDFLAGS=-no-undefined -version-info 2:0




More information about the arch-commits mailing list