From b197ab1f1ca77abdd8c66c4a8d9001b0379d7102 Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Tue, 21 May 2013 16:37:52 +0000 Subject: Old. (Portage version: 2.2.0_alpha176/cvs/Linux x86_64, signed Manifest commit with key A792A613) --- dev-util/cppi/ChangeLog | 5 ++++- dev-util/cppi/cppi-1.17.ebuild | 34 ---------------------------------- 2 files changed, 4 insertions(+), 35 deletions(-) delete mode 100644 dev-util/cppi/cppi-1.17.ebuild (limited to 'dev-util') diff --git a/dev-util/cppi/ChangeLog b/dev-util/cppi/ChangeLog index 8f4a244dd3bb..f14b5773823c 100644 --- a/dev-util/cppi/ChangeLog +++ b/dev-util/cppi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cppi # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cppi/ChangeLog,v 1.14 2013/05/20 10:24:12 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppi/ChangeLog,v 1.15 2013/05/21 16:37:52 jer Exp $ + + 21 May 2013; Jeroen Roovers -cppi-1.17.ebuild: + Old. 20 May 2013; Chema Alonso cppi-1.18.ebuild: Stable for amd64 wrt bug #470484 diff --git a/dev-util/cppi/cppi-1.17.ebuild b/dev-util/cppi/cppi-1.17.ebuild deleted file mode 100644 index 69f4b418d90f..000000000000 --- a/dev-util/cppi/cppi-1.17.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cppi/cppi-1.17.ebuild,v 1.4 2013/03/18 19:57:59 jer Exp $ - -EAPI=4 -inherit autotools - -DESCRIPTION="a cpp directive indenter" -HOMEPAGE="http://savannah.gnu.org/projects/cppi" -SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="nls" - -CPPI_LINGUAS="de eo fi fr hr it ja pl sr sv uk vi" -for lingua in ${CPPI_LINGUAS}; do - IUSE+=" linguas_${lingua}" -done - -DEPEND=" - app-arch/xz-utils - nls? ( sys-devel/gettext ) -" - -DOCS=( AUTHORS ChangeLog NEWS THANKS TODO ) - -src_prepare() { - eautoreconf -} -src_configure() { - econf $(use_enable nls) -} -- cgit v1.2.3-65-gdbad