diff options
author | William Hubbs <williamh@gentoo.org> | 2022-07-17 11:37:05 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2022-07-17 11:37:25 -0500 |
commit | e48a98361be165d928ab02203deb5937162bf6dc (patch) | |
tree | 3777232e1702d5bebd769da52ad84de0d9e3147f /dev-util/cligh | |
parent | sys-process/glances: add 3.2.5 (diff) | |
download | gentoo-e48a98361be165d928ab02203deb5937162bf6dc.tar.gz gentoo-e48a98361be165d928ab02203deb5937162bf6dc.tar.bz2 gentoo-e48a98361be165d928ab02203deb5937162bf6dc.zip |
dev-util/cligh: treeclean
Closes: https://bugs.gentoo.org/845921
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'dev-util/cligh')
-rw-r--r-- | dev-util/cligh/Manifest | 1 | ||||
-rw-r--r-- | dev-util/cligh/cligh-0.3.ebuild | 21 | ||||
-rw-r--r-- | dev-util/cligh/cligh-9999.ebuild | 21 | ||||
-rw-r--r-- | dev-util/cligh/metadata.xml | 11 |
4 files changed, 0 insertions, 54 deletions
diff --git a/dev-util/cligh/Manifest b/dev-util/cligh/Manifest deleted file mode 100644 index 4df45ece2c9d..000000000000 --- a/dev-util/cligh/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST cligh-0.3.tar.gz 8043 BLAKE2B 496c7d169463a2ecec66ac193480503eb4f5207c8e874fedd8a8a50047f5a3e480dc3c8f7cd401e1c1360a9fa1ae918adfd4f2e5ba928f8ff68df8032d8360af SHA512 85aa702c15e6f19b0118c642944d3151648f38d8f9e86a93f4d4c03c28245548e9910d21edc19f3ada338c33b995fee7bb03e6bafd99499d58cdba35b37faca8 diff --git a/dev-util/cligh/cligh-0.3.ebuild b/dev-util/cligh/cligh-0.3.ebuild deleted file mode 100644 index fb12f85e1673..000000000000 --- a/dev-util/cligh/cligh-0.3.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=no - -PYTHON_COMPAT=( python3_{7..9} ) - -inherit distutils-r1 - -DESCRIPTION="Command-line interface to GitHub" -HOMEPAGE="https://the-brannons.com/software/cligh.html" -SRC_URI="https://the-brannons.com/software/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="dev-python/PyGithub[${PYTHON_USEDEP}] - dev-python/pyxdg[${PYTHON_USEDEP}]" diff --git a/dev-util/cligh/cligh-9999.ebuild b/dev-util/cligh/cligh-9999.ebuild deleted file mode 100644 index c120982bbbe8..000000000000 --- a/dev-util/cligh/cligh-9999.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=no - -PYTHON_COMPAT=( python3_{7..9} ) - -inherit distutils-r1 git-r3 - -DESCRIPTION="Command-line interface to GitHub" -HOMEPAGE="https://the-brannons.com/software/cligh.html" -EGIT_REPO_URI="https://github.com/CMB/${PN}.git" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="" - -RDEPEND="dev-python/PyGithub[${PYTHON_USEDEP}] - dev-python/pyxdg[${PYTHON_USEDEP}]" diff --git a/dev-util/cligh/metadata.xml b/dev-util/cligh/metadata.xml deleted file mode 100644 index 5f6557623c6a..000000000000 --- a/dev-util/cligh/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>williamh@gentoo.org</email> - <name>William Hubbs</name> - </maintainer> - <upstream> - <remote-id type="github">CMB/cligh</remote-id> - </upstream> -</pkgmetadata> |