summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2012-03-01 15:16:10 +0000
committerPatrick Lauer <patrick@gentoo.org>2012-03-01 15:16:10 +0000
commit8ed9a1b423fbb3ece9f73060e9cc433a4980a545 (patch)
tree6a3e202c4d785f7b521c94b0c606302a0813a3e5 /net-zope/zope-app-applicationcontrol
parentStable for amd64, wrt bug #401985 (diff)
downloadgentoo-2-8ed9a1b423fbb3ece9f73060e9cc433a4980a545.tar.gz
gentoo-2-8ed9a1b423fbb3ece9f73060e9cc433a4980a545.tar.bz2
gentoo-2-8ed9a1b423fbb3ece9f73060e9cc433a4980a545.zip
Removing p.masked net-zope deps
Diffstat (limited to 'net-zope/zope-app-applicationcontrol')
-rw-r--r--net-zope/zope-app-applicationcontrol/ChangeLog21
-rw-r--r--net-zope/zope-app-applicationcontrol/Manifest4
-rw-r--r--net-zope/zope-app-applicationcontrol/metadata.xml5
-rw-r--r--net-zope/zope-app-applicationcontrol/zope-app-applicationcontrol-3.5.9.ebuild40
4 files changed, 0 insertions, 70 deletions
diff --git a/net-zope/zope-app-applicationcontrol/ChangeLog b/net-zope/zope-app-applicationcontrol/ChangeLog
deleted file mode 100644
index 3f613ef8020f..000000000000
--- a/net-zope/zope-app-applicationcontrol/ChangeLog
+++ /dev/null
@@ -1,21 +0,0 @@
-# ChangeLog for net-zope/zope-app-applicationcontrol
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-app-applicationcontrol/ChangeLog,v 1.3 2010/12/19 18:44:00 arfrever Exp $
-
-*zope-app-applicationcontrol-3.5.9 (19 Dec 2010)
-
- 19 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
- -zope-app-applicationcontrol-3.5.8.ebuild,
- +zope-app-applicationcontrol-3.5.9.ebuild:
- Version bump.
-
- 29 Nov 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
- zope-app-applicationcontrol-3.5.8.ebuild:
- Restrict Jython ABIs.
-
-*zope-app-applicationcontrol-3.5.8 (15 Nov 2010)
-
- 15 Nov 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
- +zope-app-applicationcontrol-3.5.8.ebuild, +metadata.xml:
- Initial addition. Ebuild written by me.
-
diff --git a/net-zope/zope-app-applicationcontrol/Manifest b/net-zope/zope-app-applicationcontrol/Manifest
deleted file mode 100644
index 00ab2b5b7d41..000000000000
--- a/net-zope/zope-app-applicationcontrol/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST zope.app.applicationcontrol-3.5.9.tar.gz 17583 RMD160 28b854f55300ca7491c3b5311112673b95d03b81 SHA1 38fb2ee382be5f32257c13ddba67e3fb94751094 SHA256 afdb6ddd848580efb288f765d25255c61f00db293930ce6ae565b779bcbc6cf0
-EBUILD zope-app-applicationcontrol-3.5.9.ebuild 1029 RMD160 bbc9fa1b9e7f98f33b4ab8e930402c5feacd88a3 SHA1 df9e08534a49c94bcadb5d2167862888e97b3e3e SHA256 293ce2f17ab8217499d728d807607479623c3e2edb1a57d2afd73f5ffd5eb24f
-MISC ChangeLog 845 RMD160 eca6f48592362243070a13053af31f9e3dfc0e73 SHA1 9603879f2c8248c8c033a8001b729f8a9ee3e3c2 SHA256 4fe383172623b1b5c5e5fefb0fbcf0a6153eeec4dc1114e59b8294854b026873
-MISC metadata.xml 162 RMD160 379856c00e7e61b0979c1cd26ed2f48cdb1bd74a SHA1 4d2120f21d176aada015eaee7153bbdebbbd42ba SHA256 3157dae328536e1bd59bacf81cef22ffc02768f40791abe5229328db312ffbe1
diff --git a/net-zope/zope-app-applicationcontrol/metadata.xml b/net-zope/zope-app-applicationcontrol/metadata.xml
deleted file mode 100644
index 42125e6223db..000000000000
--- a/net-zope/zope-app-applicationcontrol/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>net-zope</herd>
-</pkgmetadata>
diff --git a/net-zope/zope-app-applicationcontrol/zope-app-applicationcontrol-3.5.9.ebuild b/net-zope/zope-app-applicationcontrol/zope-app-applicationcontrol-3.5.9.ebuild
deleted file mode 100644
index e2d368a0506e..000000000000
--- a/net-zope/zope-app-applicationcontrol/zope-app-applicationcontrol-3.5.9.ebuild
+++ /dev/null
@@ -1,40 +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-applicationcontrol/zope-app-applicationcontrol-3.5.9.ebuild,v 1.1 2010/12/19 18:44:00 arfrever Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython"
-
-inherit distutils
-
-MY_PN="${PN//-/.}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Zope applicationcontrol"
-HOMEPAGE="http://pypi.python.org/pypi/zope.app.applicationcontrol"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="ZPL"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="net-zope/zodb
- net-zope/zope-applicationcontrol
- net-zope/zope-component
- net-zope/zope-i18n
- net-zope/zope-i18nmessageid
- net-zope/zope-interface
- net-zope/zope-location
- net-zope/zope-security
- net-zope/zope-size
- net-zope/zope-traversing"
-DEPEND="${RDEPEND}
- dev-python/setuptools"
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS="CHANGES.txt README.txt"
-PYTHON_MODNAME="${PN//-//}"