summaryrefslogtreecommitdiff
path: root/net-misc/pycnb
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /net-misc/pycnb
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'net-misc/pycnb')
-rw-r--r--net-misc/pycnb/Manifest3
-rw-r--r--net-misc/pycnb/metadata.xml9
-rw-r--r--net-misc/pycnb/pycnb-0.0.4-r1.ebuild26
3 files changed, 0 insertions, 38 deletions
diff --git a/net-misc/pycnb/Manifest b/net-misc/pycnb/Manifest
deleted file mode 100644
index 7d0e0fc067eb..000000000000
--- a/net-misc/pycnb/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST pycnb-0.0.4.tar.gz 2991 BLAKE2B cf159fddd90bcf5baa3f11b4335578b8c00d4a6cb8105a0d445cd636b5e94e1436d0674050a42c0689b1dea19a2926582e44b7dcaa607168bb9294a2f3b80972 SHA512 e127525bffdd479a5717230f520602cd1dd587000a1adc398739399530fbb3e06d7bbf3e4f7b24c7bd145f2424427ddb6fc86d6bc597d2cab3cdfc6d554cecf9
-EBUILD pycnb-0.0.4-r1.ebuild 581 BLAKE2B ccd141f491c1c7a1da485ec61977f9260837609ea6caf296c011b0fd04fd383ac2aa6b471b1b69580c1a1e99c67b0dbfbabda4516c8a9d2ba371018d92263e7b SHA512 a61ce520e1636277f04b8a8ddd0825bd5668ae274cbd3c964b49001c890f6706bf02f96a14bc578e2530601c1a3714fa77062ebea07b513010c5a089c1683f59
-MISC metadata.xml 293 BLAKE2B c2e14c7ca874d7b2ec4a768ae44c5e66fad519245dcf470792aeb30b32111740b31f6f4ef0d42813ba9c80c40cb753e0b380667b9f8f0121ae64c6dbe31398b6 SHA512 78d1d04e9a89127917f500ca2510f5b717139167a3ab2ba7892d998ac8c2e52c4900b7a6b3118a97c521e77c8224c016f2f81ab1cfb6901c5c16fbbca50916bd
diff --git a/net-misc/pycnb/metadata.xml b/net-misc/pycnb/metadata.xml
deleted file mode 100644
index 454cf0a6a1d8..000000000000
--- a/net-misc/pycnb/metadata.xml
+++ /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
index cec3b7b3924d..000000000000
--- a/net-misc/pycnb/pycnb-0.0.4-r1.ebuild
+++ /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
-}