Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/pycnb/
Date: Sat, 04 Jan 2020 09:00:54
Message-Id: 1578128438.36b8cf6b46aab45bfad2c3f45ce7dd1a1af4af19.zlogene@gentoo
1 commit: 36b8cf6b46aab45bfad2c3f45ce7dd1a1af4af19
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 4 09:00:38 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 4 09:00:38 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36b8cf6b
7
8 net-misc/pycnb: remove last-rited pkg
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11
12 net-misc/pycnb/Manifest | 1 -
13 net-misc/pycnb/metadata.xml | 9 ---------
14 net-misc/pycnb/pycnb-0.0.4-r1.ebuild | 26 --------------------------
15 3 files changed, 36 deletions(-)
16
17 diff --git a/net-misc/pycnb/Manifest b/net-misc/pycnb/Manifest
18 deleted file mode 100644
19 index cca1d6e7abd..00000000000
20 --- a/net-misc/pycnb/Manifest
21 +++ /dev/null
22 @@ -1 +0,0 @@
23 -DIST pycnb-0.0.4.tar.gz 2991 BLAKE2B cf159fddd90bcf5baa3f11b4335578b8c00d4a6cb8105a0d445cd636b5e94e1436d0674050a42c0689b1dea19a2926582e44b7dcaa607168bb9294a2f3b80972 SHA512 e127525bffdd479a5717230f520602cd1dd587000a1adc398739399530fbb3e06d7bbf3e4f7b24c7bd145f2424427ddb6fc86d6bc597d2cab3cdfc6d554cecf9
24
25 diff --git a/net-misc/pycnb/metadata.xml b/net-misc/pycnb/metadata.xml
26 deleted file mode 100644
27 index 454cf0a6a1d..00000000000
28 --- a/net-misc/pycnb/metadata.xml
29 +++ /dev/null
30 @@ -1,9 +0,0 @@
31 -<?xml version="1.0" encoding="UTF-8"?>
32 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
33 -<pkgmetadata>
34 - <!-- maintainer-needed -->
35 - <upstream>
36 - <remote-id type="pypi">pycnb</remote-id>
37 - <remote-id type="github">yaccz/pycnb</remote-id>
38 - </upstream>
39 -</pkgmetadata>
40
41 diff --git a/net-misc/pycnb/pycnb-0.0.4-r1.ebuild b/net-misc/pycnb/pycnb-0.0.4-r1.ebuild
42 deleted file mode 100644
43 index cec3b7b3924..00000000000
44 --- a/net-misc/pycnb/pycnb-0.0.4-r1.ebuild
45 +++ /dev/null
46 @@ -1,26 +0,0 @@
47 -# Copyright 1999-2015 Gentoo Foundation
48 -# Distributed under the terms of the GNU General Public License v2
49 -
50 -EAPI=5
51 -
52 -PYTHON_COMPAT=( python2_7 )
53 -
54 -inherit distutils-r1
55 -
56 -DESCRIPTION="Access cnb.cz daily rates with the comfort of your command line"
57 -HOMEPAGE="https://github.com/yaccz/pycnb"
58 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
59 -
60 -LICENSE="BSD"
61 -SLOT="0"
62 -KEYWORDS="amd64 x86"
63 -
64 -DEPEND="dev-python/cement[${PYTHON_USEDEP}]
65 - dev-python/twisted-web
66 - dev-python/setuptools[${PYTHON_USEDEP}]"
67 -RDEPEND="${DEPEND}"
68 -
69 -src_unpack() {
70 - default
71 - chmod -R a+rX,u+w,g-w,o-w ${P} || die
72 -}