* [gentoo-commits] gentoo-x86 commit in mail-filter/spamassassin: spamassassin-3.4.0.ebuild ChangeLog
@ 2014-08-12 23:21 Manuel Rueger (mrueg)
0 siblings, 0 replies; 12+ messages in thread
From: Manuel Rueger (mrueg) @ 2014-08-12 23:21 UTC (permalink / raw
To: gentoo-commits
mrueg 14/08/12 23:21:34
Modified: ChangeLog
Added: spamassassin-3.4.0.ebuild
Log:
Version bump. Fixes bug #501246.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path
1.234 mail-filter/spamassassin/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/ChangeLog?rev=1.234&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/ChangeLog?rev=1.234&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/ChangeLog?r1=1.233&r2=1.234
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/ChangeLog,v
retrieving revision 1.233
retrieving revision 1.234
diff -u -r1.233 -r1.234
--- ChangeLog 21 Jul 2014 19:04:56 -0000 1.233
+++ ChangeLog 12 Aug 2014 23:21:34 -0000 1.234
@@ -1,6 +1,11 @@
# ChangeLog for mail-filter/spamassassin
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/ChangeLog,v 1.233 2014/07/21 19:04:56 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/ChangeLog,v 1.234 2014/08/12 23:21:34 mrueg Exp $
+
+*spamassassin-3.4.0 (12 Aug 2014)
+
+ 12 Aug 2014; Manuel Rüger <mrueg@gentoo.org> +spamassassin-3.4.0.ebuild:
+ Version bump. Fixes bug #501246.
21 Jul 2014; Andreas K. Huettel <dilfridge@gentoo.org>
spamassassin-3.3.2-r1.ebuild, spamassassin-3.3.2-r2.ebuild,
1.1 mail-filter/spamassassin/spamassassin-3.4.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild?rev=1.1&content-type=text/plain
Index: spamassassin-3.4.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild,v 1.1 2014/08/12 23:21:34 mrueg Exp $
EAPI=5
inherit perl-module toolchain-funcs eutils systemd readme.gentoo
MY_P=Mail-SpamAssassin-${PV//_/-}
S=${WORKDIR}/${MY_P}
DESCRIPTION="SpamAssassin is an extensible email filter which is used to identify spam"
HOMEPAGE="http://spamassassin.apache.org/"
SRC_URI="mirror://apache/spamassassin/source/${MY_P}.tar.bz2"
LICENSE="Apache-2.0 GPL-2"
SLOT="0"
KEYWORDS="-alpha ~amd64 -arm -hppa -ia64 -ppc -ppc64 -s390 -sh -sparc ~x86 -x86-fbsd -amd64-linux -x86-linux -x86-macos"
IUSE="berkdb qmail ssl doc ldap mysql postgres sqlite ipv6"
DEPEND=">=dev-lang/perl-5.8.8-r8
virtual/perl-MIME-Base64
>=virtual/perl-Pod-Parser-1.510.0-r2
virtual/perl-Storable
virtual/perl-Time-HiRes
>=dev-perl/HTML-Parser-3.43
>=dev-perl/Mail-DKIM-0.37
>=dev-perl/Net-DNS-0.53
dev-perl/Digest-SHA1
dev-perl/libwww-perl
>=virtual/perl-Archive-Tar-1.23
app-crypt/gnupg
>=virtual/perl-IO-Zlib-1.04
>=dev-util/re2c-0.12.0
dev-perl/Mail-SPF
>=dev-perl/NetAddr-IP-4.0.1
dev-perl/Geo-IP
dev-perl/Encode-Detect
dev-perl/Net-Patricia
ssl? (
dev-perl/IO-Socket-SSL
dev-libs/openssl
)
berkdb? (
virtual/perl-DB_File
)
ldap? ( dev-perl/perl-ldap )
mysql? (
dev-perl/DBI
dev-perl/DBD-mysql
)
postgres? (
dev-perl/DBI
dev-perl/DBD-Pg
)
sqlite? (
dev-perl/DBI
dev-perl/DBD-SQLite
)
ipv6? (
|| ( dev-perl/IO-Socket-INET6
dev-perl/IO-Socket-IP )
)"
RDEPEND="${DEPEND}"
SRC_TEST="do"
src_configure() {
# - Set SYSCONFDIR explicitly so we can't get bitten by bug 48205 again
# (just to be sure, nobody knows how it could happen in the first place).
myconf="SYSCONFDIR=${EPREFIX}/etc DATADIR=${EPREFIX}/usr/share/spamassassin"
# If ssl is enabled, spamc can be built with ssl support
if use ssl; then
myconf+=" ENABLE_SSL=yes"
else
myconf+=" ENABLE_SSL=no"
fi
# Set the path to the Perl executable explictly. This will be used to
# create the initial sharpbang line in the scripts and might cause
# a versioned app name end in there, see
# <http://bugs.gentoo.org/show_bug.cgi?id=62276>
myconf+=" PERL_BIN=${EPREFIX}/usr/bin/perl"
# Add Gentoo tag to make it easy for the upstream devs to spot
# possible modifications or patches.
#version_tag="g${PV:6}${PR}"
#version_str="${PV//_/-}-${version_tag}"
# Create the Gentoo config file before Makefile.PL is called so it
# is copied later on.
#echo "version_tag ${version_tag}" > rules/11_gentoo.cf
# Setting the following env var ensures that no questions are asked.
perl-module_src_configure
# Configure spamc
emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" spamc/Makefile
}
src_compile() {
export PERL_MM_USE_DEFAULT=1
# Now compile all the stuff selected.
perl-module_src_compile
if use qmail; then
emake spamc/qmail-spamc
fi
}
src_install () {
perl-module_src_install
# Create the stub dir used by sa-update and friends
keepdir /var/lib/spamassassin
# Move spamd to sbin where it belongs.
dodir /usr/sbin
mv "${ED}"/usr/bin/spamd "${ED}"/usr/sbin/spamd || die "move spamd failed"
if use qmail; then
dobin spamc/qmail-spamc
fi
ln -s mail/spamassassin "${ED}"/etc/spamassassin || die
# Disable plugin by default
sed -i -e 's/^loadplugin/\#loadplugin/g' "${ED}"/etc/mail/spamassassin/init.pre || die
# Add the init and config scripts.
newinitd "${FILESDIR}"/3.3.1-spamd.init spamd
newconfd "${FILESDIR}"/3.0.0-spamd.conf spamd
systemd_newunit "${FILESDIR}"/${PN}.service-r1 ${PN}.service
systemd_install_serviced "${FILESDIR}"/${PN}.service.conf
if use postgres; then
sed -i -e 's:@USEPOSTGRES@::' "${ED}/etc/init.d/spamd" || die
dodoc sql/*_pg.sql
else
sed -i -e '/@USEPOSTGRES@/d' "${ED}/etc/init.d/spamd" || die
fi
if use mysql; then
sed -i -e 's:@USEMYSQL@::' "${ED}/etc/init.d/spamd" || die
dodoc sql/*_mysql.sql
else
sed -i -e '/@USEMYSQL@/d' "${ED}/etc/init.d/spamd" || die
fi
dodoc NOTICE TRADEMARK CREDITS INSTALL.VMS UPGRADE USAGE \
sql/README.bayes sql/README.awl procmailrc.example sample-nonspam.txt \
sample-spam.txt spamd/PROTOCOL spamd/README.vpopmail \
spamd-apache2/README.apache
# Rename some docu files so they don't clash with others
newdoc spamd/README README.spamd
newdoc sql/README README.sql
newdoc ldap/README README.ldap
if use qmail; then
dodoc spamc/README.qmail
fi
cp "${FILESDIR}"/secrets.cf "${ED}"/etc/mail/spamassassin/secrets.cf.example || die
fperms 0400 /etc/mail/spamassassin/secrets.cf.example
cat <<-EOF > "${T}/local.cf.example"
# Sensitive data, such as database connection info, should be stored in
# /etc/mail/spamassassin/secrets.cf with appropriate permissions
EOF
insinto /etc/mail/spamassassin/
doins "${T}/local.cf.example"
}
pkg_postinst() {
perl-module_pkg_postinst
elog "If you plan on using the -u flag to spamd, please read the notes"
elog "in /etc/conf.d/spamd regarding the location of the pid file.\n"
elog "If you build ${PN} with optional dependancy support,"
elog "you can enable them in /etc/mail/spamassassin/init.pre\n"
elog "You need to configure your database to be able to use Bayes filter"
elog "with database backend, otherwise it will still use (and need) the"
elog "Berkeley DB support."
elog "Look at the sql/README.bayes file in the documentation directory"
elog "for how to configure it.\n"
elog "If you plan to use Vipul's Razor, note that versions up to and"
elog "including version 2.82 include a bug that will slow down the entire"
elog "perl interpreter. Version 2.83 or later fixes this."
elog "If you do not plan to use this plugin, be sure to comment out"
elog "its loadplugin line in /etc/mail/spamassassin/v310.pre.\n"
elog "The DKIM plugin is now enabled by default for new installs,"
elog "if the perl module Mail::DKIM is installed."
elog "However, installation of SpamAssassin will not overwrite existing"
elog ".pre configuration files, so to use DKIM when upgrading from a"
elog "previous release that did not use DKIM, a directive:\n"
elog "loadplugin Mail::SpamAssassin::Plugin::DKIM"
elog "will need to be uncommented in file 'v312.pre', or added"
elog "to some other .pre file, such as local.pre.\n"
ewarn "Rules are no longer included with SpamAssassin out of the box".
ewarn "You will need to immediately run sa-update, or download"
ewarn "the additional rules .tgz package and run sa-update --install"
ewarn "with it, to get a ruleset.\n"
elog "If you run sa-update and receive a GPG validation error."
elog "Then you need to import an updated sa-update key."
elog "sa-update --import /usr/share/spamassassin/sa-update-pubkey.txt\n"
}
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in mail-filter/spamassassin: spamassassin-3.4.0.ebuild ChangeLog
@ 2014-08-28 15:32 Manuel Rueger (mrueg)
0 siblings, 0 replies; 12+ messages in thread
From: Manuel Rueger (mrueg) @ 2014-08-28 15:32 UTC (permalink / raw
To: gentoo-commits
mrueg 14/08/28 15:32:30
Modified: spamassassin-3.4.0.ebuild ChangeLog
Log:
Readd accidently dropped keywords. Rekeywording for other arches in bug #521400.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path
1.2 mail-filter/spamassassin/spamassassin-3.4.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild?r1=1.1&r2=1.2
Index: spamassassin-3.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- spamassassin-3.4.0.ebuild 12 Aug 2014 23:21:34 -0000 1.1
+++ spamassassin-3.4.0.ebuild 28 Aug 2014 15:32:29 -0000 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/spamassassin/spamassassin-3.4.0.ebuild,v 1.1 2014/08/12 23:21:34 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild,v 1.2 2014/08/28 15:32:29 mrueg Exp $
EAPI=5
@@ -14,7 +14,7 @@
LICENSE="Apache-2.0 GPL-2"
SLOT="0"
-KEYWORDS="-alpha ~amd64 -arm -hppa -ia64 -ppc -ppc64 -s390 -sh -sparc ~x86 -x86-fbsd -amd64-linux -x86-linux -x86-macos"
+KEYWORDS="~amd64 ~s390 ~sh ~x86 ~amd64-linux ~x86-linux ~x86-macos"
IUSE="berkdb qmail ssl doc ldap mysql postgres sqlite ipv6"
DEPEND=">=dev-lang/perl-5.8.8-r8
1.235 mail-filter/spamassassin/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/ChangeLog?rev=1.235&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/ChangeLog?rev=1.235&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/ChangeLog?r1=1.234&r2=1.235
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/ChangeLog,v
retrieving revision 1.234
retrieving revision 1.235
diff -u -r1.234 -r1.235
--- ChangeLog 12 Aug 2014 23:21:34 -0000 1.234
+++ ChangeLog 28 Aug 2014 15:32:29 -0000 1.235
@@ -1,6 +1,10 @@
# ChangeLog for mail-filter/spamassassin
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/ChangeLog,v 1.234 2014/08/12 23:21:34 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/ChangeLog,v 1.235 2014/08/28 15:32:29 mrueg Exp $
+
+ 28 Aug 2014; Manuel Rüger <mrueg@gentoo.org> spamassassin-3.4.0.ebuild:
+ Readd accidently dropped keywords. Rekeywording for other arches in bug
+ #521400.
*spamassassin-3.4.0 (12 Aug 2014)
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in mail-filter/spamassassin: spamassassin-3.4.0.ebuild ChangeLog
@ 2014-08-31 6:38 Naohiro Aota (naota)
0 siblings, 0 replies; 12+ messages in thread
From: Naohiro Aota (naota) @ 2014-08-31 6:38 UTC (permalink / raw
To: gentoo-commits
naota 14/08/31 06:38:15
Modified: spamassassin-3.4.0.ebuild ChangeLog
Log:
Add ~x86-fbsd. #521400
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key F8551514)
Revision Changes Path
1.3 mail-filter/spamassassin/spamassassin-3.4.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild?r1=1.2&r2=1.3
Index: spamassassin-3.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- spamassassin-3.4.0.ebuild 28 Aug 2014 15:32:29 -0000 1.2
+++ spamassassin-3.4.0.ebuild 31 Aug 2014 06:38:15 -0000 1.3
@@ -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/spamassassin/spamassassin-3.4.0.ebuild,v 1.2 2014/08/28 15:32:29 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild,v 1.3 2014/08/31 06:38:15 naota Exp $
EAPI=5
@@ -14,7 +14,7 @@
LICENSE="Apache-2.0 GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~s390 ~sh ~x86 ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~amd64 ~s390 ~sh ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
IUSE="berkdb qmail ssl doc ldap mysql postgres sqlite ipv6"
DEPEND=">=dev-lang/perl-5.8.8-r8
1.236 mail-filter/spamassassin/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/ChangeLog?rev=1.236&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/ChangeLog?rev=1.236&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/ChangeLog?r1=1.235&r2=1.236
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/ChangeLog,v
retrieving revision 1.235
retrieving revision 1.236
diff -u -r1.235 -r1.236
--- ChangeLog 28 Aug 2014 15:32:29 -0000 1.235
+++ ChangeLog 31 Aug 2014 06:38:15 -0000 1.236
@@ -1,6 +1,9 @@
# ChangeLog for mail-filter/spamassassin
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/ChangeLog,v 1.235 2014/08/28 15:32:29 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/ChangeLog,v 1.236 2014/08/31 06:38:15 naota Exp $
+
+ 31 Aug 2014; Naohiro Aota <naota@gentoo.org> spamassassin-3.4.0.ebuild:
+ Add ~x86-fbsd. #521400
28 Aug 2014; Manuel Rüger <mrueg@gentoo.org> spamassassin-3.4.0.ebuild:
Readd accidently dropped keywords. Rekeywording for other arches in bug
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in mail-filter/spamassassin: spamassassin-3.4.0.ebuild ChangeLog
@ 2014-09-28 17:59 Mikle Kolyada (zlogene)
0 siblings, 0 replies; 12+ messages in thread
From: Mikle Kolyada (zlogene) @ 2014-09-28 17:59 UTC (permalink / raw
To: gentoo-commits
zlogene 14/09/28 17:59:32
Modified: spamassassin-3.4.0.ebuild ChangeLog
Log:
Add ~alpha keyword wrt bug #521400
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Revision Changes Path
1.6 mail-filter/spamassassin/spamassassin-3.4.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild?r1=1.5&r2=1.6
Index: spamassassin-3.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- spamassassin-3.4.0.ebuild 27 Sep 2014 11:34:26 -0000 1.5
+++ spamassassin-3.4.0.ebuild 28 Sep 2014 17:59:32 -0000 1.6
@@ -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/spamassassin/spamassassin-3.4.0.ebuild,v 1.5 2014/09/27 11:34:26 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild,v 1.6 2014/09/28 17:59:32 zlogene Exp $
EAPI=5
@@ -14,7 +14,7 @@
LICENSE="Apache-2.0 GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~s390 ~sh ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~s390 ~sh ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
IUSE="berkdb qmail ssl doc ldap mysql postgres sqlite ipv6"
DEPEND=">=dev-lang/perl-5.8.8-r8
1.250 mail-filter/spamassassin/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/ChangeLog?rev=1.250&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/ChangeLog?rev=1.250&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/ChangeLog?r1=1.249&r2=1.250
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/ChangeLog,v
retrieving revision 1.249
retrieving revision 1.250
diff -u -r1.249 -r1.250
--- ChangeLog 27 Sep 2014 11:34:25 -0000 1.249
+++ ChangeLog 28 Sep 2014 17:59:32 -0000 1.250
@@ -1,6 +1,9 @@
# ChangeLog for mail-filter/spamassassin
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/ChangeLog,v 1.249 2014/09/27 11:34:25 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/ChangeLog,v 1.250 2014/09/28 17:59:32 zlogene Exp $
+
+ 28 Sep 2014; Mikle Kolyada <zlogene@gentoo.org> spamassassin-3.4.0.ebuild:
+ Add ~alpha keyword wrt bug #521400
27 Sep 2014; Markus Meier <maekke@gentoo.org> spamassassin-3.4.0.ebuild:
add ~arm, bug #521400
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in mail-filter/spamassassin: spamassassin-3.4.0.ebuild ChangeLog
@ 2014-10-05 14:58 Anthony G. Basile (blueness)
0 siblings, 0 replies; 12+ messages in thread
From: Anthony G. Basile (blueness) @ 2014-10-05 14:58 UTC (permalink / raw
To: gentoo-commits
blueness 14/10/05 14:58:11
Modified: spamassassin-3.4.0.ebuild ChangeLog
Log:
Keyword ~ppc ~ppc64, bug #521400
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path
1.7 mail-filter/spamassassin/spamassassin-3.4.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild?r1=1.6&r2=1.7
Index: spamassassin-3.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- spamassassin-3.4.0.ebuild 28 Sep 2014 17:59:32 -0000 1.6
+++ spamassassin-3.4.0.ebuild 5 Oct 2014 14:58:11 -0000 1.7
@@ -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/spamassassin/spamassassin-3.4.0.ebuild,v 1.6 2014/09/28 17:59:32 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild,v 1.7 2014/10/05 14:58:11 blueness Exp $
EAPI=5
@@ -14,7 +14,7 @@
LICENSE="Apache-2.0 GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~s390 ~sh ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~s390 ~sh ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
IUSE="berkdb qmail ssl doc ldap mysql postgres sqlite ipv6"
DEPEND=">=dev-lang/perl-5.8.8-r8
1.252 mail-filter/spamassassin/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/ChangeLog?rev=1.252&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/ChangeLog?rev=1.252&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/ChangeLog?r1=1.251&r2=1.252
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/ChangeLog,v
retrieving revision 1.251
retrieving revision 1.252
diff -u -r1.251 -r1.252
--- ChangeLog 28 Sep 2014 18:01:23 -0000 1.251
+++ ChangeLog 5 Oct 2014 14:58:11 -0000 1.252
@@ -1,6 +1,10 @@
# ChangeLog for mail-filter/spamassassin
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/ChangeLog,v 1.251 2014/09/28 18:01:23 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/ChangeLog,v 1.252 2014/10/05 14:58:11 blueness Exp $
+
+ 05 Oct 2014; Anthony G. Basile <blueness@gentoo.org>
+ spamassassin-3.4.0.ebuild:
+ Keyword ~ppc ~ppc64, bug #521400
28 Sep 2014; Mikle Kolyada <zlogene@gentoo.org> -spamassassin-3.3.2-r2.ebuild,
-spamassassin-3.3.2-r4.ebuild:
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in mail-filter/spamassassin: spamassassin-3.4.0.ebuild ChangeLog
@ 2014-10-09 12:31 Mikle Kolyada (zlogene)
0 siblings, 0 replies; 12+ messages in thread
From: Mikle Kolyada (zlogene) @ 2014-10-09 12:31 UTC (permalink / raw
To: gentoo-commits
zlogene 14/10/09 12:31:02
Modified: spamassassin-3.4.0.ebuild ChangeLog
Log:
Add ~sparc keyword wrt bug #521400
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Revision Changes Path
1.8 mail-filter/spamassassin/spamassassin-3.4.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild?r1=1.7&r2=1.8
Index: spamassassin-3.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- spamassassin-3.4.0.ebuild 5 Oct 2014 14:58:11 -0000 1.7
+++ spamassassin-3.4.0.ebuild 9 Oct 2014 12:31:02 -0000 1.8
@@ -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/spamassassin/spamassassin-3.4.0.ebuild,v 1.7 2014/10/05 14:58:11 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild,v 1.8 2014/10/09 12:31:02 zlogene Exp $
EAPI=5
@@ -14,7 +14,7 @@
LICENSE="Apache-2.0 GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~s390 ~sh ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
IUSE="berkdb qmail ssl doc ldap mysql postgres sqlite ipv6"
DEPEND=">=dev-lang/perl-5.8.8-r8
1.253 mail-filter/spamassassin/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/ChangeLog?rev=1.253&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/ChangeLog?rev=1.253&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/ChangeLog?r1=1.252&r2=1.253
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/ChangeLog,v
retrieving revision 1.252
retrieving revision 1.253
diff -u -r1.252 -r1.253
--- ChangeLog 5 Oct 2014 14:58:11 -0000 1.252
+++ ChangeLog 9 Oct 2014 12:31:02 -0000 1.253
@@ -1,6 +1,9 @@
# ChangeLog for mail-filter/spamassassin
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/ChangeLog,v 1.252 2014/10/05 14:58:11 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/ChangeLog,v 1.253 2014/10/09 12:31:02 zlogene Exp $
+
+ 09 Oct 2014; Mikle Kolyada <zlogene@gentoo.org> spamassassin-3.4.0.ebuild:
+ Add ~sparc keyword wrt bug #521400
05 Oct 2014; Anthony G. Basile <blueness@gentoo.org>
spamassassin-3.4.0.ebuild:
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in mail-filter/spamassassin: spamassassin-3.4.0.ebuild ChangeLog
@ 2014-10-09 12:36 Mikle Kolyada (zlogene)
0 siblings, 0 replies; 12+ messages in thread
From: Mikle Kolyada (zlogene) @ 2014-10-09 12:36 UTC (permalink / raw
To: gentoo-commits
zlogene 14/10/09 12:36:17
Modified: spamassassin-3.4.0.ebuild ChangeLog
Log:
Add ~ia64 keyword wrt bug #521400
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Revision Changes Path
1.9 mail-filter/spamassassin/spamassassin-3.4.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild?r1=1.8&r2=1.9
Index: spamassassin-3.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- spamassassin-3.4.0.ebuild 9 Oct 2014 12:31:02 -0000 1.8
+++ spamassassin-3.4.0.ebuild 9 Oct 2014 12:36:17 -0000 1.9
@@ -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/spamassassin/spamassassin-3.4.0.ebuild,v 1.8 2014/10/09 12:31:02 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild,v 1.9 2014/10/09 12:36:17 zlogene Exp $
EAPI=5
@@ -14,7 +14,7 @@
LICENSE="Apache-2.0 GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
IUSE="berkdb qmail ssl doc ldap mysql postgres sqlite ipv6"
DEPEND=">=dev-lang/perl-5.8.8-r8
1.254 mail-filter/spamassassin/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/ChangeLog?rev=1.254&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/ChangeLog?rev=1.254&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/ChangeLog?r1=1.253&r2=1.254
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/ChangeLog,v
retrieving revision 1.253
retrieving revision 1.254
diff -u -r1.253 -r1.254
--- ChangeLog 9 Oct 2014 12:31:02 -0000 1.253
+++ ChangeLog 9 Oct 2014 12:36:17 -0000 1.254
@@ -1,6 +1,9 @@
# ChangeLog for mail-filter/spamassassin
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/ChangeLog,v 1.253 2014/10/09 12:31:02 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/ChangeLog,v 1.254 2014/10/09 12:36:17 zlogene Exp $
+
+ 09 Oct 2014; Mikle Kolyada <zlogene@gentoo.org> spamassassin-3.4.0.ebuild:
+ Add ~ia64 keyword wrt bug #521400
09 Oct 2014; Mikle Kolyada <zlogene@gentoo.org> spamassassin-3.4.0.ebuild:
Add ~sparc keyword wrt bug #521400
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in mail-filter/spamassassin: spamassassin-3.4.0.ebuild ChangeLog
@ 2014-10-11 13:16 Andreas HAttel (dilfridge)
0 siblings, 0 replies; 12+ messages in thread
From: Andreas HAttel (dilfridge) @ 2014-10-11 13:16 UTC (permalink / raw
To: gentoo-commits
dilfridge 14/10/11 13:16:20
Modified: spamassassin-3.4.0.ebuild ChangeLog
Log:
IO::Socket::IP gets a virtual. Wheee...
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Revision Changes Path
1.10 mail-filter/spamassassin/spamassassin-3.4.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild?r1=1.9&r2=1.10
Index: spamassassin-3.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- spamassassin-3.4.0.ebuild 9 Oct 2014 12:36:17 -0000 1.9
+++ spamassassin-3.4.0.ebuild 11 Oct 2014 13:16:20 -0000 1.10
@@ -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/spamassassin/spamassassin-3.4.0.ebuild,v 1.9 2014/10/09 12:36:17 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild,v 1.10 2014/10/11 13:16:20 dilfridge Exp $
EAPI=5
@@ -58,7 +58,7 @@
)
ipv6? (
|| ( dev-perl/IO-Socket-INET6
- dev-perl/IO-Socket-IP )
+ virtual/perl-IO-Socket-IP )
)"
RDEPEND="${DEPEND}"
1.255 mail-filter/spamassassin/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/ChangeLog?rev=1.255&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/ChangeLog?rev=1.255&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/ChangeLog?r1=1.254&r2=1.255
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/ChangeLog,v
retrieving revision 1.254
retrieving revision 1.255
diff -u -r1.254 -r1.255
--- ChangeLog 9 Oct 2014 12:36:17 -0000 1.254
+++ ChangeLog 11 Oct 2014 13:16:20 -0000 1.255
@@ -1,6 +1,10 @@
# ChangeLog for mail-filter/spamassassin
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/ChangeLog,v 1.254 2014/10/09 12:36:17 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/ChangeLog,v 1.255 2014/10/11 13:16:20 dilfridge Exp $
+
+ 11 Oct 2014; Andreas K. Huettel <dilfridge@gentoo.org>
+ spamassassin-3.4.0.ebuild:
+ IO::Socket::IP gets a virtual. Wheee...
09 Oct 2014; Mikle Kolyada <zlogene@gentoo.org> spamassassin-3.4.0.ebuild:
Add ~ia64 keyword wrt bug #521400
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in mail-filter/spamassassin: spamassassin-3.4.0.ebuild ChangeLog
@ 2015-03-27 16:28 Agostino Sarubbo (ago)
0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-03-27 16:28 UTC (permalink / raw
To: gentoo-commits
ago 15/03/27 16:28:53
Modified: spamassassin-3.4.0.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #537464
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.16 mail-filter/spamassassin/spamassassin-3.4.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild?r1=1.15&r2=1.16
Index: spamassassin-3.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- spamassassin-3.4.0.ebuild 19 Mar 2015 18:37:15 -0000 1.15
+++ spamassassin-3.4.0.ebuild 27 Mar 2015 16:28:53 -0000 1.16
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild,v 1.15 2015/03/19 18:37:15 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild,v 1.16 2015/03/27 16:28:53 ago Exp $
EAPI=5
@@ -14,7 +14,7 @@
LICENSE="Apache-2.0 GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
IUSE="+berkdb qmail ssl doc ldap mysql postgres sqlite ipv6"
REQUIRED_USE="|| ( berkdb mysql postgres sqlite )"
1.263 mail-filter/spamassassin/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/ChangeLog?rev=1.263&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/ChangeLog?rev=1.263&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/ChangeLog?r1=1.262&r2=1.263
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/ChangeLog,v
retrieving revision 1.262
retrieving revision 1.263
diff -u -r1.262 -r1.263
--- ChangeLog 19 Mar 2015 18:37:15 -0000 1.262
+++ ChangeLog 27 Mar 2015 16:28:53 -0000 1.263
@@ -1,6 +1,9 @@
# ChangeLog for mail-filter/spamassassin
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/ChangeLog,v 1.262 2015/03/19 18:37:15 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/ChangeLog,v 1.263 2015/03/27 16:28:53 ago Exp $
+
+ 27 Mar 2015; Agostino Sarubbo <ago@gentoo.org> spamassassin-3.4.0.ebuild:
+ Stable for amd64, wrt bug #537464
19 Mar 2015; Jeroen Roovers <jer@gentoo.org> spamassassin-3.4.0.ebuild:
Stable for HPPA (bug #537464).
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in mail-filter/spamassassin: spamassassin-3.4.0.ebuild ChangeLog
@ 2015-04-13 9:47 Agostino Sarubbo (ago)
0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-04-13 9:47 UTC (permalink / raw
To: gentoo-commits
ago 15/04/13 09:47:32
Modified: spamassassin-3.4.0.ebuild ChangeLog
Log:
Stable for alpha, wrt bug #537464
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Revision Changes Path
1.17 mail-filter/spamassassin/spamassassin-3.4.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild?r1=1.16&r2=1.17
Index: spamassassin-3.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- spamassassin-3.4.0.ebuild 27 Mar 2015 16:28:53 -0000 1.16
+++ spamassassin-3.4.0.ebuild 13 Apr 2015 09:47:32 -0000 1.17
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild,v 1.16 2015/03/27 16:28:53 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild,v 1.17 2015/04/13 09:47:32 ago Exp $
EAPI=5
@@ -14,7 +14,7 @@
LICENSE="Apache-2.0 GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
IUSE="+berkdb qmail ssl doc ldap mysql postgres sqlite ipv6"
REQUIRED_USE="|| ( berkdb mysql postgres sqlite )"
1.264 mail-filter/spamassassin/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/ChangeLog?rev=1.264&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/ChangeLog?rev=1.264&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/ChangeLog?r1=1.263&r2=1.264
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/ChangeLog,v
retrieving revision 1.263
retrieving revision 1.264
diff -u -r1.263 -r1.264
--- ChangeLog 27 Mar 2015 16:28:53 -0000 1.263
+++ ChangeLog 13 Apr 2015 09:47:32 -0000 1.264
@@ -1,6 +1,9 @@
# ChangeLog for mail-filter/spamassassin
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/ChangeLog,v 1.263 2015/03/27 16:28:53 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/ChangeLog,v 1.264 2015/04/13 09:47:32 ago Exp $
+
+ 13 Apr 2015; Agostino Sarubbo <ago@gentoo.org> spamassassin-3.4.0.ebuild:
+ Stable for alpha, wrt bug #537464
27 Mar 2015; Agostino Sarubbo <ago@gentoo.org> spamassassin-3.4.0.ebuild:
Stable for amd64, wrt bug #537464
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in mail-filter/spamassassin: spamassassin-3.4.0.ebuild ChangeLog
@ 2015-04-19 9:52 Pacho Ramos (pacho)
0 siblings, 0 replies; 12+ messages in thread
From: Pacho Ramos (pacho) @ 2015-04-19 9:52 UTC (permalink / raw
To: gentoo-commits
pacho 15/04/19 09:52:42
Modified: spamassassin-3.4.0.ebuild ChangeLog
Log:
x86 stable wrt bug #537464
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)
Revision Changes Path
1.18 mail-filter/spamassassin/spamassassin-3.4.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild?r1=1.17&r2=1.18
Index: spamassassin-3.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- spamassassin-3.4.0.ebuild 13 Apr 2015 09:47:32 -0000 1.17
+++ spamassassin-3.4.0.ebuild 19 Apr 2015 09:52:42 -0000 1.18
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild,v 1.17 2015/04/13 09:47:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild,v 1.18 2015/04/19 09:52:42 pacho Exp $
EAPI=5
@@ -14,7 +14,7 @@
LICENSE="Apache-2.0 GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
IUSE="+berkdb qmail ssl doc ldap mysql postgres sqlite ipv6"
REQUIRED_USE="|| ( berkdb mysql postgres sqlite )"
1.265 mail-filter/spamassassin/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/ChangeLog?rev=1.265&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/ChangeLog?rev=1.265&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/ChangeLog?r1=1.264&r2=1.265
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/ChangeLog,v
retrieving revision 1.264
retrieving revision 1.265
diff -u -r1.264 -r1.265
--- ChangeLog 13 Apr 2015 09:47:32 -0000 1.264
+++ ChangeLog 19 Apr 2015 09:52:42 -0000 1.265
@@ -1,6 +1,9 @@
# ChangeLog for mail-filter/spamassassin
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/ChangeLog,v 1.264 2015/04/13 09:47:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/ChangeLog,v 1.265 2015/04/19 09:52:42 pacho Exp $
+
+ 19 Apr 2015; Pacho Ramos <pacho@gentoo.org> spamassassin-3.4.0.ebuild:
+ x86 stable wrt bug #537464
13 Apr 2015; Agostino Sarubbo <ago@gentoo.org> spamassassin-3.4.0.ebuild:
Stable for alpha, wrt bug #537464
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in mail-filter/spamassassin: spamassassin-3.4.0.ebuild ChangeLog
@ 2015-04-26 17:16 Pacho Ramos (pacho)
0 siblings, 0 replies; 12+ messages in thread
From: Pacho Ramos (pacho) @ 2015-04-26 17:16 UTC (permalink / raw
To: gentoo-commits
pacho 15/04/26 17:16:26
Modified: spamassassin-3.4.0.ebuild ChangeLog
Log:
ppc stable wrt bug #537464
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key A188FBD4)
Revision Changes Path
1.19 mail-filter/spamassassin/spamassassin-3.4.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild?r1=1.18&r2=1.19
Index: spamassassin-3.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- spamassassin-3.4.0.ebuild 19 Apr 2015 09:52:42 -0000 1.18
+++ spamassassin-3.4.0.ebuild 26 Apr 2015 17:16:26 -0000 1.19
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild,v 1.18 2015/04/19 09:52:42 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild,v 1.19 2015/04/26 17:16:26 pacho Exp $
EAPI=5
@@ -14,7 +14,7 @@
LICENSE="Apache-2.0 GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
IUSE="+berkdb qmail ssl doc ldap mysql postgres sqlite ipv6"
REQUIRED_USE="|| ( berkdb mysql postgres sqlite )"
1.266 mail-filter/spamassassin/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/ChangeLog?rev=1.266&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/ChangeLog?rev=1.266&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/ChangeLog?r1=1.265&r2=1.266
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/ChangeLog,v
retrieving revision 1.265
retrieving revision 1.266
diff -u -r1.265 -r1.266
--- ChangeLog 19 Apr 2015 09:52:42 -0000 1.265
+++ ChangeLog 26 Apr 2015 17:16:26 -0000 1.266
@@ -1,6 +1,9 @@
# ChangeLog for mail-filter/spamassassin
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/ChangeLog,v 1.265 2015/04/19 09:52:42 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/ChangeLog,v 1.266 2015/04/26 17:16:26 pacho Exp $
+
+ 26 Apr 2015; Pacho Ramos <pacho@gentoo.org> spamassassin-3.4.0.ebuild:
+ ppc stable wrt bug #537464
19 Apr 2015; Pacho Ramos <pacho@gentoo.org> spamassassin-3.4.0.ebuild:
x86 stable wrt bug #537464
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2015-04-26 17:16 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-09 12:36 [gentoo-commits] gentoo-x86 commit in mail-filter/spamassassin: spamassassin-3.4.0.ebuild ChangeLog Mikle Kolyada (zlogene)
-- strict thread matches above, loose matches on Subject: below --
2015-04-26 17:16 Pacho Ramos (pacho)
2015-04-19 9:52 Pacho Ramos (pacho)
2015-04-13 9:47 Agostino Sarubbo (ago)
2015-03-27 16:28 Agostino Sarubbo (ago)
2014-10-11 13:16 Andreas HAttel (dilfridge)
2014-10-09 12:31 Mikle Kolyada (zlogene)
2014-10-05 14:58 Anthony G. Basile (blueness)
2014-09-28 17:59 Mikle Kolyada (zlogene)
2014-08-31 6:38 Naohiro Aota (naota)
2014-08-28 15:32 Manuel Rueger (mrueg)
2014-08-12 23:21 Manuel Rueger (mrueg)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox