From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1006817-garchives=archives.gentoo.org@lists.gentoo.org> 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 A31011382C5 for <garchives@archives.gentoo.org>; Sat, 3 Mar 2018 09:11:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84DB5E09E0; Sat, 3 Mar 2018 09:11:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 61166E09E0 for <gentoo-commits@lists.gentoo.org>; Sat, 3 Mar 2018 09:11:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 56EFD335C34 for <gentoo-commits@lists.gentoo.org>; Sat, 3 Mar 2018 09:11:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07B3C23C for <gentoo-commits@lists.gentoo.org>; Sat, 3 Mar 2018 09:10:58 +0000 (UTC) From: "Michael Palimaka" <kensington@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" <kensington@gentoo.org> Message-ID: <1520068248.9c7d17a9c81c2d029e5c76514728b3cd4b409e94.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/phonenumbers/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/phonenumbers/Manifest dev-python/phonenumbers/phonenumbers-7.7.5.ebuild X-VCS-Directories: dev-python/phonenumbers/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 9c7d17a9c81c2d029e5c76514728b3cd4b409e94 X-VCS-Branch: master Date: Sat, 3 Mar 2018 09:10:58 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 610736fd-f03b-42e7-ad60-c0980eb754c2 X-Archives-Hash: 6e5b89394c2381d2952e3d195553e3ee commit: 9c7d17a9c81c2d029e5c76514728b3cd4b409e94 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Sat Mar 3 09:08:48 2018 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Sat Mar 3 09:10:48 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c7d17a9 dev-python/phonenumbers: remove 7.7.5 Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-python/phonenumbers/Manifest | 1 - dev-python/phonenumbers/phonenumbers-7.7.5.ebuild | 27 ----------------------- 2 files changed, 28 deletions(-) diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest index af57ea6db10..7738568c999 100644 --- a/dev-python/phonenumbers/Manifest +++ b/dev-python/phonenumbers/Manifest @@ -1,2 +1 @@ -DIST phonenumbers-7.7.5.tar.gz 4639483 BLAKE2B 5189baa73853185252036499f3fdb24c5e2b49118db949ead426d6ca33dcfc0e11fcbc686a2a5d39926695def22966695a6b4a8ef5ad8808f2410c8c9147f934 SHA512 af7d573cc2a230a9f2fb06cdc4db0d9f424110fb37382eab2f4f0e91801d910f923f87518c5fc99b400a1e99bf61c516d111ae3dbc71a6bb9c4841a067e6012a DIST phonenumbers-8.3.1.tar.gz 4718199 BLAKE2B 83e8d12f525d2dcf09f3a5c4e08d6ccac9444d47c952c79454834850c7b2c9b0272fd23e83056a2570abbf9b2edf3080021de7cbf3351c6975f0a8d03a9eabb2 SHA512 535a9ef057183c90838bb3a28982bcbb3d95fb2c85ebfb4dff9371f0f41d17e71b9ec2d833809f668a5c53ca9eacaa4f791c829c38ec42ec0ca301332213dd34 diff --git a/dev-python/phonenumbers/phonenumbers-7.7.5.ebuild b/dev-python/phonenumbers/phonenumbers-7.7.5.ebuild deleted file mode 100644 index 77ebf1a3608..00000000000 --- a/dev-python/phonenumbers/phonenumbers-7.7.5.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) - -inherit distutils-r1 - -DESCRIPTION="Python port of Google's libphonenumber" -HOMEPAGE="https://github.com/daviddrysdale/python-phonenumbers" -SRC_URI="https://github.com/daviddrysdale/python-${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -S="${WORKDIR}/python-${PN}-${PV}" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - -python_test() { - # the locale test compiles and runs a .java file - sed -i -r 's/^(alldata:.*)locale/\1/g' tools/python/makefile || die - emake -C tools/python test -}