diff options
author | Eray Aslan <eras@gentoo.org> | 2011-06-08 12:44:41 +0000 |
---|---|---|
committer | Eray Aslan <eras@gentoo.org> | 2011-06-08 12:44:41 +0000 |
commit | 0c728f2babe69b05278235343e54c8f2180e104f (patch) | |
tree | 89bd78bfe1a4bb1369f716958fe7dba56befdb08 /mail-filter | |
parent | Security bump - bug #310049. Don't spam check authenticated (diff) | |
download | gentoo-2-0c728f2babe69b05278235343e54c8f2180e104f.tar.gz gentoo-2-0c728f2babe69b05278235343e54c8f2180e104f.tar.bz2 gentoo-2-0c728f2babe69b05278235343e54c8f2180e104f.zip |
remove old
(Portage version: 2.1.10/cvs/Linux x86_64)
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/razor/ChangeLog | 8 | ||||
-rw-r--r-- | mail-filter/razor/razor-2.77.ebuild | 65 | ||||
-rw-r--r-- | mail-filter/razor/razor-2.82.ebuild | 65 |
3 files changed, 6 insertions, 132 deletions
diff --git a/mail-filter/razor/ChangeLog b/mail-filter/razor/ChangeLog index 16bd5b7e45e9..d97000e98736 100644 --- a/mail-filter/razor/ChangeLog +++ b/mail-filter/razor/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-filter/razor -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/razor/ChangeLog,v 1.89 2010/03/31 02:15:47 robbat2 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/razor/ChangeLog,v 1.90 2011/06/08 12:44:41 eras Exp $ + + 08 Jun 2011; Eray Aslan <eras@gentoo.org> -razor-2.77.ebuild, + -razor-2.82.ebuild: + Remove old *razor-2.85-r1 (31 Mar 2010) diff --git a/mail-filter/razor/razor-2.77.ebuild b/mail-filter/razor/razor-2.77.ebuild deleted file mode 100644 index 6008b69f7f08..000000000000 --- a/mail-filter/razor/razor-2.77.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/razor/razor-2.77.ebuild,v 1.13 2007/03/18 04:48:57 genone Exp $ - -inherit perl-app - -DESCRIPTION="Vipul's Razor is a distributed, collaborative spam detection and filtering network" -HOMEPAGE="http://razor.sourceforge.net/" -SRC_URI="mirror://sourceforge/razor/razor-agents-${PV}.tar.bz2" -LICENSE="Artistic" -SLOT="0" -KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86" -IUSE="" - -DEPEND="dev-lang/perl" - -RDEPEND="dev-perl/Net-DNS - virtual/perl-net-ping - virtual/perl-Time-HiRes - dev-perl/Digest-SHA1 - dev-perl/URI - dev-perl/Digest-Nilsimsa" - -S=${WORKDIR}/razor-agents-${PV} - -pkg_postinst() { - elog - elog "Run 'razor-admin -create' to create a default config file in your" - elog "home directory under /home/user/.razor. (Remember to change user to" - elog "your username from root before running razor-admin)" - elog - elog "Razor v2 requires reporters to be registered so their reputations can" - elog "be computed over time and they can participate in the revocation" - elog "mechanism. Registration is done with razor-admin -register. It has to be" - elog "manually invoked in either of the following ways:" - elog - elog "To register user foo with 's1kr3t' as password: " - elog - elog "razor-admin -register -user=foo -pass=s1kr3t" - elog - elog "To register with an email address and have the password assigned:" - elog - elog "razor-admin -register -user=foo@bar.com " - elog - elog "To have both (random) username and password assgined: " - elog - elog "razor-admin -register " - elog - elog "razor-admin -register negotiates a registration with the Nomination Server" - elog "and writes the identity information in" - elog "/home/user/.razor/identity-username, or /etc/razor/identity-username" - elog "when invoked as root." - elog - elog "You can edit razor-agent.conf to change the defaults. Config options" - elog "and their values are defined in the razor-agent.conf(5) manpage." - elog - elog "The next step is to integrate razor-check, razor-report and" - elog "razor-revoke in your mail system. If you are running Razor v1, the" - elog "change will be transparent, new versions of razor agents will overwrite" - elog "the old ones. You would still need to plugin razor-revoke in your MUA," - elog "since it's a new addition in Razor v2. If you are not running Razor v1," - elog "refer to manpages of razor-check(1), razor-report(1), and" - elog "razor-revoke(1) for integration instructions." - elog -} diff --git a/mail-filter/razor/razor-2.82.ebuild b/mail-filter/razor/razor-2.82.ebuild deleted file mode 100644 index 0c1c6a0fa0d5..000000000000 --- a/mail-filter/razor/razor-2.82.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/razor/razor-2.82.ebuild,v 1.10 2007/03/18 04:48:57 genone Exp $ - -inherit perl-app - -DESCRIPTION="Vipul's Razor is a distributed, collaborative spam detection and filtering network" -HOMEPAGE="http://razor.sourceforge.net/" -SRC_URI="mirror://sourceforge/razor/razor-agents-${PV}.tar.bz2" -LICENSE="Artistic" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" -IUSE="" - -DEPEND="dev-lang/perl" - -RDEPEND="dev-perl/Net-DNS - virtual/perl-net-ping - virtual/perl-Time-HiRes - dev-perl/Digest-SHA1 - dev-perl/URI - dev-perl/Digest-Nilsimsa" - -S=${WORKDIR}/razor-agents-${PV} - -pkg_postinst() { - elog - elog "Run 'razor-admin -create' to create a default config file in your" - elog "home directory under /home/user/.razor. (Remember to change user to" - elog "your username from root before running razor-admin)" - elog - elog "Razor v2 requires reporters to be registered so their reputations can" - elog "be computed over time and they can participate in the revocation" - elog "mechanism. Registration is done with razor-admin -register. It has to be" - elog "manually invoked in either of the following ways:" - elog - elog "To register user foo with 's1kr3t' as password: " - elog - elog "razor-admin -register -user=foo -pass=s1kr3t" - elog - elog "To register with an email address and have the password assigned:" - elog - elog "razor-admin -register -user=foo@bar.com " - elog - elog "To have both (random) username and password assgined: " - elog - elog "razor-admin -register " - elog - elog "razor-admin -register negotiates a registration with the Nomination Server" - elog "and writes the identity information in" - elog "/home/user/.razor/identity-username, or /etc/razor/identity-username" - elog "when invoked as root." - elog - elog "You can edit razor-agent.conf to change the defaults. Config options" - elog "and their values are defined in the razor-agent.conf(5) manpage." - elog - elog "The next step is to integrate razor-check, razor-report and" - elog "razor-revoke in your mail system. If you are running Razor v1, the" - elog "change will be transparent, new versions of razor agents will overwrite" - elog "the old ones. You would still need to plugin razor-revoke in your MUA," - elog "since it's a new addition in Razor v2. If you are not running Razor v1," - elog "refer to manpages of razor-check(1), razor-report(1), and" - elog "razor-revoke(1) for integration instructions." - elog -} |