Gentoo Archives: gentoo-commits

From: Mike Auty <ikelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/ikelos:master commit in: dev-python/ctypesgen/
Date: Mon, 04 Jun 2012 13:54:04
Message-Id: 1335976887.4b20365fd75037a03372af7f17866a0b5c3acaf3.ikelos@gentoo
1 commit: 4b20365fd75037a03372af7f17866a0b5c3acaf3
2 Author: Mike Auty <mike.auty <AT> gmail <DOT> com>
3 AuthorDate: Wed May 2 16:41:27 2012 +0000
4 Commit: Mike Auty <ikelos <AT> gentoo <DOT> org>
5 CommitDate: Wed May 2 16:41:27 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/ikelos.git;a=commit;h=4b20365f
7
8 Add in semi-live version of ctypesgen.
9
10 ---
11 dev-python/ctypesgen/ChangeLog | 78 ++++++++++++++++++++++++++
12 dev-python/ctypesgen/Manifest | 3 +
13 dev-python/ctypesgen/ctypesgen-0_p141.ebuild | 29 ++++++++++
14 dev-python/ctypesgen/metadata.xml | 5 ++
15 4 files changed, 115 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-python/ctypesgen/ChangeLog b/dev-python/ctypesgen/ChangeLog
18 new file mode 100644
19 index 0000000..73565e9
20 --- /dev/null
21 +++ b/dev-python/ctypesgen/ChangeLog
22 @@ -0,0 +1,78 @@
23 +# ChangeLog for dev-python/ctypesgen
24 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
25 +# $Header: /var/cvsroot/gentoo-x86/dev-python/ctypesgen/ChangeLog,v 1.24 2012/02/24 19:33:22 marienz Exp $
26 +
27 + 24 Feb 2012; Marien Zwart <marienz@g.o> ctypesgen-0_p72.ebuild:
28 + Unrestrict pypy, see bug #403833. Thanks to Arfrever on IRC for reporting.
29 +
30 + 20 Feb 2012; Patrick Lauer <patrick@g.o> ctypesgen-0_p72.ebuild:
31 + Restricting pypy #403833
32 +
33 + 26 Dec 2010; Matt Turner <mattst88@g.o> ctypesgen-0_p72.ebuild:
34 + Added ~mips, bug 263337
35 +
36 + 19 Aug 2010; Dirkjan Ochtman <djc@g.o> metadata.xml:
37 + The python herd will take this.
38 +
39 + 19 Aug 2010; Jeroen Roovers <jer@g.o> metadata.xml:
40 + Remove arfrever.
41 +
42 + 28 Apr 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
43 + ctypesgen-0_p72.ebuild:
44 + Set SUPPORT_PYTHON_ABIS.
45 +
46 + 03 Jul 2009; Brent Baude <ranger@g.o> ctypesgen-0_p72.ebuild:
47 + Marking ctypesgen-0_p72 ppc for bug 273304
48 +
49 + 28 Jun 2009; Brent Baude <ranger@g.o> ctypesgen-0_p72.ebuild:
50 + Marking ctypesgen-0_p72 ppc64 for bug 273304
51 +
52 + 26 Jun 2009; Alexis Ballier <aballier@g.o> ctypesgen-0_p72.ebuild:
53 + keyword ~x86-fbsd, bug #263337
54 +
55 + 16 Jun 2009; Raúl Porcel <armin76@g.o> ctypesgen-0_p72.ebuild:
56 + alpha/arm/ia64/s390/sh/sparc stable wrt #273304
57 +
58 + 11 Jun 2009; Markus Meier <maekke@g.o> ctypesgen-0_p72.ebuild:
59 + amd64 stable, bug #273304
60 +
61 + 10 Jun 2009; Christian Faulhammer <fauli@g.o>
62 + ctypesgen-0_p72.ebuild:
63 + stable x86, bug 273304
64 +
65 + 09 Jun 2009; Jeroen Roovers <jer@g.o> ctypesgen-0_p72.ebuild:
66 + Stable for HPPA (bug #273304).
67 +
68 + 10 Apr 2009; Raúl Porcel <armin76@g.o> ctypesgen-0_p72.ebuild:
69 + Add ~arm/~s390/~sh wrt #263337
70 +
71 + 04 Apr 2009; Brent Baude <ranger@g.o> ctypesgen-0_p72.ebuild:
72 + Marking ctypesgen-0_p72 ~ppc64 for bug 263337
73 +
74 + 02 Apr 2009; Ferris McCormick <fmccor@g.o> ctypesgen-0_p72.ebuild:
75 + Keyword ~sparc, bug #263337.
76 +
77 + 26 Mar 2009; Stefan Briesenick <sbriesen@g.o>
78 + ctypesgen-0_p72.ebuild:
79 + added ~x86 keyword
80 +
81 + 25 Mar 2009; Joseph Jezak <josejx@g.o> ctypesgen-0_p72.ebuild:
82 + Marked ~ppc for bug #263337.
83 +
84 + 23 Mar 2009; Jeroen Roovers <jer@g.o> ctypesgen-0_p72.ebuild:
85 + Marked ~hppa (bug #263337).
86 +
87 + 22 Mar 2009; Tobias Klausmann <klausman@g.o>
88 + ctypesgen-0_p72.ebuild:
89 + Keyworded on alpha, bug #263337
90 +
91 + 22 Mar 2009; Tobias Klausmann <klausman@g.o>
92 + ctypesgen-0_p72.ebuild:
93 + Stable on alpha, bug #263337
94 +
95 +*ctypesgen-0_p72 (22 Mar 2009)
96 +
97 + 22 Mar 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
98 + +metadata.xml, +ctypesgen-0_p72.ebuild:
99 + New package. Initial ebuild by me.
100 +
101
102 diff --git a/dev-python/ctypesgen/Manifest b/dev-python/ctypesgen/Manifest
103 new file mode 100644
104 index 0000000..e22bc8e
105 --- /dev/null
106 +++ b/dev-python/ctypesgen/Manifest
107 @@ -0,0 +1,3 @@
108 +EBUILD ctypesgen-0_p141.ebuild 844 RMD160 9072c71745344443e2728d1c36ec9ed210aeb8c5 SHA1 d51c5a727bd148d99032e2949182116e96249392 SHA256 6f7ec20abaf4a5136e781c3fc88f19b19194eb1e1bca37561510b206142af1e7
109 +MISC ChangeLog 2712 RMD160 737e56ab580e50697abd37aeaa61121dbf9a7573 SHA1 306f2c46ca442cf45274dacdeab00852206f4bf0 SHA256 c6c716467b58413ac3ffa6a47d8e29aece9f4c2c8abeb1a1f054209e5f66aa8e
110 +MISC metadata.xml 160 RMD160 e730f96ab97c5be577a6d6d05f04990374a0dffb SHA1 2aa5e6be9c265c0e7bceb78ee9fd20df5f818e36 SHA256 6cd954a9de2307c57d32b25fa3599dee2908a4ddc6a98594f593d53577307a3a
111
112 diff --git a/dev-python/ctypesgen/ctypesgen-0_p141.ebuild b/dev-python/ctypesgen/ctypesgen-0_p141.ebuild
113 new file mode 100644
114 index 0000000..e7bd1ad
115 --- /dev/null
116 +++ b/dev-python/ctypesgen/ctypesgen-0_p141.ebuild
117 @@ -0,0 +1,29 @@
118 +# Copyright 1999-2012 Gentoo Foundation
119 +# Distributed under the terms of the GNU General Public License v2
120 +# $Header: /var/cvsroot/gentoo-x86/dev-python/ctypesgen/ctypesgen-0_p72.ebuild,v 1.20 2012/02/24 19:33:22 marienz Exp $
121 +
122 +EAPI="3"
123 +PYTHON_DEPEND="2:2.5"
124 +SUPPORT_PYTHON_ABIS="1"
125 +
126 +inherit distutils subversion versionator
127 +
128 +MY_REV="$(get_version_component_range 2)"
129 +
130 +DESCRIPTION="Python wrapper generator for ctypes"
131 +HOMEPAGE="http://code.google.com/p/ctypesgen/"
132 +SRC_URI="" # mirror://gentoo/${P}.tar.bz2"
133 +ESVN_REPO_URI="https://ctypesgen.googlecode.com/svn/trunk/"
134 +ESVN_REVISION="${MY_REV/p/}"
135 +
136 +LICENSE="BSD"
137 +SLOT="0"
138 +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
139 +IUSE=""
140 +
141 +DEPEND=""
142 +RDEPEND=""
143 +# 2.4 restricted due to usage of ctypes module.
144 +RESTRICT_PYTHON_ABIS="2.4 3.*"
145 +
146 +PYTHON_MODNAME="ctypesgencore"
147
148 diff --git a/dev-python/ctypesgen/metadata.xml b/dev-python/ctypesgen/metadata.xml
149 new file mode 100644
150 index 0000000..301d220
151 --- /dev/null
152 +++ b/dev-python/ctypesgen/metadata.xml
153 @@ -0,0 +1,5 @@
154 +<?xml version="1.0" encoding="UTF-8"?>
155 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
156 +<pkgmetadata>
157 + <herd>python</herd>
158 +</pkgmetadata>