diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-03-13 15:58:30 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-03-13 15:58:30 +0000 |
commit | e849552e60ac6a95dc0c23bfac35938e469424e9 (patch) | |
tree | c1adcadf75588a4050beffa63892bf4c620f99ca /dev-perl/Mail-ClamAV | |
parent | x86 stable (diff) | |
download | gentoo-2-e849552e60ac6a95dc0c23bfac35938e469424e9.tar.gz gentoo-2-e849552e60ac6a95dc0c23bfac35938e469424e9.tar.bz2 gentoo-2-e849552e60ac6a95dc0c23bfac35938e469424e9.zip |
Removing changes from dodoc call
(Portage version: 2.1.2.1)
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.13.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/Mail-ClamAV/Mail-ClamAV-0.17.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/Mail-ClamAV/Mail-ClamAV-0.20.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/dev-perl/Mail-ClamAV/ChangeLog b/dev-perl/Mail-ClamAV/ChangeLog index 0ed1ac85feb6..2dac4bb74bd8 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-ClamAV/ChangeLog,v 1.16 2007/03/08 20:15:42 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-ClamAV/ChangeLog,v 1.17 2007/03/13 15:58:30 mcummings Exp $ + + 13 Mar 2007; Michael Cummings <mcummings@gentoo.org> + Mail-ClamAV-0.13.ebuild, Mail-ClamAV-0.17.ebuild, Mail-ClamAV-0.20.ebuild: + Removing changes from dodoc call 08 Mar 2007; Gustavo Zacarias <gustavoz@gentoo.org> Mail-ClamAV-0.20.ebuild: diff --git a/dev-perl/Mail-ClamAV/Mail-ClamAV-0.13.ebuild b/dev-perl/Mail-ClamAV/Mail-ClamAV-0.13.ebuild index 8045e5058e31..aadc995dd720 100644 --- a/dev-perl/Mail-ClamAV/Mail-ClamAV-0.13.ebuild +++ b/dev-perl/Mail-ClamAV/Mail-ClamAV-0.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.13.ebuild,v 1.5 2007/01/19 13:56:33 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-ClamAV/Mail-ClamAV-0.13.ebuild,v 1.6 2007/03/13 15:58:30 mcummings Exp $ inherit perl-module @@ -21,7 +21,7 @@ DEPEND=">=app-antivirus/clamav-0.80 src_install() { perl-module_src_install - dodoc README Changes || die + dodoc README || die } diff --git a/dev-perl/Mail-ClamAV/Mail-ClamAV-0.17.ebuild b/dev-perl/Mail-ClamAV/Mail-ClamAV-0.17.ebuild index 10b22320eb5d..a86f636530e3 100644 --- a/dev-perl/Mail-ClamAV/Mail-ClamAV-0.17.ebuild +++ b/dev-perl/Mail-ClamAV/Mail-ClamAV-0.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.17.ebuild,v 1.9 2007/01/19 13:56:33 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-ClamAV/Mail-ClamAV-0.17.ebuild,v 1.10 2007/03/13 15:58:30 mcummings Exp $ inherit perl-module @@ -21,7 +21,7 @@ DEPEND=">=app-antivirus/clamav-0.80 src_install() { perl-module_src_install - dodoc README Changes || die + dodoc README || die } diff --git a/dev-perl/Mail-ClamAV/Mail-ClamAV-0.20.ebuild b/dev-perl/Mail-ClamAV/Mail-ClamAV-0.20.ebuild index 89c970966720..d53ec27545be 100644 --- a/dev-perl/Mail-ClamAV/Mail-ClamAV-0.20.ebuild +++ b/dev-perl/Mail-ClamAV/Mail-ClamAV-0.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.20.ebuild,v 1.3 2007/03/08 20:15:42 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-ClamAV/Mail-ClamAV-0.20.ebuild,v 1.4 2007/03/13 15:58:30 mcummings Exp $ inherit perl-module @@ -21,7 +21,7 @@ DEPEND=">=app-antivirus/clamav-0.80 src_install() { perl-module_src_install - dodoc README Changes || die + dodoc README || die } |