[arch-commits] Commit in sharutils/trunk (PKGBUILD)

2020-05-16 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 16, 2020 @ 20:58:24
  Author: foutrelis
Revision: 384855

upgpkg: sharutils 4.15.2-4: reproducibility rebuild

Modified:
  sharutils/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-16 20:55:16 UTC (rev 384854)
+++ PKGBUILD2020-05-16 20:58:24 UTC (rev 384855)
@@ -4,7 +4,7 @@
 
 pkgname=sharutils
 pkgver=4.15.2
-pkgrel=3
+pkgrel=4
 pkgdesc='Makes so-called shell archives out of many files'
 url='https://www.gnu.org/software/sharutils/'
 license=('GPL')


[arch-commits] Commit in sharutils/trunk (PKGBUILD)

2020-05-16 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 16, 2020 @ 20:47:12
  Author: foutrelis
Revision: 384814

Add -fcommon workaround for GCC 10

Modified:
  sharutils/trunk/PKGBUILD

--+
 PKGBUILD |1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-16 20:47:09 UTC (rev 384813)
+++ PKGBUILD2020-05-16 20:47:12 UTC (rev 384814)
@@ -22,6 +22,7 @@
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
+   CFLAGS+=' -fcommon' # 
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
./configure \
--prefix=/usr \
--mandir=/usr/share/man \


[arch-commits] Commit in sharutils/trunk (PKGBUILD)

2020-04-15 Thread Christian Hesse via arch-commits
Date: Wednesday, April 15, 2020 @ 20:16:02
  Author: eworm
Revision: 380394

fix checksums

Modified:
  sharutils/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-15 20:13:42 UTC (rev 380393)
+++ PKGBUILD2020-04-15 20:16:02 UTC (rev 380394)
@@ -12,7 +12,8 @@
 depends=('perl' 'gettext' 'texinfo')
 validpgpkeys=('1F967B15DEB2349CACDF3D71D9204CB5BFBF0221')
 
