aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2017-06-23 16:30:58 +0100
committerJustin Lecher <jlec@gentoo.org>2017-06-23 16:30:58 +0100
commit6404ec5be8922635577379dea461e1fd542c32de (patch)
tree82a412f10f29535843af781a69fa62e9e2f9a6ba /www-client/casperjs/casperjs-1.1_beta5.ebuild
parentAdd missing license for gamess (diff)
downloadsci-6404ec5be8922635577379dea461e1fd542c32de.tar.gz
sci-6404ec5be8922635577379dea461e1fd542c32de.tar.bz2
sci-6404ec5be8922635577379dea461e1fd542c32de.zip
Drop www-client/casperjs due to broken revdeps
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'www-client/casperjs/casperjs-1.1_beta5.ebuild')
-rw-r--r--www-client/casperjs/casperjs-1.1_beta5.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/www-client/casperjs/casperjs-1.1_beta5.ebuild b/www-client/casperjs/casperjs-1.1_beta5.ebuild
deleted file mode 100644
index 7e157d3a3..000000000
--- a/www-client/casperjs/casperjs-1.1_beta5.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PV=${PV/_beta/-beta}
-
-DESCRIPTION="Navigation scripting & testing utility for PhantomJS and SlimerJS"
-HOMEPAGE="http://casperjs.org/"
-SRC_URI="https://github.com/n1k0/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="<www-client/phantomjs-2.0.0"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-src_compile() {
- return
-}
-
-src_install() {
- insinto /usr/share/${P}/
- doins -r modules tests package.json
-
- insinto /usr/share/${P}/bin
- doins bin/bootstrap.js bin/usage.txt
-
- exeinto /usr/share/${P}/bin
- doexe bin/casperjs
- dosym ../share/${P}/bin/casperjs /usr/bin/casperjs
-
- dodoc CHANGELOG.md CONTRIBUTORS.md README.md
-}