[arch-commits] Commit in clamav/repos (32 files)

2016-07-28 Thread Jan Steffens
Date: Thursday, July 28, 2016 @ 19:07:23
  Author: heftig
Revision: 272649

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

Added:
  clamav/repos/extra-i686/PKGBUILD
(from rev 272648, clamav/trunk/PKGBUILD)
  clamav/repos/extra-i686/clamd.conf
(from rev 272648, clamav/trunk/clamd.conf)
  clamav/repos/extra-i686/clamd.service
(from rev 272648, clamav/trunk/clamd.service)
  clamav/repos/extra-i686/freshclam.conf
(from rev 272648, clamav/trunk/freshclam.conf)
  clamav/repos/extra-i686/freshclamd.service
(from rev 272648, clamav/trunk/freshclamd.service)
  clamav/repos/extra-i686/install
(from rev 272648, clamav/trunk/install)
  clamav/repos/extra-i686/logrotate
(from rev 272648, clamav/trunk/logrotate)
  clamav/repos/extra-i686/tmpfiles.d
(from rev 272648, clamav/trunk/tmpfiles.d)
  clamav/repos/extra-x86_64/PKGBUILD
(from rev 272648, clamav/trunk/PKGBUILD)
  clamav/repos/extra-x86_64/clamd.conf
(from rev 272648, clamav/trunk/clamd.conf)
  clamav/repos/extra-x86_64/clamd.service
(from rev 272648, clamav/trunk/clamd.service)
  clamav/repos/extra-x86_64/freshclam.conf
(from rev 272648, clamav/trunk/freshclam.conf)
  clamav/repos/extra-x86_64/freshclamd.service
(from rev 272648, clamav/trunk/freshclamd.service)
  clamav/repos/extra-x86_64/install
(from rev 272648, clamav/trunk/install)
  clamav/repos/extra-x86_64/logrotate
(from rev 272648, clamav/trunk/logrotate)
  clamav/repos/extra-x86_64/tmpfiles.d
(from rev 272648, clamav/trunk/tmpfiles.d)
Deleted:
  clamav/repos/extra-i686/PKGBUILD
  clamav/repos/extra-i686/clamd.conf
  clamav/repos/extra-i686/clamd.service
  clamav/repos/extra-i686/freshclam.conf
  clamav/repos/extra-i686/freshclamd.service
  clamav/repos/extra-i686/install
  clamav/repos/extra-i686/logrotate
  clamav/repos/extra-i686/tmpfiles.d
  clamav/repos/extra-x86_64/PKGBUILD
  clamav/repos/extra-x86_64/clamd.conf
  clamav/repos/extra-x86_64/clamd.service
  clamav/repos/extra-x86_64/freshclam.conf
  clamav/repos/extra-x86_64/freshclamd.service
  clamav/repos/extra-x86_64/install
  clamav/repos/extra-x86_64/logrotate
  clamav/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  130 ++
 /clamd.conf |   12 +++
 /clamd.service  |   22 ++
 /freshclam.conf |6 +
 /freshclamd.service |   20 +
 /install|   18 +
 /logrotate  |   20 +
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   64 --
 extra-i686/clamd.conf   |6 -
 extra-i686/clamd.service|   11 ---
 extra-i686/freshclam.conf   |3 
 extra-i686/freshclamd.service   |   10 --
 extra-i686/install  |   15 
 extra-i686/logrotate|   10 --
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   64 --
 extra-x86_64/clamd.conf |6 -
 extra-x86_64/clamd.service  |   11 ---
 extra-x86_64/freshclam.conf |3 
 extra-x86_64/freshclamd.service |   10 --
 extra-x86_64/install|   15 
 extra-x86_64/logrotate  |   10 --
 extra-x86_64/tmpfiles.d |1 
 24 files changed, 230 insertions(+), 240 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-07-28 19:05:49 UTC (rev 272648)
+++ extra-i686/PKGBUILD 2016-07-28 19:07:23 UTC (rev 272649)
@@ -1,64 +0,0 @@
-# $Id$
-# Contributor: Dale Blount 
-# Contributor: Gregor Ibic 
-# Maintainer: Gaetan Bisson 
-
-pkgname=clamav
-pkgver=0.99.2
-pkgrel=1
-pkgdesc='Anti-virus toolkit for Unix'
-url='http://www.clamav.net/'
-license=('GPL')
-arch=('i686' 'x86_64')
-makedepends=('libmilter')
-depends=('bzip2' 'libltdl' 'gcc-libs')
-validpgpkeys=('B964E6D7BC7D7C82CCB8D45840B8EA2364221D53'
-  'F79FB2D08751574C5D3FDFFBB3D5342C260429A0')
-source=("http://www.clamav.net/downloads/production/${pkgname}-${pkgver}.tar.gz"{,.sig}
-'logrotate'
-'tmpfiles.d'
-'clamd.conf'
-'freshclam.conf'
-'clamd.service'
-'freshclamd.service')
-sha1sums=('c1a47411834d8527f7b40727aebee63f01d488af' 'SKIP'
-  'bb488a56b0f6a0760446cde89c1e3321e2717b78'
-  'a224ea9b4d0f4f196827347d54bed51e11c197ea'
-  '887f624eb305f2446f55d8339e2972ad0cfe2b79'
-  'b767837d0279ad30b92c314cb762b73e5ad0415e'
-  '77899cce83f04cbe134b30da376f879d2841f769'
-  'cda9a087e5593992150cb456e34c5f6f589aca82')
-
-backup=('etc/clamav/clamd.conf'
-'etc/clamav/freshclam.conf'
-'etc/logrotate.d/clamav')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   

[arch-commits] Commit in clamav/repos (32 files)

2016-05-04 Thread Gaetan Bisson
Date: Wednesday, May 4, 2016 @ 10:06:47
  Author: bisson
Revision: 266863

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

Added:
  clamav/repos/extra-i686/PKGBUILD
(from rev 266862, clamav/trunk/PKGBUILD)
  clamav/repos/extra-i686/clamd.conf
(from rev 266862, clamav/trunk/clamd.conf)
  clamav/repos/extra-i686/clamd.service
(from rev 266862, clamav/trunk/clamd.service)
  clamav/repos/extra-i686/freshclam.conf
(from rev 266862, clamav/trunk/freshclam.conf)
  clamav/repos/extra-i686/freshclamd.service
(from rev 266862, clamav/trunk/freshclamd.service)
  clamav/repos/extra-i686/install
(from rev 266862, clamav/trunk/install)
  clamav/repos/extra-i686/logrotate
(from rev 266862, clamav/trunk/logrotate)
  clamav/repos/extra-i686/tmpfiles.d
(from rev 266862, clamav/trunk/tmpfiles.d)
  clamav/repos/extra-x86_64/PKGBUILD
(from rev 266862, clamav/trunk/PKGBUILD)
  clamav/repos/extra-x86_64/clamd.conf
(from rev 266862, clamav/trunk/clamd.conf)
  clamav/repos/extra-x86_64/clamd.service
(from rev 266862, clamav/trunk/clamd.service)
  clamav/repos/extra-x86_64/freshclam.conf
(from rev 266862, clamav/trunk/freshclam.conf)
  clamav/repos/extra-x86_64/freshclamd.service
(from rev 266862, clamav/trunk/freshclamd.service)
  clamav/repos/extra-x86_64/install
(from rev 266862, clamav/trunk/install)
  clamav/repos/extra-x86_64/logrotate
(from rev 266862, clamav/trunk/logrotate)
  clamav/repos/extra-x86_64/tmpfiles.d
(from rev 266862, clamav/trunk/tmpfiles.d)
Deleted:
  clamav/repos/extra-i686/PKGBUILD
  clamav/repos/extra-i686/clamd.conf
  clamav/repos/extra-i686/clamd.service
  clamav/repos/extra-i686/freshclam.conf
  clamav/repos/extra-i686/freshclamd.service
  clamav/repos/extra-i686/install
  clamav/repos/extra-i686/logrotate
  clamav/repos/extra-i686/tmpfiles.d
  clamav/repos/extra-x86_64/PKGBUILD
  clamav/repos/extra-x86_64/clamd.conf
  clamav/repos/extra-x86_64/clamd.service
  clamav/repos/extra-x86_64/freshclam.conf
  clamav/repos/extra-x86_64/freshclamd.service
  clamav/repos/extra-x86_64/install
  clamav/repos/extra-x86_64/logrotate
  clamav/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  128 ++
 /clamd.conf |   12 +++
 /clamd.service  |   22 ++
 /freshclam.conf |6 +
 /freshclamd.service |   20 +
 /install|   30 
 /logrotate  |   20 +
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   64 ---
 extra-i686/clamd.conf   |6 -
 extra-i686/clamd.service|   11 ---
 extra-i686/freshclam.conf   |3 
 extra-i686/freshclamd.service   |   10 --
 extra-i686/install  |   15 
 extra-i686/logrotate|   10 --
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   64 ---
 extra-x86_64/clamd.conf |6 -
 extra-x86_64/clamd.service  |   11 ---
 extra-x86_64/freshclam.conf |3 
 extra-x86_64/freshclamd.service |   10 --
 extra-x86_64/install|   15 
 extra-x86_64/logrotate  |   10 --
 extra-x86_64/tmpfiles.d |1 
 24 files changed, 240 insertions(+), 240 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-04 08:01:37 UTC (rev 266862)
