summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-09-17 15:06:17 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-09-17 15:06:17 +0000
commitf5693b605c6a92a716557f1366bc16af856d8ef2 (patch)
treee124dd7b70dd1da20bcd2eb8e3e4691044c13874 /net-zope
parentRemove perl maintainer tags if in perl herd. Remove empty longdescriptions (diff)
downloadhistorical-f5693b605c6a92a716557f1366bc16af856d8ef2.tar.gz
historical-f5693b605c6a92a716557f1366bc16af856d8ef2.tar.bz2
historical-f5693b605c6a92a716557f1366bc16af856d8ef2.zip
Delete older ebuild.
Diffstat (limited to 'net-zope')
-rw-r--r--net-zope/zope-app-publisher/ChangeLog6
-rw-r--r--net-zope/zope-app-publisher/zope-app-publisher-3.10.1.ebuild43
2 files changed, 5 insertions, 44 deletions
diff --git a/net-zope/zope-app-publisher/ChangeLog b/net-zope/zope-app-publisher/ChangeLog
index 42ce5008b3eb..a21e64162a77 100644
--- a/net-zope/zope-app-publisher/ChangeLog
+++ b/net-zope/zope-app-publisher/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-zope/zope-app-publisher
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-app-publisher/ChangeLog,v 1.5 2010/02/14 19:17:32 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-app-publisher/ChangeLog,v 1.6 2010/09/17 15:06:17 arfrever Exp $
+
+ 17 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ -zope-app-publisher-3.10.1.ebuild:
+ Delete.
14 Feb 2010; Raúl Porcel <armin76@gentoo.org>
zope-app-publisher-3.10.1.ebuild:
diff --git a/net-zope/zope-app-publisher/zope-app-publisher-3.10.1.ebuild b/net-zope/zope-app-publisher/zope-app-publisher-3.10.1.ebuild
deleted file mode 100644
index f6a7343cf9a2..000000000000
--- a/net-zope/zope-app-publisher/zope-app-publisher-3.10.1.ebuild
+++ /dev/null
@@ -1,43 +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-app-publisher/zope-app-publisher-3.10.1.ebuild,v 1.3 2010/02/14 19:17:32 armin76 Exp $
-
-EAPI="2"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit distutils
-
-MY_PN="${PN//-/.}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Implementations and means for configuration of Zope 3-style views and resources."
-HOMEPAGE="http://pypi.python.org/pypi/zope.app.publisher"
-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-browsermenu
- net-zope/zope-browserpage
- net-zope/zope-browserresource
- net-zope/zope-component
- net-zope/zope-configuration
- net-zope/zope-componentvocabulary
- net-zope/zope-datetime
- net-zope/zope-i18nmessageid
- net-zope/zope-interface
- net-zope/zope-location
- net-zope/zope-ptresource
- >=net-zope/zope-publisher-3.12
- net-zope/zope-schema
- net-zope/zope-security"
-DEPEND="${RDEPEND}
- dev-python/setuptools"
-RESTRICT_PYTHON_ABIS="3.*"
-
-S="${WORKDIR}/${MY_P}"
-
-PYTHON_MODNAME="${PN//-//}"
-DOCS="CHANGES.txt README.txt"