summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Shoemaker <kutsuya@gentoo.org>2003-04-04 01:35:31 +0000
committerJason Shoemaker <kutsuya@gentoo.org>2003-04-04 01:35:31 +0000
commita29b25f0b42978ad49af84f497addb82acbabbe2 (patch)
treea8093bd149efa0e1d985d5b9e4a290be1e7ee354 /app-admin/zope-config
parentminor fix (diff)
downloadgentoo-2-a29b25f0b42978ad49af84f497addb82acbabbe2.tar.gz
gentoo-2-a29b25f0b42978ad49af84f497addb82acbabbe2.tar.bz2
gentoo-2-a29b25f0b42978ad49af84f497addb82acbabbe2.zip
~x86 -> x86 and added ~ppc
Diffstat (limited to 'app-admin/zope-config')
-rw-r--r--app-admin/zope-config/ChangeLog5
-rw-r--r--app-admin/zope-config/files/digest-zope-config-0.10
-rw-r--r--app-admin/zope-config/zope-config-0.1-r1.ebuild4
-rw-r--r--app-admin/zope-config/zope-config-0.1.ebuild21
4 files changed, 6 insertions, 24 deletions
diff --git a/app-admin/zope-config/ChangeLog b/app-admin/zope-config/ChangeLog
index 3f991f8970dc..5deb0e4e5022 100644
--- a/app-admin/zope-config/ChangeLog
+++ b/app-admin/zope-config/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for app-admin/zope-config
# Copyright 2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/zope-config/ChangeLog,v 1.3 2003/03/04 05:00:35 kutsuya Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/zope-config/ChangeLog,v 1.4 2003/04/04 01:31:48 kutsuya Exp $
*zope-config-0.1-r1 (25 Feb 2003)
+ 03 Apr 2003; Jason Shoemaker <kutsuya@gentoo.org> zope-config-0.1-r1.ebuild:
+ ~x86 -> x86 and added ~ppc
+
03 Mar 2003; Jason Shoemaker <kutsuya@gentoo.org> zope-config-0.1-r1.ebuild:
Changed dependencies to reflect the move of zope moved to net-zope.
diff --git a/app-admin/zope-config/files/digest-zope-config-0.1 b/app-admin/zope-config/files/digest-zope-config-0.1
deleted file mode 100644
index e69de29bb2d1..000000000000
--- a/app-admin/zope-config/files/digest-zope-config-0.1
+++ /dev/null
diff --git a/app-admin/zope-config/zope-config-0.1-r1.ebuild b/app-admin/zope-config/zope-config-0.1-r1.ebuild
index 941d267d73ab..7ee988a55ace 100644
--- a/app-admin/zope-config/zope-config-0.1-r1.ebuild
+++ b/app-admin/zope-config/zope-config-0.1-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/zope-config/zope-config-0.1-r1.ebuild,v 1.2 2003/03/04 05:00:35 kutsuya Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/zope-config/zope-config-0.1-r1.ebuild,v 1.3 2003/04/04 01:31:48 kutsuya Exp $
DESCRIPTION="A Gentoo Zope multi-Instance configure tool."
SRC_URI=""
@@ -10,7 +10,7 @@ IUSE=""
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~x86"
+KEYWORDS="x86 ~ppc"
DEPEND=""
RDEPEND=">=dev-util/dialog-0.7
diff --git a/app-admin/zope-config/zope-config-0.1.ebuild b/app-admin/zope-config/zope-config-0.1.ebuild
deleted file mode 100644
index e421761e7e13..000000000000
--- a/app-admin/zope-config/zope-config-0.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-
-# Copyright 2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/zope-config/zope-config-0.1.ebuild,v 1.1 2003/02/17 03:01:19 kutsuya Exp $
-
-DESCRIPTION="A Gentoo Zope Instance configure tool."
-SRC_URI=""
-HOMEPAGE=""
-IUSE=""
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86"
-
-DEPEND=">=dev-util/dialog-0.7
- sys-apps/grep
- sys-apps/sed"
-
-src_install() {
- dosbin ${FILESDIR}/${PV}/zope-config
-}