summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2012-08-29 05:47:15 +0000
committerPatrick Lauer <patrick@gentoo.org>2012-08-29 05:47:15 +0000
commitc9640830ef8f97ed6c4710f719c4dbea3f6b81d6 (patch)
tree2698cae0b247d348701b3c06a6c5e3de208026cf /dev-python/pycparser
parentVersion bump. (diff)
downloadgentoo-2-c9640830ef8f97ed6c4710f719c4dbea3f6b81d6.tar.gz
gentoo-2-c9640830ef8f97ed6c4710f719c4dbea3f6b81d6.tar.bz2
gentoo-2-c9640830ef8f97ed6c4710f719c4dbea3f6b81d6.zip
Bump
(Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pycparser')
-rw-r--r--dev-python/pycparser/ChangeLog8
-rw-r--r--dev-python/pycparser/pycparser-2.08.ebuild23
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-python/pycparser/ChangeLog b/dev-python/pycparser/ChangeLog
index 6c25ace3474d..dc6819cc1425 100644
--- a/dev-python/pycparser/ChangeLog
+++ b/dev-python/pycparser/ChangeLog
@@ -1,10 +1,14 @@
# ChangeLog for dev-python/pycparser
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycparser/ChangeLog,v 1.1 2012/07/27 12:26:24 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycparser/ChangeLog,v 1.2 2012/08/29 05:47:15 patrick Exp $
+
+*pycparser-2.08 (29 Aug 2012)
+
+ 29 Aug 2012; Patrick Lauer <patrick@gentoo.org> +pycparser-2.08.ebuild:
+ Bump
*pycparser-2.07 (27 Jul 2012)
27 Jul 2012; Dirkjan Ochtman <djc@gentoo.org> +pycparser-2.07.ebuild,
+metadata.xml:
Initial version (bug 364801).
-
diff --git a/dev-python/pycparser/pycparser-2.08.ebuild b/dev-python/pycparser/pycparser-2.08.ebuild
new file mode 100644
index 000000000000..fa4aebbc3a80
--- /dev/null
+++ b/dev-python/pycparser/pycparser-2.08.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycparser/pycparser-2.08.ebuild,v 1.1 2012/08/29 05:47:15 patrick Exp $
+
+EAPI="4"
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="2.5 3.0 3.1"
+DISTUTILS_SRC_TEST="nosetests"
+
+inherit distutils
+
+DESCRIPTION="C parser and AST generator written in Python"
+HOMEPAGE="http://code.google.com/p/pycparser/"
+SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/ply"
+RDEPEND="${DEPEND}"