diff options
author | 2011-02-14 11:02:16 +0000 | |
---|---|---|
committer | 2011-02-14 11:02:16 +0000 | |
commit | 67e989e3cc5be5ce0121823d80ea03f074fe1d54 (patch) | |
tree | a15e52893c4f7e78bb99010ba2765dea4e683ef3 /dev-php/smarty-docs | |
parent | Remove useless inherit. (diff) | |
download | gentoo-2-67e989e3cc5be5ce0121823d80ea03f074fe1d54.tar.gz gentoo-2-67e989e3cc5be5ce0121823d80ea03f074fe1d54.tar.bz2 gentoo-2-67e989e3cc5be5ce0121823d80ea03f074fe1d54.zip |
QA: Use required use instead of confutils.
(Portage version: 2.2.0_alpha23/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/smarty-docs')
-rw-r--r-- | dev-php/smarty-docs/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/smarty-docs/smarty-docs-3.0.ebuild | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/dev-php/smarty-docs/ChangeLog b/dev-php/smarty-docs/ChangeLog index 6e8cee05422d..4c154397d037 100644 --- a/dev-php/smarty-docs/ChangeLog +++ b/dev-php/smarty-docs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/smarty-docs # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/ChangeLog,v 1.50 2011/02/12 17:33:32 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/ChangeLog,v 1.51 2011/02/14 11:02:16 scarabeus Exp $ + + 14 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> smarty-docs-3.0.ebuild: + QA: Use required use instead of confutils. 12 Feb 2011; Samuli Suominen <ssuominen@gentoo.org> smarty-docs-2.6.14.ebuild: diff --git a/dev-php/smarty-docs/smarty-docs-3.0.ebuild b/dev-php/smarty-docs/smarty-docs-3.0.ebuild index 882ce83ed5aa..fc93fcfbdc78 100644 --- a/dev-php/smarty-docs/smarty-docs-3.0.ebuild +++ b/dev-php/smarty-docs/smarty-docs-3.0.ebuild @@ -1,11 +1,9 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/smarty-docs-3.0.ebuild,v 1.1 2011/02/11 14:27:24 tomk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/smarty-docs-3.0.ebuild,v 1.2 2011/02/14 11:02:16 scarabeus Exp $ EAPI=4 -inherit confutils - KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="pdf html" DESCRIPTION="Documentation for Smarty, a template engine for PHP." @@ -28,9 +26,7 @@ SLOT="0" DEPEND="html? ( app-arch/unzip )" RDEPEND="${DEPEND}" -pkg_setup() { - confutils_require_any html pdf -} +REQUIRED_USE="|| ( html pdf )" src_unpack() { mkdir -p "${S}" |