* [gentoo-commits] proj/kde-sunset:master commit in: dev-util/kodos/
@ 2011-05-05 21:03 Ladislav Láska
0 siblings, 0 replies; only message in thread
From: Ladislav Láska @ 2011-05-05 21:03 UTC (permalink / raw
To: gentoo-commits
commit: 26b296ea688088d47ad6a9820ad1624c89b9ad56
Author: Ladislav Láska <laska <AT> kam <DOT> mff <DOT> cuni <DOT> cz>
AuthorDate: Thu May 5 21:02:10 2011 +0000
Commit: Ladislav Láska <ladislav.laska <AT> gmail <DOT> com>
CommitDate: Thu May 5 21:02:33 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde-sunset.git;a=commit;h=26b296ea
[dev-util/kodos] Fixed some warnings.
---
dev-util/kodos/kodos-2.4.5-r1.ebuild | 9 +++++----
dev-util/kodos/kodos-2.4.9.ebuild | 5 ++++-
2 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/dev-util/kodos/kodos-2.4.5-r1.ebuild b/dev-util/kodos/kodos-2.4.5-r1.ebuild
index 67d30d9..e0d8773 100644
--- a/dev-util/kodos/kodos-2.4.5-r1.ebuild
+++ b/dev-util/kodos/kodos-2.4.5-r1.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2009 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/kodos/kodos-2.4.5-r1.ebuild,v 1.7 2009/10/12 17:20:59 ssuominen Exp $
+EAPI=3
+
inherit distutils eutils
DESCRIPTION="Kodos is a Python GUI utility for creating, testing and debugging regular expressions."
@@ -14,10 +16,9 @@ KEYWORDS="~amd64 ~ppc sparc x86"
IUSE=""
DEPEND=">dev-python/PyQt-3.8.1"
+RDEPEND="${DEPEND}"
-src_unpack() {
- unpack ${A}
- cd "${S}"
+src_prepare() {
epatch "${FILESDIR}"/${P}-sizetype.patch
}
diff --git a/dev-util/kodos/kodos-2.4.9.ebuild b/dev-util/kodos/kodos-2.4.9.ebuild
index e3029a0..d2762ab 100644
--- a/dev-util/kodos/kodos-2.4.9.ebuild
+++ b/dev-util/kodos/kodos-2.4.9.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2009 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/kodos/kodos-2.4.9.ebuild,v 1.2 2009/10/12 17:22:28 ssuominen Exp $
+EAPI=3
+
inherit distutils eutils
DESCRIPTION="Kodos is a Python GUI utility for creating, testing and debugging regular expressions."
@@ -14,6 +16,7 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
DEPEND=">dev-python/PyQt-3.8.1"
+RDEPEND="${DEPEND}"
src_install() {
distutils_src_install
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-05-05 21:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-05 21:03 [gentoo-commits] proj/kde-sunset:master commit in: dev-util/kodos/ Ladislav Láska
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox