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: Wed, 28 Sep 2016 11:34:59
Message-Id: 1475062478.127cba731cbd65710a32546e124a4308cf688ad3.kensington@gentoo
1 commit: 127cba731cbd65710a32546e124a4308cf688ad3
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 28 11:33:38 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 28 11:34:38 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=127cba73
7
8 app-misc/asciinema: remove old
9
10 Package-Manager: portage-2.3.1
11
12 app-misc/asciinema/Manifest | 1 -
13 app-misc/asciinema/asciinema-0.9.8.ebuild | 20 --------------------
14 2 files changed, 21 deletions(-)
15
16 diff --git a/app-misc/asciinema/Manifest b/app-misc/asciinema/Manifest
17 index 69d9e49..7b40cc9 100644
18 --- a/app-misc/asciinema/Manifest
19 +++ b/app-misc/asciinema/Manifest
20 @@ -1,2 +1 @@
21 -DIST asciinema-0.9.8.tar.gz 6336 SHA256 f20bf96c5ec5f4faba7c4c91ce5b48696ce8160593a4897e8a87cc839214df1f SHA512 2df8520dca6c3a61e0bb5987a723a9668423da088cbba91e79ed51f0000e242290477f7a23e409270e29d5792e8a88e38d3c33963b835ce8dd9fc0cd24e2b7b4 WHIRLPOOL f7db1f8a2e6557879e08af44def66692699fa6296ed476d88cd93101045759b094ed487df8cae68a75377cbb9b91cefd21f103782fb550a739d9e952aa94bc21
22 DIST asciinema-1.3.0.tar.gz 34214 SHA256 968016828119d53b8e4e6ccf40a2635704d236f8e805f635c15adc09a4373a55 SHA512 882f2f9c23c42d6930fc54797a87134004c1e679b2c054d29c71a9af616604f6e54aa1461b7f0f9826557c66dcf51470710d6e2886d785cbf28464ea2397d5d2 WHIRLPOOL 68a9a32b4067115cdece92a69f824a15ac42bfe1855701fb1e74cb7d138022f235a83c4a879453f87ac3757f1dc3c5036d596e4b7cea84cf8f8891b696b1a1fe
23
24 diff --git a/app-misc/asciinema/asciinema-0.9.8.ebuild b/app-misc/asciinema/asciinema-0.9.8.ebuild
25 deleted file mode 100644
26 index 457157e..00000000
27 --- a/app-misc/asciinema/asciinema-0.9.8.ebuild
28 +++ /dev/null
29 @@ -1,20 +0,0 @@
30 -# Copyright 1999-2014 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=5
35 -
36 -PYTHON_COMPAT=( python{2_7,3_3,3_4})
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="Command line recorder for asciinema.org service"
40 -HOMEPAGE="https://pypi.python.org/pypi/asciinema http://asciinema.org/"
41 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 -
43 -LICENSE="MIT"
44 -SLOT="0"
45 -KEYWORDS="amd64"
46 -IUSE=""
47 -
48 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
49 -RDEPEND=">=dev-python/requests-1.1.0[${PYTHON_USEDEP}]"