diff options
author | 2003-05-10 18:44:02 +0000 | |
---|---|---|
committer | 2003-05-10 18:44:02 +0000 | |
commit | 1cafcc1388c49b567561dc68589aedfff5e10028 (patch) | |
tree | c9eea2d93a440608baaac7f6f3d3bfe67386ee22 /dev-python | |
parent | new package (diff) | |
download | historical-1cafcc1388c49b567561dc68589aedfff5e10028.tar.gz historical-1cafcc1388c49b567561dc68589aedfff5e10028.tar.bz2 historical-1cafcc1388c49b567561dc68589aedfff5e10028.zip |
new package
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/editobj/Manifest | 3 | ||||
-rw-r--r-- | dev-python/editobj/editobj-0.4.2.ebuild | 28 | ||||
-rw-r--r-- | dev-python/editobj/files/digest-editobj-0.4.2 | 1 | ||||
-rw-r--r-- | dev-python/py2play/ChangeLog | 10 | ||||
-rw-r--r-- | dev-python/py2play/Manifest | 2 |
5 files changed, 43 insertions, 1 deletions
diff --git a/dev-python/editobj/Manifest b/dev-python/editobj/Manifest index c49f5b7eaa4d..d6e338154a53 100644 --- a/dev-python/editobj/Manifest +++ b/dev-python/editobj/Manifest @@ -1,2 +1,3 @@ -MD5 1e2689c1947f627d530ae5a8617c2da6 editobj-0.4.2.ebuild 574 +MD5 355b705533c23266fff3bcff83bf03e1 editobj-0.4.2.ebuild 878 +MD5 3b0ec4a72afe180217285d34a4f4c669 ChangeLog 428 MD5 9d01ad9054c4d8fd46a9ba24b662c9b5 files/digest-editobj-0.4.2 64 diff --git a/dev-python/editobj/editobj-0.4.2.ebuild b/dev-python/editobj/editobj-0.4.2.ebuild new file mode 100644 index 000000000000..fbcc065bebfd --- /dev/null +++ b/dev-python/editobj/editobj-0.4.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/editobj/editobj-0.4.2.ebuild,v 1.1 2003/05/10 18:43:23 liquidx Exp $ + +inherit distutils + +MY_P=${P/editobj/EditObj} +IUSE="" +DESCRIPTION="EditObj can create a dialog box to edit ANY Python object. It also includes a Tk tree widget, an event and a multiple undo-redo frameworks." +SRC_URI="http://oomadness.tuxfamily.org/downloads/${MY_P}.tar.gz + http://www.nectroom.homelinux.net/pkg/${MY_P}.tar.gz + http://nectroom.homelinux.net/pkg/${MY_P}.tar.gz" +HOMEPAGE="http://oomadness.tuxfamily.org/en/editobj/" +KEYWORDS="~x86" +SLOT="0" +LICENSE="GPL-2" +DEPEND="virtual/x11 + virtual/opengl + >=dev-lang/python-2.2.2 + >=dev-lang/tk-8.3" + +S=${WORKDIR}/${MY_P} + +pkg_setup() { + distutils_python_tkinter +} + + diff --git a/dev-python/editobj/files/digest-editobj-0.4.2 b/dev-python/editobj/files/digest-editobj-0.4.2 new file mode 100644 index 000000000000..aea244bfe36b --- /dev/null +++ b/dev-python/editobj/files/digest-editobj-0.4.2 @@ -0,0 +1 @@ +MD5 8b7b28457d0f1ee50bcbe68da120f538 EditObj-0.4.2.tar.gz 43198 diff --git a/dev-python/py2play/ChangeLog b/dev-python/py2play/ChangeLog new file mode 100644 index 000000000000..7ae657082548 --- /dev/null +++ b/dev-python/py2play/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-python/py2play +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/py2play/ChangeLog,v 1.1 2003/05/10 18:44:02 liquidx Exp $ + +*py2play-0.1.2 (10 May 2003) + + 10 May 2003; Alastair Tse <liquidx@gentoo.org> py2play-0.1.2.ebuild: + Initial ebuild. Thanks to François Weykmans <nectroom@swing.be>. Part of + Slune and OOmadness suite. + diff --git a/dev-python/py2play/Manifest b/dev-python/py2play/Manifest new file mode 100644 index 000000000000..3621b5a7cc46 --- /dev/null +++ b/dev-python/py2play/Manifest @@ -0,0 +1,2 @@ +MD5 0f4c54be16af2de9ed743d89244c5552 py2play-0.1.2.ebuild 449 +MD5 3f936eac8da4ba9519fa216a323ec969 files/digest-py2play-0.1.2 64 |