diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2007-01-05 22:24:34 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2007-01-05 22:24:34 +0000 |
commit | c88c52a017e734b947921940b429cfeede93457f (patch) | |
tree | 3a37ec2899e05259a60c040246d582af785525d4 /dev-util/kodos | |
parent | einfo -> elog (diff) | |
download | gentoo-2-c88c52a017e734b947921940b429cfeede93457f.tar.gz gentoo-2-c88c52a017e734b947921940b429cfeede93457f.tar.bz2 gentoo-2-c88c52a017e734b947921940b429cfeede93457f.zip |
Version bump. Bug #158505. Thanks Ali Polatel
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'dev-util/kodos')
-rw-r--r-- | dev-util/kodos/ChangeLog | 9 | ||||
-rw-r--r-- | dev-util/kodos/files/digest-kodos-2.4.9 | 3 | ||||
-rw-r--r-- | dev-util/kodos/kodos-2.4.9.ebuild | 22 |
3 files changed, 32 insertions, 2 deletions
diff --git a/dev-util/kodos/ChangeLog b/dev-util/kodos/ChangeLog index 26b5dadd3693..ade1f2e101bb 100644 --- a/dev-util/kodos/ChangeLog +++ b/dev-util/kodos/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/kodos -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/kodos/ChangeLog,v 1.13 2005/06/30 13:12:41 gustavoz Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/kodos/ChangeLog,v 1.14 2007/01/05 22:24:34 pythonhead Exp $ + +*kodos-2.4.9 (05 Jan 2007) + + 05 Jan 2007; Rob Cakebread <pythonhead@gentoo.org> +kodos-2.4.9.ebuild: + Version bump. Bug #158505. Thanks Ali Polatel 30 Jun 2005; Gustavo Zacarias <gustavoz@gentoo.org> kodos-2.4.5-r1.ebuild: Stable on sparc diff --git a/dev-util/kodos/files/digest-kodos-2.4.9 b/dev-util/kodos/files/digest-kodos-2.4.9 new file mode 100644 index 000000000000..c51d47fa875c --- /dev/null +++ b/dev-util/kodos/files/digest-kodos-2.4.9 @@ -0,0 +1,3 @@ +MD5 d608c8b3484667d3a82ba6dfe29bb18d kodos-2.4.9.tar.gz 450343 +RMD160 0f1f83a8ec5165056affc11f05b34a4c832f3372 kodos-2.4.9.tar.gz 450343 +SHA256 24e781a2fb74c890992fe8bc572b91ae1a0122ff572857e31d5455a9bc72094c kodos-2.4.9.tar.gz 450343 diff --git a/dev-util/kodos/kodos-2.4.9.ebuild b/dev-util/kodos/kodos-2.4.9.ebuild new file mode 100644 index 000000000000..a5f30341e818 --- /dev/null +++ b/dev-util/kodos/kodos-2.4.9.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2007 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.1 2007/01/05 22:24:34 pythonhead Exp $ + +inherit distutils eutils + +DESCRIPTION="Kodos is a Python GUI utility for creating, testing and debugging regular expressions." +HOMEPAGE="http://kodos.sourceforge.net/" +SRC_URI="mirror://sourceforge/kodos/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND=">dev-python/PyQt-3.8.1" + +src_install() { + distutils_src_install + cd ${D}/usr/bin + dosym kodos.py /usr/bin/kodos +} |