+++ extra-i686/PKGBUILD 2016-05-04 08:06:47 UTC (rev 266863)
@@ -1,64 +0,0 @@
-# $Id$
-# Contributor: Dale Blount 
-# Contributor: Gregor Ibic 
-# Maintainer: Gaetan Bisson 
-
-pkgname=clamav
-pkgver=0.99.1
-pkgrel=2
-pkgdesc='Anti-virus toolkit for Unix'
-url='http://www.clamav.net/'
-license=('GPL')
-arch=('i686' 'x86_64')
-makedepends=('libmilter')
-depends=('bzip2' 'libltdl' 'gcc-libs')
-validpgpkeys=('B964E6D7BC7D7C82CCB8D45840B8EA2364221D53'
-  'F79FB2D08751574C5D3FDFFBB3D5342C260429A0')
-source=("http://www.clamav.net/downloads/production/${pkgname}-${pkgver}.tar.gz"{,.sig}
-'logrotate'
-'tmpfiles.d'
-'clamd.conf'
-'freshclam.conf'
-'clamd.service'
-'freshclamd.service')
-sha1sums=('9b9706b951fbb35cf6743ef497649fdf20f167f9' 'SKIP'
-  'bb488a56b0f6a0760446cde89c1e3321e2717b78'
-  'a224ea9b4d0f4f196827347d54bed51e11c197ea'
-  '887f624eb305f2446f55d8339e2972ad0cfe2b79'
-  'b767837d0279ad30b92c314cb762b73e5ad0415e'
-  '77899cce83f04cbe134b30da376f879d2841f769'
-  'cda9a087e5593992150cb456e34c5f6f589aca82')
-
-backup=('etc/clamav/clamd.conf'
-'etc/clamav/freshclam.conf'
-'etc/logrotate.d/clamav')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   

[arch-commits] Commit in clamav/repos (32 files)

2016-03-06 Thread Pierre Schmitz
Date: Sunday, March 6, 2016 @ 18:16:15
  Author: pierre
Revision: 261117

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

Added:
  clamav/repos/extra-i686/PKGBUILD
(from rev 261116, clamav/trunk/PKGBUILD)
  clamav/repos/extra-i686/clamd.conf
(from rev 261116, clamav/trunk/clamd.conf)
  clamav/repos/extra-i686/clamd.service
(from rev 261116, clamav/trunk/clamd.service)
  clamav/repos/extra-i686/freshclam.conf
(from rev 261116, clamav/trunk/freshclam.conf)
  clamav/repos/extra-i686/freshclamd.service
(from rev 261116, clamav/trunk/freshclamd.service)
  clamav/repos/extra-i686/install
(from rev 261116, clamav/trunk/install)
  clamav/repos/extra-i686/logrotate
(from rev 261116, clamav/trunk/logrotate)
  clamav/repos/extra-i686/tmpfiles.d
(from rev 261116, clamav/trunk/tmpfiles.d)
  clamav/repos/extra-x86_64/PKGBUILD
(from rev 261116, clamav/trunk/PKGBUILD)
  clamav/repos/extra-x86_64/clamd.conf
(from rev 261116, clamav/trunk/clamd.conf)
  clamav/repos/extra-x86_64/clamd.service
(from rev 261116, clamav/trunk/clamd.service)
  clamav/repos/extra-x86_64/freshclam.conf
(from rev 261116, clamav/trunk/freshclam.conf)
  clamav/repos/extra-x86_64/freshclamd.service
(from rev 261116, clamav/trunk/freshclamd.service)
  clamav/repos/extra-x86_64/install
(from rev 261116, clamav/trunk/install)
  clamav/repos/extra-x86_64/logrotate
(from rev 261116, clamav/trunk/logrotate)
  clamav/repos/extra-x86_64/tmpfiles.d
(from rev 261116, clamav/trunk/tmpfiles.d)
Deleted:
  clamav/repos/extra-i686/PKGBUILD
  clamav/repos/extra-i686/clamd.conf
  clamav/repos/extra-i686/clamd.service
  clamav/repos/extra-i686/freshclam.conf
  clamav/repos/extra-i686/freshclamd.service
  clamav/repos/extra-i686/install
  clamav/repos/extra-i686/logrotate
  clamav/repos/extra-i686/tmpfiles.d
  clamav/repos/extra-x86_64/PKGBUILD
  clamav/repos/extra-x86_64/clamd.conf
  clamav/repos/extra-x86_64/clamd.service
  clamav/repos/extra-x86_64/freshclam.conf
  clamav/repos/extra-x86_64/freshclamd.service
  clamav/repos/extra-x86_64/install
  clamav/repos/extra-x86_64/logrotate
  clamav/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  128 ++
 /clamd.conf |   12 +++
 /clamd.service  |   22 ++
 /freshclam.conf |6 +
 /freshclamd.service |   20 +
 /install|   30 
 /logrotate  |   20 +
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   64 ---
 extra-i686/clamd.conf   |6 -
 extra-i686/clamd.service|   11 ---
 extra-i686/freshclam.conf   |3 
 extra-i686/freshclamd.service   |   10 --
 extra-i686/install  |   15 
 extra-i686/logrotate|   10 --
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   64 ---
 extra-x86_64/clamd.conf |6 -
 extra-x86_64/clamd.service  |   11 ---
 extra-x86_64/freshclam.conf |3 
 extra-x86_64/freshclamd.service |   10 --
 extra-x86_64/install|   15 
 extra-x86_64/logrotate  |   10 --
 extra-x86_64/tmpfiles.d |1 
 24 files changed, 240 insertions(+), 240 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-06 17:15:34 UTC (rev 261116)
+++ extra-i686/PKGBUILD 2016-03-06 17:16:15 UTC (rev 261117)
@@ -1,64 +0,0 @@
-# $Id$
-# Contributor: Dale Blount 
-# Contributor: Gregor Ibic 
-# Maintainer: Gaetan Bisson 
-
-pkgname=clamav
-pkgver=0.99
-pkgrel=3
-pkgdesc='Anti-virus toolkit for Unix'
-url='http://www.clamav.net/'
-license=('GPL')
-arch=('i686' 'x86_64')
-makedepends=('libmilter')
-depends=('bzip2' 'libltdl' 'gcc-libs')
-validpgpkeys=('B964E6D7BC7D7C82CCB8D45840B8EA2364221D53'
-  'F79FB2D08751574C5D3FDFFBB3D5342C260429A0')
-source=("http://www.clamav.net/downloads/production/${pkgname}-${pkgver}.tar.gz"{,.sig}
-'logrotate'
-'tmpfiles.d'
-'clamd.conf'
-'freshclam.conf'
-'clamd.service'
-'freshclamd.service')
-sha1sums=('7834baf3ce4898dd856e652c9d0301a8e14b4615' 'SKIP'
-  'bb488a56b0f6a0760446cde89c1e3321e2717b78'
-  'a224ea9b4d0f4f196827347d54bed51e11c197ea'
-  '887f624eb305f2446f55d8339e2972ad0cfe2b79'
-  'b767837d0279ad30b92c314cb762b73e5ad0415e'
-  '77899cce83f04cbe134b30da376f879d2841f769'
-  'cda9a087e5593992150cb456e34c5f6f589aca82')
-
-backup=('etc/clamav/clamd.conf'
-'etc/clamav/freshclam.conf'
-'etc/logrotate.d/clamav')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   

[arch-commits] Commit in clamav/repos (32 files)

2016-03-02 Thread Gaetan Bisson
Date: Thursday, March 3, 2016 @ 02:03:23
  Author: bisson
Revision: 260563

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

Added:
  clamav/repos/extra-i686/PKGBUILD
(from rev 260562, clamav/trunk/PKGBUILD)
  clamav/repos/extra-i686/clamd.conf
(from rev 260562, clamav/trunk/clamd.conf)
  clamav/repos/extra-i686/clamd.service
(from rev 260562, clamav/trunk/clamd.service)
  clamav/repos/extra-i686/freshclam.conf
(from rev 260562, clamav/trunk/freshclam.conf)
  clamav/repos/extra-i686/freshclamd.service
(from rev 260562, clamav/trunk/freshclamd.service)
  clamav/repos/extra-i686/install
(from rev 260562, clamav/trunk/install)
  clamav/repos/extra-i686/logrotate
(from rev 260562, clamav/trunk/logrotate)
  clamav/repos/extra-i686/tmpfiles.d
(from rev 260562, clamav/trunk/tmpfiles.d)
  clamav/repos/extra-x86_64/PKGBUILD
(from rev 260562, clamav/trunk/PKGBUILD)
  clamav/repos/extra-x86_64/clamd.conf
(from rev 260562, clamav/trunk/clamd.conf)
  clamav/repos/extra-x86_64/clamd.service
(from rev 260562, clamav/trunk/clamd.service)
  clamav/repos/extra-x86_64/freshclam.conf
(from rev 260562, clamav/trunk/freshclam.conf)
  clamav/repos/extra-x86_64/freshclamd.service
(from rev 260562, clamav/trunk/freshclamd.service)
  clamav/repos/extra-x86_64/install
(from rev 260562, clamav/trunk/install)
  clamav/repos/extra-x86_64/logrotate
(from rev 260562, clamav/trunk/logrotate)
  clamav/repos/extra-x86_64/tmpfiles.d
(from rev 260562, clamav/trunk/tmpfiles.d)
Deleted:
  clamav/repos/extra-i686/PKGBUILD
  clamav/repos/extra-i686/clamd.conf
  clamav/repos/extra-i686/clamd.service
  clamav/repos/extra-i686/freshclam.conf
  clamav/repos/extra-i686/freshclamd.service
  clamav/repos/extra-i686/install
  clamav/repos/extra-i686/logrotate
  clamav/repos/extra-i686/tmpfiles.d
  clamav/repos/extra-x86_64/PKGBUILD
  clamav/repos/extra-x86_64/clamd.conf
  clamav/repos/extra-x86_64/clamd.service
  clamav/repos/extra-x86_64/freshclam.conf
  clamav/repos/extra-x86_64/freshclamd.service
  clamav/repos/extra-x86_64/install
  clamav/repos/extra-x86_64/logrotate
  clamav/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  128 ++
 /clamd.conf |   12 +++
 /clamd.service  |   22 ++
 /freshclam.conf |6 +
 /freshclamd.service |   20 +
 /install|   30 
 /logrotate  |   20 +
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   64 ---
 extra-i686/clamd.conf   |6 -
 extra-i686/clamd.service|   11 ---
 extra-i686/freshclam.conf   |3 
 extra-i686/freshclamd.service   |   10 --
 extra-i686/install  |   15 
 extra-i686/logrotate|   10 --
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   64 ---
 extra-x86_64/clamd.conf |6 -
 extra-x86_64/clamd.service  |   11 ---
 extra-x86_64/freshclam.conf |3 
 extra-x86_64/freshclamd.service |   10 --
 extra-x86_64/install|   15 
 extra-x86_64/logrotate  |   10 --
 extra-x86_64/tmpfiles.d |1 
 24 files changed, 240 insertions(+), 240 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-03 01:01:53 UTC (rev 260562)
