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 1232113829C for ; Thu, 9 Jun 2016 10:19:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16F45142AD; Thu, 9 Jun 2016 10:19:29 +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 9075114275 for ; Thu, 9 Jun 2016 10:19:28 +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 725DF340B3B for ; Thu, 9 Jun 2016 10:19:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1EF9297B for ; Thu, 9 Jun 2016 10:19:26 +0000 (UTC) From: "Tiziano Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tiziano Müller" Message-ID: <1465461756.5a01b49af0ef19660d9423eee3e2b60ce64de30a.dev-zero@gentoo> Subject: [gentoo-commits] dev/dev-zero:master commit in: dev-python/anyjson/ X-VCS-Repository: dev/dev-zero X-VCS-Files: dev-python/anyjson/Manifest dev-python/anyjson/anyjson-0.3.1.ebuild X-VCS-Directories: dev-python/anyjson/ X-VCS-Committer: dev-zero X-VCS-Committer-Name: Tiziano Müller X-VCS-Revision: 5a01b49af0ef19660d9423eee3e2b60ce64de30a X-VCS-Branch: master Date: Thu, 9 Jun 2016 10:19:26 +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: c58dd578-07cd-4ad7-8b26-cba8af451d7d X-Archives-Hash: 0f8ff96f06e861d72c574d473d28c20c commit: 5a01b49af0ef19660d9423eee3e2b60ce64de30a Author: Tiziano Müller gentoo org> AuthorDate: Thu Jun 9 08:42:36 2016 +0000 Commit: Tiziano Müller gentoo org> CommitDate: Thu Jun 9 08:42:36 2016 +0000 URL: https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=5a01b49a dev-python/anyjson: drop obsolete ebuild dev-python/anyjson/Manifest | 2 -- dev-python/anyjson/anyjson-0.3.1.ebuild | 23 ----------------------- 2 files changed, 25 deletions(-) diff --git a/dev-python/anyjson/Manifest b/dev-python/anyjson/Manifest deleted file mode 100644 index 926c25a..0000000 --- a/dev-python/anyjson/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -EBUILD anyjson-0.3.1.ebuild 548 RMD160 c942bffe18bbcdf28571d1e2928863fe3f159d47 SHA1 df7335a13261508b3cebab2586f62c02ddec79b3 SHA256 c1aeb7f8c3f901bc2aa5cad776bb28768d82af290cae7c38d5c9d9137007bafa -DIST anyjson-0.3.1.tar.gz 5161 RMD160 ed958d1c30c28975f9bfe5d6c4da05f9bde9e58d SHA1 f459fbdbd5b7ee81b236ef5eed023970db38572a SHA256 1643c0adb7dbecc4331437ee14ef5f6a3d55b4ffca147db1cc957dc966062340 diff --git a/dev-python/anyjson/anyjson-0.3.1.ebuild b/dev-python/anyjson/anyjson-0.3.1.ebuild deleted file mode 100644 index 5be2883..0000000 --- a/dev-python/anyjson/anyjson-0.3.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3 - -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils - -DESCRIPTION="Convenience module to import the best available json serialize/deserializer installed." -HOMEPAGE="http://pypi.python.org/pypi/anyjson/ https://bitbucket.org/runeh/anyjson" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="" -RDEPEND="dev-python/setuptools"