public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/google-apitools/
Date: Mon,  1 May 2017 16:42:52 +0000 (UTC)	[thread overview]
Message-ID: <1493656967.6277c302e0e8ee79e00ce2d39546ccf114994a99.mgorny@gentoo> (raw)

commit:     6277c302e0e8ee79e00ce2d39546ccf114994a99
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May  1 16:40:34 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May  1 16:42:47 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6277c302

dev-python/google-apitools: Remove old 0.4.1[12] versions

 dev-python/google-apitools/Manifest                |  2 --
 .../google-apitools/google-apitools-0.4.11.ebuild  | 28 ----------------------
 .../google-apitools/google-apitools-0.4.12.ebuild  | 28 ----------------------
 3 files changed, 58 deletions(-)

diff --git a/dev-python/google-apitools/Manifest b/dev-python/google-apitools/Manifest
index b36d62306c6..ccf67e701dc 100644
--- a/dev-python/google-apitools/Manifest
+++ b/dev-python/google-apitools/Manifest
@@ -1,5 +1,3 @@
-DIST google-apitools-0.4.11.tar.gz 141425 SHA256 60dae36e70c87909cb8942ebf401bbec50583461c9aa40d24564bc4c3832a550 SHA512 3ee58add383da4ed0dec2e646b13e840c3bb9d4a7b1adf68293e8e22b3db1f7689d19282236995e9374aa160f0569a2b533e737e3ef4f1f4b60d00ff4d4d1bb9 WHIRLPOOL c96200b26eed1ba92411f295a0f34dda995888687c136d7f0744fa09c5ba9bc6d93f168b4e12d905278128f8a28ecf173f968ee69c6636a580439ec3b5a3a223
-DIST google-apitools-0.4.12.tar.gz 198590 SHA256 dd69b791b9421d3a9dd782f5a811555dd60ba198a71581186114c3779e6e31d5 SHA512 6cdb55b94ebf9fcd26e0d4b8659ed44809b5fbd9bbb2830f3352219fb7231b79cf2f8668497a85bc8ea29dbf8b110a081b34c4783f71beb2cd707838e1e107dc WHIRLPOOL 273cb43c7c42d3d99fd9f52484d30583723edcc4d511dfe9512dbf2197ada51a483141b66ac3e1349dcb8fdbde3de2a8c036648abc3e48f3f5dd49b54ca6f949
 DIST google-apitools-0.4.15.tar.gz 199795 SHA256 97c1d918243329d6afb26d6395dda58d9363dfd5a52b9093068e7667b7c632d2 SHA512 ace7a8743933010d777811211921ca1fdb6e43cac18decc68097faefc0ee07913928a1480a5cdb49dedf1ae34f1a5b6df67411a41d1e324fefc411fbc6234a33 WHIRLPOOL 2ddcd5a643e4f2df40425cb1ee3f2d5ff76a8e5bbf8eff432ea5611759f07d52f98f8630c7ba0cec3ac60b849351ef0b828dcfa457977eaf49de82d6bce1f234
 DIST google-apitools-0.5.2.tar.gz 200492 SHA256 d4847888b16c0da685217898da56007ed7d3998fd383a9109eab677675de5466 SHA512 b2345f414b9486ec78f12aeaaa272e6dcda18b5236986bf2cdcf6755c7693699b52cd8c8b93163ca45ecea22f4a0b41f82165cc0743f01d786571bcd2299adfc WHIRLPOOL bf57b7e8e22ed8586e3b43cf1ec6b2d80aa7c7b1a9372763eb1eb232a1b2fc3a9c12b70b99446aca354dce26fa6343ebdaf56b91b1e244dd170e1c8f8214950f
 DIST google-apitools-0.5.4.tar.gz 255413 SHA256 003363aba9ce4d9a89a23761449074596f7f75303c3c30f726525e2077edfb77 SHA512 63953a3ce4e7485344f54434ae4e6de75e4ca1ca380858143735b02560a5ac808d5f2ffed346b09402c156632a34ea1ded27d152538a98ec40981230f7d38764 WHIRLPOOL c6c6f373e1c70c8c28e0f97075f8df8e35ca54cb69ef4785ef46d616430ff7832a2de8ec23982395c279646ac72402643a29ebe0227e3d1677b5a0f0cdae1fd0

diff --git a/dev-python/google-apitools/google-apitools-0.4.11.ebuild b/dev-python/google-apitools/google-apitools-0.4.11.ebuild
deleted file mode 100644
index 95d851c3d5b..00000000000
--- a/dev-python/google-apitools/google-apitools-0.4.11.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library to manipulate Google APIs"
-HOMEPAGE="https://github.com/google/apitools"
-SRC_URI="https://github.com/google/apitools/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-RDEPEND=">=dev-python/httplib2-0.8[${PYTHON_USEDEP}]
-	>=dev-python/oauth2client-1.4.8[${PYTHON_USEDEP}]
-	>=dev-python/protorpc-0.9.1[${PYTHON_USEDEP}]
-	>=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-	>=dev-python/google-apputils-0.4.0[${PYTHON_USEDEP}]
-	>=dev-python/python-gflags-2.0[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-	dev-python/setuptools[${PYTHON_USEDEP}]"
-
-S="${WORKDIR}/apitools-${PV}"

diff --git a/dev-python/google-apitools/google-apitools-0.4.12.ebuild b/dev-python/google-apitools/google-apitools-0.4.12.ebuild
deleted file mode 100644
index 5c600155f54..00000000000
--- a/dev-python/google-apitools/google-apitools-0.4.12.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library to manipulate Google APIs"
-HOMEPAGE="https://github.com/google/apitools"
-SRC_URI="https://github.com/google/apitools/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-RDEPEND=">=dev-python/httplib2-0.8[${PYTHON_USEDEP}]
-	>=dev-python/oauth2client-1.4.8[${PYTHON_USEDEP}]
-	>=dev-python/protorpc-0.9.1[${PYTHON_USEDEP}]
-	>=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-	>=dev-python/google-apputils-0.4.0[${PYTHON_USEDEP}]
-	>=dev-python/python-gflags-2.0[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-	dev-python/setuptools[${PYTHON_USEDEP}]"
-
-S="${WORKDIR}/apitools-${PV}"


             reply	other threads:[~2017-05-01 16:42 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-01 16:42 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-06-16  8:05 [gentoo-commits] repo/gentoo:master commit in: dev-python/google-apitools/ Michał Górny
2022-05-31 10:43 Sam James
2021-11-14  8:46 Michał Górny
2021-05-06  7:33 Michał Górny
2021-03-02 21:33 Mike Frysinger
2020-05-15  6:56 Michał Górny
2020-05-15  6:56 Michał Górny
2020-05-11 17:33 Michał Górny
2020-02-05 14:05 Michał Górny
2019-07-18 10:18 Michał Górny
2018-01-04 20:35 Michał Górny
2018-01-02 11:08 Mike Frysinger
2016-08-13 18:40 Mike Frysinger
2016-03-28 19:11 Mike Frysinger
2016-01-21 16:29 Mike Frysinger
2016-01-16 10:53 Patrice Clement
2016-01-16 10:53 Patrice Clement
2016-01-15 18:26 Mike Frysinger
2016-01-15 18:26 Mike Frysinger
2015-08-30  6:18 Mike Frysinger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1493656967.6277c302e0e8ee79e00ce2d39546ccf114994a99.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox