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-authentication: metadata.xml ChangeLog zope-authentication-3.7.0.ebuild
Date: Sun, 01 Nov 2009 05:20:16
Message-Id: E1N4SrM-0002EA-7d@stork.gentoo.org
1 arfrever 09/11/01 05:20:12
2
3 Added: metadata.xml ChangeLog
4 zope-authentication-3.7.0.ebuild
5 Log:
6 Initial addition.
7 (Portage version: 14770-svn/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 net-zope/zope-authentication/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope-authentication/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope-authentication/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-authentication/ChangeLog
27
28 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope-authentication/ChangeLog?rev=1.1&view=markup
29 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope-authentication/ChangeLog?rev=1.1&content-type=text/plain
30
31 Index: ChangeLog
32 ===================================================================
33 # ChangeLog for net-zope/zope-authentication
34 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
35 # $Header: /var/cvsroot/gentoo-x86/net-zope/zope-authentication/ChangeLog,v 1.1 2009/11/01 05:20:11 arfrever Exp $
36
37 *zope-authentication-3.7.0 (01 Nov 2009)
38
39 01 Nov 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
40 +zope-authentication-3.7.0.ebuild, +metadata.xml:
41 Initial addition. Ebuild written by me.
42
43
44
45
46 1.1 net-zope/zope-authentication/zope-authentication-3.7.0.ebuild
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope-authentication/zope-authentication-3.7.0.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope-authentication/zope-authentication-3.7.0.ebuild?rev=1.1&content-type=text/plain
50
51 Index: zope-authentication-3.7.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-authentication/zope-authentication-3.7.0.ebuild,v 1.1 2009/11/01 05:20:11 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="Definition of authentication basics for the Zope Framework"
66 HOMEPAGE="http://pypi.python.org/pypi/zope.authentication"
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/zope-browser
75 net-zope/zope-component
76 net-zope/zope-interface
77 net-zope/zope-schema
78 net-zope/zope-security"
79 DEPEND="${RDEPEND}
80 dev-python/setuptools"
81 RESTRICT_PYTHON_ABIS="3.*"
82
83 S="${WORKDIR}/${MY_P}"
84
85 PYTHON_MODNAME="${PN/-//}"
86 DOCS="CHANGES.txt README.txt"