commit:     ce4e508ad9457be20d713531868bd27fa0de009f
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 18 16:42:48 2023 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Mar 18 16:42:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce4e508a

app-misc/gcalcli: treeclean

Closes: https://bugs.gentoo.org/708326
Closes: https://bugs.gentoo.org/833855
Closes: https://bugs.gentoo.org/888269
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 app-misc/gcalcli/Manifest                |  2 --
 app-misc/gcalcli/gcalcli-4.2.0-r1.ebuild | 33 --------------------------------
 app-misc/gcalcli/gcalcli-4.3.0.ebuild    | 31 ------------------------------
 app-misc/gcalcli/metadata.xml            | 13 -------------
 profiles/package.mask                    |  7 -------
 5 files changed, 86 deletions(-)

diff --git a/app-misc/gcalcli/Manifest b/app-misc/gcalcli/Manifest
deleted file mode 100644
index dfb0bfe442ed..000000000000
--- a/app-misc/gcalcli/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST gcalcli-4.2.0.tar.gz 1701050 BLAKE2B 
a0e310097cdb740ac873049d19d21dc8698afe61c919fd082258864e7170f5ca42a55b4eb211cfa9ecd9b2bef63f3e107839a4e3cad9ec2c278a8529f58ac33c
 SHA512 
2dd39a62e3fd81753f30b77be196476ef366cb6914e62c5de82ab946b7159751a5cbf246aa54eaed1fb6adfef7dbba785d10e29571a454b627b7ff45b52375d6
-DIST gcalcli-4.3.0.gh.tar.gz 1702967 BLAKE2B 
04623e2140769a56c28a03e315f8ef1e9fe51571f2e46d2529e1fca062c85de251c6adc631057df228494d449b93564e9fe71998f8702ed87dbc5ec5e7803bbd
 SHA512 
ea8680be5351d7b18206ea7b010d49a8c87cbafc9d754cf7f47587a09228c45b29f76d29644770a881cb7c750a1e0e59262b7875eca77aee5bc2476e456b807e

diff --git a/app-misc/gcalcli/gcalcli-4.2.0-r1.ebuild 
b/app-misc/gcalcli/gcalcli-4.2.0-r1.ebuild
deleted file mode 100644
index 78922029329c..000000000000
--- a/app-misc/gcalcli/gcalcli-4.2.0-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_10 )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-inherit distutils-r1
-
-MY_PV="4.2.0"
-DESCRIPTION="Google Calendar Command Line Interface"
-HOMEPAGE="https://github.com/insanum/gcalcli";
-SRC_URI="https://github.com/insanum/gcalcli/archive/v${MY_PV}.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}/gcalcli-${MY_PV}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-       >=dev-python/google-api-python-client-1.5.3[${PYTHON_USEDEP}]
-       dev-python/oauth2client[${PYTHON_USEDEP}]
-       dev-python/parsedatetime[${PYTHON_USEDEP}]
-       dev-python/python-dateutil[${PYTHON_USEDEP}]
-       dev-python/python-gflags[${PYTHON_USEDEP}]
-       dev-python/vobject[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
-
-src_install() {
-       dodoc -r ChangeLog README.md docs
-       distutils-r1_src_install
-}

diff --git a/app-misc/gcalcli/gcalcli-4.3.0.ebuild 
b/app-misc/gcalcli/gcalcli-4.3.0.ebuild
deleted file mode 100644
index 9011c82b338f..000000000000
--- a/app-misc/gcalcli/gcalcli-4.3.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_10 )
-inherit distutils-r1
-
-DESCRIPTION="Google Calendar Command Line Interface"
-HOMEPAGE="https://github.com/insanum/gcalcli";
-SRC_URI="https://github.com/insanum/gcalcli/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-       >=dev-python/google-api-python-client-1.5.3[${PYTHON_USEDEP}]
-       dev-python/oauth2client[${PYTHON_USEDEP}]
-       dev-python/parsedatetime[${PYTHON_USEDEP}]
-       dev-python/python-dateutil[${PYTHON_USEDEP}]
-       dev-python/python-gflags[${PYTHON_USEDEP}]
-       dev-python/vobject[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
-
-src_install() {
-       dodoc -r ChangeLog README.md docs
-       distutils-r1_src_install
-}

diff --git a/app-misc/gcalcli/metadata.xml b/app-misc/gcalcli/metadata.xml
deleted file mode 100644
index 4b02113ea41b..000000000000
--- a/app-misc/gcalcli/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <maintainer type="person">
-    <email>[email protected]</email>
-    <name>Robin H. Johnson</name>
-  </maintainer>
-  <stabilize-allarches/>
-  <upstream>
-    <remote-id type="github">insanum/gcalcli</remote-id>
-    <remote-id type="pypi">gcalcli</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 9a04601e3610..258ee6685f9f 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -280,13 +280,6 @@ dev-python/pytest-flake8
 acct-user/jabber
 acct-group/jabber
 
-# Michał Górny <[email protected]> (2023-02-03)
-# The package has been archived upstream.  It is broken with all Python
-# versions supported by Gentoo, and it is broken with django-2.
-# The other listed packages are its reverse dependencies.
-# Removal on 2023-03-05.  Bug #718972.
-app-misc/gcalcli
-
 # Michał Górny <[email protected]> (2023-02-02)
 # dev-python/citeproc-py requires dev-python/nose and is not maintained
 # upstream.  Its only revdep, dev-python/duecredit has no reverse

Reply via email to