summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2004-01-22 14:41:34 +0000
committerHeinrich Wendel <lanius@gentoo.org>2004-01-22 14:41:34 +0000
commit97b6691ab6c41fe9ca0144f64a48341249814b36 (patch)
treecc48b732a57c9e1f5ff5678de577ff9bcad8aae1 /net-zope/zopeedit
parentseperate zopeedit as extra ebuild (diff)
downloadhistorical-97b6691ab6c41fe9ca0144f64a48341249814b36.tar.gz
historical-97b6691ab6c41fe9ca0144f64a48341249814b36.tar.bz2
historical-97b6691ab6c41fe9ca0144f64a48341249814b36.zip
initial release, separated from ExternalEditor
Diffstat (limited to 'net-zope/zopeedit')
-rw-r--r--net-zope/zopeedit/ChangeLog9
-rw-r--r--net-zope/zopeedit/Manifest2
-rw-r--r--net-zope/zopeedit/files/digest-zopeedit-0.71
-rw-r--r--net-zope/zopeedit/metadata.xml5
-rw-r--r--net-zope/zopeedit/zopeedit-0.7.ebuild13
5 files changed, 30 insertions, 0 deletions
diff --git a/net-zope/zopeedit/ChangeLog b/net-zope/zopeedit/ChangeLog
new file mode 100644
index 000000000000..2ef43fb22e33
--- /dev/null
+++ b/net-zope/zopeedit/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for net-zope/zopeedit
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zopeedit/ChangeLog,v 1.1 2004/01/22 14:41:34 lanius Exp $
+
+*zopeedit-0.7 (22 Jan 2004)
+
+ 22 Jan 2004; Heinrich Wendel <lanius@gentoo.org> zopeedit-0.7.ebuild:
+ initial release, separated from ExternalEditor
+
diff --git a/net-zope/zopeedit/Manifest b/net-zope/zopeedit/Manifest
new file mode 100644
index 000000000000..c9e600866ae9
--- /dev/null
+++ b/net-zope/zopeedit/Manifest
@@ -0,0 +1,2 @@
+MD5 8751ef2593ce7fe6d7405968d2ece69b zopeedit-0.7.ebuild 616
+MD5 0fac49e75295b33ebd93019d2b974500 files/digest-zopeedit-0.7 64
diff --git a/net-zope/zopeedit/files/digest-zopeedit-0.7 b/net-zope/zopeedit/files/digest-zopeedit-0.7
new file mode 100644
index 000000000000..0a312e7c921e
--- /dev/null
+++ b/net-zope/zopeedit/files/digest-zopeedit-0.7
@@ -0,0 +1 @@
+MD5 87fe890a7f7c2506db16142bc4789b38 zopeedit-0.7-src.tgz 22798
diff --git a/net-zope/zopeedit/metadata.xml b/net-zope/zopeedit/metadata.xml
new file mode 100644
index 000000000000..46c8eea1b318
--- /dev/null
+++ b/net-zope/zopeedit/metadata.xml
@@ -0,0 +1,5 @@
+<?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/zopeedit/zopeedit-0.7.ebuild b/net-zope/zopeedit/zopeedit-0.7.ebuild
new file mode 100644
index 000000000000..db301a565c53
--- /dev/null
+++ b/net-zope/zopeedit/zopeedit-0.7.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zopeedit/zopeedit-0.7.ebuild,v 1.1 2004/01/22 14:41:34 lanius Exp $
+
+inherit distutils
+
+DESCRIPTION="The ExternalEditor is a Zope product and configurable helper application that allows you to drop into your favorite editor(s) directly from the ZMI to modify Zope objects."
+HOMEPAGE="http://www.zope.org/Members/Caseman/ExternalEditor/"
+SRC_URI="http://www.zope.org/Members/Caseman/ExternalEditor/0.7/zopeedit-${PV}-src.tgz"
+LICENSE="ZPL"
+KEYWORDS="~x86 ~ppc"
+SLOT="0"
+S=${WORKDIR}/${PN}-${PV}-src