diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2003-12-05 06:40:26 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2003-12-05 06:40:26 +0000 |
commit | 28ed26e64111b161516fabb9eb01c51e963bae27 (patch) | |
tree | 300e3e4517db4587afbd67676426f9664af0654b /dev-python/editobj | |
parent | Version bump (diff) | |
download | gentoo-2-28ed26e64111b161516fabb9eb01c51e963bae27.tar.gz gentoo-2-28ed26e64111b161516fabb9eb01c51e963bae27.tar.bz2 gentoo-2-28ed26e64111b161516fabb9eb01c51e963bae27.zip |
Version bump
Diffstat (limited to 'dev-python/editobj')
-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.2.ebuild | 28 | ||||
-rw-r--r-- | dev-python/editobj/files/digest-editobj-0.5.2 | 1 |
4 files changed, 38 insertions, 2 deletions
diff --git a/dev-python/editobj/ChangeLog b/dev-python/editobj/ChangeLog index f546cacecbba..8dfd88f14610 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.1 2003/05/10 18:43:23 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/editobj/ChangeLog,v 1.2 2003/12/05 06:40:20 kloeri Exp $ + +*editobj-0.5.2 (05 Dec 2003) + + 05 Dec 2003; Bryan Østergaard,,, <kloeri@gentoo.org> editobj-0.5.2.ebuild: + Version bump *editobj-0.4.2 (10 May 2003) diff --git a/dev-python/editobj/Manifest b/dev-python/editobj/Manifest index 33fdfa914fcb..35396f8ce640 100644 --- a/dev-python/editobj/Manifest +++ b/dev-python/editobj/Manifest @@ -1,4 +1,6 @@ -MD5 3b0ec4a72afe180217285d34a4f4c669 ChangeLog 428 MD5 162b8a7f77aae8448edbc9961e0b0c9c editobj-0.4.2.ebuild 852 +MD5 80bce8483f992c16b177a54b2f37598d ChangeLog 550 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 diff --git a/dev-python/editobj/editobj-0.5.2.ebuild b/dev-python/editobj/editobj-0.5.2.ebuild new file mode 100644 index 000000000000..aa0644e1bec8 --- /dev/null +++ b/dev-python/editobj/editobj-0.5.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.5.2.ebuild,v 1.1 2003/12/05 06:40:20 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.2 b/dev-python/editobj/files/digest-editobj-0.5.2 new file mode 100644 index 000000000000..2d520fd704a9 --- /dev/null +++ b/dev-python/editobj/files/digest-editobj-0.5.2 @@ -0,0 +1 @@ +MD5 0d026072e0cfde9f79d0f6b6bc2cc687 EditObj-0.5.2.tar.gz 47220 |