[gentoo-commits] gentoo-x86 commit in app-antivirus/clamav: clamav-0.98.7.ebuild ChangeLog

2015-05-27 Thread Thomas Raschbacher (lordvan)
lordvan 15/05/27 19:15:08

  Modified: ChangeLog
  Added:clamav-0.98.7.ebuild
  Log:
  version bump for Bug #548066 (and Bug #538084)
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0x3E59FAEF53F400D2)

Revision  ChangesPath
1.503app-antivirus/clamav/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/ChangeLog?rev=1.503view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/ChangeLog?rev=1.503content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/ChangeLog?r1=1.502r2=1.503

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v
retrieving revision 1.502
retrieving revision 1.503
diff -u -r1.502 -r1.503
--- ChangeLog   7 Apr 2015 04:54:54 -   1.502
+++ ChangeLog   27 May 2015 19:15:08 -  1.503
@@ -1,6 +1,12 @@
 # ChangeLog for app-antivirus/clamav
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.502 
2015/04/07 04:54:54 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.503 
2015/05/27 19:15:08 lordvan Exp $
+
+*clamav-0.98.7 (27 May 2015)
+
+  27 May 2015; Thomas Raschbacher lord...@gentoo.org +clamav-0.98.7.ebuild:
+  version bump for Bug #548066 (and Bug #538084)
+  fixed openssl dep (SLOT) + url to blog entry
 
   07 Apr 2015; Jeroen Roovers j...@gentoo.org files/clamav.logrotate:
   Set file owner/group.



1.1  app-antivirus/clamav/clamav-0.98.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/clamav-0.98.7.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/clamav-0.98.7.ebuild?rev=1.1content-type=text/plain

Index: clamav-0.98.7.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.98.7.ebuild,v 
1.1 2015/05/27 19:15:08 lordvan Exp $

EAPI=5

inherit eutils flag-o-matic user systemd

DESCRIPTION=Clam Anti-Virus Scanner
HOMEPAGE=http://www.clamav.net/;
SRC_URI=mirror://sourceforge/${PN}/${P}.tar.gz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris
IUSE=bzip2 clamdtop iconv ipv6 milter metadata-analysis-api selinux 
static-libs uclibc

CDEPEND=bzip2? ( app-arch/bzip2 )
clamdtop? ( sys-libs/ncurses )
iconv? ( virtual/libiconv )
metadata-analysis-api? ( dev-libs/json-c )
milter? ( || ( mail-filter/libmilter mail-mta/sendmail ) )
dev-libs/libtommath
=sys-libs/zlib-1.2.2
dev-libs/openssl:0
sys-devel/libtool
# openssl is now *required* see this link as to why
# http://blog.clamav.net/2014/02/introducing-openssl-as-dependency-to.html
DEPEND=${CDEPEND}
virtual/pkgconfig
RDEPEND=${CDEPEND}
selinux? ( sec-policy/selinux-clamav )

DOCS=( AUTHORS BUGS ChangeLog FAQ INSTALL NEWS README UPGRADE )

pkg_setup() {
enewgroup clamav
enewuser clamav -1 -1 /dev/null clamav
}

src_prepare() {
use ppc64  append-flags -mminimal-toc
use uclibc  export ac_cv_type_error_t=yes
}

src_configure() {
econf \
--disable-experimental \
--disable-fanotify \
--enable-id-check \
--with-dbdir=${EPREFIX}/var/lib/clamav \
--with-system-tommath \
--with-zlib=${EPREFIX}/usr \
$(use_enable bzip2) \
$(use_enable clamdtop) \
$(use_enable ipv6) \
$(use_enable milter) \
$(use_enable static-libs static) \
$(use_with iconv) \
$(use_with metadata-analysis-api libjson /usr)
}

src_install() {
default

rm -rf ${ED}/var/lib/clamav
newinitd ${FILESDIR}/clamd.initd-r6 clamd
newconfd ${FILESDIR}/clamd.conf-r1 clamd

systemd_dotmpfilesd ${FILESDIR}/tmpfiles.d/clamav.conf
systemd_newunit ${FILESDIR}/clamd_at.service clamd@.service
systemd_dounit ${FILESDIR}/clamd.service
systemd_dounit ${FILESDIR}/freshclamd.service

keepdir /var/lib/clamav
fowners clamav:clamav /var/lib/clamav
keepdir /var/log/clamav
fowners clamav:clamav /var/log/clamav

dodir /etc/logrotate.d
insinto /etc/logrotate.d
newins ${FILESDIR}/clamav.logrotate clamav

# Modify /etc/{clamd,freshclam}.conf to be usable out of the box
sed -i -e s:^\(Example\):\# \1: \
-e s:.*\(PidFile\) .*:\1 

[gentoo-commits] gentoo-x86 commit in app-arch/alien: ChangeLog alien-8.93.ebuild metadata.xml alien-8.88.ebuild

2015-03-12 Thread Thomas Raschbacher (lordvan)
lordvan 15/03/12 10:17:50

  Modified: ChangeLog metadata.xml
  Added:alien-8.93.ebuild
  Removed:  alien-8.88.ebuild
  Log:
  version bump, cleanout old version, added monsierp to maintainer list
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0x3E59FAEF53F400D2)

Revision  ChangesPath
1.54 app-arch/alien/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/alien/ChangeLog?rev=1.54view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/alien/ChangeLog?rev=1.54content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/alien/ChangeLog?r1=1.53r2=1.54

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-arch/alien/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog   9 Jun 2014 07:25:08 -   1.53
+++ ChangeLog   12 Mar 2015 10:17:50 -  1.54
@@ -1,6 +1,12 @@
 # ChangeLog for app-arch/alien
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/alien/ChangeLog,v 1.53 2014/06/09 
07:25:08 patrick Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/alien/ChangeLog,v 1.54 2015/03/12 
10:17:50 lordvan Exp $
+
+*alien-8.93 (12 Mar 2015)
+
+  12 Mar 2015; Thomas Raschbacher lord...@gentoo.org -alien-8.88.ebuild,
+  +alien-8.93.ebuild, metadata.xml:
+  version bump, removed old version and added monsierp to maintainers
 
 *alien-8.90 (09 Jun 2014)
 



1.3  app-arch/alien/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/alien/metadata.xml?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/alien/metadata.xml?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/alien/metadata.xml?r1=1.2r2=1.3

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/app-arch/alien/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml23 Sep 2011 21:14:07 -  1.2
+++ metadata.xml12 Mar 2015 10:17:50 -  1.3
@@ -1,5 +1,6 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
-maintaineremaillord...@gentoo.org/email/maintainer
+  maintaineremaillord...@gentoo.org/email/maintainer
+  maintaineremailmonsie...@gentoo.org/email/maintainer
 /pkgmetadata



1.1  app-arch/alien/alien-8.93.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/alien/alien-8.93.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/alien/alien-8.93.ebuild?rev=1.1content-type=text/plain

Index: alien-8.93.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/alien/alien-8.93.ebuild,v 1.1 
2015/03/12 10:17:50 lordvan Exp $

EAPI=5

inherit perl-module

DESCRIPTION=Converts between the rpm, dpkg, stampede slp, and slackware tgz 
file formats
HOMEPAGE=http://kitenet.net/programs/alien;
SRC_URI=mirror://debian/pool/main/a/${PN}/${PN}_${PV}.tar.gz

LICENSE=LGPL-2.1
SLOT=0
KEYWORDS=~alpha ~amd64 ~hppa ~ppc ~ppc64 ~x86
IUSE=+bzip2

RDEPEND=app-arch/rpm
app-arch/dpkg
bzip2? ( app-arch/bzip2 )
dev-util/debhelper
=app-arch/tar-1.14.91
DEPEND=${RDEPEND}

S=${WORKDIR}/${PN}

src_prepare() {
sed -e s%'$(VARPREFIX)'%${D}% -e s%'$(PREFIX)'%${D}/usr%g \
-i ${S}/Makefile.PL || die sed failed.
}






[gentoo-commits] gentoo-x86 commit in app-antivirus/clamav: ChangeLog clamav-0.98.1.ebuild clamav-0.98.4.ebuild clamav-0.98.ebuild clamav-0.98.1-r1.ebuild clamav-0.98.3.ebuild

2015-02-05 Thread Thomas Raschbacher (lordvan)
lordvan 15/02/05 15:17:10

  Modified: ChangeLog
  Removed:  clamav-0.98.1.ebuild clamav-0.98.4.ebuild
clamav-0.98.ebuild clamav-0.98.1-r1.ebuild
clamav-0.98.3.ebuild
  Log:
  old versions removed
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x3E59FAEF53F400D2)

Revision  ChangesPath
1.501app-antivirus/clamav/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/ChangeLog?rev=1.501view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/ChangeLog?rev=1.501content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/ChangeLog?r1=1.500r2=1.501

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v
retrieving revision 1.500
retrieving revision 1.501
diff -u -r1.500 -r1.501
--- ChangeLog   28 Jan 2015 15:51:57 -  1.500
+++ ChangeLog   5 Feb 2015 15:17:10 -   1.501
@@ -1,6 +1,11 @@
 # ChangeLog for app-antivirus/clamav
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.500 
2015/01/28 15:51:57 lordvan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.501 
2015/02/05 15:17:10 lordvan Exp $
+
+  05 Feb 2015; Thomas Raschbacher lord...@gentoo.org -clamav-0.98.ebuild,
+  -clamav-0.98.1.ebuild, -clamav-0.98.1-r1.ebuild, -clamav-0.98.3.ebuild,
+  -clamav-0.98.4.ebuild:
+  removed old vulnerable versions (bug #529728)
 
 *clamav-0.98.6 (28 Jan 2015)
 






[gentoo-commits] gentoo-x86 commit in app-antivirus/clamav: ChangeLog clamav-0.98.6.ebuild

2015-01-28 Thread Thomas Raschbacher (lordvan)
lordvan 15/01/28 15:51:57

  Modified: ChangeLog
  Added:clamav-0.98.6.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x3E59FAEF53F400D2)

