From 17073036c8d7782cc6ced4b849a98f2749526ba6 Mon Sep 17 00:00:00 2001 From: Torsten Veller Date: Tue, 30 Aug 2011 10:53:37 +0000 Subject: [PATCH] Change version scheme Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64 --- dev-perl/Mail-ClamAV/ChangeLog | 9 +++- .../Mail-ClamAV/Mail-ClamAV-0.290.0.ebuild | 22 +++++++++ dev-perl/Mail-DKIM/ChangeLog | 7 ++- dev-perl/Mail-DKIM/Mail-DKIM-0.390.0.ebuild | 32 ++++++++++++ dev-perl/Mail-DomainKeys/ChangeLog | 9 +++- .../Mail-DomainKeys-1.0.0.ebuild | 23 +++++++++ dev-perl/Mail-ListDetector/ChangeLog | 8 ++- .../Mail-ListDetector-1.40.0.ebuild | 22 +++++++++ dev-perl/Mail-POP3Client/ChangeLog | 10 +++- .../Mail-POP3Client-2.180.0.ebuild | 17 +++++++ dev-perl/Mail-Procmail/ChangeLog | 9 +++- .../Mail-Procmail/Mail-Procmail-1.80.0.ebuild | 22 +++++++++ dev-perl/Mail-SPF/ChangeLog | 7 ++- dev-perl/Mail-SPF/Mail-SPF-2.7.0.ebuild | 39 +++++++++++++++ dev-perl/Mail-SRS/ChangeLog | 7 ++- dev-perl/Mail-SRS/Mail-SRS-0.310.0.ebuild | 29 +++++++++++ dev-perl/Mail-Sendmail/ChangeLog | 9 +++- .../Mail-Sendmail-0.790.0.ebuild | 16 ++++++ .../ChangeLog | 10 +++- ...in-Plugin-GoogleSafeBrowsing-1.30.0.ebuild | 49 +++++++++++++++++++ 20 files changed, 340 insertions(+), 16 deletions(-) create mode 100644 dev-perl/Mail-ClamAV/Mail-ClamAV-0.290.0.ebuild create mode 100644 dev-perl/Mail-DKIM/Mail-DKIM-0.390.0.ebuild create mode 100644 dev-perl/Mail-DomainKeys/Mail-DomainKeys-1.0.0.ebuild create mode 100644 dev-perl/Mail-ListDetector/Mail-ListDetector-1.40.0.ebuild create mode 100644 dev-perl/Mail-POP3Client/Mail-POP3Client-2.180.0.ebuild create mode 100644 dev-perl/Mail-Procmail/Mail-Procmail-1.80.0.ebuild create mode 100644 dev-perl/Mail-SPF/Mail-SPF-2.7.0.ebuild create mode 100644 dev-perl/Mail-SRS/Mail-SRS-0.310.0.ebuild create mode 100644 dev-perl/Mail-Sendmail/Mail-Sendmail-0.790.0.ebuild create mode 100644 dev-perl/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing-1.30.0.ebuild diff --git a/dev-perl/Mail-ClamAV/ChangeLog b/dev-perl/Mail-ClamAV/ChangeLog index b4acf3788fc5..9bfd4cc1b0e4 100644 --- a/dev-perl/Mail-ClamAV/ChangeLog +++ b/dev-perl/Mail-ClamAV/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Mail-ClamAV -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-ClamAV/ChangeLog,v 1.43 2010/06/02 06:19:40 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-ClamAV/ChangeLog,v 1.44 2011/08/30 10:53:37 tove Exp $ + +*Mail-ClamAV-0.290.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller +Mail-ClamAV-0.290.0.ebuild: + Change version scheme 02 Jun 2010; Torsten Veller metadata.xml: Remove xmerlin from metadata.xml (#69210) diff --git a/dev-perl/Mail-ClamAV/Mail-ClamAV-0.290.0.ebuild b/dev-perl/Mail-ClamAV/Mail-ClamAV-0.290.0.ebuild new file mode 100644 index 000000000000..70643256dc00 --- /dev/null +++ b/dev-perl/Mail-ClamAV/Mail-ClamAV-0.290.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-ClamAV/Mail-ClamAV-0.290.0.ebuild,v 1.1 2011/08/30 10:53:37 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=CONVERTER +MODULE_VERSION=0.29 +inherit perl-module + +DESCRIPTION="Perl extension for the clamav virus scanner" + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~sparc ~x86" +IUSE="" + +RDEPEND=">=app-antivirus/clamav-0.95.1 + dev-perl/Inline" +DEPEND="${RDEPEND}" + +SRC_TEST=do +MAKEOPTS="${MAKEOPTS} -j1" diff --git a/dev-perl/Mail-DKIM/ChangeLog b/dev-perl/Mail-DKIM/ChangeLog index 9da545acbc5c..db33ffd6c1cc 100644 --- a/dev-perl/Mail-DKIM/ChangeLog +++ b/dev-perl/Mail-DKIM/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Mail-DKIM # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v 1.49 2011/03/30 09:32:04 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v 1.50 2011/08/30 10:53:02 tove Exp $ + +*Mail-DKIM-0.390.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller +Mail-DKIM-0.390.0.ebuild: + Change version scheme 30 Mar 2011; Michael Weber Mail-DKIM-0.39.ebuild: added ~arm (bug 302981) diff --git a/dev-perl/Mail-DKIM/Mail-DKIM-0.390.0.ebuild b/dev-perl/Mail-DKIM/Mail-DKIM-0.390.0.ebuild new file mode 100644 index 000000000000..b3bfa61660a8 --- /dev/null +++ b/dev-perl/Mail-DKIM/Mail-DKIM-0.390.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.390.0.ebuild,v 1.1 2011/08/30 10:53:02 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=JASLONG +MODULE_VERSION=0.39 +inherit perl-module + +DESCRIPTION="Mail::DKIM - Signs/verifies Internet mail using DKIM message signatures" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND=">=dev-perl/Crypt-OpenSSL-RSA-0.24 + virtual/perl-Digest-SHA + virtual/perl-MIME-Base64 + dev-perl/Net-DNS + dev-perl/MailTools" +RDEPEND="${DEPEND}" + +SRC_TEST="do" + +src_test(){ + # disable online tests + for test in policy public_key verifier ; do + mv "${S}"/t/${test}.t{,.disable} + done + perl-module_src_test +} diff --git a/dev-perl/Mail-DomainKeys/ChangeLog b/dev-perl/Mail-DomainKeys/ChangeLog index f8b70f3793f6..38d740bcfd34 100644 --- a/dev-perl/Mail-DomainKeys/ChangeLog +++ b/dev-perl/Mail-DomainKeys/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Mail-DomainKeys -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DomainKeys/ChangeLog,v 1.32 2010/01/10 17:02:49 grobian Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DomainKeys/ChangeLog,v 1.33 2011/08/30 10:52:07 tove Exp $ + +*Mail-DomainKeys-1.0.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller +Mail-DomainKeys-1.0.0.ebuild: + Change version scheme 10 Jan 2010; Fabian Groffen Mail-DomainKeys-1.0.ebuild: diff --git a/dev-perl/Mail-DomainKeys/Mail-DomainKeys-1.0.0.ebuild b/dev-perl/Mail-DomainKeys/Mail-DomainKeys-1.0.0.ebuild new file mode 100644 index 000000000000..1ac374bd26bc --- /dev/null +++ b/dev-perl/Mail-DomainKeys/Mail-DomainKeys-1.0.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DomainKeys/Mail-DomainKeys-1.0.0.ebuild,v 1.1 2011/08/30 10:52:07 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=ANTHONYU +MODULE_VERSION=1.0 +inherit perl-module + +DESCRIPTION="A perl implementation of DomainKeys" + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="test" + +RDEPEND=">=dev-perl/Net-DNS-0.34 + dev-perl/MailTools + dev-perl/Crypt-OpenSSL-RSA" +DEPEND="${RDEPEND} + test? ( dev-perl/Email-Address )" + +SRC_TEST="do" diff --git a/dev-perl/Mail-ListDetector/ChangeLog b/dev-perl/Mail-ListDetector/ChangeLog index 3b347f2fced0..c07b52c6df0e 100644 --- a/dev-perl/Mail-ListDetector/ChangeLog +++ b/dev-perl/Mail-ListDetector/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Mail-ListDetector # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-ListDetector/ChangeLog,v 1.18 2011/07/29 18:19:20 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-ListDetector/ChangeLog,v 1.19 2011/08/30 10:50:47 tove Exp $ + +*Mail-ListDetector-1.40.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller + +Mail-ListDetector-1.40.0.ebuild: + Change version scheme 29 Jul 2011; Torsten Veller -Mail-ListDetector-1.02.ebuild: Cleanup diff --git a/dev-perl/Mail-ListDetector/Mail-ListDetector-1.40.0.ebuild b/dev-perl/Mail-ListDetector/Mail-ListDetector-1.40.0.ebuild new file mode 100644 index 000000000000..3cf00af6ac50 --- /dev/null +++ b/dev-perl/Mail-ListDetector/Mail-ListDetector-1.40.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-ListDetector/Mail-ListDetector-1.40.0.ebuild,v 1.1 2011/08/30 10:50:47 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=MSTEVENS +MODULE_VERSION=1.04 +inherit perl-module + +DESCRIPTION="Perl extension for detecting mailing list messages" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="dev-perl/URI + dev-perl/Email-Valid + dev-perl/Email-Abstract" +DEPEND="${RDEPEND}" + +SRC_TEST="do" diff --git a/dev-perl/Mail-POP3Client/ChangeLog b/dev-perl/Mail-POP3Client/ChangeLog index f1da4e5a27b3..51ccdbe701ed 100644 --- a/dev-perl/Mail-POP3Client/ChangeLog +++ b/dev-perl/Mail-POP3Client/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Mail-POP3Client -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-POP3Client/ChangeLog,v 1.29 2008/10/22 09:31:05 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-POP3Client/ChangeLog,v 1.30 2011/08/30 10:50:08 tove Exp $ + +*Mail-POP3Client-2.180.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller + +Mail-POP3Client-2.180.0.ebuild: + Change version scheme *Mail-POP3Client-2.18 (22 Oct 2008) diff --git a/dev-perl/Mail-POP3Client/Mail-POP3Client-2.180.0.ebuild b/dev-perl/Mail-POP3Client/Mail-POP3Client-2.180.0.ebuild new file mode 100644 index 000000000000..021afe327e24 --- /dev/null +++ b/dev-perl/Mail-POP3Client/Mail-POP3Client-2.180.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-POP3Client/Mail-POP3Client-2.180.0.ebuild,v 1.1 2011/08/30 10:50:08 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=SDOWD +MODULE_VERSION=2.18 +inherit perl-module + +DESCRIPTION="POP3 client module for Perl" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +SRC_TEST="do" diff --git a/dev-perl/Mail-Procmail/ChangeLog b/dev-perl/Mail-Procmail/ChangeLog index 3bf0701a6d22..0e648e2a6976 100644 --- a/dev-perl/Mail-Procmail/ChangeLog +++ b/dev-perl/Mail-Procmail/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Mail-Procmail -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Procmail/ChangeLog,v 1.34 2010/02/04 20:10:48 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Procmail/ChangeLog,v 1.35 2011/08/30 10:48:08 tove Exp $ + +*Mail-Procmail-1.80.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller +Mail-Procmail-1.80.0.ebuild: + Change version scheme 04 Feb 2010; Torsten Veller Mail-Procmail-1.08.ebuild: Fix LICENSE (#301969). Maintenance diff --git a/dev-perl/Mail-Procmail/Mail-Procmail-1.80.0.ebuild b/dev-perl/Mail-Procmail/Mail-Procmail-1.80.0.ebuild new file mode 100644 index 000000000000..b9e57cf8d2e7 --- /dev/null +++ b/dev-perl/Mail-Procmail/Mail-Procmail-1.80.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Procmail/Mail-Procmail-1.80.0.ebuild,v 1.1 2011/08/30 10:48:08 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=JV +MODULE_VERSION=1.08 +inherit perl-module + +DESCRIPTION="Mail sorting/delivery module for Perl" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="virtual/perl-Getopt-Long + >=dev-perl/MailTools-1.15 + >=dev-perl/LockFile-Simple-0.2.5" +DEPEND="${RDEPEND}" + +SRC_TEST="do" diff --git a/dev-perl/Mail-SPF/ChangeLog b/dev-perl/Mail-SPF/ChangeLog index 1e2aa0d063a1..cfe6bba20072 100644 --- a/dev-perl/Mail-SPF/ChangeLog +++ b/dev-perl/Mail-SPF/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Mail-SPF # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-SPF/ChangeLog,v 1.19 2011/03/30 09:55:23 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-SPF/ChangeLog,v 1.20 2011/08/30 10:47:26 tove Exp $ + +*Mail-SPF-2.7.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller +Mail-SPF-2.7.0.ebuild: + Change version scheme 30 Mar 2011; Michael Weber Mail-SPF-2.007-r1.ebuild: added ~arm (bug 302981) diff --git a/dev-perl/Mail-SPF/Mail-SPF-2.7.0.ebuild b/dev-perl/Mail-SPF/Mail-SPF-2.7.0.ebuild new file mode 100644 index 000000000000..e4f23ea46c80 --- /dev/null +++ b/dev-perl/Mail-SPF/Mail-SPF-2.7.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-SPF/Mail-SPF-2.7.0.ebuild,v 1.1 2011/08/30 10:47:26 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=JMEHNLE +MODULE_VERSION=v2.007 +MODULE_SECTION=mail-spf +inherit perl-module + +DESCRIPTION="Sender Permitted From - Object Oriented" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND="dev-perl/Error + dev-perl/URI + >=dev-perl/Net-DNS-0.65 + >=dev-perl/NetAddr-IP-4.026 + >=dev-perl/Net-DNS-Resolver-Programmable-0.003 + virtual/perl-version + !!dev-perl/Mail-SPF-Query" +DEPEND="${RDEPEND} + >=virtual/perl-Module-Build-0.33" + +SRC_TEST="do" + +src_prepare() { + perl-module_src_prepare + sed -i -e "s:spfquery:spfquery.pl:" Build.PL || die "sed failed" + mv "${S}"/bin/spfquery "${S}"/bin/spfquery.pl || die "renaming spfquery failed" +} + +pkg_postinst() { + elog "The spfquery script was renamed to spfquery.pl because of file collisions." +} diff --git a/dev-perl/Mail-SRS/ChangeLog b/dev-perl/Mail-SRS/ChangeLog index 817ae7982834..909e9d8921d9 100644 --- a/dev-perl/Mail-SRS/ChangeLog +++ b/dev-perl/Mail-SRS/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Mail-SRS # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-SRS/ChangeLog,v 1.11 2011/02/07 17:16:11 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-SRS/ChangeLog,v 1.12 2011/08/30 10:44:40 tove Exp $ + +*Mail-SRS-0.310.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller +Mail-SRS-0.310.0.ebuild: + Change version scheme 16 Jul 2009; Torsten Veller Mail-SRS-0.31.ebuild: Remove test dependencies from RDEPEND diff --git a/dev-perl/Mail-SRS/Mail-SRS-0.310.0.ebuild b/dev-perl/Mail-SRS/Mail-SRS-0.310.0.ebuild new file mode 100644 index 000000000000..1dab7c290fd3 --- /dev/null +++ b/dev-perl/Mail-SRS/Mail-SRS-0.310.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-SRS/Mail-SRS-0.310.0.ebuild,v 1.1 2011/08/30 10:44:40 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=SHEVEK +MODULE_VERSION=0.31 +inherit perl-module + +DESCRIPTION="Interface to Sender Rewriting Scheme" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + >=dev-perl/Digest-HMAC-1.01-r1 + >=dev-perl/MLDBM-2.01 + >=virtual/perl-DB_File-1.807 + >=virtual/perl-Digest-MD5-2.33 + >=virtual/perl-Storable-2.04-r1" +DEPEND="${RDEPEND} + test? ( + >=dev-perl/Test-Pod-1.00 + >=dev-perl/Test-Pod-Coverage-0.02 + )" + +SRC_TEST="do" diff --git a/dev-perl/Mail-Sendmail/ChangeLog b/dev-perl/Mail-Sendmail/ChangeLog index 65c31125cea4..4091b35e4452 100644 --- a/dev-perl/Mail-Sendmail/ChangeLog +++ b/dev-perl/Mail-Sendmail/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Mail-Sendmail -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Sendmail/ChangeLog,v 1.23 2010/01/21 12:40:22 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Sendmail/ChangeLog,v 1.24 2011/08/30 10:43:36 tove Exp $ + +*Mail-Sendmail-0.790.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller +Mail-Sendmail-0.790.0.ebuild: + Change version scheme 21 Jan 2010; Torsten Veller Mail-Sendmail-0.79.ebuild: Ebuild maintenance. EAPI=2. mips -> ~mips diff --git a/dev-perl/Mail-Sendmail/Mail-Sendmail-0.790.0.ebuild b/dev-perl/Mail-Sendmail/Mail-Sendmail-0.790.0.ebuild new file mode 100644 index 000000000000..56a3ee33961b --- /dev/null +++ b/dev-perl/Mail-Sendmail/Mail-Sendmail-0.790.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Sendmail/Mail-Sendmail-0.790.0.ebuild,v 1.1 2011/08/30 10:43:36 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=MIVKOVIC +MODULE_VERSION=0.79 +inherit perl-module + +DESCRIPTION="Simple platform independent mailer" + +SLOT="0" +LICENSE="as-is" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="" diff --git a/dev-perl/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing/ChangeLog b/dev-perl/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing/ChangeLog index febc1445db9e..ba912bc26876 100644 --- a/dev-perl/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing/ChangeLog +++ b/dev-perl/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing/ChangeLog,v 1.4 2010/04/23 11:47:31 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing/ChangeLog,v 1.5 2011/08/30 10:42:46 tove Exp $ + +*Mail-SpamAssassin-Plugin-GoogleSafeBrowsing-1.30.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller + +Mail-SpamAssassin-Plugin-GoogleSafeBrowsing-1.30.0.ebuild: + Change version scheme 23 Apr 2010; Torsten Veller Mail-SpamAssassin-Plugin-GoogleSafeBrowsing-1.03-r1.ebuild: diff --git a/dev-perl/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing-1.30.0.ebuild b/dev-perl/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing-1.30.0.ebuild new file mode 100644 index 000000000000..2608cdeb0514 --- /dev/null +++ b/dev-perl/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing-1.30.0.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing-1.30.0.ebuild,v 1.1 2011/08/30 10:42:46 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=DANBORN +MODULE_VERSION=1.03 +inherit perl-module + +DESCRIPTION="SpamAssassin plugin to score mail based on Google blocklists." + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~ppc" +IUSE="test" + +RDEPEND="dev-perl/Net-Google-SafeBrowsing-Blocklist + dev-perl/Net-Google-SafeBrowsing-UpdateRequest + mail-filter/spamassassin" +DEPEND="${RDEPEND} + test? ( dev-perl/Test-Pod )" + +SRC_TEST="do" + +src_install() { + perl-module_src_install + insinto /etc/mail/spamassassin + doins "${FILESDIR}"/init_google_safebrowsing.pre + doins "${FILESDIR}"/24_google_safebrowsing.cf + insinto /etc/cron.d/ + newins "${FILESDIR}"/update_google_safebrowsing.cron update_google_safebrowsing + dosbin "${FILESDIR}"/update_google_safebrowsing.sh + keepdir /var/lib/spamassassin/google_safebrowsing/ +} + +pkg_postinst() { + if [[ -f ${ROOT}/etc/cron.d/update_google_safebrowsing.sh ]]; then + ewarn "You MUST remove ${ROOT}/etc/cron.d/update_google_safebrowsing.sh" + fi + elog "To use this package:" + elog "1. You MUST apply for a free apikey at:" + elog " http://code.google.com/apis/safebrowsing/key_signup.html" + elog "2. Place the key into /etc/mail/spamassassin/24_google_safebrowsing.cf" + elog "3. Manually run the script /usr/sbin/update_google_safebrowsing.sh" + elog "4. Enable the plugin by uncommenting the loadplugin entry in" + elog " /etc/mail/spamassassin/init_google_safebrowsing.pre" + elog "5. Restart spamd" +} -- 2.26.2