summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2004-04-01 00:27:47 +0000
committerBryan Østergaard <kloeri@gentoo.org>2004-04-01 00:27:47 +0000
commit6ed2fefa1d1c7b510e4b616d2580998963b2be3b (patch)
tree4ced4d732d378a34d0a7d0e7aab77ab23fbac8df /dev-python/editobj
parentAnd the minor docs, too. (diff)
downloadhistorical-6ed2fefa1d1c7b510e4b616d2580998963b2be3b.tar.gz
historical-6ed2fefa1d1c7b510e4b616d2580998963b2be3b.tar.bz2
historical-6ed2fefa1d1c7b510e4b616d2580998963b2be3b.zip
Mark 0.5.3 stable on x86. Remove old versions.
Diffstat (limited to 'dev-python/editobj')
-rw-r--r--dev-python/editobj/ChangeLog8
-rw-r--r--dev-python/editobj/Manifest8
-rw-r--r--dev-python/editobj/editobj-0.4.2.ebuild28
-rw-r--r--dev-python/editobj/editobj-0.5.2.ebuild28
-rw-r--r--dev-python/editobj/editobj-0.5.3.ebuild6
-rw-r--r--dev-python/editobj/files/digest-editobj-0.4.21
-rw-r--r--dev-python/editobj/files/digest-editobj-0.5.21
7 files changed, 11 insertions, 69 deletions
diff --git a/dev-python/editobj/ChangeLog b/dev-python/editobj/ChangeLog
index 56e64e9cb742..30604a4479eb 100644
--- a/dev-python/editobj/ChangeLog
+++ b/dev-python/editobj/ChangeLog
@@ -1,6 +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.3 2003/12/21 16:26:13 kloeri Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/editobj/ChangeLog,v 1.4 2004/04/01 00:27:47 kloeri Exp $
+
+ 01 Apr 2004; Bryan Østergaard <kloeri@gentoo.org> editobj-0.4.2.ebuild,
+ editobj-0.5.2.ebuild, editobj-0.5.3.ebuild:
+ Mark 0.5.3 stable on x86. Remove old versions.
*editobj-0.5.3 (21 Dec 2003)
diff --git a/dev-python/editobj/Manifest b/dev-python/editobj/Manifest
index 0e7486770950..71aa349ea43c 100644
--- a/dev-python/editobj/Manifest
+++ b/dev-python/editobj/Manifest
@@ -1,8 +1,4 @@
-MD5 297077d288d7b7a48c43ddd91d056e46 editobj-0.5.3.ebuild 849
-MD5 162b8a7f77aae8448edbc9961e0b0c9c editobj-0.4.2.ebuild 852
-MD5 e99e1fe5bc76dc33b8fb68b6369f4b63 ChangeLog 674
+MD5 dcfc27f96a384a26b7a21a5e4438fbec ChangeLog 844
+MD5 50c78a357238ef47f7e6d5be57cf81ed editobj-0.5.3.ebuild 848
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.4.2.ebuild b/dev-python/editobj/editobj-0.4.2.ebuild
deleted file mode 100644
index 525d7aa84e3e..000000000000
--- a/dev-python/editobj/editobj-0.4.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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.6 2003/09/11 01:14:04 msterret 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/editobj-0.5.2.ebuild b/dev-python/editobj/editobj-0.5.2.ebuild
deleted file mode 100644
index aa0644e1bec8..000000000000
--- a/dev-python/editobj/editobj-0.5.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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/editobj-0.5.3.ebuild b/dev-python/editobj/editobj-0.5.3.ebuild
index 5e788f207c21..98a15c2bf63e 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-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/editobj/editobj-0.5.3.ebuild,v 1.2 2004/04/01 00:27:47 kloeri Exp $
inherit distutils
@@ -11,7 +11,7 @@ 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"
+KEYWORDS="x86"
SLOT="0"
LICENSE="GPL-2"
DEPEND="virtual/x11
diff --git a/dev-python/editobj/files/digest-editobj-0.4.2 b/dev-python/editobj/files/digest-editobj-0.4.2
deleted file mode 100644
index aea244bfe36b..000000000000
--- a/dev-python/editobj/files/digest-editobj-0.4.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8b7b28457d0f1ee50bcbe68da120f538 EditObj-0.4.2.tar.gz 43198
diff --git a/dev-python/editobj/files/digest-editobj-0.5.2 b/dev-python/editobj/files/digest-editobj-0.5.2
deleted file mode 100644
index 2d520fd704a9..000000000000
--- a/dev-python/editobj/files/digest-editobj-0.5.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0d026072e0cfde9f79d0f6b6bc2cc687 EditObj-0.5.2.tar.gz 47220