diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2003-12-21 16:26:26 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2003-12-21 16:26:26 +0000 |
commit | ef0d6019115118a7baacab18c29c67f079bebb10 (patch) | |
tree | 3e34526a8253ad40e3967cdca2fd1d190231a3ef /dev-python | |
parent | Version bump (diff) | |
download | historical-ef0d6019115118a7baacab18c29c67f079bebb10.tar.gz historical-ef0d6019115118a7baacab18c29c67f079bebb10.tar.bz2 historical-ef0d6019115118a7baacab18c29c67f079bebb10.zip |
Version bump.
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/editobj/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/editobj/Manifest | 4 | ||||
-rw-r--r-- | dev-python/editobj/editobj-0.5.3.ebuild | 26 | ||||
-rw-r--r-- | dev-python/editobj/files/digest-editobj-0.5.3 | 1 |
4 files changed, 36 insertions, 2 deletions
diff --git a/dev-python/editobj/ChangeLog b/dev-python/editobj/ChangeLog index 8dfd88f14610..56e64e9cb742 100644 --- a/dev-python/editobj/ChangeLog +++ b/dev-python/editobj/ChangeLog @@ -1,6 +1,11 @@ # 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.2 2003/12/05 06:40:20 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/editobj/ChangeLog,v 1.3 2003/12/21 16:26:13 kloeri Exp $ + +*editobj-0.5.3 (21 Dec 2003) + + 21 Dec 2003; Bryan Østergaard,,, <kloeri@gentoo.org> editobj-0.5.3.ebuild: + Version bump. *editobj-0.5.2 (05 Dec 2003) diff --git a/dev-python/editobj/Manifest b/dev-python/editobj/Manifest index 35396f8ce640..0e7486770950 100644 --- a/dev-python/editobj/Manifest +++ b/dev-python/editobj/Manifest @@ -1,6 +1,8 @@ +MD5 297077d288d7b7a48c43ddd91d056e46 editobj-0.5.3.ebuild 849 MD5 162b8a7f77aae8448edbc9961e0b0c9c editobj-0.4.2.ebuild 852 -MD5 80bce8483f992c16b177a54b2f37598d ChangeLog 550 +MD5 e99e1fe5bc76dc33b8fb68b6369f4b63 ChangeLog 674 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 MD5 853d8e119bcccea0c799eb083141764f editobj-0.5.2.ebuild 851 MD5 9d01ad9054c4d8fd46a9ba24b662c9b5 files/digest-editobj-0.4.2 64 MD5 a99da4219c1d0c6db8dc2b16ca99cd74 files/digest-editobj-0.5.2 64 +MD5 edac8e6cc5f5f637002eadecb6a42da2 files/digest-editobj-0.5.3 64 diff --git a/dev-python/editobj/editobj-0.5.3.ebuild b/dev-python/editobj/editobj-0.5.3.ebuild new file mode 100644 index 000000000000..5e788f207c21 --- /dev/null +++ b/dev-python/editobj/editobj-0.5.3.ebuild @@ -0,0 +1,26 @@ +# 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.5.3.ebuild,v 1.1 2003/12/21 16:26:13 kloeri 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.5.3 b/dev-python/editobj/files/digest-editobj-0.5.3 new file mode 100644 index 000000000000..d44e262b8d1b --- /dev/null +++ b/dev-python/editobj/files/digest-editobj-0.5.3 @@ -0,0 +1 @@ +MD5 b933eac5959e2e269a806bd7c2ff0bee EditObj-0.5.3.tar.gz 47508 |