From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CFA70138331 for ; Sun, 20 May 2018 01:25:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF6CBE097D; Sun, 20 May 2018 01:25:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 95666E097D for ; Sun, 20 May 2018 01:25:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E26E6335C73 for ; Sun, 20 May 2018 01:25:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B5232A2 for ; Sun, 20 May 2018 01:25:20 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1526779514.b39b1e1fda143eda647efdb9b1d5e8a7797fd0ce.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/asciinema/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/asciinema/Manifest app-misc/asciinema/asciinema-2.0.0.ebuild X-VCS-Directories: app-misc/asciinema/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: b39b1e1fda143eda647efdb9b1d5e8a7797fd0ce X-VCS-Branch: master Date: Sun, 20 May 2018 01:25:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d32b6a88-31af-44a1-bae9-3a4de3df2bf8 X-Archives-Hash: cc0c3017276e540bb9578f0b4806e0bc commit: b39b1e1fda143eda647efdb9b1d5e8a7797fd0ce Author: Georgy Yakovlev sysdump net> AuthorDate: Fri May 18 23:53:10 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun May 20 01:25:14 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b39b1e1f app-misc/asciinema: drom 2.0.0 Package-Manager: Portage-2.3.38, Repoman-2.3.9 app-misc/asciinema/Manifest | 1 - app-misc/asciinema/asciinema-2.0.0.ebuild | 32 ------------------------------- 2 files changed, 33 deletions(-) diff --git a/app-misc/asciinema/Manifest b/app-misc/asciinema/Manifest index 869aa6b2ee3..62c6723c4c4 100644 --- a/app-misc/asciinema/Manifest +++ b/app-misc/asciinema/Manifest @@ -1,3 +1,2 @@ DIST asciinema-1.4.0.tar.gz 35264 BLAKE2B 7a6eb179206afdcbe8d1a68cc7bdd7246cbb8d5ace870da40db2a1159a71f7cb18133c0bf286f0b0c1a4d2b7779fec9d1af602ca8b14d2fce478b84fe0e8adf4 SHA512 23c67a462acdbbbed495e6cc3e0e22ed028effcc945af30b5925854e216c6f74bb1b416d9b0001726732ae8be510796e996bbca69b225c20422143e5ed1aca5c -DIST asciinema-2.0.0.tar.gz 47724 BLAKE2B 28ee2f19bdd7ca27720713af86492d2ac2d3acd53cadfdc82c613e187bcdb4d349c0a7629b7c48630b80c2f62bd20db25ebea43471bd04f205c2afca15b8b9c3 SHA512 af11134af1e69eabbf5a177000026830d418ed5d91e381f27c0631692bbaae04afc3f1086ea2065c54f49f227f7e575938c69d6d3bc8b5f9f06eca3fe084598e DIST asciinema-2.0.1.tar.gz 48597 BLAKE2B 9179d19c3c6980f35004145fc109dfa938fa020e1982389f7309c7716f8e18914fb8db46e74b2d778b043399d00a3348e499e9fc1849f5f02e1a729c8bde6084 SHA512 abc7e2a83032520d42b45524fbd103bd974b6857274fbb923b274d11f0a81a8d06cd1e97f1b7d6432a47e1ded6df5e37e52c69caaf7f15b1bf8b53f17dfc07d1 diff --git a/app-misc/asciinema/asciinema-2.0.0.ebuild b/app-misc/asciinema/asciinema-2.0.0.ebuild deleted file mode 100644 index f3de7eca9d5..00000000000 --- a/app-misc/asciinema/asciinema-2.0.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{3_4,3_5} ) -inherit distutils-r1 - -DESCRIPTION="Command line recorder for asciinema.org service" -HOMEPAGE="https://asciinema.org/ https://pypi.org/project/asciinema/" -SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/nose[${PYTHON_USEDEP}] ) -" - -DOCS=( CHANGELOG.md CONTRIBUTING.md README.md doc/asciicast-v1.md ) - -python_test() { - nosetests || die -} - -src_install() { - distutils-r1_src_install - doman man/asciinema.1 -}