+++ extra-i686/PKGBUILD 2016-03-03 01:03:23 UTC (rev 260563)
@@ -1,64 +0,0 @@
-# $Id$
-# Contributor: Dale Blount 
-# Contributor: Gregor Ibic 
-# Maintainer: Gaetan Bisson 
-
-pkgname=clamav
-pkgver=0.99
-pkgrel=2
-pkgdesc='Anti-virus toolkit for Unix'
-url='http://www.clamav.net/'
-license=('GPL')
-arch=('i686' 'x86_64')
-makedepends=('libmilter')
-depends=('bzip2' 'libltdl' 'gcc-libs')
-validpgpkeys=('B964E6D7BC7D7C82CCB8D45840B8EA2364221D53'
-  'F79FB2D08751574C5D3FDFFBB3D5342C260429A0')
-source=("http://www.clamav.net/downloads/production/${pkgname}-${pkgver}.tar.gz"{,.sig}
-'logrotate'
-'tmpfiles.d'
-'clamd.conf'
-'freshclam.conf'
-'clamd.service'
-'freshclamd.service')
-sha1sums=('7834baf3ce4898dd856e652c9d0301a8e14b4615' 'SKIP'
-  'bb488a56b0f6a0760446cde89c1e3321e2717b78'
-  'a224ea9b4d0f4f196827347d54bed51e11c197ea'
-  '887f624eb305f2446f55d8339e2972ad0cfe2b79'
-  'b767837d0279ad30b92c314cb762b73e5ad0415e'
-  '77899cce83f04cbe134b30da376f879d2841f769'
-  'cda9a087e5593992150cb456e34c5f6f589aca82')
-
-backup=('etc/clamav/clamd.conf'
-'etc/clamav/freshclam.conf'
-'etc/logrotate.d/clamav')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   

[arch-commits] Commit in clamav/repos (32 files)

2015-12-02 Thread Gaetan Bisson
Date: Wednesday, December 2, 2015 @ 10:13:51
  Author: bisson
Revision: 252115

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

Added:
  clamav/repos/extra-i686/PKGBUILD
(from rev 252114, clamav/trunk/PKGBUILD)
  clamav/repos/extra-i686/clamd.conf
(from rev 252114, clamav/trunk/clamd.conf)
  clamav/repos/extra-i686/clamd.service
(from rev 252114, clamav/trunk/clamd.service)
  clamav/repos/extra-i686/freshclam.conf
(from rev 252114, clamav/trunk/freshclam.conf)
  clamav/repos/extra-i686/freshclamd.service
(from rev 252114, clamav/trunk/freshclamd.service)
  clamav/repos/extra-i686/install
(from rev 252114, clamav/trunk/install)
  clamav/repos/extra-i686/logrotate
(from rev 252114, clamav/trunk/logrotate)
  clamav/repos/extra-i686/tmpfiles.d
(from rev 252114, clamav/trunk/tmpfiles.d)
  clamav/repos/extra-x86_64/PKGBUILD
(from rev 252114, clamav/trunk/PKGBUILD)
  clamav/repos/extra-x86_64/clamd.conf
(from rev 252114, clamav/trunk/clamd.conf)
  clamav/repos/extra-x86_64/clamd.service
(from rev 252114, clamav/trunk/clamd.service)
  clamav/repos/extra-x86_64/freshclam.conf
(from rev 252114, clamav/trunk/freshclam.conf)
  clamav/repos/extra-x86_64/freshclamd.service
(from rev 252114, clamav/trunk/freshclamd.service)
  clamav/repos/extra-x86_64/install
(from rev 252114, clamav/trunk/install)
  clamav/repos/extra-x86_64/logrotate
(from rev 252114, clamav/trunk/logrotate)
  clamav/repos/extra-x86_64/tmpfiles.d
(from rev 252114, clamav/trunk/tmpfiles.d)
Deleted:
  clamav/repos/extra-i686/PKGBUILD
  clamav/repos/extra-i686/clamd.conf
  clamav/repos/extra-i686/clamd.service
  clamav/repos/extra-i686/freshclam.conf
  clamav/repos/extra-i686/freshclamd.service
  clamav/repos/extra-i686/install
  clamav/repos/extra-i686/logrotate
  clamav/repos/extra-i686/tmpfiles.d
  clamav/repos/extra-x86_64/PKGBUILD
  clamav/repos/extra-x86_64/clamd.conf
  clamav/repos/extra-x86_64/clamd.service
  clamav/repos/extra-x86_64/freshclam.conf
  clamav/repos/extra-x86_64/freshclamd.service
  clamav/repos/extra-x86_64/install
  clamav/repos/extra-x86_64/logrotate
  clamav/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  128 ++
 /clamd.conf |   12 +++
 /clamd.service  |   22 ++
 /freshclam.conf |6 +
 /freshclamd.service |   20 +
 /install|   30 
 /logrotate  |   20 +
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   64 ---
 extra-i686/clamd.conf   |6 -
 extra-i686/clamd.service|   11 ---
 extra-i686/freshclam.conf   |3 
 extra-i686/freshclamd.service   |   10 --
 extra-i686/install  |   15 
 extra-i686/logrotate|   10 --
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   64 ---
 extra-x86_64/clamd.conf |6 -
 extra-x86_64/clamd.service  |   11 ---
 extra-x86_64/freshclam.conf |3 
 extra-x86_64/freshclamd.service |   10 --
 extra-x86_64/install|   15 
 extra-x86_64/logrotate  |   10 --
 extra-x86_64/tmpfiles.d |1 
 24 files changed, 240 insertions(+), 240 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-02 09:12:30 UTC (rev 252114)
+++ extra-i686/PKGBUILD 2015-12-02 09:13:51 UTC (rev 252115)
@@ -1,64 +0,0 @@
-# $Id$
-# Contributor: Dale Blount 
-# Contributor: Gregor Ibic 
-# Maintainer: Gaetan Bisson 
-
-pkgname=clamav
-pkgver=0.98.7
-pkgrel=3
-pkgdesc='Anti-virus toolkit for Unix'
-url='http://www.clamav.net/'
-license=('GPL')
-arch=('i686' 'x86_64')
-makedepends=('libmilter')
-depends=('bzip2' 'libltdl' 'gcc-libs')
-validpgpkeys=('B964E6D7BC7D7C82CCB8D45840B8EA2364221D53'
-  'F79FB2D08751574C5D3FDFFBB3D5342C260429A0')
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig}
-'logrotate'
-'tmpfiles.d'
-'clamd.conf'
-'freshclam.conf'
-'clamd.service'
-'freshclamd.service')
-sha1sums=('c9793d67c041e2b944116d912f8681c8bd6e4432' 'SKIP'
-  'bb488a56b0f6a0760446cde89c1e3321e2717b78'
-  'a224ea9b4d0f4f196827347d54bed51e11c197ea'
-  '887f624eb305f2446f55d8339e2972ad0cfe2b79'
-  'b767837d0279ad30b92c314cb762b73e5ad0415e'
-  '77899cce83f04cbe134b30da376f879d2841f769'
-  'cda9a087e5593992150cb456e34c5f6f589aca82')
-
-backup=('etc/clamav/clamd.conf'
-'etc/clamav/freshclam.conf'
-'etc/logrotate.d/clamav')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   

[arch-commits] Commit in clamav/repos (32 files)

2015-06-12 Thread Gaetan Bisson
Date: Saturday, June 13, 2015 @ 02:28:01
  Author: bisson
Revision: 240714

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

Added:
  clamav/repos/extra-i686/PKGBUILD
(from rev 240713, clamav/trunk/PKGBUILD)
  clamav/repos/extra-i686/clamd.conf
(from rev 240713, clamav/trunk/clamd.conf)
  clamav/repos/extra-i686/clamd.service
(from rev 240713, clamav/trunk/clamd.service)
  clamav/repos/extra-i686/freshclam.conf
(from rev 240713, clamav/trunk/freshclam.conf)
  clamav/repos/extra-i686/freshclamd.service
(from rev 240713, clamav/trunk/freshclamd.service)
  clamav/repos/extra-i686/install
(from rev 240713, clamav/trunk/install)
  clamav/repos/extra-i686/logrotate
(from rev 240713, clamav/trunk/logrotate)
  clamav/repos/extra-i686/tmpfiles.d
(from rev 240713, clamav/trunk/tmpfiles.d)
  clamav/repos/extra-x86_64/PKGBUILD
(from rev 240713, clamav/trunk/PKGBUILD)
  clamav/repos/extra-x86_64/clamd.conf
(from rev 240713, clamav/trunk/clamd.conf)
  clamav/repos/extra-x86_64/clamd.service
(from rev 240713, clamav/trunk/clamd.service)
  clamav/repos/extra-x86_64/freshclam.conf
(from rev 240713, clamav/trunk/freshclam.conf)
  clamav/repos/extra-x86_64/freshclamd.service
(from rev 240713, clamav/trunk/freshclamd.service)
  clamav/repos/extra-x86_64/install
(from rev 240713, clamav/trunk/install)
  clamav/repos/extra-x86_64/logrotate
(from rev 240713, clamav/trunk/logrotate)
  clamav/repos/extra-x86_64/tmpfiles.d
