summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-05-27 18:28:58 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-05-27 18:28:58 +0000
commit00c2ec1a5fafcd6f47de57dad53815a5c5886f9f (patch)
treed448428813fb1bd2e7d9d8f84df19c5412ab4f6c /net-zope
parentFixing precompilator flags, still respecting user settings (diff)
downloadhistorical-00c2ec1a5fafcd6f47de57dad53815a5c5886f9f.tar.gz
historical-00c2ec1a5fafcd6f47de57dad53815a5c5886f9f.tar.bz2
historical-00c2ec1a5fafcd6f47de57dad53815a5c5886f9f.zip
Delete older ebuild.
Diffstat (limited to 'net-zope')
-rw-r--r--net-zope/zope-i18n/zope-i18n-3.7.2.ebuild35
-rw-r--r--net-zope/zope-pagetemplate/zope-pagetemplate-3.5.0.ebuild37
-rw-r--r--net-zope/zope-tales/zope-tales-3.5.0.ebuild32
-rw-r--r--net-zope/zope-traversing/zope-traversing-3.12.0.ebuild38
4 files changed, 0 insertions, 142 deletions
diff --git a/net-zope/zope-i18n/zope-i18n-3.7.2.ebuild b/net-zope/zope-i18n/zope-i18n-3.7.2.ebuild
deleted file mode 100644
index 3019fa85e2d9..000000000000
--- a/net-zope/zope-i18n/zope-i18n-3.7.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-i18n/zope-i18n-3.7.2.ebuild,v 1.4 2010/02/14 19:17:23 armin76 Exp $
-
-EAPI="2"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit distutils
-
-MY_PN="${PN/-/.}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Zope3 Internationalization Support"
-HOMEPAGE="http://pypi.python.org/pypi/zope.i18n"
-SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="ZPL"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="dev-python/pytz
- net-zope/zope-component
- net-zope/zope-configuration
- net-zope/zope-i18nmessageid
- net-zope/zope-interface
- net-zope/zope-schema"
-DEPEND="${RDEPEND}
- dev-python/setuptools"
-RESTRICT_PYTHON_ABIS="3.*"
-
-S="${WORKDIR}/${MY_P}"
-
-PYTHON_MODNAME="${PN/-//}"
-DOCS="CHANGES.txt README.txt"
diff --git a/net-zope/zope-pagetemplate/zope-pagetemplate-3.5.0.ebuild b/net-zope/zope-pagetemplate/zope-pagetemplate-3.5.0.ebuild
deleted file mode 100644
index e02f44e8c313..000000000000
--- a/net-zope/zope-pagetemplate/zope-pagetemplate-3.5.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-pagetemplate/zope-pagetemplate-3.5.0.ebuild,v 1.4 2010/02/14 19:17:24 armin76 Exp $
-
-EAPI="2"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit distutils
-
-MY_PN="${PN/-/.}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Zope Page Templates"
-HOMEPAGE="http://pypi.python.org/pypi/zope.pagetemplate"
-SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="ZPL"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="net-zope/zope-component
- net-zope/zope-i18n
- net-zope/zope-i18nmessageid
- net-zope/zope-interface
- net-zope/zope-security
- net-zope/zope-tal
- net-zope/zope-tales
- net-zope/zope-traversing"
-DEPEND="${RDEPEND}
- dev-python/setuptools"
-RESTRICT_PYTHON_ABIS="3.*"
-
-S="${WORKDIR}/${MY_P}"
-
-PYTHON_MODNAME="${PN/-//}"
-DOCS="CHANGES.txt README.txt"
diff --git a/net-zope/zope-tales/zope-tales-3.5.0.ebuild b/net-zope/zope-tales/zope-tales-3.5.0.ebuild
deleted file mode 100644
index 73a862508ea7..000000000000
--- a/net-zope/zope-tales/zope-tales-3.5.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-tales/zope-tales-3.5.0.ebuild,v 1.4 2010/02/14 19:16:50 armin76 Exp $
-
-EAPI="2"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit distutils
-
-MY_PN="${PN/-/.}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Zope 3 Template Application Language Expression Syntax (TALES)"
-HOMEPAGE="http://pypi.python.org/pypi/zope.tales"
-SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"
-
-LICENSE="ZPL"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="net-zope/zope-interface
- net-zope/zope-tal"
-DEPEND="${RDEPEND}
- app-arch/unzip
- dev-python/setuptools"
-RESTRICT_PYTHON_ABIS="3.*"
-
-S="${WORKDIR}/${MY_P}"
-
-PYTHON_MODNAME="${PN/-//}"
-DOCS="CHANGES.txt README.txt"
diff --git a/net-zope/zope-traversing/zope-traversing-3.12.0.ebuild b/net-zope/zope-traversing/zope-traversing-3.12.0.ebuild
deleted file mode 100644
index 419a1762d584..000000000000
--- a/net-zope/zope-traversing/zope-traversing-3.12.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-traversing/zope-traversing-3.12.0.ebuild,v 1.4 2010/02/14 19:16:55 armin76 Exp $
-
-EAPI="2"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit distutils
-
-MY_PN="${PN/-/.}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Resolving paths in the object hierarchy"
-HOMEPAGE="http://pypi.python.org/pypi/zope.traversing"
-SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"
-
-LICENSE="ZPL"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="net-zope/zope-component
- net-zope/zope-i18n
- net-zope/zope-i18nmessageid
- net-zope/zope-interface
- net-zope/zope-location
- net-zope/zope-proxy
- net-zope/zope-publisher
- net-zope/zope-security"
-DEPEND="${RDEPEND}
- app-arch/unzip
- dev-python/setuptools"
-RESTRICT_PYTHON_ABIS="3.*"
-
-S="${WORKDIR}/${MY_P}"
-
-PYTHON_MODNAME="${PN/-//}"
-DOCS="CHANGES.txt README.txt"