diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-02-03 11:58:16 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-02-03 11:58:16 +0000 |
commit | d8b1d21c6338cd247402891e0dc3e0c575928c38 (patch) | |
tree | 59db4bcc18e6ba9547213cb4a3dd7458bbd83312 /app-admin/augeas/augeas-0.7.4.ebuild | |
parent | Fix category for mono-tools mask (diff) | |
download | gentoo-2-d8b1d21c6338cd247402891e0dc3e0c575928c38.tar.gz gentoo-2-d8b1d21c6338cd247402891e0dc3e0c575928c38.tar.bz2 gentoo-2-d8b1d21c6338cd247402891e0dc3e0c575928c38.zip |
Cleanup due #22900
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-admin/augeas/augeas-0.7.4.ebuild')
-rw-r--r-- | app-admin/augeas/augeas-0.7.4.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/app-admin/augeas/augeas-0.7.4.ebuild b/app-admin/augeas/augeas-0.7.4.ebuild deleted file mode 100644 index 39a3ec2e1b13..000000000000 --- a/app-admin/augeas/augeas-0.7.4.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/augeas/augeas-0.7.4.ebuild,v 1.2 2011/04/10 12:56:06 klausman Exp $ - -DESCRIPTION="A library for changing configuration files" -HOMEPAGE="http://augeas.net/" -SRC_URI="http://augeas.net/download/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="alpha ~amd64 ~hppa ~ppc ~sparc ~x86" -IUSE="test" - -RDEPEND="sys-libs/readline" -DEPEND="${RDEPEND} - >=app-doc/NaturalDocs-1.40 - test? ( dev-lang/ruby )" - -src_compile() { - if [ -f /usr/share/NaturalDocs/Config/Languages.txt ] ; then - addwrite /usr/share/NaturalDocs/Config/Languages.txt - fi - if [ -f /usr/share/NaturalDocs/Config/Topics.txt ] ; then - addwrite /usr/share/NaturalDocs/Config/Topics.txt - fi - - econf || die - emake || die -} - -src_install() { - emake DESTDIR="${D}" install || die "install failed" - - dodoc AUTHORS ChangeLog README NEWS -} |