(from rev 240713, clamav/trunk/tmpfiles.d)
Deleted:
  clamav/repos/extra-i686/PKGBUILD
  clamav/repos/extra-i686/clamd.conf
  clamav/repos/extra-i686/clamd.service
  clamav/repos/extra-i686/freshclam.conf
  clamav/repos/extra-i686/freshclamd.service
  clamav/repos/extra-i686/install
  clamav/repos/extra-i686/logrotate
  clamav/repos/extra-i686/tmpfiles.d
  clamav/repos/extra-x86_64/PKGBUILD
  clamav/repos/extra-x86_64/clamd.conf
  clamav/repos/extra-x86_64/clamd.service
  clamav/repos/extra-x86_64/freshclam.conf
  clamav/repos/extra-x86_64/freshclamd.service
  clamav/repos/extra-x86_64/install
  clamav/repos/extra-x86_64/logrotate
  clamav/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  128 ++
 /clamd.conf |   12 +++
 /clamd.service  |   22 ++
 /freshclam.conf |6 +
 /freshclamd.service |   20 +
 /install|   30 
 /logrotate  |   20 +
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   64 ---
 extra-i686/clamd.conf   |6 -
 extra-i686/clamd.service|   10 --
 extra-i686/freshclam.conf   |3 
 extra-i686/freshclamd.service   |   10 --
 extra-i686/install  |   15 
 extra-i686/logrotate|   10 --
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   64 ---
 extra-x86_64/clamd.conf |6 -
 extra-x86_64/clamd.service  |   10 --
 extra-x86_64/freshclam.conf |3 
 extra-x86_64/freshclamd.service |   10 --
 extra-x86_64/install|   15 
 extra-x86_64/logrotate  |   10 --
 extra-x86_64/tmpfiles.d |1 
 24 files changed, 240 insertions(+), 238 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-13 00:26:50 UTC (rev 240713)
+++ extra-i686/PKGBUILD 2015-06-13 00:28:01 UTC (rev 240714)
@@ -1,64 +0,0 @@
-# $Id$
-# Contributor: Dale Blount d...@archlinux.org
-# Contributor: Gregor Ibic gregor.i...@intelicom.si
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=clamav
-pkgver=0.98.7
-pkgrel=1
-pkgdesc='Anti-virus toolkit for Unix'
-url='http://www.clamav.net/'
-license=('GPL')
-arch=('i686' 'x86_64')
-makedepends=('libmilter')
-depends=('bzip2' 'libltdl' 'gcc-libs')
-validpgpkeys=('B964E6D7BC7D7C82CCB8D45840B8EA2364221D53'
-  'F79FB2D08751574C5D3FDFFBB3D5342C260429A0')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig}
-'logrotate'
-'tmpfiles.d'
-'clamd.conf'
-'freshclam.conf'
-'clamd.service'
-'freshclamd.service')
-sha1sums=('c9793d67c041e2b944116d912f8681c8bd6e4432' 'SKIP'
-  'bb488a56b0f6a0760446cde89c1e3321e2717b78'
-  'a224ea9b4d0f4f196827347d54bed51e11c197ea'
-  '887f624eb305f2446f55d8339e2972ad0cfe2b79'
-  'b767837d0279ad30b92c314cb762b73e5ad0415e'
-  'b6ac0c5de1e5b41232b10d4f84e86201c370eaeb'
-  'cda9a087e5593992150cb456e34c5f6f589aca82')
-
-backup=('etc/clamav/clamd.conf'
-'etc/clamav/freshclam.conf'
-'etc/logrotate.d/clamav')
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
- 

[arch-commits] Commit in clamav/repos (32 files)

2015-04-28 Thread Gaetan Bisson
Date: Wednesday, April 29, 2015 @ 05:26:55
  Author: bisson
Revision: 238238

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

Added:
  clamav/repos/extra-i686/PKGBUILD
(from rev 238237, clamav/trunk/PKGBUILD)
  clamav/repos/extra-i686/clamd.conf
(from rev 238237, clamav/trunk/clamd.conf)
  clamav/repos/extra-i686/clamd.service
(from rev 238237, clamav/trunk/clamd.service)
  clamav/repos/extra-i686/freshclam.conf
(from rev 238237, clamav/trunk/freshclam.conf)
  clamav/repos/extra-i686/freshclamd.service
(from rev 238237, clamav/trunk/freshclamd.service)
  clamav/repos/extra-i686/install
(from rev 238237, clamav/trunk/install)
  clamav/repos/extra-i686/logrotate
(from rev 238237, clamav/trunk/logrotate)
  clamav/repos/extra-i686/tmpfiles.d
(from rev 238237, clamav/trunk/tmpfiles.d)
  clamav/repos/extra-x86_64/PKGBUILD
(from rev 238237, clamav/trunk/PKGBUILD)
  clamav/repos/extra-x86_64/clamd.conf
(from rev 238237, clamav/trunk/clamd.conf)
  clamav/repos/extra-x86_64/clamd.service
(from rev 238237, clamav/trunk/clamd.service)
  clamav/repos/extra-x86_64/freshclam.conf
(from rev 238237, clamav/trunk/freshclam.conf)
  clamav/repos/extra-x86_64/freshclamd.service
(from rev 238237, clamav/trunk/freshclamd.service)
  clamav/repos/extra-x86_64/install
(from rev 238237, clamav/trunk/install)
  clamav/repos/extra-x86_64/logrotate
(from rev 238237, clamav/trunk/logrotate)
  clamav/repos/extra-x86_64/tmpfiles.d
(from rev 238237, clamav/trunk/tmpfiles.d)
Deleted:
  clamav/repos/extra-i686/PKGBUILD
  clamav/repos/extra-i686/clamd.conf
  clamav/repos/extra-i686/clamd.service
  clamav/repos/extra-i686/freshclam.conf
  clamav/repos/extra-i686/freshclamd.service
  clamav/repos/extra-i686/install
  clamav/repos/extra-i686/logrotate
  clamav/repos/extra-i686/tmpfiles.d
  clamav/repos/extra-x86_64/PKGBUILD
  clamav/repos/extra-x86_64/clamd.conf
  clamav/repos/extra-x86_64/clamd.service
  clamav/repos/extra-x86_64/freshclam.conf
  clamav/repos/extra-x86_64/freshclamd.service
  clamav/repos/extra-x86_64/install
  clamav/repos/extra-x86_64/logrotate
  clamav/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  128 ++
 /clamd.conf |   12 +++
 /clamd.service  |   20 +
 /freshclam.conf |6 +
 /freshclamd.service |   20 +
 /install|   30 
 /logrotate  |   20 +
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   63 --
 extra-i686/clamd.conf   |6 -
 extra-i686/clamd.service|   10 --
 extra-i686/freshclam.conf   |3 
 extra-i686/freshclamd.service   |   10 --
 extra-i686/install  |   15 
 extra-i686/logrotate|   10 --
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   63 --
 extra-x86_64/clamd.conf |6 -
 extra-x86_64/clamd.service  |   10 --
 extra-x86_64/freshclam.conf |3 
 extra-x86_64/freshclamd.service |   10 --
 extra-x86_64/install|   15 
 extra-x86_64/logrotate  |   10 --
 extra-x86_64/tmpfiles.d |1 
 24 files changed, 238 insertions(+), 236 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-29 03:25:39 UTC (rev 238237)
+++ extra-i686/PKGBUILD 2015-04-29 03:26:55 UTC (rev 238238)
@@ -1,63 +0,0 @@
-# $Id$
-# Contributor: Dale Blount d...@archlinux.org
-# Contributor: Gregor Ibic gregor.i...@intelicom.si
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=clamav
-pkgver=0.98.6
-pkgrel=2
-pkgdesc='Anti-virus toolkit for Unix'
-url='http://www.clamav.net/'
-license=('GPL')
-arch=('i686' 'x86_64')
-makedepends=('libmilter')
-depends=('bzip2' 'libltdl' 'gcc-libs')
-validpgpkeys=('B964E6D7BC7D7C82CCB8D45840B8EA2364221D53')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig}
-'logrotate'
-'tmpfiles.d'
-'clamd.conf'
-'freshclam.conf'
-'clamd.service'
-'freshclamd.service')
-sha1sums=('03cb9a20a08aba9176b1f58d5527d06ec8261f9c' 'SKIP'
-  'bb488a56b0f6a0760446cde89c1e3321e2717b78'
-  'a224ea9b4d0f4f196827347d54bed51e11c197ea'
-  '887f624eb305f2446f55d8339e2972ad0cfe2b79'
-  'b767837d0279ad30b92c314cb762b73e5ad0415e'
-  'b6ac0c5de1e5b41232b10d4f84e86201c370eaeb'
-  'cda9a087e5593992150cb456e34c5f6f589aca82')
-
-backup=('etc/clamav/clamd.conf'
-'etc/clamav/freshclam.conf'
-'etc/logrotate.d/clamav')
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sbindir=/usr/bin \
-   

[arch-commits] Commit in clamav/repos (32 files)

2015-04-09 Thread Gaetan Bisson
Date: Thursday, April 9, 2015 @ 23:21:27
  Author: bisson
Revision: 236010

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

Added:
  clamav/repos/extra-i686/PKGBUILD
(from rev 236009, clamav/trunk/PKGBUILD)
  clamav/repos/extra-i686/clamd.conf
(from rev 236009, clamav/trunk/clamd.conf)
  clamav/repos/extra-i686/clamd.service
(from rev 236009, clamav/trunk/clamd.service)
  clamav/repos/extra-i686/freshclam.conf
(from rev 236009, clamav/trunk/freshclam.conf)
  clamav/repos/extra-i686/freshclamd.service
(from rev 236009, clamav/trunk/freshclamd.service)
  clamav/repos/extra-i686/install
(from rev 236009, clamav/trunk/install)
  clamav/repos/extra-i686/logrotate
(from rev 236009, clamav/trunk/logrotate)
  clamav/repos/extra-i686/tmpfiles.d
(from rev 236009, clamav/trunk/tmpfiles.d)
  clamav/repos/extra-x86_64/PKGBUILD
(from rev 236009, clamav/trunk/PKGBUILD)
  clamav/repos/extra-x86_64/clamd.conf
(from rev 236009, clamav/trunk/clamd.conf)
  clamav/repos/extra-x86_64/clamd.service
(from rev 236009, clamav/trunk/clamd.service)
  clamav/repos/extra-x86_64/freshclam.conf
(from rev 236009, clamav/trunk/freshclam.conf)
  clamav/repos/extra-x86_64/freshclamd.service
(from rev 236009, clamav/trunk/freshclamd.service)
  clamav/repos/extra-x86_64/install
(from rev 236009, clamav/trunk/install)
  clamav/repos/extra-x86_64/logrotate
(from rev 236009, clamav/trunk/logrotate)
  clamav/repos/extra-x86_64/tmpfiles.d
