diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-04-01 00:27:47 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-04-01 00:27:47 +0000 |
commit | c630bf6e12cde61ea2079f451e72f799c0313496 (patch) | |
tree | af46b8efa9d62d5367fde0ac14a00dee40e361cc /dev-python/editobj | |
parent | added amd64 to keywords (Manifest recommit) (diff) | |
download | gentoo-2-c630bf6e12cde61ea2079f451e72f799c0313496.tar.gz gentoo-2-c630bf6e12cde61ea2079f451e72f799c0313496.tar.bz2 gentoo-2-c630bf6e12cde61ea2079f451e72f799c0313496.zip |
Mark 0.5.3 stable on x86. Remove old versions.
Diffstat (limited to 'dev-python/editobj')
-rw-r--r-- | dev-python/editobj/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/editobj/editobj-0.4.2.ebuild | 28 | ||||
-rw-r--r-- | dev-python/editobj/editobj-0.5.2.ebuild | 28 | ||||
-rw-r--r-- | dev-python/editobj/editobj-0.5.3.ebuild | 6 | ||||
-rw-r--r-- | dev-python/editobj/files/digest-editobj-0.4.2 | 1 | ||||
-rw-r--r-- | dev-python/editobj/files/digest-editobj-0.5.2 | 1 |
6 files changed, 9 insertions, 63 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/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 |