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

Felix Yan fyan at nymeria.archlinux.org
Thu Jul 3 06:26:12 UTC 2014


    Date: Thursday, July 3, 2014 @ 08:26:12
  Author: fyan
Revision: 216384

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

Added:
  psutils/repos/extra-i686/PKGBUILD
    (from rev 216383, psutils/trunk/PKGBUILD)
  psutils/repos/extra-i686/psutils-1.17.diff
    (from rev 216383, psutils/trunk/psutils-1.17.diff)
  psutils/repos/extra-x86_64/PKGBUILD
    (from rev 216383, psutils/trunk/PKGBUILD)
  psutils/repos/extra-x86_64/psutils-1.17.diff
    (from rev 216383, psutils/trunk/psutils-1.17.diff)
Deleted:
  psutils/repos/extra-i686/PKGBUILD
  psutils/repos/extra-i686/psutils-1.17.diff
  psutils/repos/extra-x86_64/PKGBUILD
  psutils/repos/extra-x86_64/psutils-1.17.diff

--------------------------------+
 /PKGBUILD                      |   82 +++++++++++++++++++++++++++++++++++++++
 /psutils-1.17.diff             |   66 +++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD            |   41 -------------------
 extra-i686/psutils-1.17.diff   |   33 ---------------
 extra-x86_64/PKGBUILD          |   41 -------------------
 extra-x86_64/psutils-1.17.diff |   33 ---------------
 6 files changed, 148 insertions(+), 148 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2014-07-03 06:24:56 UTC (rev 216383)