(from rev 236009, clamav/trunk/tmpfiles.d)
Deleted:
  clamav/repos/extra-i686/PKGBUILD
  clamav/repos/extra-i686/clamd.conf
  clamav/repos/extra-i686/clamd.service
  clamav/repos/extra-i686/freshclam.conf
  clamav/repos/extra-i686/freshclamd.service
  clamav/repos/extra-i686/install
  clamav/repos/extra-i686/logrotate
  clamav/repos/extra-i686/tmpfiles.d
  clamav/repos/extra-x86_64/PKGBUILD
  clamav/repos/extra-x86_64/clamd.conf
  clamav/repos/extra-x86_64/clamd.service
  clamav/repos/extra-x86_64/freshclam.conf
  clamav/repos/extra-x86_64/freshclamd.service
  clamav/repos/extra-x86_64/install
  clamav/repos/extra-x86_64/logrotate
  clamav/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  126 ++
 /clamd.conf |   12 +++
 /clamd.service  |   20 ++
 /freshclam.conf |6 +
 /freshclamd.service |   20 ++
 /install|   30 +
 /logrotate  |   20 ++
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   61 --
 extra-i686/clamd.conf   |6 -
 extra-i686/clamd.service|   10 ---
 extra-i686/freshclam.conf   |3 
 extra-i686/freshclamd.service   |   10 ---
 extra-i686/install  |   15 
 extra-i686/logrotate|   10 ---
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   61 --
 extra-x86_64/clamd.conf |6 -
 extra-x86_64/clamd.service  |   10 ---
 extra-x86_64/freshclam.conf |3 
 extra-x86_64/freshclamd.service |   10 ---
 extra-x86_64/install|   15 
 extra-x86_64/logrotate  |   10 ---
 extra-x86_64/tmpfiles.d |1 
 24 files changed, 236 insertions(+), 232 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-09 21:20:19 UTC (rev 236009)
+++ extra-i686/PKGBUILD 2015-04-09 21:21:27 UTC (rev 236010)
@@ -1,61 +0,0 @@
-# $Id$
-# Contributor: Dale Blount d...@archlinux.org
-# Contributor: Gregor Ibic gregor.i...@intelicom.si
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=clamav
-pkgver=0.98.6
-pkgrel=1
-pkgdesc='Anti-virus toolkit for Unix'
-url='http://www.clamav.net/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('bzip2' 'libltdl' 'gcc-libs')
-validpgpkeys=('B964E6D7BC7D7C82CCB8D45840B8EA2364221D53')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig}
-'logrotate'
-'tmpfiles.d'
-'clamd.conf'
-'freshclam.conf'
-'clamd.service'
-'freshclamd.service')
-sha1sums=('03cb9a20a08aba9176b1f58d5527d06ec8261f9c' 'SKIP'
-  'bb488a56b0f6a0760446cde89c1e3321e2717b78'
-  'a224ea9b4d0f4f196827347d54bed51e11c197ea'
-  '887f624eb305f2446f55d8339e2972ad0cfe2b79'
-  'b767837d0279ad30b92c314cb762b73e5ad0415e'
-  'b6ac0c5de1e5b41232b10d4f84e86201c370eaeb'
-  'cda9a087e5593992150cb456e34c5f6f589aca82')
-
-backup=('etc/clamav/clamd.conf'
-'etc/clamav/freshclam.conf'
-'etc/logrotate.d/clamav')
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sbindir=/usr/bin \
-   --sysconfdir=/etc/clamav \
-   

[arch-commits] Commit in clamav/repos (32 files)

2015-01-28 Thread Gaetan Bisson
Date: Wednesday, January 28, 2015 @ 23:28:34
  Author: bisson
Revision: 230224

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

Added:
  clamav/repos/extra-i686/PKGBUILD
(from rev 230223, clamav/trunk/PKGBUILD)
  clamav/repos/extra-i686/clamd.conf
(from rev 230223, clamav/trunk/clamd.conf)
  clamav/repos/extra-i686/clamd.service
(from rev 230223, clamav/trunk/clamd.service)
  clamav/repos/extra-i686/freshclam.conf
(from rev 230223, clamav/trunk/freshclam.conf)
  clamav/repos/extra-i686/freshclamd.service
(from rev 230223, clamav/trunk/freshclamd.service)
  clamav/repos/extra-i686/install
(from rev 230223, clamav/trunk/install)
  clamav/repos/extra-i686/logrotate
(from rev 230223, clamav/trunk/logrotate)
  clamav/repos/extra-i686/tmpfiles.d
(from rev 230223, clamav/trunk/tmpfiles.d)
  clamav/repos/extra-x86_64/PKGBUILD
(from rev 230223, clamav/trunk/PKGBUILD)
  clamav/repos/extra-x86_64/clamd.conf
(from rev 230223, clamav/trunk/clamd.conf)
  clamav/repos/extra-x86_64/clamd.service
(from rev 230223, clamav/trunk/clamd.service)
  clamav/repos/extra-x86_64/freshclam.conf
(from rev 230223, clamav/trunk/freshclam.conf)
  clamav/repos/extra-x86_64/freshclamd.service
(from rev 230223, clamav/trunk/freshclamd.service)
  clamav/repos/extra-x86_64/install
(from rev 230223, clamav/trunk/install)
  clamav/repos/extra-x86_64/logrotate
(from rev 230223, clamav/trunk/logrotate)
  clamav/repos/extra-x86_64/tmpfiles.d
(from rev 230223, clamav/trunk/tmpfiles.d)
Deleted:
  clamav/repos/extra-i686/PKGBUILD
  clamav/repos/extra-i686/clamd.conf
  clamav/repos/extra-i686/clamd.service
  clamav/repos/extra-i686/freshclam.conf
  clamav/repos/extra-i686/freshclamd.service
  clamav/repos/extra-i686/install
  clamav/repos/extra-i686/logrotate
  clamav/repos/extra-i686/tmpfiles.d
  clamav/repos/extra-x86_64/PKGBUILD
  clamav/repos/extra-x86_64/clamd.conf
  clamav/repos/extra-x86_64/clamd.service
  clamav/repos/extra-x86_64/freshclam.conf
  clamav/repos/extra-x86_64/freshclamd.service
  clamav/repos/extra-x86_64/install
  clamav/repos/extra-x86_64/logrotate
  clamav/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  122 ++
 /clamd.conf |   12 +++
 /clamd.service  |   20 ++
 /freshclam.conf |6 +
 /freshclamd.service |   20 ++
 /install|   30 +
 /logrotate  |   20 ++
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   60 --
 extra-i686/clamd.conf   |6 -
 extra-i686/clamd.service|   10 ---
 extra-i686/freshclam.conf   |3 
 extra-i686/freshclamd.service   |   10 ---
 extra-i686/install  |   15 
 extra-i686/logrotate|   10 ---
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   60 --
 extra-x86_64/clamd.conf |6 -
 extra-x86_64/clamd.service  |   10 ---
 extra-x86_64/freshclam.conf |3 
 extra-x86_64/freshclamd.service |   10 ---
 extra-x86_64/install|   15 
 extra-x86_64/logrotate  |   10 ---
 extra-x86_64/tmpfiles.d |1 
 24 files changed, 232 insertions(+), 230 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-28 22:27:21 UTC (rev 230223)
+++ extra-i686/PKGBUILD 2015-01-28 22:28:34 UTC (rev 230224)
@@ -1,60 +0,0 @@
-# $Id$
-# Contributor: Dale Blount d...@archlinux.org
-# Contributor: Gregor Ibic gregor.i...@intelicom.si
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=clamav
-pkgver=0.98.5
-pkgrel=1
-pkgdesc='Anti-virus toolkit for Unix'
-url='http://www.clamav.net/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('bzip2' 'libltdl' 'gcc-libs')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig}
-'logrotate'
-'tmpfiles.d'
-'clamd.conf'
-'freshclam.conf'
-'clamd.service'
-'freshclamd.service')
-sha1sums=('5f5e45735819e3ca61610899b779172a5639f70f' 'SKIP'
-  'bb488a56b0f6a0760446cde89c1e3321e2717b78'
-  'a224ea9b4d0f4f196827347d54bed51e11c197ea'
-  '887f624eb305f2446f55d8339e2972ad0cfe2b79'
-  'b767837d0279ad30b92c314cb762b73e5ad0415e'
-  'b6ac0c5de1e5b41232b10d4f84e86201c370eaeb'
-  'cda9a087e5593992150cb456e34c5f6f589aca82')
-
-backup=('etc/clamav/clamd.conf'
-'etc/clamav/freshclam.conf'
-'etc/logrotate.d/clamav')
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sbindir=/usr/bin \
-   --sysconfdir=/etc/clamav \
-   --with-dbdir=/var/lib/clamav \
-   

[arch-commits] Commit in clamav/repos (32 files)

2014-11-19 Thread Gaetan Bisson
Date: Wednesday, November 19, 2014 @ 17:53:21
  Author: bisson
Revision: 226421

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

Added:
  clamav/repos/extra-i686/PKGBUILD
(from rev 226419, clamav/trunk/PKGBUILD)
  clamav/repos/extra-i686/clamd.conf
(from rev 226419, clamav/trunk/clamd.conf)
  clamav/repos/extra-i686/clamd.service
(from rev 226419, clamav/trunk/clamd.service)
  clamav/repos/extra-i686/freshclam.conf
(from rev 226420, clamav/trunk/freshclam.conf)
  clamav/repos/extra-i686/freshclamd.service
(from rev 226420, clamav/trunk/freshclamd.service)
  clamav/repos/extra-i686/install
(from rev 226420, clamav/trunk/install)
  clamav/repos/extra-i686/logrotate
(from rev 226420, clamav/trunk/logrotate)
  clamav/repos/extra-i686/tmpfiles.d
(from rev 226420, clamav/trunk/tmpfiles.d)
  clamav/repos/extra-x86_64/PKGBUILD
(from rev 226420, clamav/trunk/PKGBUILD)
  clamav/repos/extra-x86_64/clamd.conf
(from rev 226420, clamav/trunk/clamd.conf)
  clamav/repos/extra-x86_64/clamd.service
(from rev 226420, clamav/trunk/clamd.service)
  clamav/repos/extra-x86_64/freshclam.conf
(from rev 226420, clamav/trunk/freshclam.conf)
  clamav/repos/extra-x86_64/freshclamd.service
