diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-10-09 15:02:41 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-10-09 15:02:41 +0000 |
commit | 1ef5eca3db57fb91d1b00d11f46126cb42b58662 (patch) | |
tree | 0c4c33807ef2eef6cb4029bb316fb8da876c7f38 /dev-util/cppi | |
parent | Stable for HPPA (bug #436592). (diff) | |
download | gentoo-2-1ef5eca3db57fb91d1b00d11f46126cb42b58662.tar.gz gentoo-2-1ef5eca3db57fb91d1b00d11f46126cb42b58662.tar.bz2 gentoo-2-1ef5eca3db57fb91d1b00d11f46126cb42b58662.zip |
Old.
(Portage version: 2.2.0_alpha135/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/cppi')
-rw-r--r-- | dev-util/cppi/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/cppi/cppi-1.16.ebuild | 31 |
2 files changed, 4 insertions, 32 deletions
diff --git a/dev-util/cppi/ChangeLog b/dev-util/cppi/ChangeLog index ea34cf349bb8..b92a343d8b01 100644 --- a/dev-util/cppi/ChangeLog +++ b/dev-util/cppi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cppi # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cppi/ChangeLog,v 1.10 2012/09/28 12:51:04 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppi/ChangeLog,v 1.11 2012/10/09 15:02:41 jer Exp $ + + 09 Oct 2012; Jeroen Roovers <jer@gentoo.org> -cppi-1.16.ebuild: + Old. 28 Sep 2012; Johannes Huber <johu@gentoo.org> cppi-1.17.ebuild: Stable for x86, wrt bug #436128 diff --git a/dev-util/cppi/cppi-1.16.ebuild b/dev-util/cppi/cppi-1.16.ebuild deleted file mode 100644 index 1e46e21779e0..000000000000 --- a/dev-util/cppi/cppi-1.16.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cppi/cppi-1.16.ebuild,v 1.3 2012/01/26 06:42:55 jer Exp $ - -EAPI=4 - -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="sv eo fi vi it uk sr fr ja pl" - -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_configure() { - econf $(use_enable nls) -} |