diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-01-06 16:21:26 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-01-06 16:21:26 +0000 |
commit | 55119bab8b07110cc63492f37096eb6e8fb4e05f (patch) | |
tree | 0a574c826d1bc28272390742883b6c064dfadd61 /app-text/rpl/rpl-1.5.5.ebuild | |
parent | drop gfbsd keywording per discussion with the archteam (diff) | |
download | gentoo-2-55119bab8b07110cc63492f37096eb6e8fb4e05f.tar.gz gentoo-2-55119bab8b07110cc63492f37096eb6e8fb4e05f.tar.bz2 gentoo-2-55119bab8b07110cc63492f37096eb6e8fb4e05f.zip |
Some Clean up
(Portage version: 2.2.0_alpha13/cvs/Linux x86_64)
Diffstat (limited to 'app-text/rpl/rpl-1.5.5.ebuild')
-rw-r--r-- | app-text/rpl/rpl-1.5.5.ebuild | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/app-text/rpl/rpl-1.5.5.ebuild b/app-text/rpl/rpl-1.5.5.ebuild index 4f3c200b384e..d88db2ff65c9 100644 --- a/app-text/rpl/rpl-1.5.5.ebuild +++ b/app-text/rpl/rpl-1.5.5.ebuild @@ -1,14 +1,16 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/rpl/rpl-1.5.5.ebuild,v 1.1 2010/06/07 08:59:34 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/rpl/rpl-1.5.5.ebuild,v 1.2 2011/01/06 16:21:26 jlec Exp $ EAPI=3 + PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.*" inherit distutils -DESCRIPTION="intelligent recursive search/replace utility" +DESCRIPTION="Intelligent recursive search/replace utility" HOMEPAGE="http://rpl.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" @@ -17,10 +19,6 @@ SLOT="0" KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" -DEPEND="" -RDEPEND="${DEPEND}" -RESTRICT_PYTHON_ABIS="3.*" - src_install() { distutils_src_install doman ${PN}.1 || die |