summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2005-01-04 10:49:09 +0000
committerBryan Østergaard <kloeri@gentoo.org>2005-01-04 10:49:09 +0000
commitddfb5af7e4fa5342547983d4b75d5e9f0d1c8396 (patch)
treecfa47298c3cb894d7db3db04dbaa4faec72ef23f /dev-python/editobj
parentStable on x86 and alpha. (Manifest recommit) (diff)
downloadgentoo-2-ddfb5af7e4fa5342547983d4b75d5e9f0d1c8396.tar.gz
gentoo-2-ddfb5af7e4fa5342547983d4b75d5e9f0d1c8396.tar.bz2
gentoo-2-ddfb5af7e4fa5342547983d4b75d5e9f0d1c8396.zip
Version bump, bug 76129.
Diffstat (limited to 'dev-python/editobj')
-rw-r--r--dev-python/editobj/ChangeLog9
-rw-r--r--dev-python/editobj/Manifest6
-rw-r--r--dev-python/editobj/editobj-0.5.3.ebuild4
-rw-r--r--dev-python/editobj/editobj-0.5.6.ebuild24
-rw-r--r--dev-python/editobj/files/digest-editobj-0.5.61
5 files changed, 38 insertions, 6 deletions
diff --git a/dev-python/editobj/ChangeLog b/dev-python/editobj/ChangeLog
index 6d102da2fa27..5304738a6874 100644
--- a/dev-python/editobj/ChangeLog
+++ b/dev-python/editobj/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/editobj
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/editobj/ChangeLog,v 1.7 2004/12/30 21:26:34 ciaranm Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/editobj/ChangeLog,v 1.8 2005/01/04 10:49:08 kloeri Exp $
+
+*editobj-0.5.6 (04 Jan 2005)
+
+ 04 Jan 2005; Bryan Østergaard <kloeri@gentoo.org> +editobj-0.5.6.ebuild:
+ Version bump, bug 76129.
30 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
Change encoding to UTF-8 for GLEP 31 compliance
diff --git a/dev-python/editobj/Manifest b/dev-python/editobj/Manifest
index b7fb0b959d15..74f1a3afa679 100644
--- a/dev-python/editobj/Manifest
+++ b/dev-python/editobj/Manifest
@@ -1,4 +1,6 @@
-MD5 a94e99bf6a02d7a844c05f59219d4c8b ChangeLog 1029
-MD5 54ad52f83ef276438ed75c1a89bb9ca2 editobj-0.5.3.ebuild 843
+MD5 fe53a3b2595f37d222044cd94a23f5e7 ChangeLog 1163
+MD5 341c7047b2a64602d38a6caaa75caedf editobj-0.5.6.ebuild 742
MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159
+MD5 c98627ba5b600e043cf745bd5eb645d3 editobj-0.5.3.ebuild 843
MD5 edac8e6cc5f5f637002eadecb6a42da2 files/digest-editobj-0.5.3 64
+MD5 c33a49403ae47a38a607373e8ed34527 files/digest-editobj-0.5.6 64
diff --git a/dev-python/editobj/editobj-0.5.3.ebuild b/dev-python/editobj/editobj-0.5.3.ebuild
index 190ebdca1eab..2548ea5ff87d 100644
--- a/dev-python/editobj/editobj-0.5.3.ebuild
+++ b/dev-python/editobj/editobj-0.5.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# 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.4 2004/08/03 11:22:05 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/editobj/editobj-0.5.3.ebuild,v 1.5 2005/01/04 10:49:09 kloeri Exp $
inherit distutils
diff --git a/dev-python/editobj/editobj-0.5.6.ebuild b/dev-python/editobj/editobj-0.5.6.ebuild
new file mode 100644
index 000000000000..ab512f108089
--- /dev/null
+++ b/dev-python/editobj/editobj-0.5.6.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/editobj/editobj-0.5.6.ebuild,v 1.1 2005/01/04 10:49:09 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://download.gna.org/songwrite/${MY_P}.tar.gz"
+HOMEPAGE="http://home.gna.org/oomadness/en/editobj/index.html"
+KEYWORDS="~x86 ~ppc"
+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.6 b/dev-python/editobj/files/digest-editobj-0.5.6
new file mode 100644
index 000000000000..7d09239f99b3
--- /dev/null
+++ b/dev-python/editobj/files/digest-editobj-0.5.6
@@ -0,0 +1 @@
+MD5 a8e999353957cd9fa9f5a6d6fcd0e889 EditObj-0.5.6.tar.gz 39614