Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-zope/zope-app-publication: metadata.xml ChangeLog zope-app-publication-3.9.0.ebuild
Date: Sat, 28 Nov 2009 22:28:54
Message-Id: E1NEVmc-0000RU-N4@stork.gentoo.org
1 arfrever 09/11/28 22:28:50
2
3 Added: metadata.xml ChangeLog
4 zope-app-publication-3.9.0.ebuild
5 Log:
6 Initial addition.
7 (Portage version: 14915-svn/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 net-zope/zope-app-publication/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope-app-publication/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope-app-publication/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>net-zope</herd>
21 <herd>python</herd>
22 </pkgmetadata>
23
24
25
26 1.1 net-zope/zope-app-publication/ChangeLog
27
28 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope-app-publication/ChangeLog?rev=1.1&view=markup
29 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope-app-publication/ChangeLog?rev=1.1&content-type=text/plain
30
31 Index: ChangeLog
32 ===================================================================
33 # ChangeLog for net-zope/zope-app-publication
34 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
35 # $Header: /var/cvsroot/gentoo-x86/net-zope/zope-app-publication/ChangeLog,v 1.1 2009/11/28 22:28:50 arfrever Exp $
36
37 *zope-app-publication-3.9.0 (28 Nov 2009)
38
39 28 Nov 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
40 +zope-app-publication-3.9.0.ebuild, +metadata.xml:
41 Initial addition. Ebuild written by me.
42
43
44
45
46 1.1 net-zope/zope-app-publication/zope-app-publication-3.9.0.ebuild
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope-app-publication/zope-app-publication-3.9.0.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope-app-publication/zope-app-publication-3.9.0.ebuild?rev=1.1&content-type=text/plain
50
51 Index: zope-app-publication-3.9.0.ebuild
52 ===================================================================
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/net-zope/zope-app-publication/zope-app-publication-3.9.0.ebuild,v 1.1 2009/11/28 22:28:50 arfrever Exp $
56
57 EAPI="2"
58 SUPPORT_PYTHON_ABIS="1"
59
60 inherit distutils
61
62 MY_PN="${PN//-/.}"
63 MY_P="${MY_PN}-${PV}"
64
65 DESCRIPTION="Zope publication"
66 HOMEPAGE="http://pypi.python.org/pypi/zope.app.publication"
67 SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
68
69 LICENSE="ZPL"
70 SLOT="0"
71 KEYWORDS="~amd64"
72 IUSE=""
73
74 RDEPEND="net-zope/zodb
75 net-zope/zope-authentication
76 net-zope/zope-browser
77 net-zope/zope-component
78 net-zope/zope-configuration
79 net-zope/zope-error
80 net-zope/zope-event
81 net-zope/zope-i18n
82 net-zope/zope-interface
83 net-zope/zope-location
84 net-zope/zope-publisher
85 net-zope/zope-security
86 net-zope/zope-schema
87 net-zope/zope-testing
88 net-zope/zope-traversing"
89 DEPEND="${RDEPEND}
90 dev-python/setuptools"
91 RESTRICT_PYTHON_ABIS="3.*"
92
93 S="${WORKDIR}/${MY_P}"
94
95 PYTHON_MODNAME="${PN//-//}"
96 DOCS="CHANGES.txt README.txt"