summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2011-05-08 21:09:48 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2011-05-08 21:09:48 +0000
commitff9c20a2f4d945b138d8ae3950d6ca24f1bd130c (patch)
treec30fb115077f9fcf3eb738cfe78b4744dd00a0a5 /dev-util/coccinelle
parentStable on amd64 wrt bug #366335 (diff)
downloadgentoo-2-ff9c20a2f4d945b138d8ae3950d6ca24f1bd130c.tar.gz
gentoo-2-ff9c20a2f4d945b138d8ae3950d6ca24f1bd130c.tar.bz2
gentoo-2-ff9c20a2f4d945b138d8ae3950d6ca24f1bd130c.zip
version bump. Fixes build failure against modern python versions (bug #331079 by Diego Elio Pettenò). Removed old.
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/coccinelle')
-rw-r--r--dev-util/coccinelle/ChangeLog11
-rw-r--r--dev-util/coccinelle/coccinelle-0.2.5.ebuild (renamed from dev-util/coccinelle/coccinelle-0.2.2.ebuild)5
2 files changed, 12 insertions, 4 deletions
diff --git a/dev-util/coccinelle/ChangeLog b/dev-util/coccinelle/ChangeLog
index 73437acdea8b..146d1f93da84 100644
--- a/dev-util/coccinelle/ChangeLog
+++ b/dev-util/coccinelle/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-util/coccinelle
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/coccinelle/ChangeLog,v 1.5 2010/05/25 11:47:38 aballier Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/coccinelle/ChangeLog,v 1.6 2011/05/08 21:09:48 slyfox Exp $
+
+*coccinelle-0.2.5 (08 May 2011)
+
+ 08 May 2011; Sergei Trofimovich <slyfox@gentoo.org> -coccinelle-0.2.2.ebuild,
+ +coccinelle-0.2.5.ebuild:
+ version bump. Fixes build failure against modern python versions (bug #331079
+ by Diego Elio Pettenò). Removed old.
25 May 2010; Alexis Ballier <aballier@gentoo.org>
-coccinelle-0.2.0.ebuild, -coccinelle-0.2.1.ebuild:
diff --git a/dev-util/coccinelle/coccinelle-0.2.2.ebuild b/dev-util/coccinelle/coccinelle-0.2.5.ebuild
index 845c2482b0bd..5e578266b3aa 100644
--- a/dev-util/coccinelle/coccinelle-0.2.2.ebuild
+++ b/dev-util/coccinelle/coccinelle-0.2.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/coccinelle/coccinelle-0.2.2.ebuild,v 1.1 2010/04/09 13:14:09 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/coccinelle/coccinelle-0.2.5.ebuild,v 1.1 2011/05/08 21:09:48 slyfox Exp $
EAPI="2"
@@ -45,6 +45,7 @@ src_compile() {
}
src_test() {
+ source env.sh # needed for built in-place python plugin
./spatch standard.h -parse_c -dir tests/ || die
yes | ./spatch -iso_file standard.iso -macro_file_builtins standard.h -testall || die
if use ocamlopt ; then