Date: Monday, February 4, 2013 @ 10:47:51
  Author: arodseth
Revision: 83644

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

Added:
  libpaper/repos/community-i686/PKGBUILD
    (from rev 83643, libpaper/trunk/PKGBUILD)
  libpaper/repos/community-x86_64/PKGBUILD
    (from rev 83643, libpaper/trunk/PKGBUILD)
Deleted:
  libpaper/repos/community-i686/PKGBUILD
  libpaper/repos/community-x86_64/PKGBUILD

---------------------------+
 community-i686/PKGBUILD   |   58 ++++++++++++++++++++++----------------------
 community-x86_64/PKGBUILD |   58 ++++++++++++++++++++++----------------------
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2013-02-04 09:47:39 UTC (rev 83643)
+++ community-i686/PKGBUILD     2013-02-04 09:47:51 UTC (rev 83644)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <[email protected]>
-# Contributor: Mateusz Herych <[email protected]>
-# Contributor: royrocks <[email protected]>
-
-pkgname=libpaper
-pkgver=1.1.24
-pkgrel=3
-pkgdesc='Library for handling paper characteristics'
-arch=('x86_64' 'i686')
-url='http://packages.debian.org/unstable/source/libpaper'
-license=('GPL')
-source=("http://ftp.de.debian.org/debian/pool/main/libp/$pkgname/${pkgname}_$pkgver+nmu2.tar.gz";)
-sha256sums=('c5bdd6d9dff179699160675dbb61651d9b3158f6da27558fdaba00e7c427ba96')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver+nmu2
-  ./configure --prefix=/usr \
-       --mandir=$pkgdir/usr/share/man \
-       --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver+nmu2
-  make prefix=$pkgdir/usr install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libpaper/repos/community-i686/PKGBUILD (from rev 83643, 
libpaper/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2013-02-04 09:47:51 UTC (rev 83644)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Alexander Rødseth <[email protected]>
+# Contributor: Mateusz Herych <[email protected]>
+# Contributor: royrocks <[email protected]>
+
+pkgname=libpaper
+pkgver=1.1.24
+pkgrel=4
+pkgdesc='Library for handling paper characteristics'
+arch=('x86_64' 'i686')
+url='http://packages.debian.org/unstable/source/libpaper'
+license=('GPL')
+depends=('sh')
+options=('!libtool')
+source=("http://ftp.de.debian.org/debian/pool/main/libp/$pkgname/${pkgname}_$pkgver+nmu2.tar.gz";)
+sha256sums=('c5bdd6d9dff179699160675dbb61651d9b3158f6da27558fdaba00e7c427ba96')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver+nmu2"
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver+nmu2"
+  make prefix="$pkgdir/usr" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2013-02-04 09:47:39 UTC (rev 83643)
+++ community-x86_64/PKGBUILD   2013-02-04 09:47:51 UTC (rev 83644)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <[email protected]>
-# Contributor: Mateusz Herych <[email protected]>
-# Contributor: royrocks <[email protected]>
-
-pkgname=libpaper
-pkgver=1.1.24
-pkgrel=3
-pkgdesc='Library for handling paper characteristics'
-arch=('x86_64' 'i686')
-url='http://packages.debian.org/unstable/source/libpaper'
-license=('GPL')
-source=("http://ftp.de.debian.org/debian/pool/main/libp/$pkgname/${pkgname}_$pkgver+nmu2.tar.gz";)
-sha256sums=('c5bdd6d9dff179699160675dbb61651d9b3158f6da27558fdaba00e7c427ba96')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver+nmu2
-  ./configure --prefix=/usr \
-       --mandir=$pkgdir/usr/share/man \
-       --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver+nmu2
-  make prefix=$pkgdir/usr install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libpaper/repos/community-x86_64/PKGBUILD (from rev 83643, 
libpaper/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2013-02-04 09:47:51 UTC (rev 83644)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Alexander Rødseth <[email protected]>
+# Contributor: Mateusz Herych <[email protected]>
+# Contributor: royrocks <[email protected]>
+
+pkgname=libpaper
+pkgver=1.1.24
+pkgrel=4
+pkgdesc='Library for handling paper characteristics'
+arch=('x86_64' 'i686')
+url='http://packages.debian.org/unstable/source/libpaper'
+license=('GPL')
+depends=('sh')
+options=('!libtool')
+source=("http://ftp.de.debian.org/debian/pool/main/libp/$pkgname/${pkgname}_$pkgver+nmu2.tar.gz";)
+sha256sums=('c5bdd6d9dff179699160675dbb61651d9b3158f6da27558fdaba00e7c427ba96')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver+nmu2"
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver+nmu2"
+  make prefix="$pkgdir/usr" install
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to