Gentoo Archives: gentoo-commits

From: "Ladislav Láska" <ladislav.laska@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde-sunset:master commit in: dev-util/kodos/
Date: Thu, 05 May 2011 21:03:55
Message-Id: 26b296ea688088d47ad6a9820ad1624c89b9ad56.krakonos@gentoo
1 commit: 26b296ea688088d47ad6a9820ad1624c89b9ad56
2 Author: Ladislav Láska <laska <AT> kam <DOT> mff <DOT> cuni <DOT> cz>
3 AuthorDate: Thu May 5 21:02:10 2011 +0000
4 Commit: Ladislav Láska <ladislav.laska <AT> gmail <DOT> com>
5 CommitDate: Thu May 5 21:02:33 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde-sunset.git;a=commit;h=26b296ea
7
8 [dev-util/kodos] Fixed some warnings.
9
10 ---
11 dev-util/kodos/kodos-2.4.5-r1.ebuild | 9 +++++----
12 dev-util/kodos/kodos-2.4.9.ebuild | 5 ++++-
13 2 files changed, 9 insertions(+), 5 deletions(-)
14
15 diff --git a/dev-util/kodos/kodos-2.4.5-r1.ebuild b/dev-util/kodos/kodos-2.4.5-r1.ebuild
16 index 67d30d9..e0d8773 100644
17 --- a/dev-util/kodos/kodos-2.4.5-r1.ebuild
18 +++ b/dev-util/kodos/kodos-2.4.5-r1.ebuild
19 @@ -1,7 +1,9 @@
20 -# Copyright 1999-2009 Gentoo Foundation
21 +# Copyright 1999-2011 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Header: /var/cvsroot/gentoo-x86/dev-util/kodos/kodos-2.4.5-r1.ebuild,v 1.7 2009/10/12 17:20:59 ssuominen Exp $
24
25 +EAPI=3
26 +
27 inherit distutils eutils
28
29 DESCRIPTION="Kodos is a Python GUI utility for creating, testing and debugging regular expressions."
30 @@ -14,10 +16,9 @@ KEYWORDS="~amd64 ~ppc sparc x86"
31 IUSE=""
32
33 DEPEND=">dev-python/PyQt-3.8.1"
34 +RDEPEND="${DEPEND}"
35
36 -src_unpack() {
37 - unpack ${A}
38 - cd "${S}"
39 +src_prepare() {
40 epatch "${FILESDIR}"/${P}-sizetype.patch
41 }
42
43
44 diff --git a/dev-util/kodos/kodos-2.4.9.ebuild b/dev-util/kodos/kodos-2.4.9.ebuild
45 index e3029a0..d2762ab 100644
46 --- a/dev-util/kodos/kodos-2.4.9.ebuild
47 +++ b/dev-util/kodos/kodos-2.4.9.ebuild
48 @@ -1,7 +1,9 @@
49 -# Copyright 1999-2009 Gentoo Foundation
50 +# Copyright 1999-2011 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-util/kodos/kodos-2.4.9.ebuild,v 1.2 2009/10/12 17:22:28 ssuominen Exp $
53
54 +EAPI=3
55 +
56 inherit distutils eutils
57
58 DESCRIPTION="Kodos is a Python GUI utility for creating, testing and debugging regular expressions."
59 @@ -14,6 +16,7 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86"
60 IUSE=""
61
62 DEPEND=">dev-python/PyQt-3.8.1"
63 +RDEPEND="${DEPEND}"
64
65 src_install() {
66 distutils_src_install