Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/asciinema/
Date: Fri, 29 Jun 2018 23:23:34
Message-Id: 1530314601.e35ef7cbb86f7b80d86a1c97df5498d4a0cd732c.kensington@gentoo
1 commit: e35ef7cbb86f7b80d86a1c97df5498d4a0cd732c
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 29 23:23:07 2018 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 29 23:23:21 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e35ef7cb
7
8 app-misc/asciinema: remove 1.4.0
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 app-misc/asciinema/Manifest | 1 -
13 app-misc/asciinema/asciinema-1.4.0.ebuild | 32 -------------------------------
14 2 files changed, 33 deletions(-)
15
16 diff --git a/app-misc/asciinema/Manifest b/app-misc/asciinema/Manifest
17 index 62c6723c4c4..31f4f66a7db 100644
18 --- a/app-misc/asciinema/Manifest
19 +++ b/app-misc/asciinema/Manifest
20 @@ -1,2 +1 @@
21 -DIST asciinema-1.4.0.tar.gz 35264 BLAKE2B 7a6eb179206afdcbe8d1a68cc7bdd7246cbb8d5ace870da40db2a1159a71f7cb18133c0bf286f0b0c1a4d2b7779fec9d1af602ca8b14d2fce478b84fe0e8adf4 SHA512 23c67a462acdbbbed495e6cc3e0e22ed028effcc945af30b5925854e216c6f74bb1b416d9b0001726732ae8be510796e996bbca69b225c20422143e5ed1aca5c
22 DIST asciinema-2.0.1.tar.gz 48597 BLAKE2B 9179d19c3c6980f35004145fc109dfa938fa020e1982389f7309c7716f8e18914fb8db46e74b2d778b043399d00a3348e499e9fc1849f5f02e1a729c8bde6084 SHA512 abc7e2a83032520d42b45524fbd103bd974b6857274fbb923b274d11f0a81a8d06cd1e97f1b7d6432a47e1ded6df5e37e52c69caaf7f15b1bf8b53f17dfc07d1
23
24 diff --git a/app-misc/asciinema/asciinema-1.4.0.ebuild b/app-misc/asciinema/asciinema-1.4.0.ebuild
25 deleted file mode 100644
26 index ee47c74f60e..00000000000
27 --- a/app-misc/asciinema/asciinema-1.4.0.ebuild
28 +++ /dev/null
29 @@ -1,32 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -PYTHON_COMPAT=( python{3_4,3_5} )
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="Command line recorder for asciinema.org service"
39 -HOMEPAGE="https://asciinema.org/ https://pypi.org/project/asciinema/"
40 -SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
41 -
42 -LICENSE="GPL-3+"
43 -SLOT="0"
44 -KEYWORDS="amd64"
45 -IUSE="test"
46 -
47 -DEPEND="
48 - dev-python/setuptools[${PYTHON_USEDEP}]
49 - test? ( dev-python/nose[${PYTHON_USEDEP}] )
50 -"
51 -
52 -DOCS=( CHANGELOG.md CONTRIBUTING.md README.md doc/asciicast-v1.md )
53 -
54 -python_test() {
55 - nosetests || die
56 -}
57 -
58 -src_install() {
59 - distutils-r1_src_install
60 - doman man/asciinema.1
61 -}