jlec 15/03/21 16:38:35 Modified: dspam-3.10.2-r1.ebuild ChangeLog Log: use dobin instead of exeinto /usr/bin/ && doexe (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.8 mail-filter/dspam/dspam-3.10.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/dspam/dspam-3.10.2-r1.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/dspam/dspam-3.10.2-r1.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/dspam/dspam-3.10.2-r1.ebuild?r1=1.7&r2=1.8 Index: dspam-3.10.2-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.10.2-r1.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- dspam-3.10.2-r1.ebuild 28 Dec 2014 15:53:32 -0000 1.7 +++ dspam-3.10.2-r1.ebuild 21 Mar 2015 16:38:35 -0000 1.8 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.10.2-r1.ebuild,v 1.7 2014/12/28 15:53:32 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.10.2-r1.ebuild,v 1.8 2015/03/21 16:38:35 jlec Exp $ EAPI=4 @@ -9,6 +9,7 @@ DESCRIPTION="A statistical-algorithmic hybrid anti-spam filter" HOMEPAGE="http://dspam.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + LICENSE="AGPL-3" SLOT="0" KEYWORDS="amd64 ~arm ~ppc x86" @@ -23,7 +24,6 @@ postgres? ( dev-db/postgresql ) sqlite? ( dev-db/sqlite:3 ) " - RDEPEND=" ${DEPEND} clamav? ( app-antivirus/clamav ) @@ -60,29 +60,29 @@ src_configure() { econf \ - --sysconfdir=${DSPAM_CONF} \ - --with-dspam-home=${DSPAM_HOME} \ - --with-dspam-home-group=dspam \ - --with-dspam-mode=${DSPAM_MODE} \ - --with-dspam-group=dspam \ - --with-logdir=${DSPAM_LOG} \ - --enable-external-lookup \ - --enable-long-usernames \ - --enable-split-configuration \ - $(use_enable clamav) \ - $(use_enable daemon) \ - $(use_enable debug) \ - $(use_enable debug bnr-debug) \ - $(use_enable debug verbose-debug) \ - $(use_enable domain-scale) \ - $(use_enable large-scale) \ - $(use_enable static-libs static) \ - $(use_enable syslog) \ - $(use_enable user-homedirs homedir) \ - $(use_enable virtual-users) \ - --with-storage-driver=${DSPAM_DRIVERS} ${DSPAM_DRIVERS_EXTRAS} \ - $(use mysql || use postgres && echo "--enable-preferences-extension") \ - $(use syslog || echo "--with-logfile=${DSPAM_LOG}/dspam.log") + --sysconfdir=${DSPAM_CONF} \ + --with-dspam-home=${DSPAM_HOME} \ + --with-dspam-home-group=dspam \ + --with-dspam-mode=${DSPAM_MODE} \ + --with-dspam-group=dspam \ + --with-logdir=${DSPAM_LOG} \ + --enable-external-lookup \ + --enable-long-usernames \ + --enable-split-configuration \ + $(use_enable clamav) \ + $(use_enable daemon) \ + $(use_enable debug) \ + $(use_enable debug bnr-debug) \ + $(use_enable debug verbose-debug) \ + $(use_enable domain-scale) \ + $(use_enable large-scale) \ + $(use_enable static-libs static) \ + $(use_enable syslog) \ + $(use_enable user-homedirs homedir) \ + $(use_enable virtual-users) \ + --with-storage-driver=${DSPAM_DRIVERS} ${DSPAM_DRIVERS_EXTRAS} \ + $(use mysql || use postgres && echo "--enable-preferences-extension") \ + $(use syslog || echo "--with-logfile=${DSPAM_LOG}/dspam.log") } dspam_setup_user() { @@ -178,8 +178,7 @@ doins "${T}/msgtag.${i}" done - exeinto /usr/bin - newexe contrib/dspam_maintenance/dspam_maintenance.sh dspam_maintenance + newbin contrib/dspam_maintenance/dspam_maintenance.sh dspam_maintenance exeinto /etc/cron.daily newexe "${FILESDIR}/dspam.cron-r4" dspam 1.160 mail-filter/dspam/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/dspam/ChangeLog?rev=1.160&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/dspam/ChangeLog?rev=1.160&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/dspam/ChangeLog?r1=1.159&r2=1.160 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/mail-filter/dspam/ChangeLog,v retrieving revision 1.159 retrieving revision 1.160 diff -u -r1.159 -r1.160 --- ChangeLog 28 Dec 2014 15:53:32 -0000 1.159 +++ ChangeLog 21 Mar 2015 16:38:35 -0000 1.160 @@ -1,6 +1,9 @@ # ChangeLog for mail-filter/dspam -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/ChangeLog,v 1.159 2014/12/28 15:53:32 titanofold Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/ChangeLog,v 1.160 2015/03/21 16:38:35 jlec Exp $ + + 21 Mar 2015; Justin Lecher <[email protected]> dspam-3.10.2-r1.ebuild: + use dobin instead of exeinto /usr/bin/ && doexe 28 Dec 2014; Aaron W. Swenson <[email protected]> dspam-3.10.2-r1.ebuild: Rename virtual/postgresql to dev-db/postgresql
