net-misc/pycnb: remove last-rited pkg
authorMikle Kolyada <zlogene@gentoo.org>
Sat, 4 Jan 2020 09:00:38 +0000 (12:00 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Sat, 4 Jan 2020 09:00:38 +0000 (12:00 +0300)
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
net-misc/pycnb/Manifest [deleted file]
net-misc/pycnb/metadata.xml [deleted file]
net-misc/pycnb/pycnb-0.0.4-r1.ebuild [deleted file]

diff --git a/net-misc/pycnb/Manifest b/net-misc/pycnb/Manifest
deleted file mode 100644 (file)
index cca1d6e..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST pycnb-0.0.4.tar.gz 2991 BLAKE2B cf159fddd90bcf5baa3f11b4335578b8c00d4a6cb8105a0d445cd636b5e94e1436d0674050a42c0689b1dea19a2926582e44b7dcaa607168bb9294a2f3b80972 SHA512 e127525bffdd479a5717230f520602cd1dd587000a1adc398739399530fbb3e06d7bbf3e4f7b24c7bd145f2424427ddb6fc86d6bc597d2cab3cdfc6d554cecf9
diff --git a/net-misc/pycnb/metadata.xml b/net-misc/pycnb/metadata.xml
deleted file mode 100644 (file)
index 454cf0a..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <!-- maintainer-needed -->
-  <upstream>
-    <remote-id type="pypi">pycnb</remote-id>
-    <remote-id type="github">yaccz/pycnb</remote-id>
-  </upstream>
-</pkgmetadata>
diff --git a/net-misc/pycnb/pycnb-0.0.4-r1.ebuild b/net-misc/pycnb/pycnb-0.0.4-r1.ebuild
deleted file mode 100644 (file)
index cec3b7b..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Access cnb.cz daily rates with the comfort of your command line"
-HOMEPAGE="https://github.com/yaccz/pycnb"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-DEPEND="dev-python/cement[${PYTHON_USEDEP}]
-       dev-python/twisted-web
-       dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
-
-src_unpack() {
-       default
-       chmod -R a+rX,u+w,g-w,o-w ${P} || die
-}