summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sping@gentoo.org>2012-06-16 12:35:17 +0000
committerSebastian Pipping <sping@gentoo.org>2012-06-16 12:35:17 +0000
commit1a4d1c896296c4950958b55a6a86f98a2c4ea52c (patch)
tree878cb6134a8837949d82961a6671d42436adb3ee /app-portage
parentClean mask entries. (diff)
downloadgentoo-2-1a4d1c896296c4950958b55a6a86f98a2c4ea52c.tar.gz
gentoo-2-1a4d1c896296c4950958b55a6a86f98a2c4ea52c.tar.bz2
gentoo-2-1a4d1c896296c4950958b55a6a86f98a2c4ea52c.zip
app-portage/overlint: Bump to 0.5.2, add missing dependency
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/overlint/ChangeLog9
-rw-r--r--app-portage/overlint/overlint-0.4.1.ebuild5
-rw-r--r--app-portage/overlint/overlint-0.4.2.ebuild5
-rw-r--r--app-portage/overlint/overlint-0.5.1.ebuild5
-rw-r--r--app-portage/overlint/overlint-0.5.2.ebuild23
-rw-r--r--app-portage/overlint/overlint-0.5.ebuild5
6 files changed, 43 insertions, 9 deletions
diff --git a/app-portage/overlint/ChangeLog b/app-portage/overlint/ChangeLog
index e50b23502b3b..e7a40d7e8f82 100644
--- a/app-portage/overlint/ChangeLog
+++ b/app-portage/overlint/ChangeLog
@@ -1,6 +1,13 @@
# 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.4 2012/05/18 23:18:00 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/overlint/ChangeLog,v 1.5 2012/06/16 12:35:17 sping Exp $
+
+*overlint-0.5.2 (16 Jun 2012)
+
+ 16 Jun 2012; Sebastian Pipping <sping@gentoo.org> overlint-0.4.1.ebuild,
+ overlint-0.4.2.ebuild, overlint-0.5.ebuild, overlint-0.5.1.ebuild,
+ +overlint-0.5.2.ebuild:
+ Bump to 0.5.2, add missing runtime dependency on sed to earlier ebuilds
*overlint-0.5.1 (18 May 2012)
diff --git a/app-portage/overlint/overlint-0.4.1.ebuild b/app-portage/overlint/overlint-0.4.1.ebuild
index 2079de332cad..29da91b537e1 100644
--- a/app-portage/overlint/overlint-0.4.1.ebuild
+++ b/app-portage/overlint/overlint-0.4.1.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/app-portage/overlint/overlint-0.4.1.ebuild,v 1.1 2012/04/06 23:14:51 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/overlint/overlint-0.4.1.ebuild,v 1.2 2012/06/16 12:35:17 sping Exp $
EAPI="3"
@@ -20,4 +20,5 @@ IUSE=""
DEPEND=""
RDEPEND="|| ( >=dev-lang/python-2.7
- ( dev-libs/argtable >=dev-lang/python-2.6 ) )"
+ ( dev-libs/argtable >=dev-lang/python-2.6 ) )
+ sys-apps/sed"
diff --git a/app-portage/overlint/overlint-0.4.2.ebuild b/app-portage/overlint/overlint-0.4.2.ebuild
index c693b6163b79..67bf1233eb20 100644
--- a/app-portage/overlint/overlint-0.4.2.ebuild
+++ b/app-portage/overlint/overlint-0.4.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/app-portage/overlint/overlint-0.4.2.ebuild,v 1.1 2012/04/08 06:06:32 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/overlint/overlint-0.4.2.ebuild,v 1.2 2012/06/16 12:35:17 sping Exp $
EAPI="3"
@@ -20,4 +20,5 @@ IUSE=""
DEPEND=""
RDEPEND="|| ( >=dev-lang/python-2.7
- ( dev-libs/argtable >=dev-lang/python-2.6 ) )"
+ ( dev-libs/argtable >=dev-lang/python-2.6 ) )
+ sys-apps/sed"
diff --git a/app-portage/overlint/overlint-0.5.1.ebuild b/app-portage/overlint/overlint-0.5.1.ebuild
index 759e7413a35c..c98309d1c443 100644
--- a/app-portage/overlint/overlint-0.5.1.ebuild
+++ b/app-portage/overlint/overlint-0.5.1.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/app-portage/overlint/overlint-0.5.1.ebuild,v 1.1 2012/05/18 23:18:00 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/overlint/overlint-0.5.1.ebuild,v 1.2 2012/06/16 12:35:17 sping Exp $
EAPI="3"
@@ -20,4 +20,5 @@ IUSE=""
DEPEND=""
RDEPEND="|| ( >=dev-lang/python-2.7
- ( dev-libs/argtable >=dev-lang/python-2.6 ) )"
+ ( dev-libs/argtable >=dev-lang/python-2.6 ) )
+ sys-apps/sed"
diff --git a/app-portage/overlint/overlint-0.5.2.ebuild b/app-portage/overlint/overlint-0.5.2.ebuild
new file mode 100644
index 000000000000..239170a4bed7
--- /dev/null
+++ b/app-portage/overlint/overlint-0.5.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.5.2.ebuild,v 1.1 2012/06/16 12:35:17 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 ) )"
diff --git a/app-portage/overlint/overlint-0.5.ebuild b/app-portage/overlint/overlint-0.5.ebuild
index 0b23d08b085b..0ea944c9b965 100644
--- a/app-portage/overlint/overlint-0.5.ebuild
+++ b/app-portage/overlint/overlint-0.5.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/app-portage/overlint/overlint-0.5.ebuild,v 1.1 2012/04/08 19:03:33 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/overlint/overlint-0.5.ebuild,v 1.2 2012/06/16 12:35:17 sping Exp $
EAPI="3"
@@ -20,4 +20,5 @@ IUSE=""
DEPEND=""
RDEPEND="|| ( >=dev-lang/python-2.7
- ( dev-libs/argtable >=dev-lang/python-2.6 ) )"
+ ( dev-libs/argtable >=dev-lang/python-2.6 ) )
+ sys-apps/sed"