dev-python/absl-py: drop old
authorJason Zaman <perfinion@gentoo.org>
Wed, 30 May 2018 16:58:49 +0000 (00:58 +0800)
committerJason Zaman <perfinion@gentoo.org>
Wed, 30 May 2018 17:28:40 +0000 (01:28 +0800)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/absl-py/Manifest
dev-python/absl-py/absl-py-0.1.13.ebuild [deleted file]

index f4b5ce23f01a42b117348d95acb5b606fea81a32..6c9ddc20f1b57e173b8c61bdd07b7102701940ba 100644 (file)
@@ -1,2 +1 @@
-DIST absl-py-0.1.13.tar.gz 180047 BLAKE2B d10ff30109cf1a1b21d276b30e1066abc8c002d1c944a13e006a6fa097fc3fc98d4ca4441d194cee61137496aaa9a2314b71408ba507804376fb8750af0130e8 SHA512 ce93346a5f74bd4251789670dffdf983bf557f3e6a90ded9150998c53f8ed3a43fb1aa7b15556695e3d9dfa7a2237bb5462edadc23a8ceeb5f5ce2b87b0623ed
 DIST absl-py-0.2.2.tar.gz 189357 BLAKE2B b53976b50f1738d671a32df2fabf197785cb4be1f68dbf7f0bdd5bbbb1a73439646f5b6a9ea42d5df40debdbb8e8c72c554f428a948f3117dba5d6a8e2b473f2 SHA512 d2a393e78acc9ac28fc9b1129c23de9c2ab6059a7527eaa29e4182356b16cbce1fede94af2a8b51af9d1c606b162d8ae84eb3036ced784a89d4f7547bfce73ed
diff --git a/dev-python/absl-py/absl-py-0.1.13.ebuild b/dev-python/absl-py/absl-py-0.1.13.ebuild
deleted file mode 100644 (file)
index 34d6e2a..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-inherit distutils-r1
-
-DESCRIPTION="Abseil Python Common Libraries"
-HOMEPAGE="https://github.com/abseil/abseil-py"
-SRC_URI="https://github.com/abseil/abseil-py/archive/pypi-v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/six"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/abseil-py-pypi-v${PV}"