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 A7622138252 for ; Thu, 12 May 2016 11:40:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55836E085A; Thu, 12 May 2016 11:40:15 +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 19F54E07F2 for ; Thu, 12 May 2016 11:40:13 +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 0F5F33409ED for ; Thu, 12 May 2016 11:40:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29D7A971 for ; Thu, 12 May 2016 11:40:08 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1463053176.81bc0f598749edf4bba230e88dc66196dba4dbc5.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/babelfish/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/babelfish/babelfish-0.5.5.ebuild X-VCS-Directories: dev-python/babelfish/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 81bc0f598749edf4bba230e88dc66196dba4dbc5 X-VCS-Branch: master Date: Thu, 12 May 2016 11:40:08 +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: f4142dd8-928b-45df-8c74-2ca441784657 X-Archives-Hash: bde89796ebfe0cc57574e6d856c6755e commit: 81bc0f598749edf4bba230e88dc66196dba4dbc5 Author: Ilya Tumaykin gmail com> AuthorDate: Wed May 11 04:29:28 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Thu May 12 11:39:36 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81bc0f59 dev-python/babelfish: remove old Package-Manager: portage-2.2.28 Signed-off-by: Ian Delaney gentoo.org> dev-python/babelfish/babelfish-0.5.5.ebuild | 32 ----------------------------- 1 file changed, 32 deletions(-) diff --git a/dev-python/babelfish/babelfish-0.5.5.ebuild b/dev-python/babelfish/babelfish-0.5.5.ebuild deleted file mode 100644 index cbf34c9..0000000 --- a/dev-python/babelfish/babelfish-0.5.5.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) - -if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="https://github.com/Diaoul/babelfish.git" - inherit git-r3 -else - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -inherit distutils-r1 - -DESCRIPTION="Python library to work with countries and languages" -HOMEPAGE="https://github.com/Diaoul/babelfish https://pypi.python.org/pypi/babelfish" - -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] -" - -python_test() { - esetup.py test -}