diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-05-21 16:37:52 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-05-21 16:37:52 +0000 |
commit | b197ab1f1ca77abdd8c66c4a8d9001b0379d7102 (patch) | |
tree | aeb78cc639838145b83fbe24e4101649fd992b9f /dev-util | |
parent | Version bump to 1.14.0, by Grigory Gorelov. Fixes bug #470864. (diff) | |
download | gentoo-2-b197ab1f1ca77abdd8c66c4a8d9001b0379d7102.tar.gz gentoo-2-b197ab1f1ca77abdd8c66c4a8d9001b0379d7102.tar.bz2 gentoo-2-b197ab1f1ca77abdd8c66c4a8d9001b0379d7102.zip |
Old.
(Portage version: 2.2.0_alpha176/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/cppi/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/cppi/cppi-1.17.ebuild | 34 |
2 files changed, 4 insertions, 35 deletions
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 <jer@gentoo.org> -cppi-1.17.ebuild: + Old. 20 May 2013; Chema Alonso <nimiux@gentoo.org> 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) -} |