diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-01-04 12:00:38 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-01-04 12:00:38 +0300 |
commit | 36b8cf6b46aab45bfad2c3f45ce7dd1a1af4af19 (patch) | |
tree | b39c93a0f32264931ffc5640261c03fba8a95d0d /net-misc | |
parent | net-p2p/pybitmessage: remove last-rited pkg (diff) | |
download | gentoo-36b8cf6b46aab45bfad2c3f45ce7dd1a1af4af19.tar.gz gentoo-36b8cf6b46aab45bfad2c3f45ce7dd1a1af4af19.tar.bz2 gentoo-36b8cf6b46aab45bfad2c3f45ce7dd1a1af4af19.zip |
net-misc/pycnb: remove last-rited pkg
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/pycnb/Manifest | 1 | ||||
-rw-r--r-- | net-misc/pycnb/metadata.xml | 9 | ||||
-rw-r--r-- | net-misc/pycnb/pycnb-0.0.4-r1.ebuild | 26 |
3 files changed, 0 insertions, 36 deletions
diff --git a/net-misc/pycnb/Manifest b/net-misc/pycnb/Manifest deleted file mode 100644 index cca1d6e7abd1..000000000000 --- a/net-misc/pycnb/Manifest +++ /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 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 -} |