(from rev 226420, clamav/trunk/freshclamd.service)
  clamav/repos/extra-x86_64/install
(from rev 226420, clamav/trunk/install)
  clamav/repos/extra-x86_64/logrotate
(from rev 226420, clamav/trunk/logrotate)
  clamav/repos/extra-x86_64/tmpfiles.d
(from rev 226420, clamav/trunk/tmpfiles.d)
Deleted:
  clamav/repos/extra-i686/PKGBUILD
  clamav/repos/extra-i686/clamd.conf
  clamav/repos/extra-i686/clamd.service
  clamav/repos/extra-i686/freshclam.conf
  clamav/repos/extra-i686/freshclamd.service
  clamav/repos/extra-i686/install
  clamav/repos/extra-i686/logrotate
  clamav/repos/extra-i686/tmpfiles.d
  clamav/repos/extra-x86_64/PKGBUILD
  clamav/repos/extra-x86_64/clamd.conf
  clamav/repos/extra-x86_64/clamd.service
  clamav/repos/extra-x86_64/freshclam.conf
  clamav/repos/extra-x86_64/freshclamd.service
  clamav/repos/extra-x86_64/install
  clamav/repos/extra-x86_64/logrotate
  clamav/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  120 ++
 /clamd.conf |   12 +++
 /clamd.service  |   20 ++
 /freshclam.conf |6 +
 /freshclamd.service |   20 ++
 /install|   30 +
 /logrotate  |   20 ++
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   60 ---
 extra-i686/clamd.conf   |6 -
 extra-i686/clamd.service|   10 ---
 extra-i686/freshclam.conf   |3 
 extra-i686/freshclamd.service   |   10 ---
 extra-i686/install  |   15 
 extra-i686/logrotate|   10 ---
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   60 ---
 extra-x86_64/clamd.conf |6 -
 extra-x86_64/clamd.service  |   10 ---
 extra-x86_64/freshclam.conf |3 
 extra-x86_64/freshclamd.service |   10 ---
 extra-x86_64/install|   15 
 extra-x86_64/logrotate  |   10 ---
 extra-x86_64/tmpfiles.d |1 
 24 files changed, 230 insertions(+), 230 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-19 16:52:24 UTC (rev 226420)
+++ extra-i686/PKGBUILD 2014-11-19 16:53:21 UTC (rev 226421)
@@ -1,60 +0,0 @@
-# $Id$
-# Contributor: Dale Blount d...@archlinux.org
-# Contributor: Gregor Ibic gregor.i...@intelicom.si
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=clamav
-pkgver=0.98.4
-pkgrel=1
-pkgdesc='Anti-virus toolkit for Unix'
-url='http://www.clamav.net/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('bzip2' 'libltdl' 'gcc-libs')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig}
-'logrotate'
-'tmpfiles.d'
-'clamd.conf'
-'freshclam.conf'
-'clamd.service'
-'freshclamd.service')
-sha1sums=('f1003d04f34efb0aede05395d3c7cc22c944e4ef' 'SKIP'
-  'bb488a56b0f6a0760446cde89c1e3321e2717b78'
-  'a224ea9b4d0f4f196827347d54bed51e11c197ea'
-  '887f624eb305f2446f55d8339e2972ad0cfe2b79'
-  'b767837d0279ad30b92c314cb762b73e5ad0415e'
-  'b6ac0c5de1e5b41232b10d4f84e86201c370eaeb'
-  'cda9a087e5593992150cb456e34c5f6f589aca82')
-
-backup=('etc/clamav/clamd.conf'
-'etc/clamav/freshclam.conf'
-'etc/logrotate.d/clamav')
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sbindir=/usr/bin \
-   --sysconfdir=/etc/clamav \
-   --with-dbdir=/var/lib/clamav \
-

[arch-commits] Commit in clamav/repos (32 files)

2014-06-16 Thread Gaetan Bisson
Date: Tuesday, June 17, 2014 @ 06:09:50
  Author: bisson
Revision: 215231

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

Added:
  clamav/repos/extra-i686/PKGBUILD
(from rev 215230, clamav/trunk/PKGBUILD)
  clamav/repos/extra-i686/clamd.conf
(from rev 215230, clamav/trunk/clamd.conf)
  clamav/repos/extra-i686/clamd.service
(from rev 215230, clamav/trunk/clamd.service)
  clamav/repos/extra-i686/freshclam.conf
(from rev 215230, clamav/trunk/freshclam.conf)
  clamav/repos/extra-i686/freshclamd.service
(from rev 215230, clamav/trunk/freshclamd.service)
  clamav/repos/extra-i686/install
(from rev 215230, clamav/trunk/install)
  clamav/repos/extra-i686/logrotate
(from rev 215230, clamav/trunk/logrotate)
  clamav/repos/extra-i686/tmpfiles.d
(from rev 215230, clamav/trunk/tmpfiles.d)
  clamav/repos/extra-x86_64/PKGBUILD
(from rev 215230, clamav/trunk/PKGBUILD)
  clamav/repos/extra-x86_64/clamd.conf
(from rev 215230, clamav/trunk/clamd.conf)
  clamav/repos/extra-x86_64/clamd.service
(from rev 215230, clamav/trunk/clamd.service)
  clamav/repos/extra-x86_64/freshclam.conf
(from rev 215230, clamav/trunk/freshclam.conf)
  clamav/repos/extra-x86_64/freshclamd.service
(from rev 215230, clamav/trunk/freshclamd.service)
  clamav/repos/extra-x86_64/install
(from rev 215230, clamav/trunk/install)
  clamav/repos/extra-x86_64/logrotate
(from rev 215230, clamav/trunk/logrotate)
  clamav/repos/extra-x86_64/tmpfiles.d
(from rev 215230, clamav/trunk/tmpfiles.d)
Deleted:
  clamav/repos/extra-i686/PKGBUILD
  clamav/repos/extra-i686/clamd.conf
  clamav/repos/extra-i686/clamd.service
  clamav/repos/extra-i686/freshclam.conf
  clamav/repos/extra-i686/freshclamd.service
  clamav/repos/extra-i686/install
  clamav/repos/extra-i686/logrotate
  clamav/repos/extra-i686/tmpfiles.d
  clamav/repos/extra-x86_64/PKGBUILD
  clamav/repos/extra-x86_64/clamd.conf
  clamav/repos/extra-x86_64/clamd.service
  clamav/repos/extra-x86_64/freshclam.conf
  clamav/repos/extra-x86_64/freshclamd.service
  clamav/repos/extra-x86_64/install
  clamav/repos/extra-x86_64/logrotate
  clamav/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  120 ++
 /clamd.conf |   12 +++
 /clamd.service  |   20 ++
 /freshclam.conf |6 +
 /freshclamd.service |   20 ++
 /install|   30 +
 /logrotate  |   20 ++
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   60 ---
 extra-i686/clamd.conf   |6 -
 extra-i686/clamd.service|   10 ---
 extra-i686/freshclam.conf   |3 
 extra-i686/freshclamd.service   |   10 ---
 extra-i686/install  |   15 
 extra-i686/logrotate|   10 ---
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   60 ---
 extra-x86_64/clamd.conf |6 -
 extra-x86_64/clamd.service  |   10 ---
 extra-x86_64/freshclam.conf |3 
 extra-x86_64/freshclamd.service |   10 ---
 extra-x86_64/install|   15 
 extra-x86_64/logrotate  |   10 ---
 extra-x86_64/tmpfiles.d |1 
 24 files changed, 230 insertions(+), 230 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-17 04:09:32 UTC (rev 215230)
+++ extra-i686/PKGBUILD 2014-06-17 04:09:50 UTC (rev 215231)
@@ -1,60 +0,0 @@
-# $Id$
-# Contributor: Dale Blount d...@archlinux.org
-# Contributor: Gregor Ibic gregor.i...@intelicom.si
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=clamav
-pkgver=0.98.3
-pkgrel=1
-pkgdesc='Anti-virus toolkit for Unix'
-url='http://www.clamav.net/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('bzip2' 'libltdl' 'gcc-libs')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig}
-'logrotate'
-'tmpfiles.d'
-'clamd.conf'
-'freshclam.conf'
-'clamd.service'
-'freshclamd.service')
-sha1sums=('32f0a0675f8023b20e1d19fe8592e330674d0551' 'SKIP'
-  'bb488a56b0f6a0760446cde89c1e3321e2717b78'
-  'a224ea9b4d0f4f196827347d54bed51e11c197ea'
-  '887f624eb305f2446f55d8339e2972ad0cfe2b79'
-  'b767837d0279ad30b92c314cb762b73e5ad0415e'
-  'b6ac0c5de1e5b41232b10d4f84e86201c370eaeb'
-  'cda9a087e5593992150cb456e34c5f6f589aca82')
-
-backup=('etc/clamav/clamd.conf'
-'etc/clamav/freshclam.conf'
-'etc/logrotate.d/clamav')
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sbindir=/usr/bin \
-   --sysconfdir=/etc/clamav \
-   --with-dbdir=/var/lib/clamav \
-   

[arch-commits] Commit in clamav/repos (32 files)

2014-05-08 Thread Gaetan Bisson
Date: Thursday, May 8, 2014 @ 10:34:11
  Author: bisson
Revision: 212119

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

Added:
  clamav/repos/extra-i686/PKGBUILD
(from rev 212118, clamav/trunk/PKGBUILD)
  clamav/repos/extra-i686/clamd.conf
(from rev 212118, clamav/trunk/clamd.conf)
  clamav/repos/extra-i686/clamd.service
(from rev 212118, clamav/trunk/clamd.service)
  clamav/repos/extra-i686/freshclam.conf
(from rev 212118, clamav/trunk/freshclam.conf)
  clamav/repos/extra-i686/freshclamd.service
(from rev 212118, clamav/trunk/freshclamd.service)
  clamav/repos/extra-i686/install
(from rev 212118, clamav/trunk/install)
  clamav/repos/extra-i686/logrotate
(from rev 212118, clamav/trunk/logrotate)
  clamav/repos/extra-i686/tmpfiles.d
(from rev 212118, clamav/trunk/tmpfiles.d)
  clamav/repos/extra-x86_64/PKGBUILD