Revision  ChangesPath
1.500app-antivirus/clamav/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/ChangeLog?rev=1.500view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/ChangeLog?rev=1.500content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/ChangeLog?r1=1.499r2=1.500

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v
retrieving revision 1.499
retrieving revision 1.500
diff -u -r1.499 -r1.500
--- ChangeLog   6 Dec 2014 16:49:11 -   1.499
+++ ChangeLog   28 Jan 2015 15:51:57 -  1.500
@@ -1,6 +1,11 @@
 # ChangeLog for app-antivirus/clamav
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.499 
2014/12/06 16:49:11 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.500 
2015/01/28 15:51:57 lordvan Exp $
+
+*clamav-0.98.6 (28 Jan 2015)
+
+  28 Jan 2015; Thomas Raschbacher lord...@gentoo.org +clamav-0.98.6.ebuild:
+  new version
 
   06 Dec 2014; Agostino Sarubbo a...@gentoo.org clamav-0.98.5.ebuild:
   Stable for ia64, wrt bug #529728



1.1  app-antivirus/clamav/clamav-0.98.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/clamav-0.98.6.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/clamav-0.98.6.ebuild?rev=1.1content-type=text/plain

Index: clamav-0.98.6.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.98.6.ebuild,v 
1.1 2015/01/28 15:51:57 lordvan Exp $

EAPI=5

inherit eutils flag-o-matic user systemd

DESCRIPTION=Clam Anti-Virus Scanner
HOMEPAGE=http://www.clamav.net/;
SRC_URI=mirror://sourceforge/${PN}/${P}.tar.gz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris
IUSE=bzip2 clamdtop iconv ipv6 milter metadata-analysis-api selinux 
static-libs uclibc

CDEPEND=bzip2? ( app-arch/bzip2 )
clamdtop? ( sys-libs/ncurses )
iconv? ( virtual/libiconv )
metadata-analysis-api? ( dev-libs/json-c )
milter? ( || ( mail-filter/libmilter mail-mta/sendmail ) )
dev-libs/libtommath
=sys-libs/zlib-1.2.2
dev-libs/openssl
sys-devel/libtool
# openssl is now *required* see this link as to why
# 
http://www.clamav.net/lang/en/2014/02/22/introducing-openssl-as-a-dependency-to-clamav/
DEPEND=${CDEPEND}
virtual/pkgconfig
RDEPEND=${CDEPEND}
selinux? ( sec-policy/selinux-clamav )

DOCS=( AUTHORS BUGS ChangeLog FAQ INSTALL NEWS README UPGRADE )

pkg_setup() {
enewgroup clamav
enewuser clamav -1 -1 /dev/null clamav
}

src_prepare() {
use ppc64  append-flags -mminimal-toc
use uclibc  export ac_cv_type_error_t=yes
}

src_configure() {
econf \
--disable-experimental \
--disable-fanotify \
--enable-id-check \
--with-dbdir=${EPREFIX}/var/lib/clamav \
--with-system-tommath \
--with-zlib=${EPREFIX}/usr \
$(use_enable bzip2) \
$(use_enable clamdtop) \
$(use_enable ipv6) \
$(use_enable milter) \
$(use_enable static-libs static) \
$(use_with iconv) \
$(use_with metadata-analysis-api libjson /usr)
}

src_install() {
default

rm -rf ${ED}/var/lib/clamav
newinitd ${FILESDIR}/clamd.initd-r6 clamd
newconfd ${FILESDIR}/clamd.conf-r1 clamd

systemd_dotmpfilesd ${FILESDIR}/tmpfiles.d/clamav.conf
systemd_newunit ${FILESDIR}/clamd_at.service clamd@.service
systemd_dounit ${FILESDIR}/clamd.service
systemd_dounit ${FILESDIR}/freshclamd.service

keepdir /var/lib/clamav
fowners clamav:clamav /var/lib/clamav
keepdir /var/log/clamav
fowners clamav:clamav /var/log/clamav

dodir /etc/logrotate.d
insinto /etc/logrotate.d
newins ${FILESDIR}/clamav.logrotate clamav

# Modify /etc/{clamd,freshclam}.conf to be usable out of the box
sed -i -e s:^\(Example\):\# \1: \
-e s:.*\(PidFile\) .*:\1 

[gentoo-commits] gentoo-x86 commit in net-mail/dbmail: ChangeLog dbmail-3.2.3.ebuild

2015-01-25 Thread Thomas Raschbacher (lordvan)
lordvan 15/01/25 13:43:30

  Modified: ChangeLog
  Added:dbmail-3.2.3.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x3E59FAEF53F400D2)

Revision  ChangesPath
1.73 net-mail/dbmail/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dbmail/ChangeLog?rev=1.73view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dbmail/ChangeLog?rev=1.73content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dbmail/ChangeLog?r1=1.72r2=1.73

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/dbmail/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog   24 Jan 2015 12:00:54 -  1.72
+++ ChangeLog   25 Jan 2015 13:43:30 -  1.73
@@ -1,6 +1,11 @@
 # ChangeLog for net-mail/dbmail
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/dbmail/ChangeLog,v 1.72 2015/01/24 
12:00:54 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/dbmail/ChangeLog,v 1.73 2015/01/25 
13:43:30 lordvan Exp $
+
+*dbmail-3.2.3 (25 Jan 2015)
+
+  25 Jan 2015; Thomas Raschbacher lord...@gentoo.org +dbmail-3.2.3.ebuild:
+  new version - bugfix release (Segfault on CONDSTORE)
 
   24 Jan 2015; Pacho Ramos pa...@gentoo.org -dbmail-3.1.13.ebuild,
   -dbmail-3.1.17.ebuild:



1.1  net-mail/dbmail/dbmail-3.2.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dbmail/dbmail-3.2.3.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dbmail/dbmail-3.2.3.ebuild?rev=1.1content-type=text/plain

Index: dbmail-3.2.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/dbmail/dbmail-3.2.3.ebuild,v 1.1 
2015/01/25 13:43:30 lordvan Exp $

EAPI=4
inherit eutils multilib versionator user

DESCRIPTION=DBMail is an open-source project that enables storage of mail 
messages in a relational database
HOMEPAGE=http://www.dbmail.org/;
SRC_URI=http://www.dbmail.org/download/$(get_version_component_range 
1-2)/${P}.tar.gz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=ldap sieve +sqlite ssl static

DEPEND=dev-db/libzdb
sieve? ( =mail-filter/libsieve-2.2.1 )
ldap? ( =net-nds/openldap-2.3.33 )
app-text/asciidoc
app-text/xmlto
app-crypt/mhash
sys-libs/zlib
|| ( dev-libs/gmime:2.6 dev-libs/gmime:2.4 )
=dev-libs/glib-2.16
dev-libs/libevent
ssl? ( dev-libs/openssl )
#asciidoc and xmlto needed?
RDEPEND=${DEPEND}

pkg_setup() {
enewgroup dbmail
enewuser dbmail -1 -1 /var/lib/dbmail dbmail
}

src_configure() {
local myconf=
use ldap  myconf=${myconf} --with-auth-ldap

econf \
--sysconfdir=/etc/dbmail \
$(use_enable static) \
$(use_with sieve) \
${myconf}
}

src_compile() {
emake || die emake failed
}

src_install() {
emake DESTDIR=${D} install || die emake install failed

dodoc AUTHORS BUGS ChangeLog README* INSTALL NEWS THANKS UPGRADING

docompress -x /usr/share/doc/${PF}/sql
dodoc -r sql
dodoc -r test-scripts
dodoc -r contrib
## TODO: install other contrib stuff

sed -i -e s:nobody:dbmail: dbmail.conf
sed -i -e s:nogroup:dbmail: dbmail.conf
sed -i -e s:/var/run:/var/run/dbmail: dbmail.conf
#sed -i -e s:#library_directory:library_directory: dbmail.conf

insinto /etc/dbmail
newins dbmail.conf dbmail.conf.dist

# change config path to our default and use the conf.d and init.d files 
from the contrib dir
sed -i -e s:/etc/dbmail.conf:/etc/dbmail/dbmail.conf: 
contrib/startup-scripts/gentoo/init.d-dbmail
#sed -i -e s:exit 0:return 1: 
contrib/startup-scripts/gentoo/init.d-dbmail
#sed -i -e s:/var/run:/var/run/dbmail: 
contrib/startup-scripts/gentoo/init.d-dbmail
#newconfd contrib/startup-scripts/gentoo/conf.d-dbmail dbmail
#newinitd contrib/startup-scripts/gentoo/init.d-dbmail dbmail
# use custom init scripts until updated in upstream contrib
newinitd ${FILESDIR}/dbmail-imapd.initd dbmail-imapd
newinitd ${FILESDIR}/dbmail-lmtpd.initd dbmail-lmtpd
newinitd ${FILESDIR}/dbmail-pop3d.initd dbmail-pop3d
newinitd ${FILESDIR}/dbmail-timsieved.initd dbmail-timsieved

dobin contrib/mailbox2dbmail/mailbox2dbmail
doman contrib/mailbox2dbmail/mailbox2dbmail.1
#doman man/*.{1,5,8}

# ldap schema
if use ldap; then
   insinto /etc/openldap/schema

[gentoo-commits] gentoo-x86 commit in net-mail/dbmail: ChangeLog dbmail-3.2.0.ebuild dbmail-3.1.15.ebuild

2015-01-04 Thread Thomas Raschbacher (lordvan)
lordvan 15/01/04 09:14:05

  Modified: ChangeLog
  Removed:  dbmail-3.2.0.ebuild dbmail-3.1.15.ebuild
  Log:
  removed old version + vulnerable version - fixes bug #534020
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x3E59FAEF53F400D2)

