From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 224EE139085 for ; Sun, 15 Jan 2017 10:33:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17CB414281; Sun, 15 Jan 2017 10:33:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EA2C614281 for ; Sun, 15 Jan 2017 10:33:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F0C6A341293 for ; Sun, 15 Jan 2017 10:33:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B04A27D8 for ; Sun, 15 Jan 2017 10:33:04 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1484476318.813f4dba963b121761356f363136d3ae1a1f57c6.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyndex/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyndex/pyndex-0.3.2a.ebuild X-VCS-Directories: dev-python/pyndex/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 813f4dba963b121761356f363136d3ae1a1f57c6 X-VCS-Branch: master Date: Sun, 15 Jan 2017 10:33:04 +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: b28feb07-1326-4905-858d-0e912599a769 X-Archives-Hash: 971f2b13a14fab0df6a1a062597a803c commit: 813f4dba963b121761356f363136d3ae1a1f57c6 Author: Pacho Ramos gentoo org> AuthorDate: Sun Jan 15 10:19:01 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Jan 15 10:31:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=813f4dba dev-python/pyndex: Drop old Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-python/pyndex/pyndex-0.3.2a.ebuild | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/dev-python/pyndex/pyndex-0.3.2a.ebuild b/dev-python/pyndex/pyndex-0.3.2a.ebuild deleted file mode 100644 index 818eeaf..00000000 --- a/dev-python/pyndex/pyndex-0.3.2a.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython" - -inherit distutils - -MY_PN="Pyndex" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Simple and fast Python full-text indexer (aka search engine) using Metakit as its back-end" -HOMEPAGE="http://www.divmod.org/Pyndex/index.html" -SRC_URI="mirror://sourceforge/pyndex/${MY_P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 x86" -IUSE="" - -DEPEND=">=dev-db/metakit-2.4.9.2[python]" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}"