(from rev 212118, clamav/trunk/PKGBUILD)
  clamav/repos/extra-x86_64/clamd.conf
(from rev 212118, clamav/trunk/clamd.conf)
  clamav/repos/extra-x86_64/clamd.service
(from rev 212118, clamav/trunk/clamd.service)
  clamav/repos/extra-x86_64/freshclam.conf
(from rev 212118, clamav/trunk/freshclam.conf)
  clamav/repos/extra-x86_64/freshclamd.service
(from rev 212118, clamav/trunk/freshclamd.service)
  clamav/repos/extra-x86_64/install
(from rev 212118, clamav/trunk/install)
  clamav/repos/extra-x86_64/logrotate
(from rev 212118, clamav/trunk/logrotate)
  clamav/repos/extra-x86_64/tmpfiles.d
(from rev 212118, clamav/trunk/tmpfiles.d)
Deleted:
  clamav/repos/extra-i686/PKGBUILD
  clamav/repos/extra-i686/clamd.conf
  clamav/repos/extra-i686/clamd.service
  clamav/repos/extra-i686/freshclam.conf
  clamav/repos/extra-i686/freshclamd.service
  clamav/repos/extra-i686/install
  clamav/repos/extra-i686/logrotate
  clamav/repos/extra-i686/tmpfiles.d
  clamav/repos/extra-x86_64/PKGBUILD
  clamav/repos/extra-x86_64/clamd.conf
  clamav/repos/extra-x86_64/clamd.service
  clamav/repos/extra-x86_64/freshclam.conf
  clamav/repos/extra-x86_64/freshclamd.service
  clamav/repos/extra-x86_64/install
  clamav/repos/extra-x86_64/logrotate
  clamav/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  120 ++
 /clamd.conf |   12 +++
 /clamd.service  |   20 ++
 /freshclam.conf |6 +
 /freshclamd.service |   20 ++
 /install|   30 +
 /logrotate  |   20 ++
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   60 ---
 extra-i686/clamd.conf   |6 -
 extra-i686/clamd.service|   10 ---
 extra-i686/freshclam.conf   |3 
 extra-i686/freshclamd.service   |   10 ---
 extra-i686/install  |   15 
 extra-i686/logrotate|   10 ---
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   60 ---
 extra-x86_64/clamd.conf |6 -
 extra-x86_64/clamd.service  |   10 ---
 extra-x86_64/freshclam.conf |3 
 extra-x86_64/freshclamd.service |   10 ---
 extra-x86_64/install|   15 
 extra-x86_64/logrotate  |   10 ---
 extra-x86_64/tmpfiles.d |1 
 24 files changed, 230 insertions(+), 230 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-08 08:33:50 UTC (rev 212118)
+++ extra-i686/PKGBUILD 2014-05-08 08:34:11 UTC (rev 212119)
@@ -1,60 +0,0 @@
-# $Id$
-# Contributor: Dale Blount d...@archlinux.org
-# Contributor: Gregor Ibic gregor.i...@intelicom.si
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=clamav
-pkgver=0.98.1
-pkgrel=2
-pkgdesc='Anti-virus toolkit for Unix'
-url='http://www.clamav.net/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('bzip2' 'libltdl' 'gcc-libs')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig}
-'logrotate'
-'tmpfiles.d'
-'clamd.conf'
-'freshclam.conf'
-'clamd.service'
-'freshclamd.service')
-sha1sums=('9f04c0e81463c36f7e58d18f16d1b88f3332dcb8' 'SKIP'
-  'bb488a56b0f6a0760446cde89c1e3321e2717b78'
-  'a224ea9b4d0f4f196827347d54bed51e11c197ea'
-  '887f624eb305f2446f55d8339e2972ad0cfe2b79'
-  'b767837d0279ad30b92c314cb762b73e5ad0415e'
-  'b6ac0c5de1e5b41232b10d4f84e86201c370eaeb'
-  'cda9a087e5593992150cb456e34c5f6f589aca82')
-
-backup=('etc/clamav/clamd.conf'
-'etc/clamav/freshclam.conf'
-'etc/logrotate.d/clamav')
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sbindir=/usr/bin \
-   --sysconfdir=/etc/clamav \
-   --with-dbdir=/var/lib/clamav \
-   

[arch-commits] Commit in clamav/repos (32 files)

2014-03-04 Thread Gaetan Bisson
Date: Wednesday, March 5, 2014 @ 07:13:07
  Author: bisson
Revision: 206695

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

Added:
  clamav/repos/extra-i686/PKGBUILD
(from rev 206694, clamav/trunk/PKGBUILD)
  clamav/repos/extra-i686/clamd.conf
(from rev 206694, clamav/trunk/clamd.conf)
  clamav/repos/extra-i686/clamd.service
(from rev 206694, clamav/trunk/clamd.service)
  clamav/repos/extra-i686/freshclam.conf
(from rev 206694, clamav/trunk/freshclam.conf)
  clamav/repos/extra-i686/freshclamd.service
(from rev 206694, clamav/trunk/freshclamd.service)
  clamav/repos/extra-i686/install
(from rev 206694, clamav/trunk/install)
  clamav/repos/extra-i686/logrotate
(from rev 206694, clamav/trunk/logrotate)
  clamav/repos/extra-i686/tmpfiles.d
(from rev 206694, clamav/trunk/tmpfiles.d)
  clamav/repos/extra-x86_64/PKGBUILD
(from rev 206694, clamav/trunk/PKGBUILD)
  clamav/repos/extra-x86_64/clamd.conf
(from rev 206694, clamav/trunk/clamd.conf)
  clamav/repos/extra-x86_64/clamd.service
(from rev 206694, clamav/trunk/clamd.service)
  clamav/repos/extra-x86_64/freshclam.conf
(from rev 206694, clamav/trunk/freshclam.conf)
  clamav/repos/extra-x86_64/freshclamd.service
(from rev 206694, clamav/trunk/freshclamd.service)
  clamav/repos/extra-x86_64/install
(from rev 206694, clamav/trunk/install)
  clamav/repos/extra-x86_64/logrotate
(from rev 206694, clamav/trunk/logrotate)
  clamav/repos/extra-x86_64/tmpfiles.d
(from rev 206694, clamav/trunk/tmpfiles.d)
Deleted:
  clamav/repos/extra-i686/PKGBUILD
  clamav/repos/extra-i686/clamd.conf
  clamav/repos/extra-i686/clamd.service
  clamav/repos/extra-i686/freshclam.conf
  clamav/repos/extra-i686/freshclamd.service
  clamav/repos/extra-i686/install
  clamav/repos/extra-i686/logrotate
  clamav/repos/extra-i686/tmpfiles.d
  clamav/repos/extra-x86_64/PKGBUILD
  clamav/repos/extra-x86_64/clamd.conf
  clamav/repos/extra-x86_64/clamd.service
  clamav/repos/extra-x86_64/freshclam.conf
  clamav/repos/extra-x86_64/freshclamd.service
  clamav/repos/extra-x86_64/install
  clamav/repos/extra-x86_64/logrotate
  clamav/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  120 ++
 /clamd.conf |   12 +++
 /clamd.service  |   20 ++
 /freshclam.conf |6 +
 /freshclamd.service |   20 ++
 /install|   30 +
 /logrotate  |   20 ++
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   61 ---
 extra-i686/clamd.conf   |6 -
 extra-i686/clamd.service|   10 ---
 extra-i686/freshclam.conf   |3 
 extra-i686/freshclamd.service   |   10 ---
 extra-i686/install  |   10 ---
 extra-i686/logrotate|   10 ---
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   61 ---
 extra-x86_64/clamd.conf |6 -
 extra-x86_64/clamd.service  |   10 ---
 extra-x86_64/freshclam.conf |3 
 extra-x86_64/freshclamd.service |   10 ---
 extra-x86_64/install|   10 ---
 extra-x86_64/logrotate  |   10 ---
 extra-x86_64/tmpfiles.d |1 
 24 files changed, 230 insertions(+), 222 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-05 06:11:45 UTC (rev 206694)
+++ extra-i686/PKGBUILD 2014-03-05 06:13:07 UTC (rev 206695)
@@ -1,61 +0,0 @@
-# $Id$
-# Contributor: Dale Blount d...@archlinux.org
-# Contributor: Gregor Ibic gregor.i...@intelicom.si
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=clamav
-pkgver=0.98.1
-pkgrel=1
-pkgdesc='Anti-virus toolkit for Unix'
-url='http://www.clamav.net/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('bzip2' 'libltdl' 'gcc-libs')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig}
-'logrotate'
-'tmpfiles.d'
-'clamd.conf'
-'freshclam.conf'
-'clamd.service'
-'freshclamd.service')
-sha1sums=('9f04c0e81463c36f7e58d18f16d1b88f3332dcb8' 'SKIP'
-  'bb488a56b0f6a0760446cde89c1e3321e2717b78'
-  'a224ea9b4d0f4f196827347d54bed51e11c197ea'
-  '887f624eb305f2446f55d8339e2972ad0cfe2b79'
-  'b767837d0279ad30b92c314cb762b73e5ad0415e'
-  'b6ac0c5de1e5b41232b10d4f84e86201c370eaeb'
-  'cda9a087e5593992150cb456e34c5f6f589aca82')
-
-backup=('etc/clamav/clamd.conf'
-'etc/clamav/freshclam.conf'
-'etc/logrotate.d/clamav')
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sbindir=/usr/bin \
-   --sysconfdir=/etc/clamav \
-   --with-dbdir=/var/lib/clamav \
-   

[arch-commits] Commit in clamav/repos (32 files)

2014-01-15 Thread Gaetan Bisson
Date: Wednesday, January 15, 2014 @ 17:47:46
  Author: bisson
Revision: 204255

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

Added:
  clamav/repos/extra-i686/PKGBUILD
(from rev 204254, clamav/trunk/PKGBUILD)
  clamav/repos/extra-i686/clamd.conf
(from rev 204254, clamav/trunk/clamd.conf)
  clamav/repos/extra-i686/clamd.service
(from rev 204254, clamav/trunk/clamd.service)
  clamav/repos/extra-i686/freshclam.conf