+++ extra-i686/PKGBUILD	2014-07-03 06:26:12 UTC (rev 216384)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren <ronald.archlinux.org>
-# Contributor: eric <eric at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
- 
-pkgname=psutils
-pkgver=1.17
-pkgrel=4
-arch=('i686' 'x86_64')
-pkgdesc="A set of postscript utilities"
-url="http://knackered.org/angus/psutils/"
-license=('custom')
-depends=('glibc' 'ghostscript')
-provides=('psutils-lprng')
-replaces=('psutils-lprng')
-options=('!makeflags')
-source=("ftp://ftp.archlinux.org/other/psutils/${pkgname}-${pkgver}.tar.gz"
-        'psutils-1.17.diff')
-md5sums=('b161522f3bd1507655326afa7db4a0ad'
-         '2b49e9e796000b42f42804d4b50a2be1')
-
-build() {
-  cd "${srcdir}/${pkgname}"
-  patch -Np1 -i "${srcdir}/psutils-1.17.diff"
-  make -f Makefile.unix BINDIR=/usr/bin \
-    INCLUDEDIR=/usr/include/psutils PERL=/usr/bin/perl \
-    MANDIR=/usr/share/man/man1 \
-    CFLAGS="$CFLAGS -DPAPER=\\\"letter\\\" -DUNIX -Wall" \
-    CCFLAGS="$LDFLAGS"
-}
-
-package() {
-  cd "${srcdir}/${pkgname}"
-  install -d -m755 "${pkgdir}/usr/include"
-  install -d -m755 "${pkgdir}/usr/share/man"
-  make -f Makefile.unix BINDIR="${pkgdir}/usr/bin" \
-    INCLUDEDIR="${pkgdir}/usr/include/psutils" PERL=/usr/bin/perl \
-    MANDIR="${pkgdir}/usr/share/man/man1" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: psutils/repos/extra-i686/PKGBUILD (from rev 216383, psutils/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2014-07-03 06:26:12 UTC (rev 216384)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
+# Contributor: eric <eric at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+ 
+pkgname=psutils
+pkgver=1.17
+pkgrel=5
+arch=('i686' 'x86_64')
+pkgdesc="A set of postscript utilities"
+url="http://knackered.org/angus/psutils/"
+license=('custom')
+depends=('glibc' 'ghostscript')
+provides=('psutils-lprng')
+replaces=('psutils-lprng')
+options=('!makeflags')
+source=("ftp://ftp.archlinux.org/other/psutils/${pkgname}-${pkgver}.tar.gz"
+        'psutils-1.17.diff')
+md5sums=('b161522f3bd1507655326afa7db4a0ad'
+         '2b49e9e796000b42f42804d4b50a2be1')
+
+build() {
+  cd "${srcdir}/${pkgname}"
+  patch -Np1 -i "${srcdir}/psutils-1.17.diff"
+  make -f Makefile.unix BINDIR=/usr/bin \
+    INCLUDEDIR=/usr/include/psutils PERL=/usr/bin/perl \
+    MANDIR=/usr/share/man/man1 \
+    CFLAGS="$CFLAGS -DPAPER=\\\"letter\\\" -DUNIX -Wall" \
+    CCFLAGS="$LDFLAGS"
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+  install -d -m755 "${pkgdir}/usr/include"
+  install -d -m755 "${pkgdir}/usr/share/man"
+  make -f Makefile.unix BINDIR="${pkgdir}/usr/bin" \
+    INCLUDEDIR="${pkgdir}/usr/include/psutils" PERL=/usr/bin/perl \
+    MANDIR="${pkgdir}/usr/share/man/man1" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Deleted: extra-i686/psutils-1.17.diff
===================================================================
--- extra-i686/psutils-1.17.diff	2014-07-03 06:24:56 UTC (rev 216383)
+++ extra-i686/psutils-1.17.diff	2014-07-03 06:26:12 UTC (rev 216384)
@@ -1,33 +0,0 @@
-diff -u -r --new-file psutils.orig/Makefile.unix psutils/Makefile.unix
---- psutils.orig/Makefile.unix	Tue Mar 11 14:52:59 1997
-+++ psutils/Makefile.unix	Thu Jan 18 20:53:36 2001
-@@ -19,16 +19,16 @@
- # psnup puts multiple logical pages on one physical page
- # psresize scales and moves pages to fit on different paper sizes
- 
--PAPER=a4
-+PAPER=letter
- 
- # Makefile for PSUtils under Unix
- 
- OS = UNIX
- 
--BINDIR = /usr/local/bin
-+BINDIR = /usr/bin
- SCRIPTDIR = $(BINDIR)
--INCLUDEDIR = /usr/local/share/psutils
--PERL = /usr/local/bin/perl
-+INCLUDEDIR = /usr/share/psutils
-+PERL = /usr/bin/perl
- 
- BINMODE = 0755
- MANMODE = 0644
-@@ -36,7 +36,7 @@
- INSTALL = install -c -m $(BINMODE)
- INSTALLMAN = install -c -m $(MANMODE)
- MANEXT = 1
--MANDIR = /usr/local/share/man/man$(MANEXT)
-+MANDIR = /usr/man/man$(MANEXT)
- 
- CC = gcc
- CFLAGS = -DPAPER=\"$(PAPER)\" -DUNIX -O -Wall

Copied: psutils/repos/extra-i686/psutils-1.17.diff (from rev 216383, psutils/trunk/psutils-1.17.diff)
===================================================================
--- extra-i686/psutils-1.17.diff	                        (rev 0)
+++ extra-i686/psutils-1.17.diff	2014-07-03 06:26:12 UTC (rev 216384)
@@ -0,0 +1,33 @@
+diff -u -r --new-file psutils.orig/Makefile.unix psutils/Makefile.unix
+--- psutils.orig/Makefile.unix	Tue Mar 11 14:52:59 1997
++++ psutils/Makefile.unix	Thu Jan 18 20:53:36 2001
+@@ -19,16 +19,16 @@
+ # psnup puts multiple logical pages on one physical page
+ # psresize scales and moves pages to fit on different paper sizes
+ 
+-PAPER=a4
++PAPER=letter
+ 
+ # Makefile for PSUtils under Unix
+ 
+ OS = UNIX
+ 
+-BINDIR = /usr/local/bin
++BINDIR = /usr/bin
+ SCRIPTDIR = $(BINDIR)
+-INCLUDEDIR = /usr/local/share/psutils
+-PERL = /usr/local/bin/perl
++INCLUDEDIR = /usr/share/psutils
++PERL = /usr/bin/perl
+ 
+ BINMODE = 0755
+ MANMODE = 0644
+@@ -36,7 +36,7 @@
+ INSTALL = install -c -m $(BINMODE)
+ INSTALLMAN = install -c -m $(MANMODE)
+ MANEXT = 1
+-MANDIR = /usr/local/share/man/man$(MANEXT)
++MANDIR = /usr/man/man$(MANEXT)
+ 
+ CC = gcc
+ CFLAGS = -DPAPER=\"$(PAPER)\" -DUNIX -O -Wall

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2014-07-03 06:24:56 UTC (rev 216383)
+++ extra-x86_64/PKGBUILD	2014-07-03 06:26:12 UTC (rev 216384)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren <ronald.archlinux.org>
-# Contributor: eric <eric at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
- 
-pkgname=psutils
-pkgver=1.17
-pkgrel=4
-arch=('i686' 'x86_64')
-pkgdesc="A set of postscript utilities"
-url="http://knackered.org/angus/psutils/"
-license=('custom')
-depends=('glibc' 'ghostscript')
-provides=('psutils-lprng')
-replaces=('psutils-lprng')
-options=('!makeflags')
-source=("ftp://ftp.archlinux.org/other/psutils/${pkgname}-${pkgver}.tar.gz"
-        'psutils-1.17.diff')
-md5sums=('b161522f3bd1507655326afa7db4a0ad'
-         '2b49e9e796000b42f42804d4b50a2be1')
-
-build() {
-  cd "${srcdir}/${pkgname}"
-  patch -Np1 -i "${srcdir}/psutils-1.17.diff"
-  make -f Makefile.unix BINDIR=/usr/bin \
-    INCLUDEDIR=/usr/include/psutils PERL=/usr/bin/perl \
-    MANDIR=/usr/share/man/man1 \
-    CFLAGS="$CFLAGS -DPAPER=\\\"letter\\\" -DUNIX -Wall" \
-    CCFLAGS="$LDFLAGS"
-}
-
-package() {
-  cd "${srcdir}/${pkgname}"
-  install -d -m755 "${pkgdir}/usr/include"
-  install -d -m755 "${pkgdir}/usr/share/man"
-  make -f Makefile.unix BINDIR="${pkgdir}/usr/bin" \
-    INCLUDEDIR="${pkgdir}/usr/include/psutils" PERL=/usr/bin/perl \
-    MANDIR="${pkgdir}/usr/share/man/man1" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: psutils/repos/extra-x86_64/PKGBUILD (from rev 216383, psutils/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-07-03 06:26:12 UTC (rev 216384)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
+# Contributor: eric <eric at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+ 
+pkgname=psutils
+pkgver=1.17
+pkgrel=5
+arch=('i686' 'x86_64')
+pkgdesc="A set of postscript utilities"
+url="http://knackered.org/angus/psutils/"
+license=('custom')
+depends=('glibc' 'ghostscript')
+provides=('psutils-lprng')
+replaces=('psutils-lprng')
+options=('!makeflags')
+source=("ftp://ftp.archlinux.org/other/psutils/${pkgname}-${pkgver}.tar.gz"
+        'psutils-1.17.diff')
+md5sums=('b161522f3bd1507655326afa7db4a0ad'
+         '2b49e9e796000b42f42804d4b50a2be1')
+
+build() {
+  cd "${srcdir}/${pkgname}"
+  patch -Np1 -i "${srcdir}/psutils-1.17.diff"
+  make -f Makefile.unix BINDIR=/usr/bin \
+    INCLUDEDIR=/usr/include/psutils PERL=/usr/bin/perl \
+    MANDIR=/usr/share/man/man1 \
+    CFLAGS="$CFLAGS -DPAPER=\\\"letter\\\" -DUNIX -Wall" \
+    CCFLAGS="$LDFLAGS"
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+  install -d -m755 "${pkgdir}/usr/include"
+  install -d -m755 "${pkgdir}/usr/share/man"
+  make -f Makefile.unix BINDIR="${pkgdir}/usr/bin" \
+    INCLUDEDIR="${pkgdir}/usr/include/psutils" PERL=/usr/bin/perl \
+    MANDIR="${pkgdir}/usr/share/man/man1" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Deleted: extra-x86_64/psutils-1.17.diff
===================================================================
--- extra-x86_64/psutils-1.17.diff	2014-07-03 06:24:56 UTC (rev 216383)
+++ extra-x86_64/psutils-1.17.diff	2014-07-03 06:26:12 UTC (rev 216384)
@@ -1,33 +0,0 @@
-diff -u -r --new-file psutils.orig/Makefile.unix psutils/Makefile.unix
---- psutils.orig/Makefile.unix	Tue Mar 11 14:52:59 1997
-+++ psutils/Makefile.unix	Thu Jan 18 20:53:36 2001
-@@ -19,16 +19,16 @@
- # psnup puts multiple logical pages on one physical page
- # psresize scales and moves pages to fit on different paper sizes
- 
--PAPER=a4
-+PAPER=letter
- 
- # Makefile for PSUtils under Unix
- 
- OS = UNIX
- 
--BINDIR = /usr/local/bin
-+BINDIR = /usr/bin
- SCRIPTDIR = $(BINDIR)
--INCLUDEDIR = /usr/local/share/psutils
--PERL = /usr/local/bin/perl
-+INCLUDEDIR = /usr/share/psutils
-+PERL = /usr/bin/perl
- 
- BINMODE = 0755
- MANMODE = 0644
-@@ -36,7 +36,7 @@
- INSTALL = install -c -m $(BINMODE)
- INSTALLMAN = install -c -m $(MANMODE)
- MANEXT = 1
--MANDIR = /usr/local/share/man/man$(MANEXT)
-+MANDIR = /usr/man/man$(MANEXT)
- 
- CC = gcc
- CFLAGS = -DPAPER=\"$(PAPER)\" -DUNIX -O -Wall

Copied: psutils/repos/extra-x86_64/psutils-1.17.diff (from rev 216383, psutils/trunk/psutils-1.17.diff)
===================================================================
--- extra-x86_64/psutils-1.17.diff	                        (rev 0)
+++ extra-x86_64/psutils-1.17.diff	2014-07-03 06:26:12 UTC (rev 216384)
@@ -0,0 +1,33 @@
+diff -u -r --new-file psutils.orig/Makefile.unix psutils/Makefile.unix
+--- psutils.orig/Makefile.unix	Tue Mar 11 14:52:59 1997
++++ psutils/Makefile.unix	Thu Jan 18 20:53:36 2001
+@@ -19,16 +19,16 @@
+ # psnup puts multiple logical pages on one physical page
+ # psresize scales and moves pages to fit on different paper sizes
+ 
+-PAPER=a4
++PAPER=letter
+ 
+ # Makefile for PSUtils under Unix
+ 
+ OS = UNIX
+ 
+-BINDIR = /usr/local/bin
++BINDIR = /usr/bin
+ SCRIPTDIR = $(BINDIR)
+-INCLUDEDIR = /usr/local/share/psutils
+-PERL = /usr/local/bin/perl
++INCLUDEDIR = /usr/share/psutils
++PERL = /usr/bin/perl
+ 
+ BINMODE = 0755
+ MANMODE = 0644
+@@ -36,7 +36,7 @@
+ INSTALL = install -c -m $(BINMODE)
+ INSTALLMAN = install -c -m $(MANMODE)
+ MANEXT = 1
+-MANDIR = /usr/local/share/man/man$(MANEXT)
++MANDIR = /usr/man/man$(MANEXT)
+ 
+ CC = gcc
+ CFLAGS = -DPAPER=\"$(PAPER)\" -DUNIX -O -Wall




More information about the arch-commits mailing list