diff options
author | Torsten Veller <tove@gentoo.org> | 2012-10-08 15:35:57 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-10-08 15:35:57 +0000 |
commit | 463b46e8185f511d4c4db3423ea0ff00a38f0865 (patch) | |
tree | 21ff48e2b4fc2eaee66f6f07c86ee6f0be3721bc /dev-perl | |
parent | Bump LeechCraft to 0.5.85, thanks to 0xd34df00d (diff) | |
download | gentoo-2-463b46e8185f511d4c4db3423ea0ff00a38f0865.tar.gz gentoo-2-463b46e8185f511d4c4db3423ea0ff00a38f0865.tar.bz2 gentoo-2-463b46e8185f511d4c4db3423ea0ff00a38f0865.zip |
Remove useflag 'doc' as HTML documentation was eleminated from the distribution (#437578)
(Portage version: 2.2.0_alpha135/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/HTML-Mason/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/HTML-Mason/HTML-Mason-1.500.0.ebuild | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/dev-perl/HTML-Mason/ChangeLog b/dev-perl/HTML-Mason/ChangeLog index 24976a95bbe6..560f08834f91 100644 --- a/dev-perl/HTML-Mason/ChangeLog +++ b/dev-perl/HTML-Mason/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/HTML-Mason # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/ChangeLog,v 1.105 2012/10/07 15:51:34 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/ChangeLog,v 1.106 2012/10/08 15:35:57 tove Exp $ + + 08 Oct 2012; Torsten Veller <tove@gentoo.org> HTML-Mason-1.500.0.ebuild: + Remove useflag 'doc' as HTML documentation was eleminated from the + distribution (#437578) *HTML-Mason-1.500.0 (07 Oct 2012) diff --git a/dev-perl/HTML-Mason/HTML-Mason-1.500.0.ebuild b/dev-perl/HTML-Mason/HTML-Mason-1.500.0.ebuild index 54c31de21c31..5b9aee9f3d20 100644 --- a/dev-perl/HTML-Mason/HTML-Mason-1.500.0.ebuild +++ b/dev-perl/HTML-Mason/HTML-Mason-1.500.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.500.0.ebuild,v 1.1 2012/10/07 15:51:34 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.500.0.ebuild,v 1.2 2012/10/08 15:35:57 tove Exp $ EAPI=4 @@ -13,7 +13,7 @@ HOMEPAGE="http://www.masonhq.com/ ${HOMEPAGE}" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="modperl doc test" +IUSE="modperl test" RDEPEND="!modperl? ( virtual/perl-CGI ) modperl? ( @@ -58,6 +58,4 @@ src_prepare() { src_install () { perl-module_src_install mv "${ED}"/usr/bin/convert* "${ED}"/usr/share/doc/${PF} || die - # rendhalver - the html docs have subdirs so this gets all of them - use doc && dohtml -r htdocs/* } |