Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 34888 - kodos-2.0.ebuild (New Package)
Summary: kodos-2.0.ebuild (New Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-02 07:00 UTC by Josh Glover (RETIRED)
Modified: 2004-05-25 06:51 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
kodos-2.0.ebuild (kodos-2.0.ebuild,651 bytes, text/plain)
2003-12-02 07:01 UTC, Josh Glover (RETIRED)
Details
kodos-2.3.1.ebuild (kodos-2.3.1.ebuild,523 bytes, text/plain)
2004-02-03 03:54 UTC, Carsten Lohrke (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Josh Glover (RETIRED) gentoo-dev 2003-12-02 07:00:01 UTC
I have attached an ebuild for Kodos, which is a Python regular expression debugging tool. It has a PyQT GUI. The homepage is: 

http://kodos.sourceforge.net/home.html

I suggest that it be placed in dev-python/kodos. The dependencies are: Python 1.5+, PyQT 2.3+, and SIP.

Cheers,
Josh
Comment 1 Josh Glover (RETIRED) gentoo-dev 2003-12-02 07:01:04 UTC
Created attachment 21586 [details]
kodos-2.0.ebuild
Comment 2 Josh Glover (RETIRED) gentoo-dev 2003-12-02 14:38:17 UTC
Comment on attachment 21586 [details]
kodos-2.0.ebuild

># Copyright 1999-2003 Josh Glover <jmglov@jmglov.net>
># Distributed under the terms of the GNU General Public License v2
>
>DESCRIPTION="The Python Regular Expression Debugger"
>HOMEPAGE="http://kodos.sourceforge.net/home.html"
>SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
>
>LICENSE="GPL-2"
>SLOT="0"
>KEYWORDS="x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64"
>
>RDEPEND=">=dev-lang/python-1.5
>         >=dev-python/PyQt-2.3
>         dev-python/sip"
>
>DEPEND="${RDEPEND}"
>
>src_install() {
>	dohtml -r help/*
>	dodir /usr/local/kodos
>	cp -r . ${D}/usr/local/kodos
>	echo 'python /usr/local/kodos/kodos.py' >kodos
>	dobin kodos
>}
Comment 3 Josh Glover (RETIRED) gentoo-dev 2003-12-02 14:39:41 UTC
I fixed the ebuild to use the mirror://sourceforge style, so that all downloads do not crush UMN's Sourceforge mirror.
Comment 4 Alastair Tse (RETIRED) gentoo-dev 2003-12-06 06:58:21 UTC
why is it installing things in /usr/local rather that in /usr
Comment 5 Carsten Lohrke (RETIRED) gentoo-dev 2004-02-03 03:54:42 UTC
Created attachment 24880 [details]
kodos-2.3.1.ebuild
Comment 6 Carsten Lohrke (RETIRED) gentoo-dev 2004-02-08 03:57:26 UTC
2.4.0
Comment 7 Carsten Lohrke (RETIRED) gentoo-dev 2004-04-10 06:37:45 UTC
2.4.2
Comment 8 Carsten Lohrke (RETIRED) gentoo-dev 2004-05-25 06:51:00 UTC
commited