diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-05-28 18:44:00 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-05-28 18:44:00 +0000 |
commit | 5b7eccb3e654beccecac4581b248955eba0a2b4b (patch) | |
tree | 69f8a7dfb216c381cc51bfec4109d2845eb8d1cb /dev-util/indent | |
parent | Old. (diff) | |
download | gentoo-2-5b7eccb3e654beccecac4581b248955eba0a2b4b.tar.gz gentoo-2-5b7eccb3e654beccecac4581b248955eba0a2b4b.tar.bz2 gentoo-2-5b7eccb3e654beccecac4581b248955eba0a2b4b.zip |
Old.
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/indent')
-rw-r--r-- | dev-util/indent/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/indent/indent-2.2.11.ebuild | 44 |
2 files changed, 4 insertions, 45 deletions
diff --git a/dev-util/indent/ChangeLog b/dev-util/indent/ChangeLog index 4bd3072cf641..554bf9ae4724 100644 --- a/dev-util/indent/ChangeLog +++ b/dev-util/indent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/indent # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/indent/ChangeLog,v 1.62 2012/05/28 16:38:33 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/indent/ChangeLog,v 1.63 2012/05/28 18:44:00 jer Exp $ + + 28 May 2012; Jeroen Roovers <jer@gentoo.org> -indent-2.2.11.ebuild: + Old. 28 May 2012; Raúl Porcel <armin76@gentoo.org> indent-2.2.11-r1.ebuild: alpha/ia64/s390/sh/sparc stable wrt #414947 diff --git a/dev-util/indent/indent-2.2.11.ebuild b/dev-util/indent/indent-2.2.11.ebuild deleted file mode 100644 index 5808b4799502..000000000000 --- a/dev-util/indent/indent-2.2.11.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/indent/indent-2.2.11.ebuild,v 1.8 2010/05/30 18:22:20 armin76 Exp $ - -EAPI="2" - -inherit eutils - -DESCRIPTION="Indent program source files" -HOMEPAGE="http://indent.isidore-it.eu/beautify.html" -SRC_URI="http://${PN}.isidore-it.eu/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="nls" - -DEPEND=" - nls? ( sys-devel/gettext ) - app-text/texi2html -" -RDEPEND="nls? ( virtual/libintl )" - -src_prepare() { - epatch "${FILESDIR}"/${PV}-segfault.patch -} - -src_configure() { - # LINGUAS is used in aclocal.m4 (bug #94837) - unset LINGUAS - econf $(use_enable nls) || die "configure failed" -} - -src_test() { - emake -C regression/ || die "regression tests failed" -} - -src_install() { - emake \ - DESTDIR="${D}" \ - htmldir="/usr/share/doc/${PF}/html" \ - install || die "make install failed" - dodoc AUTHORS NEWS README* ChangeLog* -} |