Gentoo Archives: gentoo-commits

From: "Rafael Martins (rafaelmartins)" <rafaelmartins@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apps/trac-tags: metadata.xml ChangeLog trac-tags-0.6.ebuild
Date: Sun, 27 Feb 2011 16:41:11
Message-Id: 20110227164101.E57B420054@flycatcher.gentoo.org
1 rafaelmartins 11/02/27 16:41:01
2
3 Added: metadata.xml ChangeLog trac-tags-0.6.ebuild
4 Log:
5 Initial version.
6
7 (Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 www-apps/trac-tags/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/trac-tags/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/trac-tags/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>no-herd</herd>
21 <maintainer>
22 <email>rafaelmartins@g.o</email>
23 <name>Rafael G. Martins</name>
24 </maintainer>
25 </pkgmetadata>
26
27
28
29
30 1.1 www-apps/trac-tags/ChangeLog
31
32 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/trac-tags/ChangeLog?rev=1.1&view=markup
33 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/trac-tags/ChangeLog?rev=1.1&content-type=text/plain
34
35 Index: ChangeLog
36 ===================================================================
37 # ChangeLog for www-apps/trac-tags
38 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
39 # $Header: /var/cvsroot/gentoo-x86/www-apps/trac-tags/ChangeLog,v 1.1 2011/02/27 16:41:01 rafaelmartins Exp $
40
41 *trac-tags-0.6 (27 Feb 2011)
42
43 27 Feb 2011; Rafael G. Martins <rafaelmartins@g.o>
44 +trac-tags-0.6.ebuild, +metadata.xml:
45 Initial version.
46
47
48
49
50 1.1 www-apps/trac-tags/trac-tags-0.6.ebuild
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/trac-tags/trac-tags-0.6.ebuild?rev=1.1&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/trac-tags/trac-tags-0.6.ebuild?rev=1.1&content-type=text/plain
54
55 Index: trac-tags-0.6.ebuild
56 ===================================================================
57 # Copyright 1999-2011 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 # $Header: /var/cvsroot/gentoo-x86/www-apps/trac-tags/trac-tags-0.6.ebuild,v 1.1 2011/02/27 16:41:01 rafaelmartins Exp $
60
61 EAPI=3
62
63 PYTHON_DEPEND="2"
64 SUPPORT_PYTHON_ABIS="1"
65 RESTRICT_PYTHON_ABIS="3.*"
66
67 inherit distutils
68
69 MY_REV="9901"
70 MY_DIR="tagsplugin/tags/${PV}"
71
72 DESCRIPTION="Tags plugin for Trac."
73 HOMEPAGE="http://trac-hacks.org/wiki/TagsPlugin"
74 SRC_URI="http://trac-hacks.org/changeset/${MY_REV}/${MY_DIR}?old_path=%2F&format=zip
75 -> ${P}.zip"
76
77 LICENSE="GPL-3"
78 SLOT="0"
79 KEYWORDS="~amd64 ~x86"
80 IUSE=""
81
82 CDEPEND=">=dev-python/genshi-0.6"
83 DEPEND="${CDEPEND}
84 dev-python/setuptools
85 app-arch/unzip"
86 RDEPEND="${CDEPEND}
87 >=www-apps/trac-0.11"
88
89 S="${WORKDIR}/${MY_DIR}"