summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2012-08-02 21:13:11 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2012-08-02 21:13:11 +0000
commit0128d0e26fc710e5d105706d7a8dca53fcf6fec7 (patch)
tree6b5fc2734fe6aaa24e0959b9d7339bf38a4ca988 /dev-cpp/ctemplate
parentarm stable, bug #418529 (diff)
downloadgentoo-2-0128d0e26fc710e5d105706d7a8dca53fcf6fec7.tar.gz
gentoo-2-0128d0e26fc710e5d105706d7a8dca53fcf6fec7.tar.bz2
gentoo-2-0128d0e26fc710e5d105706d7a8dca53fcf6fec7.zip
Stable on amd64 wrt bug #418665
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'dev-cpp/ctemplate')
-rw-r--r--dev-cpp/ctemplate/ChangeLog6
-rw-r--r--dev-cpp/ctemplate/ctemplate-2.2.ebuild4
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-cpp/ctemplate/ChangeLog b/dev-cpp/ctemplate/ChangeLog
index 77d0d7fd6a23..f7d20eb18493 100644
--- a/dev-cpp/ctemplate/ChangeLog
+++ b/dev-cpp/ctemplate/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-cpp/ctemplate
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/ctemplate/ChangeLog,v 1.23 2012/05/24 19:27:18 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/ctemplate/ChangeLog,v 1.24 2012/08/02 21:13:11 hwoarang Exp $
+
+ 02 Aug 2012; Markos Chandras <hwoarang@gentoo.org> ctemplate-2.2.ebuild:
+ Stable on amd64 wrt bug #418665
24 May 2012; Mike Frysinger <vapier@gentoo.org>
+files/ctemplate-1.0-gcc-4.7.patch, ctemplate-1.0.ebuild:
@@ -96,4 +99,3 @@
31 Jan 2008; Tiziano Müller <dev-zero@gentoo.org>
+files/70ctemplate-gentoo.el, +metadata.xml, +ctemplate-0.9.ebuild:
Initial commit (bug #200861, based on the ebuild provided by pepone).
-
diff --git a/dev-cpp/ctemplate/ctemplate-2.2.ebuild b/dev-cpp/ctemplate/ctemplate-2.2.ebuild
index 1d8fd29cca94..4a8fd62a9728 100644
--- a/dev-cpp/ctemplate/ctemplate-2.2.ebuild
+++ b/dev-cpp/ctemplate/ctemplate-2.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/ctemplate/ctemplate-2.2.ebuild,v 1.1 2012/04/20 17:55:00 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/ctemplate/ctemplate-2.2.ebuild,v 1.2 2012/08/02 21:13:11 hwoarang Exp $
EAPI="4"
@@ -12,7 +12,7 @@ SRC_URI="http://ctemplate.googlecode.com/files/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE="doc emacs vim-syntax static-libs test"
DEPEND="test? ( =dev-lang/python-2* )"