(from rev 204254, clamav/trunk/freshclam.conf)
  clamav/repos/extra-i686/freshclamd.service
(from rev 204254, clamav/trunk/freshclamd.service)
  clamav/repos/extra-i686/install
(from rev 204254, clamav/trunk/install)
  clamav/repos/extra-i686/logrotate
(from rev 204254, clamav/trunk/logrotate)
  clamav/repos/extra-i686/tmpfiles.d
(from rev 204254, clamav/trunk/tmpfiles.d)
  clamav/repos/extra-x86_64/PKGBUILD
(from rev 204254, clamav/trunk/PKGBUILD)
  clamav/repos/extra-x86_64/clamd.conf
(from rev 204254, clamav/trunk/clamd.conf)
  clamav/repos/extra-x86_64/clamd.service
(from rev 204254, clamav/trunk/clamd.service)
  clamav/repos/extra-x86_64/freshclam.conf
(from rev 204254, clamav/trunk/freshclam.conf)
  clamav/repos/extra-x86_64/freshclamd.service
(from rev 204254, clamav/trunk/freshclamd.service)
  clamav/repos/extra-x86_64/install
(from rev 204254, clamav/trunk/install)
  clamav/repos/extra-x86_64/logrotate
(from rev 204254, clamav/trunk/logrotate)
  clamav/repos/extra-x86_64/tmpfiles.d
(from rev 204254, clamav/trunk/tmpfiles.d)
Deleted:
  clamav/repos/extra-i686/PKGBUILD
  clamav/repos/extra-i686/clamd.conf
  clamav/repos/extra-i686/clamd.service
  clamav/repos/extra-i686/freshclam.conf
  clamav/repos/extra-i686/freshclamd.service
  clamav/repos/extra-i686/install
  clamav/repos/extra-i686/logrotate
  clamav/repos/extra-i686/tmpfiles.d
  clamav/repos/extra-x86_64/PKGBUILD
  clamav/repos/extra-x86_64/clamd.conf
  clamav/repos/extra-x86_64/clamd.service
  clamav/repos/extra-x86_64/freshclam.conf
  clamav/repos/extra-x86_64/freshclamd.service
  clamav/repos/extra-x86_64/install
  clamav/repos/extra-x86_64/logrotate
  clamav/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  122 ++
 /clamd.conf |   12 +++
 /clamd.service  |   20 ++
 /freshclam.conf |6 +
 /freshclamd.service |   20 ++
 /install|   20 ++
 /logrotate  |   20 ++
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   61 ---
 extra-i686/clamd.conf   |6 -
 extra-i686/clamd.service|   10 ---
 extra-i686/freshclam.conf   |3 
 extra-i686/freshclamd.service   |   10 ---
 extra-i686/install  |   10 ---
 extra-i686/logrotate|   10 ---
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   61 ---
 extra-x86_64/clamd.conf |6 -
 extra-x86_64/clamd.service  |   10 ---
 extra-x86_64/freshclam.conf |3 
 extra-x86_64/freshclamd.service |   10 ---
 extra-x86_64/install|   10 ---
 extra-x86_64/logrotate  |   10 ---
 extra-x86_64/tmpfiles.d |1 
 24 files changed, 222 insertions(+), 222 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-01-15 16:46:23 UTC (rev 204254)
+++ extra-i686/PKGBUILD 2014-01-15 16:47:46 UTC (rev 204255)
@@ -1,61 +0,0 @@
-# $Id$
-# Contributor: Dale Blount d...@archlinux.org
-# Contributor: Gregor Ibic gregor.i...@intelicom.si
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=clamav
-pkgver=0.98
-pkgrel=2
-pkgdesc='Anti-virus toolkit for Unix'
-url='http://www.clamav.net/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('bzip2' 'libltdl' 'gcc-libs')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;
-'logrotate'
-'tmpfiles.d'
-'clamd.conf'
-'freshclam.conf'
-'clamd.service'
-'freshclamd.service')
-sha1sums=('1e6a7284721387646c713a8d32fa8b5a897985db'
-  'bb488a56b0f6a0760446cde89c1e3321e2717b78'
-  'a224ea9b4d0f4f196827347d54bed51e11c197ea'
-  '887f624eb305f2446f55d8339e2972ad0cfe2b79'
-  'b767837d0279ad30b92c314cb762b73e5ad0415e'
-  'b6ac0c5de1e5b41232b10d4f84e86201c370eaeb'
-  'cda9a087e5593992150cb456e34c5f6f589aca82')
-
-backup=('etc/clamav/clamd.conf'
-'etc/clamav/freshclam.conf'
-'etc/logrotate.d/clamav')
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sbindir=/usr/bin \
-   --sysconfdir=/etc/clamav \
-   --with-dbdir=/var/lib/clamav \
-   --disable-clamav 

[arch-commits] Commit in clamav/repos (32 files)

2014-01-07 Thread Gaetan Bisson
Date: Wednesday, January 8, 2014 @ 08:29:58
  Author: bisson
Revision: 203336

db-move: moved clamav from [testing] to [extra] (i686, x86_64)

Added:
  clamav/repos/extra-i686/PKGBUILD
(from rev 203335, clamav/repos/testing-i686/PKGBUILD)
  clamav/repos/extra-i686/clamd.conf
(from rev 203335, clamav/repos/testing-i686/clamd.conf)
  clamav/repos/extra-i686/clamd.service
(from rev 203335, clamav/repos/testing-i686/clamd.service)
  clamav/repos/extra-i686/freshclam.conf
(from rev 203335, clamav/repos/testing-i686/freshclam.conf)
  clamav/repos/extra-i686/freshclamd.service
(from rev 203335, clamav/repos/testing-i686/freshclamd.service)
  clamav/repos/extra-i686/install
(from rev 203335, clamav/repos/testing-i686/install)
  clamav/repos/extra-i686/logrotate
(from rev 203335, clamav/repos/testing-i686/logrotate)
  clamav/repos/extra-i686/tmpfiles.d
(from rev 203335, clamav/repos/testing-i686/tmpfiles.d)
  clamav/repos/extra-x86_64/PKGBUILD
(from rev 203335, clamav/repos/testing-x86_64/PKGBUILD)
  clamav/repos/extra-x86_64/clamd.conf
(from rev 203335, clamav/repos/testing-x86_64/clamd.conf)
  clamav/repos/extra-x86_64/clamd.service
(from rev 203335, clamav/repos/testing-x86_64/clamd.service)
  clamav/repos/extra-x86_64/freshclam.conf
(from rev 203335, clamav/repos/testing-x86_64/freshclam.conf)
  clamav/repos/extra-x86_64/freshclamd.service
(from rev 203335, clamav/repos/testing-x86_64/freshclamd.service)
  clamav/repos/extra-x86_64/install
(from rev 203335, clamav/repos/testing-x86_64/install)
  clamav/repos/extra-x86_64/logrotate
(from rev 203335, clamav/repos/testing-x86_64/logrotate)
  clamav/repos/extra-x86_64/tmpfiles.d
(from rev 203335, clamav/repos/testing-x86_64/tmpfiles.d)
Deleted:
  clamav/repos/extra-i686/PKGBUILD
  clamav/repos/extra-i686/config.patch
  clamav/repos/extra-i686/install
  clamav/repos/extra-i686/logrotate
  clamav/repos/extra-i686/service
  clamav/repos/extra-i686/service.fresh
  clamav/repos/extra-i686/tmpfiles.d
  clamav/repos/extra-x86_64/PKGBUILD
  clamav/repos/extra-x86_64/config.patch
  clamav/repos/extra-x86_64/install
  clamav/repos/extra-x86_64/logrotate
  clamav/repos/extra-x86_64/service
  clamav/repos/extra-x86_64/service.fresh
  clamav/repos/extra-x86_64/tmpfiles.d
  clamav/repos/testing-i686/
  clamav/repos/testing-x86_64/

-+
 /PKGBUILD   |  122 ++
 /install|   20 ++
 /logrotate  |   20 ++
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   59 --
 extra-i686/clamd.conf   |6 +
 extra-i686/clamd.service|   10 +++
 extra-i686/config.patch |   30 -
 extra-i686/freshclam.conf   |3 
 extra-i686/freshclamd.service   |   10 +++
 extra-i686/install  |   10 ---
 extra-i686/logrotate|   10 ---
 extra-i686/service  |   10 ---
 extra-i686/service.fresh|   10 ---
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   59 --
 extra-x86_64/clamd.conf |6 +
 extra-x86_64/clamd.service  |   10 +++
 extra-x86_64/config.patch   |   30 -
 extra-x86_64/freshclam.conf |3 
 extra-x86_64/freshclamd.service |   10 +++
 extra-x86_64/install|   10 ---
 extra-x86_64/logrotate  |   10 ---
 extra-x86_64/service|   10 ---
 extra-x86_64/service.fresh  |   10 ---
 extra-x86_64/tmpfiles.d |1 
 26 files changed, 222 insertions(+), 260 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-01-08 07:08:43 UTC (rev 203335)
+++ extra-i686/PKGBUILD 2014-01-08 07:29:58 UTC (rev 203336)
@@ -1,59 +0,0 @@
-# $Id$
-# Contributor: Dale Blount d...@archlinux.org
-# Contributor: Gregor Ibic gregor.i...@intelicom.si
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=clamav
-pkgver=0.98
-pkgrel=1
-pkgdesc='Anti-virus toolkit for Unix'
-url='http://www.clamav.net/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('bzip2' 'libltdl')
-backup=('etc/logrotate.d/clamav')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;
-'service'
-'service.fresh'
-'logrotate'
-'tmpfiles.d'
-'config.patch')
-sha1sums=('1e6a7284721387646c713a8d32fa8b5a897985db'
-  'b6ac0c5de1e5b41232b10d4f84e86201c370eaeb'
-  'cda9a087e5593992150cb456e34c5f6f589aca82'
-  'bb488a56b0f6a0760446cde89c1e3321e2717b78'
-  'a224ea9b4d0f4f196827347d54bed51e11c197ea'
-  '00dfadd93d11186793cb1161745f9dd7370beb99')
-
-install=install
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   patch -p1 -i ../config.patch
-}
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-