Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 45511 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-11 / +4 lines)
Line  Link Here
0
-- /usr/portage/net-zope/archetypes/archetypes-1.2.3.ebuild    2004-01-19 14:12:40.000000000 +0100
0
++ archetypes-1.2.5_rc4.ebuild 2004-03-23 19:38:10.000000000 +0100
Lines 1-10 Link Here
1
# Copyright 1999-2004 Gentoo Technologies, Inc.
1
# Copyright 1999-2004 Gentoo Technologies, Inc.
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /home/cvsroot/gentoo-x86/net-zope/archetypes/archetypes-1.2.3.ebuild,v 1.1 2004/01/19 13:12:40 lanius Exp $
3
# $Header: /home/cvs/gentoo/portage/net-zope/archetypes/archetypes-1.2.5_rc4.ebuild,v 1.1 2004/03/23 18:38:10 jb Exp $
4
4
5
inherit zproduct
5
inherit zproduct
6
6
7
MY_P=${PN}-${PV}_final
7
MY_P=${PN}-1.2.5-rc4
8
8
9
DESCRIPTION="Allows creation of new content types for Plone"
9
DESCRIPTION="Allows creation of new content types for Plone"
10
HOMEPAGE="http://www.sourceforge.net/projects/${PN}"
10
HOMEPAGE="http://www.sourceforge.net/projects/${PN}"
Lines 14-27 Link Here
14
KEYWORDS="~x86"
14
KEYWORDS="~x86"
15
15
16
RDEPEND=">=net-zope/plone-1.0.1
16
RDEPEND=">=net-zope/plone-1.0.1
17
               dev-python/generator
18
               dev-python/validation
19
               net-zope/portaltransforms
17
               net-zope/portaltransforms
20
               ${RDEPEND}"
18
               ${RDEPEND}"
21
19
22
ZPROD_LIST="Archetypes ArchExample ArchGenXML"
20
ZPROD_LIST="Archetypes ArchExample ArchGenXML generator validation"
23
24
src_unpack() {
25
       unpack ${A}
26
       rm -rf ${S}/{generator,validation}
27
}

Return to bug 45511