[arch-commits] Commit in atool/repos/community-any (4 files)
Date: Saturday, December 10, 2016 @ 10:06:32 Author: jlichtblau Revision: 198727 archrelease: copy trunk to community-any Added: atool/repos/community-any/PKGBUILD (from rev 198726, atool/trunk/PKGBUILD) atool/repos/community-any/atool.changelog (from rev 198726, atool/trunk/atool.changelog) Deleted: atool/repos/community-any/PKGBUILD atool/repos/community-any/atool.changelog -+ PKGBUILD| 84 +++--- atool.changelog | 51 +--- 2 files changed, 70 insertions(+), 65 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-12-10 10:06:24 UTC (rev 198726) +++ PKGBUILD2016-12-10 10:06:32 UTC (rev 198727) @@ -1,41 +0,0 @@ -# $Id$ -# Maintainer: Jaroslav Lichtblau -# Contributor: leif_thande -# Contributor: tranquility -# Contributor: Daniel J Griffiths - -pkgname=atool -pkgver=0.39.0 -pkgrel=4 -pkgdesc="A script for managing file archives of various types" -arch=('any') -url="http://www.nongnu.org/atool/"; -license=('GPL3') -depends=('file' 'perl') -optdepends=('bzip2: for using atool with bzip2 compressed archives' -'cpio: for using atool with cpio archives' -'gzip: for using atool with gzip compressed archives' -'lha: for using atool with lha, lharc and similar archives' -'xz: for using atool with lzma compressed archives' -'lzop: for using atool with lzop compressed archives' -'p7zip: for using atool with 7z archives' -'tar: for using atool with tar archives' -'unace: for using atool with ace archives' -'unrar: for using atool with rar archives' -'zip: for using atool for creating zip archives' -'unzip: for using atool for unpacking archives') -changelog=$pkgname.changelog -source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.gz) -sha256sums=('aaf60095884abb872e25f8e919a8a63d0dabaeca46faeba87d12812d6efc703b') - -build() { - cd "${srcdir}"/${pkgname}-${pkgver} - - ./configure --prefix=/usr -} - -package() { - cd "${srcdir}"/${pkgname}-${pkgver} - - make prefix="${pkgdir}"/usr install -} Copied: atool/repos/community-any/PKGBUILD (from rev 198726, atool/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-12-10 10:06:32 UTC (rev 198727) @@ -0,0 +1,43 @@ +# $Id$ +# Maintainer: Jaroslav Lichtblau +# Contributor: leif_thande +# Contributor: tranquility +# Contributor: Daniel J Griffiths + +pkgname=atool +pkgver=0.39.0 +pkgrel=5 +pkgdesc="A script for managing file archives of various types" +arch=('any') +url="http://www.nongnu.org/atool/"; +license=('GPL3') +depends=('file' 'perl') +optdepends=('bzip2: for using atool with bzip2 compressed archives' +'cpio: for using atool with cpio archives' +'gzip: for using atool with gzip compressed archives' +'lha: for using atool with lha, lharc and similar archives' +'xz: for using atool with lzma compressed archives' +'lzop: for using atool with lzop compressed archives' +'p7zip: for using atool with 7z archives' +'tar: for using atool with tar archives' +'unace: for using atool with ace archives' +'unrar: for using atool with rar archives' +'zip: for using atool for creating zip archives' +'unzip: for using atool for unpacking archives') +changelog=$pkgname.changelog +source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.gz{,.sig}) +validpgpkeys=('4E6E6521EF300E30457D7AFB8AAAC30E7088EFCB') # Oskar Liljeblad +sha256sums=('aaf60095884abb872e25f8e919a8a63d0dabaeca46faeba87d12812d6efc703b' +'SKIP') + +build() { + cd "${srcdir}"/${pkgname}-${pkgver} + + ./configure --prefix=/usr --sysconfdir=/etc +} + +package() { + cd "${srcdir}"/${pkgname}-${pkgver} + + make DESTDIR="${pkgdir}" install +} Deleted: atool.changelog === --- atool.changelog 2016-12-10 10:06:24 UTC (rev 198726) +++ atool.changelog 2016-12-10 10:06:32 UTC (rev 198727) @@ -1,24 +0,0 @@ -2016-04-16 Jaroslav Lichtblau - * atool 0.39.0-4 FS#48958 - -2014-07-05 Jaroslav Lichtblau - * atool 0.39.0-3 mtree rebuild - -2012-04-19 Jaroslav Lichtblau - * atool 0.39.0-1 - -2012-02-21 Jaroslav Lichtblau - * atool 0.38.0-2 - * signing package - -2011-08-20 Jaroslav Lichtblau - * Updated to major version 0.38.0 - -2009-08-16 Jaroslav Lichtblau - * Updated to major version 0.37.0 - -2008-10-05 Jaroslav Lichtblau - * Updated to major version 0.36.0 - -2008-10-05 Jaroslav Lichtblau - * Moved to [community] repo Copied: atool/repos/community-any/atool.changelog (from rev 19872
[arch-commits] Commit in atool/repos/community-any (4 files)
Date: Saturday, April 16, 2016 @ 07:43:41 Author: jlichtblau Revision: 171162 archrelease: copy trunk to community-any Added: atool/repos/community-any/PKGBUILD (from rev 171161, atool/trunk/PKGBUILD) atool/repos/community-any/atool.changelog (from rev 171161, atool/trunk/atool.changelog) Deleted: atool/repos/community-any/PKGBUILD atool/repos/community-any/atool.changelog -+ PKGBUILD| 81 +++--- atool.changelog | 45 -- 2 files changed, 65 insertions(+), 61 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-04-16 05:43:29 UTC (rev 171161) +++ PKGBUILD2016-04-16 05:43:41 UTC (rev 171162) @@ -1,40 +0,0 @@ -# $Id$ -# Maintainer: Jaroslav Lichtblau -# Contributor: leif_thande -# Contributor: tranquility -# Contributor: Daniel J Griffiths - -pkgname=atool -pkgver=0.39.0 -pkgrel=3 -pkgdesc="A script for managing file archives of various types" -arch=('any') -url="http://www.nongnu.org/atool/"; -license=('GPL3') -depends=('file' 'perl') -optdepends=('bzip2: for using atool with bzip2 compressed archives' -'cpio: for using atool with cpio archives' -'gzip: for using atool with gzip compressed archives' -'lha: for using atool with lha, lharc and similar archives' -'xz: for using atool with lzma compressed archives' -'lzop: for using atool with lzop compressed archives' -'p7zip: for using atool with 7z archives' -'tar: for using atool with tar archives' -'unace: for using atool with ace archives' -'zip: for using atool for creating zip archives' -'unzip: for using atool for unpacking archives') -changelog=$pkgname.changelog -source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.gz) -sha256sums=('aaf60095884abb872e25f8e919a8a63d0dabaeca46faeba87d12812d6efc703b') - -build() { - cd "${srcdir}"/${pkgname}-${pkgver} - - ./configure --prefix=/usr -} - -package() { - cd "${srcdir}"/${pkgname}-${pkgver} - - make prefix="${pkgdir}"/usr install -} Copied: atool/repos/community-any/PKGBUILD (from rev 171161, atool/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-04-16 05:43:41 UTC (rev 171162) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: Jaroslav Lichtblau +# Contributor: leif_thande +# Contributor: tranquility +# Contributor: Daniel J Griffiths + +pkgname=atool +pkgver=0.39.0 +pkgrel=4 +pkgdesc="A script for managing file archives of various types" +arch=('any') +url="http://www.nongnu.org/atool/"; +license=('GPL3') +depends=('file' 'perl') +optdepends=('bzip2: for using atool with bzip2 compressed archives' +'cpio: for using atool with cpio archives' +'gzip: for using atool with gzip compressed archives' +'lha: for using atool with lha, lharc and similar archives' +'xz: for using atool with lzma compressed archives' +'lzop: for using atool with lzop compressed archives' +'p7zip: for using atool with 7z archives' +'tar: for using atool with tar archives' +'unace: for using atool with ace archives' +'unrar: for using atool with rar archives' +'zip: for using atool for creating zip archives' +'unzip: for using atool for unpacking archives') +changelog=$pkgname.changelog +source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.gz) +sha256sums=('aaf60095884abb872e25f8e919a8a63d0dabaeca46faeba87d12812d6efc703b') + +build() { + cd "${srcdir}"/${pkgname}-${pkgver} + + ./configure --prefix=/usr +} + +package() { + cd "${srcdir}"/${pkgname}-${pkgver} + + make prefix="${pkgdir}"/usr install +} Deleted: atool.changelog === --- atool.changelog 2016-04-16 05:43:29 UTC (rev 171161) +++ atool.changelog 2016-04-16 05:43:41 UTC (rev 171162) @@ -1,21 +0,0 @@ -2014-07-05 Jaroslav Lichtblau - * atool 0.39.0-3 mtree rebuild - -2012-04-19 Jaroslav Lichtblau - * atool 0.39.0-1 - -2012-02-21 Jaroslav Lichtblau - * atool 0.38.0-2 - * signing package - -2011-08-20 Jaroslav Lichtblau - * Updated to major version 0.38.0 - -2009-08-16 Jaroslav Lichtblau - * Updated to major version 0.37.0 - -2008-10-05 Jaroslav Lichtblau - * Updated to major version 0.36.0 - -2008-10-05 Jaroslav Lichtblau - * Moved to [community] repo Copied: atool/repos/community-any/atool.changelog (from rev 171161, atool/trunk/atool.changelog) === --- atool.changelog (rev 0) +++ atool.changelog 2016-04-16 05:43:41 UTC (rev 171162) @@ -0,0 +1,24 @@ +2016-04-16 Jar
[arch-commits] Commit in atool/repos/community-any (4 files)
Date: Saturday, July 5, 2014 @ 19:58:00 Author: jlichtblau Revision: 115147 archrelease: copy trunk to community-any Added: atool/repos/community-any/PKGBUILD (from rev 115146, atool/trunk/PKGBUILD) atool/repos/community-any/atool.changelog (from rev 115146, atool/trunk/atool.changelog) Deleted: atool/repos/community-any/PKGBUILD atool/repos/community-any/atool.changelog -+ PKGBUILD| 80 +++--- atool.changelog | 39 ++ 2 files changed, 61 insertions(+), 58 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2014-07-05 17:57:54 UTC (rev 115146) +++ PKGBUILD2014-07-05 17:58:00 UTC (rev 115147) @@ -1,40 +0,0 @@ -# $Id$ -# Maintainer: Jaroslav Lichtblau -# Contributor: leif_thande -# Contributor: tranquility -# Contributor: Daniel J Griffiths - -pkgname=atool -pkgver=0.39.0 -pkgrel=2 -pkgdesc="A script for managing file archives of various types" -arch=('any') -url="http://www.nongnu.org/atool/"; -license=('GPL3') -depends=('file' 'perl') -optdepends=('bzip2: for using atool with bzip2 compressed archives' -'cpio: for using atool with cpio archives' -'gzip: for using atool with gzip compressed archives' -'lha: for using atool with lha, lharc and similar archives' -'xz: for using atool with lzma compressed archives' -'lzop: for using atool with lzop compressed archives' -'p7zip: for using atool with 7z archives' -'tar: for using atool with tar archives' -'unace: for using atool with ace archives' -'zip: for using atool for creating zip archives' -'unzip: for using atool for unpacking archives') -changelog=$pkgname.changelog -source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.gz) -sha256sums=('aaf60095884abb872e25f8e919a8a63d0dabaeca46faeba87d12812d6efc703b') - -build() { - cd ${srcdir}/${pkgname}-${pkgver} - - ./configure --prefix=/usr -} - -package() { - cd ${srcdir}/${pkgname}-${pkgver} - - make prefix=${pkgdir}/usr install -} Copied: atool/repos/community-any/PKGBUILD (from rev 115146, atool/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2014-07-05 17:58:00 UTC (rev 115147) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Jaroslav Lichtblau +# Contributor: leif_thande +# Contributor: tranquility +# Contributor: Daniel J Griffiths + +pkgname=atool +pkgver=0.39.0 +pkgrel=3 +pkgdesc="A script for managing file archives of various types" +arch=('any') +url="http://www.nongnu.org/atool/"; +license=('GPL3') +depends=('file' 'perl') +optdepends=('bzip2: for using atool with bzip2 compressed archives' +'cpio: for using atool with cpio archives' +'gzip: for using atool with gzip compressed archives' +'lha: for using atool with lha, lharc and similar archives' +'xz: for using atool with lzma compressed archives' +'lzop: for using atool with lzop compressed archives' +'p7zip: for using atool with 7z archives' +'tar: for using atool with tar archives' +'unace: for using atool with ace archives' +'zip: for using atool for creating zip archives' +'unzip: for using atool for unpacking archives') +changelog=$pkgname.changelog +source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.gz) +sha256sums=('aaf60095884abb872e25f8e919a8a63d0dabaeca46faeba87d12812d6efc703b') + +build() { + cd "${srcdir}"/${pkgname}-${pkgver} + + ./configure --prefix=/usr +} + +package() { + cd "${srcdir}"/${pkgname}-${pkgver} + + make prefix="${pkgdir}"/usr install +} Deleted: atool.changelog === --- atool.changelog 2014-07-05 17:57:54 UTC (rev 115146) +++ atool.changelog 2014-07-05 17:58:00 UTC (rev 115147) @@ -1,18 +0,0 @@ -2012-04-19 Jaroslav Lichtblau - * atool 0.39.0-1 - -2012-02-21 Jaroslav Lichtblau - * atool 0.38.0-2 - * signing package - -2011-08-20 Jaroslav Lichtblau - * Updated to major version 0.38.0 - -2009-08-16 Jaroslav Lichtblau - * Updated to major version 0.37.0 - -2008-10-05 Jaroslav Lichtblau - * Updated to major version 0.36.0 - -2008-10-05 Jaroslav Lichtblau - * Moved to [community] repo Copied: atool/repos/community-any/atool.changelog (from rev 115146, atool/trunk/atool.changelog) === --- atool.changelog (rev 0) +++ atool.changelog 2014-07-05 17:58:00 UTC (rev 115147) @@ -0,0 +1,21 @@ +2014-07-05 Jaroslav Lichtblau + * atool 0.39.0-3 mtree rebuild + +2012-04-19 Jaroslav Lichtblau + * atool 0.39.0-1 + +2012-02-21 Jaroslav Lic
[arch-commits] Commit in atool/repos/community-any (4 files)
Date: Saturday, July 5, 2014 @ 08:49:38 Author: fyan Revision: 115063 archrelease: copy trunk to community-any Added: atool/repos/community-any/PKGBUILD (from rev 115062, atool/trunk/PKGBUILD) atool/repos/community-any/atool.changelog (from rev 115062, atool/trunk/atool.changelog) Deleted: atool/repos/community-any/PKGBUILD atool/repos/community-any/atool.changelog -+ PKGBUILD| 80 +++--- atool.changelog | 36 2 files changed, 58 insertions(+), 58 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2014-07-05 06:49:19 UTC (rev 115062) +++ PKGBUILD2014-07-05 06:49:38 UTC (rev 115063) @@ -1,40 +0,0 @@ -# $Id$ -# Maintainer: Jaroslav Lichtblau -# Contributor: leif_thande -# Contributor: tranquility -# Contributor: Daniel J Griffiths - -pkgname=atool -pkgver=0.39.0 -pkgrel=1 -pkgdesc="A script for managing file archives of various types" -arch=('any') -url="http://www.nongnu.org/atool/"; -license=('GPL3') -depends=('file' 'perl') -optdepends=('bzip2: for using atool with bzip2 compressed archives' -'cpio: for using atool with cpio archives' -'gzip: for using atool with gzip compressed archives' -'lha: for using atool with lha, lharc and similar archives' -'xz: for using atool with lzma compressed archives' -'lzop: for using atool with lzop compressed archives' -'p7zip: for using atool with 7z archives' -'tar: for using atool with tar archives' -'unace: for using atool with ace archives' -'zip: for using atool for creating zip archives' -'unzip: for using atool for unpacking archives') -changelog=$pkgname.changelog -source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.gz) -sha256sums=('aaf60095884abb872e25f8e919a8a63d0dabaeca46faeba87d12812d6efc703b') - -build() { - cd ${srcdir}/${pkgname}-${pkgver} - - ./configure --prefix=/usr -} - -package() { - cd ${srcdir}/${pkgname}-${pkgver} - - make prefix=${pkgdir}/usr install -} Copied: atool/repos/community-any/PKGBUILD (from rev 115062, atool/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2014-07-05 06:49:38 UTC (rev 115063) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Jaroslav Lichtblau +# Contributor: leif_thande +# Contributor: tranquility +# Contributor: Daniel J Griffiths + +pkgname=atool +pkgver=0.39.0 +pkgrel=2 +pkgdesc="A script for managing file archives of various types" +arch=('any') +url="http://www.nongnu.org/atool/"; +license=('GPL3') +depends=('file' 'perl') +optdepends=('bzip2: for using atool with bzip2 compressed archives' +'cpio: for using atool with cpio archives' +'gzip: for using atool with gzip compressed archives' +'lha: for using atool with lha, lharc and similar archives' +'xz: for using atool with lzma compressed archives' +'lzop: for using atool with lzop compressed archives' +'p7zip: for using atool with 7z archives' +'tar: for using atool with tar archives' +'unace: for using atool with ace archives' +'zip: for using atool for creating zip archives' +'unzip: for using atool for unpacking archives') +changelog=$pkgname.changelog +source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.gz) +sha256sums=('aaf60095884abb872e25f8e919a8a63d0dabaeca46faeba87d12812d6efc703b') + +build() { + cd ${srcdir}/${pkgname}-${pkgver} + + ./configure --prefix=/usr +} + +package() { + cd ${srcdir}/${pkgname}-${pkgver} + + make prefix=${pkgdir}/usr install +} Deleted: atool.changelog === --- atool.changelog 2014-07-05 06:49:19 UTC (rev 115062) +++ atool.changelog 2014-07-05 06:49:38 UTC (rev 115063) @@ -1,18 +0,0 @@ -2012-04-19 Jaroslav Lichtblau - * atool 0.39.0-1 - -2012-02-21 Jaroslav Lichtblau - * atool 0.38.0-2 - * signing package - -2011-08-20 Jaroslav Lichtblau - * Updated to major version 0.38.0 - -2009-08-16 Jaroslav Lichtblau - * Updated to major version 0.37.0 - -2008-10-05 Jaroslav Lichtblau - * Updated to major version 0.36.0 - -2008-10-05 Jaroslav Lichtblau - * Moved to [community] repo Copied: atool/repos/community-any/atool.changelog (from rev 115062, atool/trunk/atool.changelog) === --- atool.changelog (rev 0) +++ atool.changelog 2014-07-05 06:49:38 UTC (rev 115063) @@ -0,0 +1,18 @@ +2012-04-19 Jaroslav Lichtblau + * atool 0.39.0-1 + +2012-02-21 Jaroslav Lichtblau + * atool 0.38.0-2 + * signing package + +2011-08-20 Jaroslav Licht