diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-05-10 18:46:34 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-05-10 18:46:34 +0000 |
commit | 4da7808e6379af899a7a8781c7346f46cca912b3 (patch) | |
tree | a588ac02d13f0a36966ae797c029ad61daa51606 /dev-python/editobj | |
parent | new package (diff) | |
download | gentoo-2-4da7808e6379af899a7a8781c7346f46cca912b3.tar.gz gentoo-2-4da7808e6379af899a7a8781c7346f46cca912b3.tar.bz2 gentoo-2-4da7808e6379af899a7a8781c7346f46cca912b3.zip |
new package
Diffstat (limited to 'dev-python/editobj')
-rw-r--r-- | dev-python/editobj/ChangeLog | 10 | ||||
-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 |
4 files changed, 41 insertions, 1 deletions
diff --git a/dev-python/editobj/ChangeLog b/dev-python/editobj/ChangeLog new file mode 100644 index 000000000000..f546cacecbba --- /dev/null +++ b/dev-python/editobj/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-python/editobj +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/editobj/ChangeLog,v 1.1 2003/05/10 18:43:23 liquidx Exp $ + +*editobj-0.4.2 (10 May 2003) + + 10 May 2003; Alastair Tse <liquidx@gentoo.org> editobj-0.4.2.ebuild: + Initial ebuild. Thanks to François Weykmans <nectroom@swing.be>. Part of + Slune and OOmadness suite. + 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 |