Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ctypesgen/
Date: Fri, 02 Oct 2015 00:29:47
Message-Id: 1443745765.d74fa404b8c0fb8d315686682f6e18c5c03d2850.mrueg@gentoo
1 commit: d74fa404b8c0fb8d315686682f6e18c5c03d2850
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 2 00:29:25 2015 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 2 00:29:25 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d74fa404
7
8 dev-python/ctypesgen: Remove old
9
10 Package-Manager: portage-2.2.22
11
12 dev-python/ctypesgen/ctypesgen-0_p72.ebuild | 25 -------------------------
13 1 file changed, 25 deletions(-)
14
15 diff --git a/dev-python/ctypesgen/ctypesgen-0_p72.ebuild b/dev-python/ctypesgen/ctypesgen-0_p72.ebuild
16 deleted file mode 100644
17 index 24e43d2..0000000
18 --- a/dev-python/ctypesgen/ctypesgen-0_p72.ebuild
19 +++ /dev/null
20 @@ -1,25 +0,0 @@
21 -# Copyright 1999-2012 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI="3"
26 -PYTHON_DEPEND="2:2.5"
27 -SUPPORT_PYTHON_ABIS="1"
28 -
29 -inherit distutils
30 -
31 -DESCRIPTION="Python wrapper generator for ctypes"
32 -HOMEPAGE="https://github.com/davidjamesca/ctypesgen"
33 -SRC_URI="mirror://gentoo/${P}.tar.bz2"
34 -
35 -LICENSE="BSD"
36 -SLOT="0"
37 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd"
38 -IUSE=""
39 -
40 -DEPEND=""
41 -RDEPEND=""
42 -# 2.4 restricted due to usage of ctypes module.
43 -RESTRICT_PYTHON_ABIS="2.4 3.*"
44 -
45 -PYTHON_MODNAME="ctypesgencore"