summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadoslaw Stachowiak <radek@gentoo.org>2005-02-19 20:12:34 +0000
committerRadoslaw Stachowiak <radek@gentoo.org>2005-02-19 20:12:34 +0000
commit6e178065cd382aab8ec542747943b6728331c823 (patch)
tree550695756b4050403f3b80cbed29fff46790ffca /net-zope
parentStable on ppc (diff)
downloadgentoo-2-6e178065cd382aab8ec542747943b6728331c823.tar.gz
gentoo-2-6e178065cd382aab8ec542747943b6728331c823.tar.bz2
gentoo-2-6e178065cd382aab8ec542747943b6728331c823.zip
marked stable and removed old.
(Portage version: 2.0.51.16)
Diffstat (limited to 'net-zope')
-rw-r--r--net-zope/zodb/ChangeLog7
-rw-r--r--net-zope/zodb/files/digest-zodb-3.21
-rw-r--r--net-zope/zodb/zodb-3.2.5.ebuild4
-rw-r--r--net-zope/zodb/zodb-3.2.ebuild28
4 files changed, 8 insertions, 32 deletions
diff --git a/net-zope/zodb/ChangeLog b/net-zope/zodb/ChangeLog
index 176f8cf8cc49..7b7407307a60 100644
--- a/net-zope/zodb/ChangeLog
+++ b/net-zope/zodb/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-zope/zodb
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/zodb/ChangeLog,v 1.5 2005/01/14 22:16:59 radek Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zodb/ChangeLog,v 1.6 2005/02/19 20:12:34 radek Exp $
+
+ 19 Feb 2005; Radoslaw Stachowiak <radek@gentoo.org> zodb-3.2.5.ebuild,
+ -zodb-3.2.ebuild:
+ marked 3.2.5 stable on x86
+ removed unnecesary old 3.2.ebuild
*zodb-3.2.5 (14 Jan 2005)
diff --git a/net-zope/zodb/files/digest-zodb-3.2 b/net-zope/zodb/files/digest-zodb-3.2
deleted file mode 100644
index b7975952ebbc..000000000000
--- a/net-zope/zodb/files/digest-zodb-3.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 bd8ccd82376c94eb673a1d13724c12ff ZODB3-3.2.tar.gz 857984
diff --git a/net-zope/zodb/zodb-3.2.5.ebuild b/net-zope/zodb/zodb-3.2.5.ebuild
index 411a02347952..739ee0b67563 100644
--- a/net-zope/zodb/zodb-3.2.5.ebuild
+++ b/net-zope/zodb/zodb-3.2.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/zodb/zodb-3.2.5.ebuild,v 1.1 2005/01/14 22:16:59 radek Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zodb/zodb-3.2.5.ebuild,v 1.2 2005/02/19 20:12:34 radek Exp $
inherit distutils
@@ -12,7 +12,7 @@ SRC_URI="${HOMEPAGE}/${MY_P}%203.2.5/${MY_P}3-3.2.5.tgz"
IUSE=""
LICENSE="ZPL"
SLOT="3.2"
-KEYWORDS="~x86"
+KEYWORDS="x86"
DEPEND=">=dev-lang/python-2.3.3"
diff --git a/net-zope/zodb/zodb-3.2.ebuild b/net-zope/zodb/zodb-3.2.ebuild
deleted file mode 100644
index a045b231d837..000000000000
--- a/net-zope/zodb/zodb-3.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/zodb/zodb-3.2.ebuild,v 1.3 2005/01/14 22:16:59 radek Exp $
-
-inherit distutils
-
-MY_P=ZODB
-
-DESCRIPTION="Zope Object DataBase."
-HOMEPAGE="http://zope.org/Products/${MY_P}${PV}"
-SRC_URI="http://zope.org/Products/${MY_P}${PV}/${PV}/${MY_P}3-${PV}.tar.gz"
-
-LICENSE="ZPL"
-SLOT="0"
-KEYWORDS="~x86"
-
-DEPEND=">=dev-lang/python-2.2.3"
-
-S=${WORKDIR}/${MY_P}3-${PV}
-
-src_compile() {
- distutils_src_compile
-}
-
-src_install() {
- distutils_src_install
- dohtml -a html -r Doc ExtensionClass
-}