diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2019-11-28 14:49:30 -0800 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2019-11-28 15:01:24 -0800 |
commit | 172a111dff8067b09fc51aa1da7de8c5896b6847 (patch) | |
tree | 14884f3f21f53fd798c8308552e1263bc1dc436a /app-misc | |
parent | profiles: Mask several dev-python/pytest-* packages for removal (diff) | |
download | gentoo-172a111dff8067b09fc51aa1da7de8c5896b6847.tar.gz gentoo-172a111dff8067b09fc51aa1da7de8c5896b6847.tar.bz2 gentoo-172a111dff8067b09fc51aa1da7de8c5896b6847.zip |
app-misc/gcalcli: drop stale dep on dev-python/gdata
Dependency of dev-python/gdata was not removed during earlier version
bumps. No version in the tree still uses dev-python/gdata at all.
Fixes: https://bugs.gentoo.org/700972
Reference: https://github.com/insanum/gcalcli/blob/master/ChangeLog#L75
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/gcalcli/gcalcli-3.2.ebuild | 3 | ||||
-rw-r--r-- | app-misc/gcalcli/gcalcli-3.3.2.ebuild | 3 | ||||
-rw-r--r-- | app-misc/gcalcli/gcalcli-4.0.0_alpha3-r1.ebuild | 3 | ||||
-rw-r--r-- | app-misc/gcalcli/gcalcli-4.0.0_alpha3.ebuild | 3 |
4 files changed, 4 insertions, 8 deletions
diff --git a/app-misc/gcalcli/gcalcli-3.2.ebuild b/app-misc/gcalcli/gcalcli-3.2.ebuild index 5278106779aa..3460c4917c67 100644 --- a/app-misc/gcalcli/gcalcli-3.2.ebuild +++ b/app-misc/gcalcli/gcalcli-3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -20,7 +20,6 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} dev-python/python-dateutil[${PYTHON_USEDEP}] >=dev-python/google-api-python-client-1.5.3[${PYTHON_USEDEP}] - dev-python/gdata[${PYTHON_USEDEP}] dev-python/vobject[${PYTHON_USEDEP}]" DEPEND="${RDEPEND}" diff --git a/app-misc/gcalcli/gcalcli-3.3.2.ebuild b/app-misc/gcalcli/gcalcli-3.3.2.ebuild index 5278106779aa..3460c4917c67 100644 --- a/app-misc/gcalcli/gcalcli-3.3.2.ebuild +++ b/app-misc/gcalcli/gcalcli-3.3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -20,7 +20,6 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} dev-python/python-dateutil[${PYTHON_USEDEP}] >=dev-python/google-api-python-client-1.5.3[${PYTHON_USEDEP}] - dev-python/gdata[${PYTHON_USEDEP}] dev-python/vobject[${PYTHON_USEDEP}]" DEPEND="${RDEPEND}" diff --git a/app-misc/gcalcli/gcalcli-4.0.0_alpha3-r1.ebuild b/app-misc/gcalcli/gcalcli-4.0.0_alpha3-r1.ebuild index ee26100ef277..70df094b061b 100644 --- a/app-misc/gcalcli/gcalcli-4.0.0_alpha3-r1.ebuild +++ b/app-misc/gcalcli/gcalcli-4.0.0_alpha3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -21,7 +21,6 @@ IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} - dev-python/gdata[${PYTHON_USEDEP}] >=dev-python/google-api-python-client-1.5.3[${PYTHON_USEDEP}] dev-python/parsedatetime[${PYTHON_USEDEP}] dev-python/python-dateutil[${PYTHON_USEDEP}] diff --git a/app-misc/gcalcli/gcalcli-4.0.0_alpha3.ebuild b/app-misc/gcalcli/gcalcli-4.0.0_alpha3.ebuild index c4ebdd93fa56..f2d5ab94edcd 100644 --- a/app-misc/gcalcli/gcalcli-4.0.0_alpha3.ebuild +++ b/app-misc/gcalcli/gcalcli-4.0.0_alpha3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -22,7 +22,6 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} dev-python/python-dateutil[${PYTHON_USEDEP}] dev-python/google-api-python-client[${PYTHON_USEDEP}] - dev-python/gdata[${PYTHON_USEDEP}] dev-python/vobject[${PYTHON_USEDEP}]" DEPEND="${RDEPEND}" |