[arch-commits] Commit in enscript/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-02-08 Thread Lukas Fleischer via arch-commits
Date: Sunday, February 9, 2020 @ 06:21:37
  Author: lfleischer
Revision: 375016

archrelease: copy trunk to extra-x86_64

Added:
  enscript/repos/extra-x86_64/PKGBUILD
(from rev 375015, enscript/trunk/PKGBUILD)
Deleted:
  enscript/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-09 06:21:34 UTC (rev 375015)
+++ PKGBUILD2020-02-09 06:21:37 UTC (rev 375016)
@@ -1,31 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Paul Mattal 
-# Contributor: Tom Newsom 
-
-pkgname=enscript
-pkgver=1.6.6
-pkgrel=3
-pkgdesc="Convert ASCII files to PostScript suitable for printing"
-arch=('x86_64')
-url="http://git.savannah.gnu.org/cgit/enscript.git;
-license=('GPL3')
-depends=('glibc')
-backup=('etc/enscript/enscript.cfg')
-source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('3acc242b829adacabcaf28533f049afd')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc/enscript
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: enscript/repos/extra-x86_64/PKGBUILD (from rev 375015, 
enscript/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-09 06:21:37 UTC (rev 375016)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Paul Mattal 
+# Contributor: Tom Newsom 
+
+pkgname=enscript
+pkgver=1.6.6
+pkgrel=4
+pkgdesc="Convert ASCII files to PostScript suitable for printing"
+arch=('x86_64')
+url="https://git.savannah.gnu.org/cgit/enscript.git;
+license=('GPL3')
+depends=('glibc' 'perl')
+backup=('etc/enscript/enscript.cfg')
+source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('3acc242b829adacabcaf28533f049afd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc/enscript
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in enscript/repos (extra-x86_64)

2010-06-05 Thread Paul Mattal
Date: Saturday, June 5, 2010 @ 17:03:40
  Author: paul
Revision: 81841

archrelease: remove extra-x86_64

Deleted:
  enscript/repos/extra-x86_64/



[arch-commits] Commit in enscript/repos (extra-x86_64)

2010-06-05 Thread Paul Mattal
Date: Saturday, June 5, 2010 @ 17:03:48
  Author: paul
Revision: 81842

archrelease: copy trunk to extra-x86_64

Added:
  enscript/repos/extra-x86_64/



[arch-commits] Commit in enscript/repos (extra-x86_64)

2010-03-09 Thread Paul Mattal
Date: Tuesday, March 9, 2010 @ 08:58:35
  Author: paul
Revision: 71785

archrelease: copy trunk to extra-x86_64

Added:
  enscript/repos/extra-x86_64/



[arch-commits] Commit in enscript/repos (extra-x86_64 extra-x86_64/PKGBUILD)

2010-01-31 Thread Giovanni Scafora
Date: Sunday, January 31, 2010 @ 20:50:50
  Author: giovanni
Revision: 66610

Merged revisions 65293,65296 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/enscript/trunk


  r65293 | paul | 2010-01-27 03:10:12 +0100 (mer, 27 gen 2010) | 2 lines
  
  upgpkg: enscript 1.6.5-1
  upstream update to 1.6.5

  r65296 | paul | 2010-01-27 03:19:25 +0100 (mer, 27 gen 2010) | 2 lines
  
  upgpkg: enscript 1.6.5-1
  upstream update to 1.6.5


Modified:
  enscript/repos/extra-x86_64/  (properties)
  enscript/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)


Property changes on: enscript/repos/extra-x86_64
___
Modified: svnmerge-integrated
   - /enscript/trunk:1-53019
   + /enscript/trunk:1-66609

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2010-02-01 01:49:45 UTC (rev 66609)
+++ extra-x86_64/PKGBUILD   2010-02-01 01:50:50 UTC (rev 66610)
@@ -1,17 +1,17 @@
 # $Id$
-# Maintainer: eric e...@archlinux.org
+# Maintainer: Paul Mattal p...@archlinux.org
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=enscript
-pkgver=1.6.4
-pkgrel=4
+pkgver=1.6.5
+pkgrel=1
 pkgdesc=Convert ASCII files to PostScript suitable for printing
 arch=(i686 x86_64)
 depends=('glibc')
 license=('GPL2')
-source=(http://www.iki.fi/mtr/g$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('b5174b59e4a050fb462af5dbf28ebba3')
-url=http://people.ssh.fi/mtr/genscript/index.html;
+source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('3cfd9278011215ac4c798ce984a180b7')
+url=http://git.savannah.gnu.org/cgit/enscript.git;
 
 build() {
   cd $startdir/src/$pkgname-$pkgver || return 1