aboutsummaryrefslogtreecommitdiffstats
path: root/net-misc
diff options
context:
space:
mode:
authorWolfgang Müller2023-11-20 10:52:55 +0100
committerWolfgang Müller2023-11-20 10:52:55 +0100
commit3b8027d034da15b280008249267468b39d2de170 (patch)
treee6fc38780f7392df5fcd15f355ef9b2a02c3d18a /net-misc
parent82ebbc238ab366f18c3fef69eae8eca0bbacef22 (diff)
downloadpramantha-3b8027d034da15b280008249267468b39d2de170.tar.gz
net-misc/gandi-cli: drop
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/gandi-cli/Manifest3
-rw-r--r--net-misc/gandi-cli/gandi-cli-1.6.ebuild40
-rw-r--r--net-misc/gandi-cli/metadata.xml7
3 files changed, 0 insertions, 50 deletions
diff --git a/net-misc/gandi-cli/Manifest b/net-misc/gandi-cli/Manifest
deleted file mode 100644
index 3ae38f2..0000000
--- a/net-misc/gandi-cli/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST gandi-cli-1.6.tar.gz 170850 BLAKE2B 43ea5dabcce6317835b3cb78cc9f70fb3d50f34f563fb65892ae2095b41c02f575ca8e480dbbfcd43d65902ba248862f9db072c1159581818e5e4230d5390c96 SHA512 d3033edf443248a9b25954df5a6a00850cfabfeb2f9e004a8f65b2363d610c1ce86c9a9235d3ac708140094dee77c51d052969d8b1972e63a4a1d0a26dbe448b
-EBUILD gandi-cli-1.6.ebuild 821 BLAKE2B 3ba43c6d3376416fe0fdb3b2a949288b795f554509733062311f03d1f6c607b7670351846ddff1321bccf0bd1e5641185d6bf4df54e0445a1172cc76bdb9ec2d SHA512 9ec50bc84f758fe527b955686bcb571b9510908fd384159726bf790bcada2f45b464a6bab67192e8b999e0c981164c66ce2db0a35ed2e0a94e4366ea65e1fef4
-MISC metadata.xml 219 BLAKE2B 4017e2b1f6b36f72c186cfeb0955be57076a02d087acfd6caf9b9ec56509b5299be8d40dddaffd04433bb290f6dd35c94c59ac02a4f1ad7e63b13648e465e594 SHA512 555d3bce3f8cd9b4d78f59f494c326d7893f12c1907c1eb92107595886fc4a5e89b8b9fda7f434e021a9eede5dfd6d0c1dfee721c268ccad3d6a1865a92204e0
diff --git a/net-misc/gandi-cli/gandi-cli-1.6.ebuild b/net-misc/gandi-cli/gandi-cli-1.6.ebuild
deleted file mode 100644
index e43dd8d..0000000
--- a/net-misc/gandi-cli/gandi-cli-1.6.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{10,11} pypy )
-
-inherit distutils-r1
-
-MY_PN="${PN//-/.}"
-DESCRIPTION="CLI to easily create and manage web resources for your Gandi account."
-HOMEPAGE="https://github.com/Gandi/gandi.cli"
-SRC_URI="https://github.com/Gandi/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-REQUIRED_USE="
- ${PYTHON_REQUIRED_USE}
-"
-
-RDEPEND="
- ${PYTHON_DEPS}
- >=dev-python/click-7
- dev-python/requests
- dev-python/pyyaml
- dev-python/IPy
- dev-python/namespace-gandi
-"
-
-DEPEND="dev-python/namespace-gandi"
-
-RESTRICT="mirror"
-
-S=${WORKDIR}/${MY_PN}-${PV}
-
-python_install_all() {
- distutils-r1_python_install_all
- find "${ED}" -name '*.pth' -delete || die
-}
diff --git a/net-misc/gandi-cli/metadata.xml b/net-misc/gandi-cli/metadata.xml
deleted file mode 100644
index c544433..0000000
--- a/net-misc/gandi-cli/metadata.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>wolf@oriole.systems</email>
- </maintainer>
-</pkgmetadata>