summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sping@gentoo.org>2012-04-08 06:06:32 +0000
committerSebastian Pipping <sping@gentoo.org>2012-04-08 06:06:32 +0000
commit737c1c80e87b476f3751eaeabc0beb0025997535 (patch)
treece58bcb1401f909d07935a88c9c6e73ca5201506 /app-portage
parentTypo in ChangeLog. (diff)
downloadgentoo-2-737c1c80e87b476f3751eaeabc0beb0025997535.tar.gz
gentoo-2-737c1c80e87b476f3751eaeabc0beb0025997535.tar.bz2
gentoo-2-737c1c80e87b476f3751eaeabc0beb0025997535.zip
app-portage/overlint: 0.4.2 (bug #411135)
(Portage version: 2.1.10.56/cvs/Linux x86_64)
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/overlint/ChangeLog7
-rw-r--r--app-portage/overlint/overlint-0.4.2.ebuild23
2 files changed, 29 insertions, 1 deletions
diff --git a/app-portage/overlint/ChangeLog b/app-portage/overlint/ChangeLog
index 3dcdfc8ff722..ddb334b3b264 100644
--- a/app-portage/overlint/ChangeLog
+++ b/app-portage/overlint/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-portage/overlint
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/overlint/ChangeLog,v 1.1 2012/04/06 23:14:51 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/overlint/ChangeLog,v 1.2 2012/04/08 06:06:32 sping Exp $
+
+*overlint-0.4.2 (08 Apr 2012)
+
+ 08 Apr 2012; Sebastian Pipping <sping@gentoo.org> +overlint-0.4.2.ebuild:
+ Bump to 0.4.2 to support Python 3.2 (bug #411135)
*overlint-0.4.1 (06 Apr 2012)
diff --git a/app-portage/overlint/overlint-0.4.2.ebuild b/app-portage/overlint/overlint-0.4.2.ebuild
new file mode 100644
index 000000000000..c693b6163b79
--- /dev/null
+++ b/app-portage/overlint/overlint-0.4.2.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/app-portage/overlint/overlint-0.4.2.ebuild,v 1.1 2012/04/08 06:06:32 sping Exp $
+
+EAPI="3"
+
+SUPPORT_PYTHON_ABIS="1"
+PYTHON_DEPEND="2:2.6 3"
+
+inherit distutils
+
+DESCRIPTION="Simple tool for static analysis of overlays"
+HOMEPAGE="http://git.overlays.gentoo.org/gitweb/?p=proj/overlint.git;a=summary"
+SRC_URI="http://www.hartwork.org/public/${P}.tar.gz"
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="|| ( >=dev-lang/python-2.7
+ ( dev-libs/argtable >=dev-lang/python-2.6 ) )"