Revision  ChangesPath
1.71 net-mail/dbmail/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dbmail/ChangeLog?rev=1.71view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dbmail/ChangeLog?rev=1.71content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dbmail/ChangeLog?r1=1.70r2=1.71

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/dbmail/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog   2 Jan 2015 13:47:36 -   1.70
+++ ChangeLog   4 Jan 2015 09:14:05 -   1.71
@@ -1,6 +1,10 @@
 # ChangeLog for net-mail/dbmail
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/dbmail/ChangeLog,v 1.70 2015/01/02 
13:47:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/dbmail/ChangeLog,v 1.71 2015/01/04 
09:14:05 lordvan Exp $
+
+  04 Jan 2015; Thomas Raschbacher lord...@gentoo.org -dbmail-3.1.15.ebuild,
+  -dbmail-3.2.0.ebuild:
+  removed vulnerable 3.2.0 (bug #534020) and old ~arch 3.1.15
 
   02 Jan 2015; Agostino Sarubbo a...@gentoo.org dbmail-3.2.2.ebuild:
   Stable for x86, wrt bug #534020
@@ -18,7 +22,7 @@
   02 Nov 2014; Thomas Raschbacher lord...@gentoo.org -dbmail-3.1.9.ebuild,
   -dbmail-3.1.10.ebuild, -dbmail-3.1.11.ebuild, -dbmail-3.1.12.ebuild,
   +dbmail-3.2.0.ebuild:
-  removed old versions + added 3.2.0 
+  removed old versions + added 3.2.0
 
   10 Aug 2014; Sergei Trofimovich sly...@gentoo.org dbmail-3.1.10.ebuild,
   dbmail-3.1.11.ebuild, dbmail-3.1.12.ebuild, dbmail-3.1.13.ebuild,
@@ -225,8 +229,8 @@
 
   05 May 2008; Thomas Raschbacher lord...@gentoo.org
   +dbmail-2.2.10.ebuild:
-  added 2.2.10 fixes bug #218136.
-  Thanks to svrmarty svrma...@gmx.net for pointing this out  
+  added 2.2.10 fixes bug #218136
+  Thanks to svrmarty svrma...@gmx.net for pointing this out
 
   17 Apr 2008; Markus Meier mae...@gentoo.org dbmail-2.2.9.ebuild:
   amd64/x86 stable, security bug #218154






[gentoo-commits] gentoo-x86 commit in mail-filter/spambayes: spambayes-1.1_beta1.ebuild spambayes-1.1_alpha6-r2.ebuild ChangeLog spambayes-1.1_alpha6-r1.ebuild

2014-12-31 Thread Thomas Raschbacher (lordvan)
lordvan 14/12/31 13:57:59

  Modified: spambayes-1.1_beta1.ebuild
spambayes-1.1_alpha6-r2.ebuild ChangeLog
  Removed:  spambayes-1.1_alpha6-r1.ebuild
  Log:
  removed old version wiht old distutils inherit and EAPI
  and added dev-python/setuptools dep to fix bug #515178
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x3E59FAEF53F400D2)

Revision  ChangesPath
1.2  mail-filter/spambayes/spambayes-1.1_beta1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spambayes/spambayes-1.1_beta1.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spambayes/spambayes-1.1_beta1.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spambayes/spambayes-1.1_beta1.ebuild?r1=1.1r2=1.2

Index: spambayes-1.1_beta1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/mail-filter/spambayes/spambayes-1.1_beta1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- spambayes-1.1_beta1.ebuild  24 Jul 2014 14:54:34 -  1.1
+++ spambayes-1.1_beta1.ebuild  31 Dec 2014 13:57:59 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/mail-filter/spambayes/spambayes-1.1_beta1.ebuild,v 1.1 
2014/07/24 14:54:34 jlec Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/mail-filter/spambayes/spambayes-1.1_beta1.ebuild,v 1.2 
2014/12/31 13:57:59 lordvan Exp $
 
 EAPI=5
 
@@ -21,7 +21,8 @@
 
 DEPEND=
dev-python/bsddb3[${PYTHON_USEDEP}]
-   dev-python/lockfile[${PYTHON_USEDEP}]
+   dev-python/lockfile[${PYTHON_USEDEP}]
+   dev-python/setuptools
 RDEPEND=${DEPEND}
 
 S=${WORKDIR}/${MY_P}



1.2  mail-filter/spambayes/spambayes-1.1_alpha6-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spambayes/spambayes-1.1_alpha6-r2.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spambayes/spambayes-1.1_alpha6-r2.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spambayes/spambayes-1.1_alpha6-r2.ebuild?r1=1.1r2=1.2

Index: spambayes-1.1_alpha6-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/mail-filter/spambayes/spambayes-1.1_alpha6-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- spambayes-1.1_alpha6-r2.ebuild  24 Jul 2014 14:32:14 -  1.1
+++ spambayes-1.1_alpha6-r2.ebuild  31 Dec 2014 13:57:59 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/mail-filter/spambayes/spambayes-1.1_alpha6-r2.ebuild,v 
1.1 2014/07/24 14:32:14 jlec Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/mail-filter/spambayes/spambayes-1.1_alpha6-r2.ebuild,v 
1.2 2014/12/31 13:57:59 lordvan Exp $
 
 EAPI=5
 
@@ -21,7 +21,8 @@
 
 DEPEND=
dev-python/bsddb3[${PYTHON_USEDEP}]
-   dev-python/lockfile[${PYTHON_USEDEP}]
+   dev-python/lockfile[${PYTHON_USEDEP}]
+   dev-python/setuptools
 RDEPEND=${DEPEND}
 
 S=${WORKDIR}/${MY_P}



1.25 mail-filter/spambayes/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spambayes/ChangeLog?rev=1.25view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spambayes/ChangeLog?rev=1.25content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spambayes/ChangeLog?r1=1.24r2=1.25

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mail-filter/spambayes/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   24 Jul 2014 14:54:34 -  1.24
+++ ChangeLog   31 Dec 2014 13:57:59 -  1.25
@@ -1,6 +1,12 @@
 # ChangeLog for mail-filter/spambayes
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/spambayes/ChangeLog,v 1.24 
2014/07/24 14:54:34 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/spambayes/ChangeLog,v 1.25 
2014/12/31 13:57:59 lordvan Exp $
+
+  31 Dec 2014; Thomas Raschbacher lord...@gentoo.org
+  -spambayes-1.1_alpha6-r1.ebuild, spambayes-1.1_alpha6-r2.ebuild,
+  spambayes-1.1_beta1.ebuild:
+  added dev-python/setuptools dep - fixes bug #515178
+  removed 1.1_alpha6-r1 with old distutils and EAPI
 
 *spambayes-1.1_beta1 (24 Jul 2014)
 






[gentoo-commits] gentoo-x86 commit in net-mail/dbmail: dbmail-3.2.2.ebuild ChangeLog

2014-12-30 Thread Thomas Raschbacher (lordvan)
lordvan 14/12/30 10:15:20

  Modified: ChangeLog
  Added:dbmail-3.2.2.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.68 net-mail/dbmail/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dbmail/ChangeLog?rev=1.68view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dbmail/ChangeLog?rev=1.68content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dbmail/ChangeLog?r1=1.67r2=1.68

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/dbmail/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog   2 Nov 2014 12:50:17 -   1.67
+++ ChangeLog   30 Dec 2014 10:15:20 -  1.68
@@ -1,6 +1,11 @@
 # ChangeLog for net-mail/dbmail
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/dbmail/ChangeLog,v 1.67 2014/11/02 
12:50:17 lordvan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/dbmail/ChangeLog,v 1.68 2014/12/30 
10:15:20 lordvan Exp $
+
+*dbmail-3.2.2 (30 Dec 2014)
+
+  30 Dec 2014; Thomas Raschbacher lord...@gentoo.org +dbmail-3.2.2.ebuild:
+  new versions (fixes CRAM-MD5 bug)
 
 *dbmail-3.2.0 (02 Nov 2014)
 



1.1  net-mail/dbmail/dbmail-3.2.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dbmail/dbmail-3.2.2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dbmail/dbmail-3.2.2.ebuild?rev=1.1content-type=text/plain

Index: dbmail-3.2.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/dbmail/dbmail-3.2.2.ebuild,v 1.1 
2014/12/30 10:15:20 lordvan Exp $

EAPI=4
inherit eutils multilib versionator user

