From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 89F951383E0 for ; Fri, 2 Oct 2015 00:29:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A47621C010; Fri, 2 Oct 2015 00:29:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B584E21C010 for ; Fri, 2 Oct 2015 00:29:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7B7DB3409A4 for ; Fri, 2 Oct 2015 00:29:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0DB893E3 for ; Fri, 2 Oct 2015 00:29:40 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1443745765.d74fa404b8c0fb8d315686682f6e18c5c03d2850.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ctypesgen/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ctypesgen/ctypesgen-0_p72.ebuild X-VCS-Directories: dev-python/ctypesgen/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: d74fa404b8c0fb8d315686682f6e18c5c03d2850 X-VCS-Branch: master Date: Fri, 2 Oct 2015 00:29:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3afb7055-ff18-42c6-9686-d180297d5d31 X-Archives-Hash: 37c65a4b34091cf3f529aa676a38daea commit: d74fa404b8c0fb8d315686682f6e18c5c03d2850 Author: Manuel Rüger gentoo org> AuthorDate: Fri Oct 2 00:29:25 2015 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Fri Oct 2 00:29:25 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d74fa404 dev-python/ctypesgen: Remove old Package-Manager: portage-2.2.22 dev-python/ctypesgen/ctypesgen-0_p72.ebuild | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/dev-python/ctypesgen/ctypesgen-0_p72.ebuild b/dev-python/ctypesgen/ctypesgen-0_p72.ebuild deleted file mode 100644 index 24e43d2..0000000 --- a/dev-python/ctypesgen/ctypesgen-0_p72.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="3" -PYTHON_DEPEND="2:2.5" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -DESCRIPTION="Python wrapper generator for ctypes" -HOMEPAGE="https://github.com/davidjamesca/ctypesgen" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd" -IUSE="" - -DEPEND="" -RDEPEND="" -# 2.4 restricted due to usage of ctypes module. -RESTRICT_PYTHON_ABIS="2.4 3.*" - -PYTHON_MODNAME="ctypesgencore"