net-dns/dnsimple-dyndns: remove last-rited pkg
authorMikle Kolyada <zlogene@gentoo.org>
Mon, 27 Apr 2020 08:21:18 +0000 (11:21 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Mon, 27 Apr 2020 08:21:18 +0000 (11:21 +0300)
Closes: https://bugs.gentoo.org/712960

Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
net-dns/dnsimple-dyndns/Manifest [deleted file]
net-dns/dnsimple-dyndns/dnsimple-dyndns-0.1.ebuild [deleted file]
net-dns/dnsimple-dyndns/metadata.xml [deleted file]

diff --git a/net-dns/dnsimple-dyndns/Manifest b/net-dns/dnsimple-dyndns/Manifest
deleted file mode 100644 (file)
index b5d36be..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST dnsimple-dyndns-0.1.tar.gz 4453 BLAKE2B 8d3a6280ff38d1e45477b3b1800c345cebb5653598a9b7d85bd0e4f14114a1b45097d9eb3997864334d180af842cb61d14a01d7cb33155c800004f20ddaefcad SHA512 1dc7cdb968cd9303b922f0537fb5e63e5f16ed86d53506b47311d11f554f8e8332b989206c4947be75a07d576c98f4766dc9350ffbb30a31fa3581ded8a2b64e
diff --git a/net-dns/dnsimple-dyndns/dnsimple-dyndns-0.1.ebuild b/net-dns/dnsimple-dyndns/dnsimple-dyndns-0.1.ebuild
deleted file mode 100644 (file)
index 571f8e3..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-GIT_ECLASS=
-if [[ ${PV} = *9999* ]]; then
-       GIT_ECLASS="git-r3"
-       EGIT_REPO_URI="https://github.com/rafaelmartins/${PN}.git"
-fi
-
-inherit distutils-r1 ${GIT_ECLASS}
-
-DESCRIPTION="Dynamic DNS implementation, that relies on DNSimple.com"
-HOMEPAGE="https://pypi.org/project/dnsimple-dyndns/
-       https://github.com/rafaelmartins/dnsimple-dyndns"
-
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
-if [[ ${PV} = *9999* ]]; then
-       SRC_URI=""
-       KEYWORDS=""
-fi
-
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-DEPEND=">=dev-python/requests-2.0.0"
-RDEPEND="${DEPEND}"
diff --git a/net-dns/dnsimple-dyndns/metadata.xml b/net-dns/dnsimple-dyndns/metadata.xml
deleted file mode 100644 (file)
index db92099..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-       <maintainer type="person">
-               <email>rafaelmartins@gentoo.org</email>
-               <name>Rafael G. Martins</name>
-       </maintainer>
-       <longdescription lang="en">
-       Dynamic DNS implementation, that relies on DNSimple.com.
-       </longdescription>
-       <upstream>
-               <maintainer status="active">
-                       <email>rafaelmartins@gentoo.org</email>
-                       <name>Rafael G. Martins</name>
-               </maintainer>
-               <remote-id type="pypi">dnsimple-dyndns</remote-id>
-               <remote-id type="github">rafaelmartins/dnsimple-dyndns</remote-id>
-       </upstream>
-</pkgmetadata>