DESCRIPTION=DBMail is an open-source project that enables storage of mail 
messages in a relational database
HOMEPAGE=http://www.dbmail.org/;
SRC_URI=http://www.dbmail.org/download/$(get_version_component_range 
1-2)/${P}.tar.gz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=ldap sieve +sqlite ssl static

DEPEND=dev-db/libzdb
sieve? ( =mail-filter/libsieve-2.2.1 )
ldap? ( =net-nds/openldap-2.3.33 )
app-text/asciidoc
app-text/xmlto
app-crypt/mhash
sys-libs/zlib
|| ( dev-libs/gmime:2.6 dev-libs/gmime:2.4 )
=dev-libs/glib-2.16
dev-libs/libevent
ssl? ( dev-libs/openssl )
#asciidoc and xmlto needed?
RDEPEND=${DEPEND}

pkg_setup() {
enewgroup dbmail
enewuser dbmail -1 -1 /var/lib/dbmail dbmail
}

src_configure() {
local myconf=
use ldap  myconf=${myconf} --with-auth-ldap

econf \
--sysconfdir=/etc/dbmail \
$(use_enable static) \
$(use_with sieve) \
${myconf}
}

src_compile() {
emake || die emake failed
}

src_install() {
emake DESTDIR=${D} install || die emake install failed

dodoc AUTHORS BUGS ChangeLog README* INSTALL NEWS THANKS UPGRADING

docompress -x /usr/share/doc/${PF}/sql
dodoc -r sql
dodoc -r test-scripts
dodoc -r contrib
## TODO: install other contrib stuff

sed -i -e s:nobody:dbmail: dbmail.conf
sed -i -e s:nogroup:dbmail: dbmail.conf
sed -i -e s:/var/run:/var/run/dbmail: dbmail.conf
#sed -i -e s:#library_directory:library_directory: dbmail.conf

insinto /etc/dbmail
newins dbmail.conf dbmail.conf.dist

# change config path to our default and use the conf.d and init.d files 
from the contrib dir
sed -i -e s:/etc/dbmail.conf:/etc/dbmail/dbmail.conf: 
contrib/startup-scripts/gentoo/init.d-dbmail
#sed -i -e s:exit 0:return 1: 
contrib/startup-scripts/gentoo/init.d-dbmail
#sed -i -e s:/var/run:/var/run/dbmail: 
contrib/startup-scripts/gentoo/init.d-dbmail
#newconfd contrib/startup-scripts/gentoo/conf.d-dbmail dbmail
#newinitd contrib/startup-scripts/gentoo/init.d-dbmail dbmail
# use custom init scripts until updated in upstream contrib
newinitd ${FILESDIR}/dbmail-imapd.initd dbmail-imapd
newinitd ${FILESDIR}/dbmail-lmtpd.initd dbmail-lmtpd
newinitd ${FILESDIR}/dbmail-pop3d.initd dbmail-pop3d
newinitd ${FILESDIR}/dbmail-timsieved.initd dbmail-timsieved

dobin contrib/mailbox2dbmail/mailbox2dbmail
doman contrib/mailbox2dbmail/mailbox2dbmail.1
#doman man/*.{1,5,8}

# ldap schema
if use ldap; then
   insinto /etc/openldap/schema
   doins ${S}/dbmail.schema
fi

keepdir /var/lib/dbmail
fperms 750 

[gentoo-commits] gentoo-x86 commit in app-antivirus/clamav: metadata.xml clamav-0.98.5.ebuild ChangeLog

2014-11-27 Thread Thomas Raschbacher (lordvan)
lordvan 14/11/27 09:30:40

  Modified: metadata.xml ChangeLog
  Added:clamav-0.98.5.ebuild
  Log:
  version bump - fixes bug #529728
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.3  app-antivirus/clamav/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/metadata.xml?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/metadata.xml?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/metadata.xml?r1=1.2r2=1.3

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/app-antivirus/clamav/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml3 Apr 2009 08:20:19 -   1.2
+++ metadata.xml27 Nov 2014 09:30:40 -  1.3
@@ -5,5 +5,6 @@
   herdantivirus/herd
   use
 flag name=clamdtopA Top like tool which shows what clamd is currently 
scanning amongst other things/flag
+flag name=metadata-analysis-apiEnables collection of file property 
metadata using ClamAV API for analysis by ClamAV bytecode programs./flag
   /use
 /pkgmetadata



1.491app-antivirus/clamav/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/ChangeLog?rev=1.491view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/ChangeLog?rev=1.491content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/ChangeLog?r1=1.490r2=1.491

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v
retrieving revision 1.490
retrieving revision 1.491
diff -u -r1.490 -r1.491
--- ChangeLog   2 Nov 2014 09:01:47 -   1.490
+++ ChangeLog   27 Nov 2014 09:30:40 -  1.491
@@ -1,6 +1,13 @@
 # ChangeLog for app-antivirus/clamav
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.490 
2014/11/02 09:01:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.491 
2014/11/27 09:30:40 lordvan Exp $
+
+*clamav-0.98.5 (27 Nov 2014)
+
+  27 Nov 2014; Thomas Raschbacher lord...@gentoo.org +clamav-0.98.5.ebuild,
+  metadata.xml:
+  version bump + local use flag for new feature.
+  Fixes bug #529728
 
   02 Nov 2014; Agostino Sarubbo a...@gentoo.org clamav-0.98.4.ebuild:
   Stable for alpha, wrt bug #521478



1.1  app-antivirus/clamav/clamav-0.98.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/clamav-0.98.5.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/clamav-0.98.5.ebuild?rev=1.1content-type=text/plain

Index: clamav-0.98.5.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.98.5.ebuild,v 
1.1 2014/11/27 09:30:40 lordvan Exp $

EAPI=5

inherit eutils flag-o-matic user systemd

DESCRIPTION=Clam Anti-Virus Scanner
HOMEPAGE=http://www.clamav.net/;
SRC_URI=mirror://sourceforge/${PN}/${P}.tar.gz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris
IUSE=bzip2 clamdtop iconv ipv6 milter metadata-analysis-api selinux 
static-libs uclibc

CDEPEND=bzip2? ( app-arch/bzip2 )
clamdtop? ( sys-libs/ncurses )
iconv? ( virtual/libiconv )
metadata-analysis-api? ( dev-libs/json-c )
milter? ( || ( mail-filter/libmilter mail-mta/sendmail ) )
dev-libs/libtommath
=sys-libs/zlib-1.2.2
dev-libs/openssl
sys-devel/libtool
# openssl is now *required* see this link as to why
# 
http://www.clamav.net/lang/en/2014/02/22/introducing-openssl-as-a-dependency-to-clamav/
DEPEND=${CDEPEND}
virtual/pkgconfig
RDEPEND=${CDEPEND}
selinux? ( sec-policy/selinux-clamav )

DOCS=( AUTHORS BUGS ChangeLog FAQ INSTALL NEWS README UPGRADE )

pkg_setup() {
enewgroup clamav
enewuser clamav -1 -1 /dev/null clamav
}

src_prepare() {
use ppc64  append-flags -mminimal-toc
use uclibc  export ac_cv_type_error_t=yes
}

src_configure() {
econf \
--disable-experimental \
--disable-fanotify \
--enable-id-check \
--with-dbdir=${EPREFIX}/var/lib/clamav \
--with-system-tommath \
--with-zlib=${EPREFIX}/usr \
$(use_enable bzip2) \
$(use_enable clamdtop) \
 

[gentoo-commits] gentoo-x86 commit in net-mail/dbmail: dbmail-3.2.0.ebuild ChangeLog dbmail-3.1.11.ebuild dbmail-3.1.12.ebuild dbmail-3.1.10.ebuild dbmail-3.1.9.ebuild

2014-11-02 Thread Thomas Raschbacher (lordvan)
lordvan 14/11/02 12:50:17

  Modified: ChangeLog
  Added:dbmail-3.2.0.ebuild
  Removed:  dbmail-3.1.11.ebuild dbmail-3.1.12.ebuild
dbmail-3.1.10.ebuild dbmail-3.1.9.ebuild
  Log:
  new version + cleanup old versions
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.67 net-mail/dbmail/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dbmail/ChangeLog?rev=1.67view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dbmail/ChangeLog?rev=1.67content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dbmail/ChangeLog?r1=1.66r2=1.67

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/dbmail/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog   10 Aug 2014 20:44:28 -  1.66
+++ ChangeLog   2 Nov 2014 12:50:17 -   1.67
@@ -1,6 +1,13 @@
 # ChangeLog for net-mail/dbmail
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/dbmail/ChangeLog,v 1.66 2014/08/10 
20:44:28 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/dbmail/ChangeLog,v 1.67 2014/11/02 
12:50:17 lordvan Exp $
+
+*dbmail-3.2.0 (02 Nov 2014)
+
+  02 Nov 2014; Thomas Raschbacher lord...@gentoo.org -dbmail-3.1.9.ebuild,
+  -dbmail-3.1.10.ebuild, -dbmail-3.1.11.ebuild, -dbmail-3.1.12.ebuild,
+  +dbmail-3.2.0.ebuild:
+  removed old versions + added 3.2.0 
 
   10 Aug 2014; Sergei Trofimovich sly...@gentoo.org dbmail-3.1.10.ebuild,
   dbmail-3.1.11.ebuild, dbmail-3.1.12.ebuild, dbmail-3.1.13.ebuild,



1.1  net-mail/dbmail/dbmail-3.2.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dbmail/dbmail-3.2.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dbmail/dbmail-3.2.0.ebuild?rev=1.1content-type=text/plain

Index: dbmail-3.2.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/dbmail/dbmail-3.2.0.ebuild,v 1.1 
2014/11/02 12:50:17 lordvan Exp $

EAPI=4
inherit eutils multilib versionator user

DESCRIPTION=DBMail is an open-source project that enables storage of mail 
messages in a relational database
HOMEPAGE=http://www.dbmail.org/;
SRC_URI=http://www.dbmail.org/download/$(get_version_component_range 
1-2)/${P}.tar.gz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=ldap sieve +sqlite ssl static

DEPEND=dev-db/libzdb
sieve? ( =mail-filter/libsieve-2.2.1 )
ldap? ( =net-nds/openldap-2.3.33 )
app-text/asciidoc
app-text/xmlto
app-crypt/mhash
sys-libs/zlib
|| ( dev-libs/gmime:2.6 dev-libs/gmime:2.4 )
=dev-libs/glib-2.16
dev-libs/libevent
ssl? ( dev-libs/openssl )
#asciidoc and xmlto needed?
RDEPEND=${DEPEND}

pkg_setup() {
enewgroup dbmail
enewuser dbmail -1 -1 /var/lib/dbmail dbmail
}

src_configure() {
local myconf=
use ldap  myconf=${myconf} --with-auth-ldap

econf \
--sysconfdir=/etc/dbmail \
$(use_enable static) \
$(use_with sieve) \
${myconf}
}

src_compile() {
emake || die emake failed
}

src_install() {
emake DESTDIR=${D} install || die emake install failed

dodoc AUTHORS BUGS ChangeLog README* INSTALL NEWS THANKS UPGRADING

docompress -x /usr/share/doc/${PF}/sql
dodoc -r sql
dodoc -r test-scripts
dodoc -r contrib
## TODO: install other contrib stuff

sed -i -e s:nobody:dbmail: dbmail.conf
sed -i -e s:nogroup:dbmail: dbmail.conf
sed -i -e s:/var/run:/var/run/dbmail: dbmail.conf
#sed -i -e s:#library_directory:library_directory: dbmail.conf

insinto /etc/dbmail
newins dbmail.conf dbmail.conf.dist

# change config path to our default and use the conf.d and init.d files 
from the contrib dir
sed -i -e s:/etc/dbmail.conf:/etc/dbmail/dbmail.conf: 
contrib/startup-scripts/gentoo/init.d-dbmail
#sed -i -e s:exit 0:return 1: 
contrib/startup-scripts/gentoo/init.d-dbmail
#sed -i -e s:/var/run:/var/run/dbmail: 
contrib/startup-scripts/gentoo/init.d-dbmail
#newconfd contrib/startup-scripts/gentoo/conf.d-dbmail dbmail
#newinitd contrib/startup-scripts/gentoo/init.d-dbmail dbmail
# use custom init scripts until updated in upstream contrib
newinitd ${FILESDIR}/dbmail-imapd.initd dbmail-imapd
newinitd ${FILESDIR}/dbmail-lmtpd.initd dbmail-lmtpd
newinitd ${FILESDIR}/dbmail-pop3d.initd dbmail-pop3d
newinitd 

[gentoo-commits] gentoo-x86 commit in net-mail/dbmail: dbmail-3.1.17.ebuild ChangeLog

2014-07-27 Thread Thomas Raschbacher (lordvan)
lordvan 14/07/27 20:32:29

  Modified: ChangeLog
  Added:dbmail-3.1.17.ebuild
  Log:
  new version
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.64 net-mail/dbmail/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dbmail/ChangeLog?rev=1.64view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dbmail/ChangeLog?rev=1.64content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dbmail/ChangeLog?r1=1.63r2=1.64

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/dbmail/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog   14 Jun 2014 10:57:08 -  1.63
+++ ChangeLog   27 Jul 2014 20:32:29 -  1.64
@@ -1,6 +1,11 @@
 # ChangeLog for net-mail/dbmail
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/dbmail/ChangeLog,v 1.63 2014/06/14 
10:57:08 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/dbmail/ChangeLog,v 1.64 2014/07/27 
20:32:29 lordvan Exp $
+
+*dbmail-3.1.17 (27 Jul 2014)
+
+  27 Jul 2014; lord...@gentoo.org +dbmail-3.1.17.ebuild:
+  new version
 
   14 Jun 2014; Pawel Hajdan jr phajdan...@gentoo.org dbmail-3.1.13.ebuild:
   x86 stable wrt bug #509774



1.1  net-mail/dbmail/dbmail-3.1.17.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dbmail/dbmail-3.1.17.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dbmail/dbmail-3.1.17.ebuild?rev=1.1content-type=text/plain

Index: dbmail-3.1.17.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/dbmail/dbmail-3.1.17.ebuild,v 1.1 
2014/07/27 20:32:29 lordvan Exp $

EAPI=4
inherit eutils multilib versionator user

DESCRIPTION=DBMail is an open-source project that enables storage of mail 
messages in a relational database.
HOMEPAGE=http://www.dbmail.org/;
SRC_URI=http://www.dbmail.org/download/$(get_version_component_range 
1-2)/${P}.tar.gz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=ldap sieve +sqlite ssl static

DEPEND=dev-db/libzdb
sieve? ( =mail-filter/libsieve-2.2.1 )
ldap? ( =net-nds/openldap-2.3.33 )
app-text/asciidoc
app-text/xmlto
app-crypt/mhash
sys-libs/zlib
=dev-libs/gmime-2.4.6:2.4
=dev-libs/glib-2.16
dev-libs/libevent
ssl? ( dev-libs/openssl )
#asciidoc and xmlto needed?
RDEPEND=${DEPEND}

pkg_setup() {
enewgroup dbmail
enewuser dbmail -1 -1 /var/lib/dbmail dbmail
}

src_configure() {
local myconf=
use ldap  myconf=${myconf} --with-auth-ldap

econf \
--sysconfdir=/etc/dbmail \
$(use_enable static) \
$(use_with sieve) \
${myconf}
}

src_compile() {
emake || die emake failed
}

src_install() {
emake DESTDIR=${D} install || die emake install failed

dodoc AUTHORS BUGS ChangeLog README* INSTALL NEWS THANKS UPGRADING

dodoc -r sql
dodoc -r test-scripts
dodoc -r contrib
## TODO: install other contrib stuff

sed -i -e s:nobody:dbmail: dbmail.conf
sed -i -e s:nogroup:dbmail: dbmail.conf
sed -i -e s:/var/run:/var/run/dbmail: dbmail.conf
#sed -i -e s:#library_directory:library_directory: dbmail.conf

insinto /etc/dbmail
newins dbmail.conf dbmail.conf.dist

# change config path to our default and use the conf.d and init.d files 
from the contrib dir
sed -i -e s:/etc/dbmail.conf:/etc/dbmail/dbmail.conf: 
contrib/startup-scripts/gentoo/init.d-dbmail
#sed -i -e s:exit 0:return 1: 
contrib/startup-scripts/gentoo/init.d-dbmail
#sed -i -e s:/var/run:/var/run/dbmail: 
contrib/startup-scripts/gentoo/init.d-dbmail
#newconfd contrib/startup-scripts/gentoo/conf.d-dbmail dbmail
#newinitd contrib/startup-scripts/gentoo/init.d-dbmail dbmail
# use custom init scripts until updated in upstream contrib
newinitd ${FILESDIR}/dbmail-imapd.initd dbmail-imapd
newinitd ${FILESDIR}/dbmail-lmtpd.initd dbmail-lmtpd
newinitd ${FILESDIR}/dbmail-pop3d.initd dbmail-pop3d
newinitd ${FILESDIR}/dbmail-timsieved.initd dbmail-timsieved

dobin contrib/mailbox2dbmail/mailbox2dbmail
doman contrib/mailbox2dbmail/mailbox2dbmail.1
#doman man/*.{1,5,8}

# ldap schema
if use ldap; then
   insinto /etc/openldap/schema
   doins ${S}/dbmail.schema
fi

keepdir /var/lib/dbmail
fperms 750 /var/lib/dbmail
   

[gentoo-commits] gentoo-x86 commit in app-antivirus/clamav: ChangeLog clamav-0.98.4.ebuild

2014-06-17 Thread Thomas Raschbacher (lordvan)
lordvan 14/06/17 08:10:37

  Modified: ChangeLog
  Added:clamav-0.98.4.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.481app-antivirus/clamav/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/ChangeLog?rev=1.481view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/ChangeLog?rev=1.481content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/ChangeLog?r1=1.480r2=1.481

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v
retrieving revision 1.480
retrieving revision 1.481
diff -u -r1.480 -r1.481
--- ChangeLog   17 May 2014 13:55:39 -  1.480
+++ ChangeLog   17 Jun 2014 08:10:36 -  1.481
@@ -1,6 +1,11 @@
 # ChangeLog for app-antivirus/clamav
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.480 
2014/05/17 13:55:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.481 
2014/06/17 08:10:36 lordvan Exp $
+
+*clamav-0.98.4 (17 Jun 2014)
+
+  17 Jun 2014; Thomas Raschbacher lord...@gentoo.org +clamav-0.98.4.ebuild:
+  version bump
 
   17 May 2014; Agostino Sarubbo a...@gentoo.org clamav-0.98.1.ebuild:
   Stable for alpha, wrt bug #506588



1.1  app-antivirus/clamav/clamav-0.98.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/clamav-0.98.4.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/clamav-0.98.4.ebuild?rev=1.1content-type=text/plain

Index: clamav-0.98.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.98.4.ebuild,v 
1.1 2014/06/17 08:10:36 lordvan Exp $

EAPI=5

inherit eutils flag-o-matic user systemd

DESCRIPTION=Clam Anti-Virus Scanner
HOMEPAGE=http://www.clamav.net/;
SRC_URI=mirror://sourceforge/${PN}/${P}.tar.gz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris
IUSE=bzip2 clamdtop iconv ipv6 milter selinux static-libs uclibc

CDEPEND=bzip2? ( app-arch/bzip2 )
clamdtop? ( sys-libs/ncurses )
iconv? ( virtual/libiconv )
milter? ( || ( mail-filter/libmilter mail-mta/sendmail ) )
dev-libs/libtommath
=sys-libs/zlib-1.2.2
dev-libs/openssl
sys-devel/libtool
# openssl is now *required* see this link as to why
# 
http://www.clamav.net/lang/en/2014/02/22/introducing-openssl-as-a-dependency-to-clamav/
DEPEND=${CDEPEND}
virtual/pkgconfig
RDEPEND=${CDEPEND}
selinux? ( sec-policy/selinux-clamav )

DOCS=( AUTHORS BUGS ChangeLog FAQ INSTALL NEWS README UPGRADE )

pkg_setup() {
enewgroup clamav
enewuser clamav -1 -1 /dev/null clamav
}

src_prepare() {
use ppc64  append-flags -mminimal-toc
use uclibc  export ac_cv_type_error_t=yes
}

src_configure() {
econf \
--disable-experimental \
--disable-fanotify \
--enable-id-check \
--with-dbdir=${EPREFIX}/var/lib/clamav \
--with-system-tommath \
--with-zlib=${EPREFIX}/usr \
$(use_enable bzip2) \
$(use_enable clamdtop) \
$(use_enable ipv6) \
$(use_enable milter) \
$(use_enable static-libs static) \
$(use_with iconv)
}

src_install() {
default

rm -rf ${ED}/var/lib/clamav
newinitd ${FILESDIR}/clamd.initd-r6 clamd
newconfd ${FILESDIR}/clamd.conf-r1 clamd

systemd_dotmpfilesd ${FILESDIR}/tmpfiles.d/clamav.conf
systemd_newunit ${FILESDIR}/clamd_at.service clamd@.service
systemd_dounit ${FILESDIR}/clamd.service
systemd_dounit ${FILESDIR}/freshclamd.service

keepdir /var/lib/clamav
fowners clamav:clamav /var/lib/clamav
keepdir /var/log/clamav
fowners clamav:clamav /var/log/clamav

dodir /etc/logrotate.d
insinto /etc/logrotate.d
newins ${FILESDIR}/clamav.logrotate clamav

# Modify /etc/{clamd,freshclam}.conf to be usable out of the box
sed -i -e s:^\(Example\):\# \1: \
-e s:.*\(PidFile\) .*:\1 ${EPREFIX}/var/run/clamav/clamd.pid: 
\
-e s:.*\(LocalSocket\) .*:\1 
${EPREFIX}/var/run/clamav/clamd.sock: \
-e s:.*\(User\) .*:\1 clamav: \
-e s:^\#\(LogFile\) .*:\1 
${EPREFIX}/var/log/clamav/clamd.log: 

[gentoo-commits] gentoo-x86 commit in net-mail/dbmail: ChangeLog dbmail-3.1.15.ebuild

2014-06-10 Thread Thomas Raschbacher (lordvan)
lordvan 14/06/10 11:12:45

  Modified: ChangeLog
  Added:dbmail-3.1.15.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.62 net-mail/dbmail/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dbmail/ChangeLog?rev=1.62view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dbmail/ChangeLog?rev=1.62content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dbmail/ChangeLog?r1=1.61r2=1.62

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/dbmail/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog   22 Mar 2014 09:24:48 -  1.61
+++ ChangeLog   10 Jun 2014 11:12:45 -  1.62
@@ -1,6 +1,11 @@
 # ChangeLog for net-mail/dbmail
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/dbmail/ChangeLog,v 1.61 2014/03/22 
09:24:48 lordvan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/dbmail/ChangeLog,v 1.62 2014/06/10 
11:12:45 lordvan Exp $
+
+*dbmail-3.1.15 (10 Jun 2014)
+
+  10 Jun 2014; Thomas Raschbacher lord...@gentoo.org +dbmail-3.1.15.ebuild:
+  version bump
 
 *dbmail-3.1.13 (22 Mar 2014)
 



1.1  net-mail/dbmail/dbmail-3.1.15.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dbmail/dbmail-3.1.15.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dbmail/dbmail-3.1.15.ebuild?rev=1.1content-type=text/plain

Index: dbmail-3.1.15.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/dbmail/dbmail-3.1.15.ebuild,v 1.1 
2014/06/10 11:12:45 lordvan Exp $

EAPI=4
inherit eutils multilib versionator user

DESCRIPTION=DBMail is an open-source project that enables storage of mail 
messages in a relational database.
HOMEPAGE=http://www.dbmail.org/;
SRC_URI=http://www.dbmail.org/download/$(get_version_component_range 
1-2)/${P}.tar.gz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=ldap sieve +sqlite ssl static

DEPEND=dev-db/libzdb
sieve? ( =mail-filter/libsieve-2.2.1 )
ldap? ( =net-nds/openldap-2.3.33 )
app-text/asciidoc
app-text/xmlto
app-crypt/mhash
sys-libs/zlib
=dev-libs/gmime-2.4.6:2.4
=dev-libs/glib-2.16
dev-libs/libevent
ssl? ( dev-libs/openssl )
#asciidoc and xmlto needed?
RDEPEND=${DEPEND}

pkg_setup() {
enewgroup dbmail
enewuser dbmail -1 -1 /var/lib/dbmail dbmail
}

src_configure() {
local myconf=
use ldap  myconf=${myconf} --with-auth-ldap

econf \
--sysconfdir=/etc/dbmail \
$(use_enable static) \
$(use_with sieve) \
${myconf}
}

src_compile() {
emake || die emake failed
}

src_install() {
emake DESTDIR=${D} install || die emake install failed

dodoc AUTHORS BUGS ChangeLog README* INSTALL NEWS THANKS UPGRADING

dodoc -r sql
dodoc -r test-scripts
dodoc -r contrib
## TODO: install other contrib stuff

sed -i -e s:nobody:dbmail: dbmail.conf
sed -i -e s:nogroup:dbmail: dbmail.conf
sed -i -e s:/var/run:/var/run/dbmail: dbmail.conf
#sed -i -e s:#library_directory:library_directory: dbmail.conf

insinto /etc/dbmail
newins dbmail.conf dbmail.conf.dist

# change config path to our default and use the conf.d and init.d files 
from the contrib dir
sed -i -e s:/etc/dbmail.conf:/etc/dbmail/dbmail.conf: 
contrib/startup-scripts/gentoo/init.d-dbmail
#sed -i -e s:exit 0:return 1: 
contrib/startup-scripts/gentoo/init.d-dbmail
#sed -i -e s:/var/run:/var/run/dbmail: 
contrib/startup-scripts/gentoo/init.d-dbmail
#newconfd contrib/startup-scripts/gentoo/conf.d-dbmail dbmail
#newinitd contrib/startup-scripts/gentoo/init.d-dbmail dbmail
# use custom init scripts until updated in upstream contrib
newinitd ${FILESDIR}/dbmail-imapd.initd dbmail-imapd
newinitd ${FILESDIR}/dbmail-lmtpd.initd dbmail-lmtpd
newinitd ${FILESDIR}/dbmail-pop3d.initd dbmail-pop3d
newinitd ${FILESDIR}/dbmail-timsieved.initd dbmail-timsieved

dobin contrib/mailbox2dbmail/mailbox2dbmail
doman contrib/mailbox2dbmail/mailbox2dbmail.1
#doman man/*.{1,5,8}

# ldap schema
if use ldap; then
   insinto /etc/openldap/schema
   doins ${S}/dbmail.schema
fi

keepdir /var/lib/dbmail
fperms 750 /var/lib/dbmail
fowners dbmail:dbmail /var/lib/dbmail
# create 

[gentoo-commits] gentoo-x86 commit in app-antivirus/clamav: ChangeLog clamav-0.98.3.ebuild

2014-05-08 Thread Thomas Raschbacher (lordvan)
lordvan 14/05/08 11:25:13

  Modified: ChangeLog
  Added:clamav-0.98.3.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.476app-antivirus/clamav/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/ChangeLog?rev=1.476view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/ChangeLog?rev=1.476content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/ChangeLog?r1=1.475r2=1.476

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v
retrieving revision 1.475
retrieving revision 1.476
diff -u -r1.475 -r1.476
--- ChangeLog   4 May 2014 08:30:38 -   1.475
+++ ChangeLog   8 May 2014 11:25:13 -   1.476
@@ -1,6 +1,11 @@
 # ChangeLog for app-antivirus/clamav
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.475 
2014/05/04 08:30:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.476 
2014/05/08 11:25:13 lordvan Exp $
+
+*clamav-0.98.3 (08 May 2014)
+
+  08 May 2014; Thomas Raschbacher lord...@gentoo.org +clamav-0.98.3.ebuild:
+  version bump. This now *requires* dev-libs/openssl
 
   04 May 2014; Agostino Sarubbo a...@gentoo.org clamav-0.98.1.ebuild:
   Stable for x86, wrt bug #506588



1.1  app-antivirus/clamav/clamav-0.98.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/clamav-0.98.3.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/clamav-0.98.3.ebuild?rev=1.1content-type=text/plain

Index: clamav-0.98.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.98.3.ebuild,v 
1.1 2014/05/08 11:25:13 lordvan Exp $

EAPI=5

inherit eutils flag-o-matic user systemd

DESCRIPTION=Clam Anti-Virus Scanner
HOMEPAGE=http://www.clamav.net/;
SRC_URI=mirror://sourceforge/${PN}/${P}.tar.gz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris
IUSE=bzip2 clamdtop iconv ipv6 milter selinux static-libs uclibc

CDEPEND=bzip2? ( app-arch/bzip2 )
clamdtop? ( sys-libs/ncurses )
iconv? ( virtual/libiconv )
milter? ( || ( mail-filter/libmilter mail-mta/sendmail ) )
dev-libs/libtommath
=sys-libs/zlib-1.2.2
dev-libs/openssl
sys-devel/libtool
# openssl is now *required* see this link as to why
# 
http://www.clamav.net/lang/en/2014/02/22/introducing-openssl-as-a-dependency-to-clamav/
DEPEND=${CDEPEND}
virtual/pkgconfig
RDEPEND=${CDEPEND}
selinux? ( sec-policy/selinux-clamav )

DOCS=( AUTHORS BUGS ChangeLog FAQ INSTALL NEWS README UPGRADE )

pkg_setup() {
enewgroup clamav
enewuser clamav -1 -1 /dev/null clamav
}

src_prepare() {
use ppc64  append-flags -mminimal-toc
use uclibc  export ac_cv_type_error_t=yes
}

src_configure() {
econf \
--disable-experimental \
--disable-fanotify \
--enable-id-check \
--with-dbdir=${EPREFIX}/var/lib/clamav \
--with-system-tommath \
--with-zlib=${EPREFIX}/usr \
$(use_enable bzip2) \
$(use_enable clamdtop) \
$(use_enable ipv6) \
$(use_enable milter) \
$(use_enable static-libs static) \
$(use_with iconv)
}

src_install() {
default

rm -rf ${ED}/var/lib/clamav
newinitd ${FILESDIR}/clamd.initd-r6 clamd
newconfd ${FILESDIR}/clamd.conf-r1 clamd

systemd_dotmpfilesd ${FILESDIR}/tmpfiles.d/clamav.conf
systemd_newunit ${FILESDIR}/clamd_at.service clamd@.service
systemd_dounit ${FILESDIR}/clamd.service
systemd_dounit ${FILESDIR}/freshclamd.service

keepdir /var/lib/clamav
fowners clamav:clamav /var/lib/clamav
keepdir /var/log/clamav
fowners clamav:clamav /var/log/clamav

dodir /etc/logrotate.d
insinto /etc/logrotate.d
newins ${FILESDIR}/clamav.logrotate clamav

# Modify /etc/{clamd,freshclam}.conf to be usable out of the box
sed -i -e s:^\(Example\):\# \1: \
-e s:.*\(PidFile\) .*:\1 ${EPREFIX}/var/run/clamav/clamd.pid: 
\
-e s:.*\(LocalSocket\) .*:\1 
${EPREFIX}/var/run/clamav/clamd.sock: \
-e s:.*\(User\) .*:\1 clamav: \
-e s:^\#\(LogFile\) .*:\1 

[gentoo-commits] gentoo-x86 commit in net-im/imcom: ChangeLog Manifest imcom-1.32.ebuild imcom-1.33.ebuild imcom-1.34.ebuild

2014-05-05 Thread Thomas Raschbacher (lordvan)
lordvan 14/05/05 17:31:30

  Modified: ChangeLog Manifest imcom-1.33.ebuild
imcom-1.34.ebuild
  Removed:  imcom-1.32.ebuild
  Log:
  fixed repoman warnings and removed oldest version

Revision  ChangesPath
1.24 net-im/imcom/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/imcom/ChangeLog?rev=1.24view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/imcom/ChangeLog?rev=1.24content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/imcom/ChangeLog?r1=1.23r2=1.24

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-im/imcom/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   9 Feb 2007 08:05:54 -   1.23
+++ ChangeLog   5 May 2014 17:31:30 -   1.24
@@ -1,6 +1,11 @@
 # ChangeLog for net-im/imcom
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/imcom/ChangeLog,v 1.23 2007/02/09 
08:05:54 flameeyes Exp $
+# Copyright 2002-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/imcom/ChangeLog,v 1.24 2014/05/05 
17:31:30 lordvan Exp $
+
+  05 May 2014; Thomas Raschbacher lord...@gentoo.org -imcom-1.32.ebuild,
+  imcom-1.33.ebuild, imcom-1.34.ebuild:
+  removed oldest version and fixed warnings in later versions.
+  Thanks mrueg for pointing this out to me
 
   09 Feb 2007; Diego Pettenò flamee...@gentoo.org ChangeLog:
   Regenerate digest in Manifest2 format.



1.31 net-im/imcom/Manifest

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/imcom/Manifest?rev=1.31view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/imcom/Manifest?rev=1.31content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/imcom/Manifest?r1=1.30r2=1.31

Index: Manifest
===
RCS file: /var/cvsroot/gentoo-x86/net-im/imcom/Manifest,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- Manifest13 Jul 2012 14:30:59 -  1.30
+++ Manifest5 May 2014 17:31:30 -   1.31
@@ -1,23 +1,7 @@
--BEGIN PGP SIGNED MESSAGE-
-Hash: SHA256
-
 AUX Makefile-1.31 1308 SHA256 
444ff6aa64d84eaa27c77f5cdcbc8717973dc4035e36111078f0bbff81215696 SHA512 
5b8a3634f866c20c40c0b2fbfc7d1352383148bb05e596e5611237e5692e89029d8d9aed70126a819d18ce1b9e5fea78c48d3f63316c4f55dd5b006f8a9735ec
 WHIRLPOOL 
45f42f53e86c1e707c15b7e56f485af49276145f13ebaa107a44ce2ebcc2b5cc810497449d731d6655c5a6796e7976e537f9c30d1984caf0fdda0d000dc50784
-DIST imcom-1.32.tar.gz 280507 SHA256 
1644eac38569b869a5994d37ff145e94b632ca6405274ba27e3c861c416eacf4
-DIST imcom-1.33.tar.gz 281661 SHA256 
55711769d353fd58a83de6a3216c80aa57e94de03d80c3106084d04d0998eae1
-DIST imcom-1.34.tar.gz 282243 SHA256 
3cd92b520b407212b5f1f4cdc832b736a61ff2a163936f1f99d837d689db616d
-EBUILD imcom-1.32.ebuild 883 SHA256 
43c6f727470211cbbc2565a38986dc726e3c3174eda777663deb74436ddb276d SHA512 
f546228bd012a8bc2231abb1d7baac0b73e9e0a9013512ab509179789b004fcfbfbe7660cb994a9954492da536497f1dda87c1f63e00d2bd2b4b2b7d3c1fe6c1
 WHIRLPOOL 
17cbd547eb710dac1e6e5feecde1355e6e462965b2a23bd631fef30b943777996b2f89138db51bcc2358b4269f60960830a9a4c298a04d7775a51a5594a12585
-EBUILD imcom-1.33.ebuild 836 SHA256 
19ec08eba513ad5c1a963384f05c2b430f2a5d81b5e54fd718156f3b681a7c58 SHA512 
90adbe8b75384dda6bb306def05255afd3b11846384dc249d735d1f4c104abdf2eac23dd41caaf78c9534c89caa1765d56fe8b0dc7e12485e6ff4a0d460c008f
 WHIRLPOOL 
d37c16af64cc7c8071a2aec9622e66bfd5745418f54b723f043cd0da48c440aa34ce22dba52ba4d1a19fadb441f8168f1c80b0eee7dd024aab21353c2012c360
-EBUILD imcom-1.34.ebuild 838 SHA256 
27c4bea53b0a5f31af7c75997e1f3704be2dfa087878ecff92d1ba403648e79d SHA512 
a5d83032a67a021d087e83b5d5cc9b54071d5e0e08400c4b35237419536ca568bf7b96d38e726c102d4cc44da559afe71c55a59f52310b0c708910e8c39c0681
 WHIRLPOOL 
e8be613b5c343f87a1658a7ae0996f04c327f3146dd96069f8ed389e7e72a9950156599623202bd8e9951a09f8ae1c166c279b92cf8e394f709c6a9bd82a122d
-MISC ChangeLog 3302 SHA256 
3937aa17cea11ee2f986ff654256d81b0244aa6179a1f5944128e6c7d862d1f9 SHA512 
0a06f4d26f9147b5a9eecd2bbf525bca5d097256d7621970c75d19c1c86aab3c93cfda1583944085d084c87db0ec9c06a6e7440acb22c07786a8dd399a04edc3
 WHIRLPOOL 
17d86daaec98dfff68c87aa2d51b114b9762f114a4c52b73a9d92353a355c8eda447300198cb5dbb2af00a76d526125a6b5d2cf384ec0c5648d7dd4f798ce212
+DIST imcom-1.33.tar.gz 281661 SHA256 
55711769d353fd58a83de6a3216c80aa57e94de03d80c3106084d04d0998eae1 SHA512 
3a76d632b1744f8ced86759089cf514a6d6c1d6d19b14301a0ade371a3acb65a3eb55bf5b99a855abfb6c92fb30591601ce6d5a0b5afeec56363eae4f4ecc3d0
 WHIRLPOOL 
a74baff0aafb4e909d8c246c5aae334b6756039b8d92842cbc98690d56e5b1bc9fa5e229f0a28589123732c0236b88a5a34da28c62de606bf38defe3c13c2888
+DIST 

[gentoo-commits] gentoo-x86 commit in dev-db/libzdb: ChangeLog libzdb-3.0.ebuild

2014-04-15 Thread Thomas Raschbacher (lordvan)
lordvan 14/04/15 07:24:40

  Modified: ChangeLog
  Added:libzdb-3.0.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.17 dev-db/libzdb/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/ChangeLog?rev=1.17view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/ChangeLog?rev=1.17content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/ChangeLog?r1=1.16r2=1.17

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/libzdb/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   13 Sep 2013 06:33:58 -  1.16
+++ ChangeLog   15 Apr 2014 07:24:40 -  1.17
@@ -1,6 +1,11 @@
 # ChangeLog for dev-db/libzdb
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/ChangeLog,v 1.16 2013/09/13 
06:33:58 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/ChangeLog,v 1.17 2014/04/15 
07:24:40 lordvan Exp $
+
+*libzdb-3.0 (14 Apr 2014)
+
+  14 Apr 2014; Thomas Raschbacher lord...@gentoo.org +libzdb-3.0.ebuild:
+  version bump - bug #503550
 
 *libzdb-2.12 (13 Sep 2013)
 



1.1  dev-db/libzdb/libzdb-3.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-3.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-3.0.ebuild?rev=1.1content-type=text/plain

Index: libzdb-3.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-3.0.ebuild,v 1.1 
2014/04/15 07:24:40 lordvan Exp $

EAPI=4

inherit eutils toolchain-funcs

DESCRIPTION=A thread safe high level multi-database connection pool library
HOMEPAGE=http://www.tildeslash.com/libzdb/;
SRC_URI=http://www.tildeslash.com/${PN}/dist/${P}.tar.gz;

LICENSE=GPL-3
SLOT=0
KEYWORDS=~x86 ~amd64
IUSE=debug doc mysql postgres +sqlite ssl static-libs
REQUIRED_USE= || ( postgres mysql sqlite )

RESTRICT=test

RDEPEND=mysql? ( virtual/mysql )
postgres? ( dev-db/postgresql-base )
sqlite? ( =dev-db/sqlite-3.7:3[unlock-notify(+)] )
ssl? ( dev-libs/openssl )
DEPEND=${RDEPEND}
virtual/pkgconfig
doc? ( app-doc/doxygen )

src_prepare() {
sed -i -e s| ./pool||g test/Makefile.in || die
}

src_configure() {
## TODO: check what --enable-optimized actually does
## TODO: find someone with oracle db to add oci8 support
myconf=
if  [[ $(gcc-version)  4.1 ]];then
myconf=${myconf} --disable-protected
else
myconf=${myconf} --enable-protected
fi

if use sqlite; then
myconf=${myconf} --with-sqlite=${EPREFIX}/usr/ 
--enable-sqliteunlock
else
myconf=${myconf} --without-sqlite
fi

if use mysql; then
myconf=${myconf} --with-mysql=${EPREFIX}/usr/bin/mysql_config
else
myconf=${myconf} --without-mysql
fi

if use postgres; then
myconf=${myconf} 
--with-postgresql=${EPREFIX}/usr/bin/pg_config
else
myconf=${myconf} --without-postgresql
fi

econf \
$(use_enable debug profiling) \
$(use_enable static-libs static) \
$(use_enable ssl openssl) \
--without-oci \
${myconf}
}

src_compile() {
default_src_compile
if use doc; then
emake doc
fi
}

src_install() {
emake DESTDIR=${D} install

# the --disable-static flag only skips .a
use static-libs || rm -f ${D}/usr/lib*/libzdb.la

dodoc AUTHORS CHANGES README
if use doc;then
dohtml -r ${S}/doc/api-docs/*
fi
}

src_test() {
emake verify
}






[gentoo-commits] gentoo-x86 commit in net-mail/dbmail: dbmail-3.1.13.ebuild ChangeLog

2014-03-22 Thread Thomas Raschbacher (lordvan)
lordvan 14/03/22 09:24:48

  Modified: ChangeLog
  Added:dbmail-3.1.13.ebuild
  Log:
  new version
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.61 net-mail/dbmail/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dbmail/ChangeLog?rev=1.61view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dbmail/ChangeLog?rev=1.61content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dbmail/ChangeLog?r1=1.60r2=1.61

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/dbmail/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog   7 Mar 2014 18:48:33 -   1.60
+++ ChangeLog   22 Mar 2014 09:24:48 -  1.61
@@ -1,6 +1,11 @@
 # ChangeLog for net-mail/dbmail
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/dbmail/ChangeLog,v 1.60 2014/03/07 
18:48:33 lordvan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/dbmail/ChangeLog,v 1.61 2014/03/22 
09:24:48 lordvan Exp $
+
+*dbmail-3.1.13 (22 Mar 2014)
+
+  22 Mar 2014; Thomas Raschbacher lord...@gentoo.org +dbmail-3.1.13.ebuild:
+  added new version
 
 *dbmail-3.1.12 (07 Mar 2014)
 



1.1  net-mail/dbmail/dbmail-3.1.13.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dbmail/dbmail-3.1.13.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dbmail/dbmail-3.1.13.ebuild?rev=1.1content-type=text/plain

Index: dbmail-3.1.13.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/dbmail/dbmail-3.1.13.ebuild,v 1.1 
2014/03/22 09:24:48 lordvan Exp $

EAPI=4
inherit eutils multilib versionator user

DESCRIPTION=DBMail is an open-source project that enables storage of mail 
messages in a relational database.
HOMEPAGE=http://www.dbmail.org/;
SRC_URI=http://www.dbmail.org/download/$(get_version_component_range 
1-2)/${P}.tar.gz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=ldap sieve +sqlite ssl static

DEPEND=dev-db/libzdb
sieve? ( =mail-filter/libsieve-2.2.1 )
ldap? ( =net-nds/openldap-2.3.33 )
app-text/asciidoc
app-text/xmlto
app-crypt/mhash
sys-libs/zlib
=dev-libs/gmime-2.4.6:2.4
=dev-libs/glib-2.16
dev-libs/libevent
ssl? ( dev-libs/openssl )
#asciidoc and xmlto needed?
RDEPEND=${DEPEND}

pkg_setup() {
enewgroup dbmail
enewuser dbmail -1 -1 /var/lib/dbmail dbmail
}

src_configure() {
local myconf=
use ldap  myconf=${myconf} --with-auth-ldap

econf \
--sysconfdir=/etc/dbmail \
$(use_enable static) \
$(use_with sieve) \
${myconf}
}

src_compile() {
emake || die emake failed
}

src_install() {
emake DESTDIR=${D} install || die emake install failed

dodoc AUTHORS BUGS ChangeLog README* INSTALL NEWS THANKS UPGRADING

dodoc -r sql
dodoc -r test-scripts
dodoc -r contrib
## TODO: install other contrib stuff

sed -i -e s:nobody:dbmail: dbmail.conf
sed -i -e s:nogroup:dbmail: dbmail.conf
sed -i -e s:/var/run:/var/run/dbmail: dbmail.conf
#sed -i -e s:#library_directory:library_directory: dbmail.conf

insinto /etc/dbmail
newins dbmail.conf dbmail.conf.dist

# change config path to our default and use the conf.d and init.d files 
from the contrib dir
sed -i -e s:/etc/dbmail.conf:/etc/dbmail/dbmail.conf: 
contrib/startup-scripts/gentoo/init.d-dbmail
#sed -i -e s:exit 0:return 1: 
contrib/startup-scripts/gentoo/init.d-dbmail
#sed -i -e s:/var/run:/var/run/dbmail: 
contrib/startup-scripts/gentoo/init.d-dbmail
#newconfd contrib/startup-scripts/gentoo/conf.d-dbmail dbmail
#newinitd contrib/startup-scripts/gentoo/init.d-dbmail dbmail
# use custom init scripts until updated in upstream contrib
newinitd ${FILESDIR}/dbmail-imapd.initd dbmail-imapd
newinitd ${FILESDIR}/dbmail-lmtpd.initd dbmail-lmtpd
newinitd ${FILESDIR}/dbmail-pop3d.initd dbmail-pop3d
newinitd ${FILESDIR}/dbmail-timsieved.initd dbmail-timsieved

dobin contrib/mailbox2dbmail/mailbox2dbmail
doman contrib/mailbox2dbmail/mailbox2dbmail.1
#doman man/*.{1,5,8}

# ldap schema
if use ldap; then
   insinto /etc/openldap/schema
   doins ${S}/dbmail.schema
fi

keepdir /var/lib/dbmail
fperms 750 /var/lib/dbmail
fowners dbmail:dbmail /var/lib/dbmail
#