diff options
author | Torsten Veller <tove@gentoo.org> | 2008-09-30 14:19:02 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-09-30 14:19:02 +0000 |
commit | 1bad098e7acf0e1d7705830bdd3524e5a71c1c57 (patch) | |
tree | 65de35080daec8dcdbf3881062a6b72ca6063d82 /dev-perl/Mail-ClamAV | |
parent | Version bump. Cleanup (diff) | |
download | gentoo-2-1bad098e7acf0e1d7705830bdd3524e5a71c1c57.tar.gz gentoo-2-1bad098e7acf0e1d7705830bdd3524e5a71c1c57.tar.bz2 gentoo-2-1bad098e7acf0e1d7705830bdd3524e5a71c1c57.zip |
Cleanup
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'dev-perl/Mail-ClamAV')
-rw-r--r-- | dev-perl/Mail-ClamAV/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Mail-ClamAV/Mail-ClamAV-0.21.ebuild | 24 | ||||
-rw-r--r-- | dev-perl/Mail-ClamAV/Mail-ClamAV-0.22.ebuild | 24 |
3 files changed, 5 insertions, 49 deletions
diff --git a/dev-perl/Mail-ClamAV/ChangeLog b/dev-perl/Mail-ClamAV/ChangeLog index c603963d7c91..cd3029b7403e 100644 --- a/dev-perl/Mail-ClamAV/ChangeLog +++ b/dev-perl/Mail-ClamAV/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Mail-ClamAV # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-ClamAV/ChangeLog,v 1.33 2008/09/22 09:03:55 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-ClamAV/ChangeLog,v 1.34 2008/09/30 14:19:02 tove Exp $ + + 30 Sep 2008; Torsten Veller <tove@gentoo.org> -Mail-ClamAV-0.21.ebuild, + -Mail-ClamAV-0.22.ebuild: + Cleanup 22 Sep 2008; Raúl Porcel <armin76@gentoo.org> Mail-ClamAV-0.22-r1.ebuild: ia64 stable wrt #237939 diff --git a/dev-perl/Mail-ClamAV/Mail-ClamAV-0.21.ebuild b/dev-perl/Mail-ClamAV/Mail-ClamAV-0.21.ebuild deleted file mode 100644 index e7c39b70e424..000000000000 --- a/dev-perl/Mail-ClamAV/Mail-ClamAV-0.21.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2008 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.21.ebuild,v 1.5 2008/03/10 15:16:48 beandog Exp $ - -inherit perl-module - -DESCRIPTION="Perl extension for the clamav virus scanner." -HOMEPAGE="http://search.cpan.org/~sabeck/" -SRC_URI="mirror://cpan/authors/id/S/SA/SABECK/${P}.tar.gz" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="amd64 ia64 sparc x86" - -IUSE="" - -DEPEND=">=app-antivirus/clamav-0.92 - dev-perl/Inline - dev-lang/perl" - -src_install() { - perl-module_src_install - dodoc README || die -} diff --git a/dev-perl/Mail-ClamAV/Mail-ClamAV-0.22.ebuild b/dev-perl/Mail-ClamAV/Mail-ClamAV-0.22.ebuild deleted file mode 100644 index dffb1d31a525..000000000000 --- a/dev-perl/Mail-ClamAV/Mail-ClamAV-0.22.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2008 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.22.ebuild,v 1.4 2008/05/23 21:21:55 maekke Exp $ - -inherit perl-module - -DESCRIPTION="Perl extension for the clamav virus scanner." -HOMEPAGE="http://search.cpan.org/~sabeck/" -SRC_URI="mirror://cpan/authors/id/S/SA/SABECK/${P}.tar.gz" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="amd64 ia64 sparc x86" - -IUSE="" - -DEPEND=">=app-antivirus/clamav-0.93 - dev-perl/Inline - dev-lang/perl" - -src_install() { - perl-module_src_install - dodoc README || die -} |