diff options
author | Dawid Węgliński <cla@gentoo.org> | 2010-01-19 16:23:00 +0000 |
---|---|---|
committer | Dawid Węgliński <cla@gentoo.org> | 2010-01-19 16:23:00 +0000 |
commit | 42089ba25332c9b90b7310606031686db7075f77 (patch) | |
tree | bb5ae7d40b75d34c6bed58f88b4afcb10cfeba93 /mail-filter/popfile | |
parent | Remove Qt 4.6.1 mask, all packages updated. (diff) | |
download | gentoo-2-42089ba25332c9b90b7310606031686db7075f77.tar.gz gentoo-2-42089ba25332c9b90b7310606031686db7075f77.tar.bz2 gentoo-2-42089ba25332c9b90b7310606031686db7075f77.zip |
Remove dohtml call on missing files #297137
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'mail-filter/popfile')
-rw-r--r-- | mail-filter/popfile/ChangeLog | 5 | ||||
-rw-r--r-- | mail-filter/popfile/popfile-1.0.1.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/mail-filter/popfile/ChangeLog b/mail-filter/popfile/ChangeLog index 211ca91b1e97..916cb265428b 100644 --- a/mail-filter/popfile/ChangeLog +++ b/mail-filter/popfile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-filter/popfile # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/popfile/ChangeLog,v 1.19 2010/01/07 16:05:18 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/popfile/ChangeLog,v 1.20 2010/01/19 16:23:00 cla Exp $ + + 19 Jan 2010; Dawid Węgliński <cla@gentoo.org> popfile-1.0.1.ebuild: + Remove dohtml call on missing files #297137 *popfile-1.1.1 (07 Jan 2010) diff --git a/mail-filter/popfile/popfile-1.0.1.ebuild b/mail-filter/popfile/popfile-1.0.1.ebuild index b0f31fbecfe5..30c3c589c8be 100644 --- a/mail-filter/popfile/popfile-1.0.1.ebuild +++ b/mail-filter/popfile/popfile-1.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/popfile/popfile-1.0.1.ebuild,v 1.4 2008/12/31 04:54:24 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/popfile/popfile-1.0.1.ebuild,v 1.5 2010/01/19 16:23:00 cla Exp $ DESCRIPTION="Anti-spam bayesian filter" HOMEPAGE="http://getpopfile.org" @@ -32,7 +32,6 @@ DEPEND="app-arch/unzip" src_install() { dodoc *.change - dohtml -r manual/* rm -rf manual *.change license insinto /usr/share/${PN} doins -r * |