summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2018-06-30 09:23:07 +1000
committerMichael Palimaka <kensington@gentoo.org>2018-06-30 09:23:21 +1000
commite35ef7cbb86f7b80d86a1c97df5498d4a0cd732c (patch)
tree2f3d34e7e9b3e958b6fc484514244b675683974b /app-misc/asciinema/asciinema-1.4.0.ebuild
parentapp-admin/ps_mem: revbump for python-single-r1 & minor tweaks (diff)
downloadgentoo-e35ef7cbb86f7b80d86a1c97df5498d4a0cd732c.tar.gz
gentoo-e35ef7cbb86f7b80d86a1c97df5498d4a0cd732c.tar.bz2
gentoo-e35ef7cbb86f7b80d86a1c97df5498d4a0cd732c.zip
app-misc/asciinema: remove 1.4.0
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-misc/asciinema/asciinema-1.4.0.ebuild')
-rw-r--r--app-misc/asciinema/asciinema-1.4.0.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/app-misc/asciinema/asciinema-1.4.0.ebuild b/app-misc/asciinema/asciinema-1.4.0.ebuild
deleted file mode 100644
index ee47c74f60ec..000000000000
--- a/app-misc/asciinema/asciinema-1.4.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 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
-}