summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-zope')
-rw-r--r--net-zope/simpletal/ChangeLog14
-rw-r--r--net-zope/simpletal/Manifest6
-rw-r--r--net-zope/simpletal/files/digest-simpletal-3.111
-rw-r--r--net-zope/simpletal/files/digest-simpletal-3.91
-rw-r--r--net-zope/simpletal/metadata.xml5
-rw-r--r--net-zope/simpletal/simpletal-3.11.ebuild48
-rw-r--r--net-zope/simpletal/simpletal-3.9.ebuild45
7 files changed, 0 insertions, 120 deletions
diff --git a/net-zope/simpletal/ChangeLog b/net-zope/simpletal/ChangeLog
deleted file mode 100644
index 245882f8f2ca..000000000000
--- a/net-zope/simpletal/ChangeLog
+++ /dev/null
@@ -1,14 +0,0 @@
-# ChangeLog for net-zope/simpletal
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/simpletal/ChangeLog,v 1.3 2004/11/09 07:41:33 radek Exp $
-
-*simpletal-3.11 (09 Nov 2004)
-
- 09 Nov 2004; Radoslaw Stachowiak <radek@gentoo.org>
- +simpletal-3.11.ebuild:
- New version release. Also added html documentation to ebuild.
-
- 12 May 2004; Jodok Batlogg <batlogg@gentoo.org>; :
- initial import, user submitted ebuild, fixes #50278, thanks to Iain Smith
- <gentoo@iesmith.net>
-
diff --git a/net-zope/simpletal/Manifest b/net-zope/simpletal/Manifest
deleted file mode 100644
index 07834d5050b5..000000000000
--- a/net-zope/simpletal/Manifest
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 12c3ee7d9a885f4755da3019b5cf9c67 simpletal-3.9.ebuild 1311
-MD5 8ab8ecbb14f312ac49d7e3bc26bcab9a simpletal-3.11.ebuild 1340
-MD5 18bf0578e9810f8f94197b3ac589767d ChangeLog 537
-MD5 7890d88c5c6d189fbe6b187a3ebb6532 metadata.xml 161
-MD5 8ab1c501fda1db4fbdaa3a452d1ad025 files/digest-simpletal-3.11 65
-MD5 6087cc9e8740414f14c5d41646acc8ae files/digest-simpletal-3.9 64
diff --git a/net-zope/simpletal/files/digest-simpletal-3.11 b/net-zope/simpletal/files/digest-simpletal-3.11
deleted file mode 100644
index 229be1663745..000000000000
--- a/net-zope/simpletal/files/digest-simpletal-3.11
+++ /dev/null
@@ -1 +0,0 @@
-MD5 fe37ab089165625738a10736a573b0b3 SimpleTAL-3.11.tar.gz 84558
diff --git a/net-zope/simpletal/files/digest-simpletal-3.9 b/net-zope/simpletal/files/digest-simpletal-3.9
deleted file mode 100644
index 81c4bf7dd71f..000000000000
--- a/net-zope/simpletal/files/digest-simpletal-3.9
+++ /dev/null
@@ -1 +0,0 @@
-MD5 08a539e94b4693f3072cdab124e8ade9 SimpleTAL-3.9.tar.gz 56859
diff --git a/net-zope/simpletal/metadata.xml b/net-zope/simpletal/metadata.xml
deleted file mode 100644
index 46c8eea1b318..000000000000
--- a/net-zope/simpletal/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/simpletal/simpletal-3.11.ebuild b/net-zope/simpletal/simpletal-3.11.ebuild
deleted file mode 100644
index b40e9ddca876..000000000000
--- a/net-zope/simpletal/simpletal-3.11.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/simpletal/simpletal-3.11.ebuild,v 1.1 2004/11/09 07:41:33 radek Exp $
-
-IUSE=""
-
-MY_P=SimpleTAL
-
-inherit distutils
-
-DESCRIPTION="SimpleTAL is a stand alone Python implementation of the TAL, TALES and METAL specifications used in Zope to power HTML and XML templates."
-SRC_URI="http://www.owlfish.com/software/simpleTAL/downloads/${MY_P}-${PV}.tar.gz"
-HOMEPAGE="http://www.owlfish.com/software/simpleTAL/"
-DEPEND="virtual/python"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha"
-
-S=${WORKDIR}/${MY_P}-${PV}
-
-src_compile() {
- distutils_src_compile || die
-}
-
-src_install() {
- distutils_src_install
-
- dohtml documentation/html/*
-
- docinto examples/basic
- dodoc examples/basic/basic-example.py
- dodoc examples/basic/basic.html
-
- docinto examples/cgi-example
- dodoc examples/cgi-example/simple-cgi.py
- dodoc examples/cgi-example/fields.html
- dodoc examples/cgi-example/results.html
-
- docinto examples/metal-example
- dodoc examples/metal-example/metal-example.py
- dodoc examples/metal-example/macro.html
- dodoc examples/metal-example/page.html
-
- docinto examples/structure-example
- dodoc examples/structure-example/structure-example.py
- dodoc examples/structure-example/structure.html
-
-}
diff --git a/net-zope/simpletal/simpletal-3.9.ebuild b/net-zope/simpletal/simpletal-3.9.ebuild
deleted file mode 100644
index ff95db817de2..000000000000
--- a/net-zope/simpletal/simpletal-3.9.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/simpletal/simpletal-3.9.ebuild,v 1.2 2004/06/25 01:25:01 agriffis Exp $
-
-IUSE=""
-
-MY_P=SimpleTAL
-
-inherit distutils
-
-DESCRIPTION="SimpleTAL is a stand alone Python implementation of the TAL, TALES and METAL specifications used in Zope to power HTML and XML templates."
-SRC_URI="http://www.owlfish.com/software/simpleTAL/downloads/${MY_P}-${PV}.tar.gz"
-HOMEPAGE="http://www.owlfish.com/software/simpleTAL/"
-DEPEND="virtual/python"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha"
-
-S=${WORKDIR}/${MY_P}-${PV}
-
-src_compile() {
- distutils_src_compile || die
-}
-
-src_install() {
- distutils_src_install
-
- docinto examples/basic
- dodoc examples/basic/basic-example.py
- dodoc examples/basic/basic.html
-
- docinto examples/cgi-example
- dodoc examples/cgi-example/simple-cgi.py
- dodoc examples/cgi-example/fields.html
- dodoc examples/cgi-example/results.html
-
- docinto examples/metal-example
- dodoc examples/metal-example/metal-example.py
- dodoc examples/metal-example/macro.html
- dodoc examples/metal-example/page.html
-
- docinto examples/structure-example
- dodoc examples/structure-example/structure-example.py
- dodoc examples/structure-example/structure.html
-}