source=("https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('2b05cff7de5d7b646dc1669bc36c35fdac02ac6ae4b6c19cb3340d87ec553a9a')
+sha256sums=('2b05cff7de5d7b646dc1669bc36c35fdac02ac6ae4b6c19cb3340d87ec553a9a'
+'SKIP')
 
 prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in sharutils/trunk (PKGBUILD)

2019-01-24 Thread Gaëtan Bisson via arch-commits
Date: Friday, January 25, 2019 @ 00:09:04
  Author: bisson
Revision: 344675

update url

Modified:
  sharutils/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-25 00:08:46 UTC (rev 344674)
+++ PKGBUILD2019-01-25 00:09:04 UTC (rev 344675)
@@ -6,7 +6,7 @@
 pkgver=4.15.2
 pkgrel=3
 pkgdesc='Makes so-called shell archives out of many files'
-url='http://www.gnu.org/software/sharutils/'
+url='https://www.gnu.org/software/sharutils/'
 license=('GPL')
 arch=('x86_64')
 depends=('perl' 'gettext' 'texinfo')


[arch-commits] Commit in sharutils/trunk (PKGBUILD)

2018-10-07 Thread Gaëtan Bisson via arch-commits
Date: Monday, October 8, 2018 @ 00:49:05
  Author: bisson
Revision: 335920

switch to https, add validpgpkeys

Modified:
  sharutils/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-07 21:39:10 UTC (rev 335919)
+++ PKGBUILD2018-10-08 00:49:05 UTC (rev 335920)
@@ -10,7 +10,8 @@
 license=('GPL')
 arch=('x86_64')
 depends=('perl' 'gettext' 'texinfo')
-source=("ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+validpgpkeys=('1F967B15DEB2349CACDF3D71D9204CB5BFBF0221')
+source=("https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
 sha256sums=('2b05cff7de5d7b646dc1669bc36c35fdac02ac6ae4b6c19cb3340d87ec553a9a')
 
 prepare() {


[arch-commits] Commit in sharutils/trunk (PKGBUILD)

2018-10-03 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, October 3, 2018 @ 23:12:12
  Author: bisson
Revision: 335734

free rebuild, fix broken test

Modified:
  sharutils/trunk/PKGBUILD

--+
 PKGBUILD |7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-03 23:10:21 UTC (rev 335733)
+++ PKGBUILD2018-10-03 23:12:12 UTC (rev 335734)
@@ -4,7 +4,7 @@
 
 pkgname=sharutils
 pkgver=4.15.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Makes so-called shell archives out of many files'
 url='http://www.gnu.org/software/sharutils/'
 license=('GPL')
@@ -13,6 +13,11 @@
 source=("ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
 sha256sums=('2b05cff7de5d7b646dc1669bc36c35fdac02ac6ae4b6c19cb3340d87ec553a9a')
 
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed 's/FUNC_FFLUSH_STDIN/-1/g' -i lib/fseeko.c
+}
+
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure \


[arch-commits] Commit in sharutils/trunk (PKGBUILD)

2017-03-01 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 01:36:12
  Author: bisson
Revision: 289845

switch to sha256sum

Modified:
  sharutils/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 01:36:07 UTC (rev 289844)
+++ PKGBUILD2017-03-02 01:36:12 UTC (rev 289845)
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=('perl' 'gettext' 'texinfo')
 source=("ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('250377131bcf7a081f066ed0f9c51a0b7e0b0c04')
+sha256sums=('2b05cff7de5d7b646dc1669bc36c35fdac02ac6ae4b6c19cb3340d87ec553a9a')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in sharutils/trunk (PKGBUILD install)

2016-05-03 Thread Gaetan Bisson
Date: Tuesday, May 3, 2016 @ 22:40:56
  Author: bisson
Revision: 266824

remove deprecated install file

Modified:
  sharutils/trunk/PKGBUILD
Deleted:
  sharutils/trunk/install

--+
 PKGBUILD |4 +---
 install  |   18 --
 2 files changed, 1 insertion(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-03 20:40:06 UTC (rev 266823)
+++ PKGBUILD2016-05-03 20:40:56 UTC (rev 266824)
@@ -5,7 +5,7 @@
 
 pkgname=sharutils
 pkgver=4.15.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Makes so-called shell archives out of many files'
 url='http://www.gnu.org/software/sharutils/'
 license=('GPL')
@@ -14,8 +14,6 @@
 source=("ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
 sha1sums=('250377131bcf7a081f066ed0f9c51a0b7e0b0c04')
 
-install=install
-
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure \

Deleted: install
===
--- install 2016-05-03 20:40:06 UTC (rev 266823)
+++ install 2016-05-03 20:40:56 UTC (rev 266824)
@@ -1,18 +0,0 @@
-infodir=/usr/share/info
-filelist=(sharutils.info.gz)
-
-post_install() {
-   for file in ${filelist[@]}; do
-   install-info $infodir/$file $infodir/dir
-   done
-}
-
-post_upgrade() {
-   post_install
-}
-
-pre_remove() {
-   for file in ${filelist[@]}; do
-   install-info --delete $infodir/$file $infodir/dir
-   done
-}


[arch-commits] Commit in sharutils/trunk (PKGBUILD)

2015-05-31 Thread Gaetan Bisson
Date: Sunday, May 31, 2015 @ 23:06:52
  Author: bisson
Revision: 239969

upstream update

Modified:
  sharutils/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-31 20:49:14 UTC (rev 239968)
+++ PKGBUILD2015-05-31 21:06:52 UTC (rev 239969)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=sharutils
-pkgver=4.15
+pkgver=4.15.2
 pkgrel=1
 pkgdesc='Makes so-called shell archives out of many files'
 url='http://www.gnu.org/software/sharutils/'
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=('perl' 'gettext' 'texinfo')
 source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('900e85249b53e34cc55c061d809d31f14c83b210')
+sha1sums=('250377131bcf7a081f066ed0f9c51a0b7e0b0c04')
 
 install=install
 


[arch-commits] Commit in sharutils/trunk (PKGBUILD)

2015-02-08 Thread Gaetan Bisson
Date: Sunday, February 8, 2015 @ 22:41:25
  Author: bisson
Revision: 231159

upstream update

Modified:
  sharutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-08 19:37:34 UTC (rev 231158)
+++ PKGBUILD2015-02-08 21:41:25 UTC (rev 231159)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=sharutils
-pkgver=4.14.2
+pkgver=4.15
 pkgrel=1
 pkgdesc='Makes so-called shell archives out of many files'
 url='http://www.gnu.org/software/sharutils/'
@@ -11,8 +11,8 @@
 license=('GPL')
 arch=('i686' 'x86_64')
 depends=('perl' 'gettext' 'texinfo')
-source=(ftp://ftp.gnu.org/gnu/${pkgname}/su-4.14.2/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('d28608310666d6ac17e771b058558b29aabd9fad')
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('900e85249b53e34cc55c061d809d31f14c83b210')
 
 install=install
 


[arch-commits] Commit in sharutils/trunk (PKGBUILD)

2014-12-15 Thread Gaetan Bisson
Date: Monday, December 15, 2014 @ 18:00:35
  Author: bisson
Revision: 227627

upstream update

Modified:
  sharutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-15 10:25:46 UTC (rev 227626)
+++ PKGBUILD2014-12-15 17:00:35 UTC (rev 227627)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=sharutils
-pkgver=4.14
+pkgver=4.14.2
 pkgrel=1
 pkgdesc='Makes so-called shell archives out of many files'
 url='http://www.gnu.org/software/sharutils/'
@@ -11,8 +11,8 @@
 license=('GPL')
 arch=('i686' 'x86_64')
 depends=('perl' 'gettext' 'texinfo')
-source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('5d2d76caa6ee816202fb78395415bd863043d81b')
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/su-4.14.2/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('d28608310666d6ac17e771b058558b29aabd9fad')
 
 install=install
 


[arch-commits] Commit in sharutils/trunk (PKGBUILD)

2013-10-20 Thread Gaetan Bisson
Date: Sunday, October 20, 2013 @ 11:31:18
  Author: bisson
Revision: 196821

upstream update

Modified:
  sharutils/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-20 08:29:33 UTC (rev 196820)
+++ PKGBUILD2013-10-20 09:31:18 UTC (rev 196821)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=sharutils
-pkgver=4.13.5
+pkgver=4.14
 pkgrel=1
 pkgdesc='Makes so-called shell archives out of many files'
 url='http://www.gnu.org/software/sharutils/'
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=('perl' 'gettext' 'texinfo')
 source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('8c2e352860994332fa03f2a6c92d789097fb2e52')
+sha1sums=('5d2d76caa6ee816202fb78395415bd863043d81b')
 
 install=install
 



[arch-commits] Commit in sharutils/trunk (PKGBUILD)

2013-04-16 Thread Gaetan Bisson
Date: Tuesday, April 16, 2013 @ 18:20:47
  Author: bisson
Revision: 182985

upstream update

Modified:
  sharutils/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-16 16:12:47 UTC (rev 182984)
+++ PKGBUILD2013-04-16 16:20:47 UTC (rev 182985)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=sharutils
-pkgver=4.13.4
+pkgver=4.13.5
 pkgrel=1
 pkgdesc='Makes so-called shell archives out of many files'
 url='http://www.gnu.org/software/sharutils/'
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=('perl' 'gettext' 'texinfo')
 source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('9becdd47dd03a6e139f29c9a2ab311a541409553')
+sha1sums=('8c2e352860994332fa03f2a6c92d789097fb2e52')
 
 install=install
 



[arch-commits] Commit in sharutils/trunk (PKGBUILD)

2013-04-01 Thread Gaetan Bisson
Date: Tuesday, April 2, 2013 @ 04:28:06
  Author: bisson
Revision: 181163

upstream update

Modified:
  sharutils/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-01 20:41:35 UTC (rev 181162)
+++ PKGBUILD2013-04-02 02:28:06 UTC (rev 181163)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=sharutils
-pkgver=4.13.3
+pkgver=4.13.4
 pkgrel=1
 pkgdesc='Makes so-called shell archives out of many files'
 url='http://www.gnu.org/software/sharutils/'
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=('perl' 'gettext' 'texinfo')
 source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('50582fcededd1891c47ec1caa98491e280950cbd')
+sha1sums=('9becdd47dd03a6e139f29c9a2ab311a541409553')
 
 install=install
 



[arch-commits] Commit in sharutils/trunk (PKGBUILD)

2013-01-13 Thread Gaetan Bisson
Date: Sunday, January 13, 2013 @ 15:18:58
  Author: bisson
Revision: 175103

upstream update

Modified:
  sharutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-13 16:06:48 UTC (rev 175102)
+++ PKGBUILD2013-01-13 20:18:58 UTC (rev 175103)
@@ -4,15 +4,15 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=sharutils
-pkgver=4.13
+pkgver=4.13.3
 pkgrel=1
 pkgdesc='Makes so-called shell archives out of many files'
 url='http://www.gnu.org/software/sharutils/'
 license=('GPL')
 arch=('i686' 'x86_64')
 depends=('perl' 'gettext' 'texinfo')
-source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('8c1531846bc397c2afbbbf2ca33c8d5fd78bbc3d')
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('50582fcededd1891c47ec1caa98491e280950cbd')
 
 install=install
 



[arch-commits] Commit in sharutils/trunk (PKGBUILD)

2013-01-01 Thread Gaetan Bisson
Date: Tuesday, January 1, 2013 @ 08:05:12
  Author: bisson
Revision: 174013

upstream update

Modified:
  sharutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-01 13:02:26 UTC (rev 174012)
+++ PKGBUILD2013-01-01 13:05:12 UTC (rev 174013)
@@ -4,15 +4,15 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=sharutils
-pkgver=4.11.1
+pkgver=4.13
 pkgrel=1
 pkgdesc='Makes so-called shell archives out of many files'
 url='http://www.gnu.org/software/sharutils/'
 license=('GPL')
 arch=('i686' 'x86_64')
 depends=('perl' 'gettext' 'texinfo')
-source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('e9c9f869f8ecb3bcb30cc323e02e0a1266aeb109')
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('8c1531846bc397c2afbbbf2ca33c8d5fd78bbc3d')
 
 install=install
 



[arch-commits] Commit in sharutils/trunk (PKGBUILD install sharutils.install)

2011-05-11 Thread Gaetan Bisson
Date: Wednesday, May 11, 2011 @ 19:31:36
  Author: bisson
Revision: 123635

upstream update and cleanup

Added:
  sharutils/trunk/install
(from rev 123634, sharutils/trunk/sharutils.install)
Modified:
  sharutils/trunk/PKGBUILD
Deleted:
  sharutils/trunk/sharutils.install

---+
 PKGBUILD  |   36 ++--
 install   |   18 ++
 sharutils.install |   20 
 3 files changed, 36 insertions(+), 38 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-05-11 23:06:32 UTC (rev 123634)
+++ PKGBUILD2011-05-11 23:31:36 UTC (rev 123635)
@@ -1,32 +1,32 @@
 # $Id$
-# Maintainer:
+# Maintainer: Gaetan Bisson bis...@archlinux.org
 # Contributor: Kevin Piche ke...@archlinux.org
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=sharutils
-pkgver=4.10
+pkgver=4.11.1
 pkgrel=1
-pkgdesc=GNU shar makes so-called shell archives out of many files
+pkgdesc='Makes so-called shell archives out of many files'
+url='http://www.gnu.org/software/sharutils/'
+license=('GPL')
 arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/sharutils/;
-license=('GPL')
 depends=('perl' 'gettext' 'texinfo')
-install=${pkgname}.install
-source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('f918859228238d69e1ce78ccbec8f9e0')
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('e9c9f869f8ecb3bcb30cc323e02e0a1266aeb109')
 
+install=install
+
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man \
---infodir=/usr/share/info \
---disable-nls
-  make
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure \
+   --prefix=/usr \
+   --mandir=/usr/share/man \
+   --infodir=/usr/share/info \
+
+   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  rm ${pkgdir}/usr/share/info/dir
-  gzip ${pkgdir}/usr/share/info/*
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
 }

Copied: sharutils/trunk/install (from rev 123634, 
sharutils/trunk/sharutils.install)
===
--- install (rev 0)
+++ install 2011-05-11 23:31:36 UTC (rev 123635)
@@ -0,0 +1,18 @@
+infodir=/usr/share/info
+filelist=(sharutils.info.gz)
+
+post_install() {
+   for file in ${filelist[@]}; do
+   install-info $infodir/$file $infodir/dir
+   done
+}
+
+post_upgrade() {
+   post_install
+}
+
+pre_remove() {
+   for file in ${filelist[@]}; do
+   install-info --delete $infodir/$file $infodir/dir
+   done
+}

Deleted: sharutils.install
===
--- sharutils.install   2011-05-11 23:06:32 UTC (rev 123634)
+++ sharutils.install   2011-05-11 23:31:36 UTC (rev 123635)
@@ -1,20 +0,0 @@
-infodir=/usr/share/info
-filelist=(sharutils.info.gz)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2 /dev/null
-  done
-}



[arch-commits] Commit in sharutils/trunk (PKGBUILD sharutils.install)

2010-11-08 Thread Andrea Scarpino
Date: Monday, November 8, 2010 @ 14:40:29
  Author: andrea
Revision: 98391

upgpkg: sharutils 4.10-1
upstream release

Modified:
  sharutils/trunk/PKGBUILD
  sharutils/trunk/sharutils.install

---+
 PKGBUILD  |   30 +++---
 sharutils.install |2 +-
 2 files changed, 20 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-11-08 19:32:28 UTC (rev 98390)
+++ PKGBUILD2010-11-08 19:40:29 UTC (rev 98391)
@@ -1,24 +1,32 @@
 # $Id$
-# Maintainer: Kevin Piche ke...@archlinux.org
+# Maintainer:
+# Contributor: Kevin Piche ke...@archlinux.org
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=sharutils
-pkgver=4.6.3
-pkgrel=3
+pkgver=4.10
+pkgrel=1
 pkgdesc=GNU shar makes so-called shell archives out of many files
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/sharutils/;
 license=('GPL')
-depends=('gettext' 'texinfo')
-install=sharutils.install
-source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/REL-${pkgver}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('74127a560e59be6dfa8b59993eb0ca91')
+depends=('perl' 'gettext' 'texinfo')
+install=${pkgname}.install
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('f918859228238d69e1ce78ccbec8f9e0')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info 
--disable-nls || return 1
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+--infodir=/usr/share/info \
+--disable-nls
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
   rm ${pkgdir}/usr/share/info/dir
   gzip ${pkgdir}/usr/share/info/*
 }

Modified: sharutils.install
===
--- sharutils.install   2010-11-08 19:32:28 UTC (rev 98390)
+++ sharutils.install   2010-11-08 19:40:29 UTC (rev 98391)
@@ -9,7 +9,7 @@
 }
 
 post_upgrade() {
-  post_install $1
+  post_install
 }
 
 pre_remove() {



[arch-commits] Commit in sharutils/trunk (PKGBUILD)

2010-04-19 Thread Daniel Griffiths
Date: Monday, April 19, 2010 @ 04:13:10
  Author: dgriffiths
Revision: 78003

upgpkg: sharutils 4.6.3-3 Package more than a year old

Modified:
  sharutils/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-04-19 08:10:45 UTC (rev 78002)
+++ PKGBUILD2010-04-19 08:13:10 UTC (rev 78003)
@@ -4,21 +4,21 @@
 
 pkgname=sharutils
 pkgver=4.6.3
-pkgrel=2
+pkgrel=3
 pkgdesc=GNU shar makes so-called shell archives out of many files
 arch=(i686 x86_64)
 url=http://www.gnu.org/software/sharutils/;
 license=('GPL')
 depends=('gettext' 'texinfo')
 install=sharutils.install
-source=(ftp://ftp.gnu.org/pub/gnu/$pkgname/REL-$pkgver/$pkgname-$pkgver.tar.gz)
+source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/REL-${pkgver}/${pkgname}-${pkgver}.tar.gz)
 md5sums=('74127a560e59be6dfa8b59993eb0ca91')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info 
--disable-nls || return 1
   make || return 1
-  make DESTDIR=$pkgdir install || return 1
+  make DESTDIR=${pkgdir} install || return 1
   rm ${pkgdir}/usr/share/info/dir
   gzip ${pkgdir}/usr/share/info/*
 }