public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: www-client/casperjs/
@ 2015-09-23 10:19 Justin Lecher
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2015-09-23 10:19 UTC (permalink / raw
  To: gentoo-commits

commit:     fd1cb3d8cb76114b0b3a169aa5e77568d54c6fa8
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Tue Sep 22 14:40:21 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Sep 22 14:40:21 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=fd1cb3d8

www-client/casperjs: Fix 'Invalid Gentoo/GPL License on line'

Package-Manager: portage-2.2.20.1

 www-client/casperjs/casperjs-1.1_beta3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/casperjs/casperjs-1.1_beta3.ebuild b/www-client/casperjs/casperjs-1.1_beta3.ebuild
index b4145b8..a90310a 100644
--- a/www-client/casperjs/casperjs-1.1_beta3.ebuild
+++ b/www-client/casperjs/casperjs-1.1_beta3.ebuild
@@ -1,5 +1,5 @@
 # Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v3
+# Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/sci:master commit in: www-client/casperjs/
@ 2015-09-23 10:19 Justin Lecher
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2015-09-23 10:19 UTC (permalink / raw
  To: gentoo-commits

commit:     95fb29904ca5216ede0f6996a4ca264cbfee6374
Author:     Sean Vig <sean.v.775 <AT> gmail <DOT> com>
AuthorDate: Wed Sep  2 20:56:44 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Sep 22 14:17:46 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=95fb2990

www-client/casperjs: Initial ebuild

 www-client/casperjs/ChangeLog                 |  9 ++++++
 www-client/casperjs/casperjs-1.1_beta3.ebuild | 41 +++++++++++++++++++++++++++
 www-client/casperjs/metadata.xml              |  8 ++++++
 3 files changed, 58 insertions(+)

diff --git a/www-client/casperjs/ChangeLog b/www-client/casperjs/ChangeLog
new file mode 100644
index 0000000..eb4d1f3
--- /dev/null
+++ b/www-client/casperjs/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for www-client/casperjs
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Id$
+
+*casperjs-1.1_beta3 (02 Sep 2015)
+
+  02 Sep 2015; Sean Vig <sean.v.775@gmail.com> +casperjs-1.1_beta3.ebuild,
+  +metadata.xml:
+  www-client/casperjs: Initial ebuild

diff --git a/www-client/casperjs/casperjs-1.1_beta3.ebuild b/www-client/casperjs/casperjs-1.1_beta3.ebuild
new file mode 100644
index 0000000..b4145b8
--- /dev/null
+++ b/www-client/casperjs/casperjs-1.1_beta3.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v3
+# $Id$
+
+EAPI=5
+
+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/
+	doins -r tests/
+	doins package.json
+
+	insinto /usr/share/${P}/bin
+	doins bin/bootstrap.js
+	doins bin/usage.txt
+
+	dobin bin/casperjs
+	dosym /usr/bin/casperjs ../share/${P}/bin/casperjs
+
+	dodoc CHANGELOG.md CONTRIBUTORS.md README.md
+}

diff --git a/www-client/casperjs/metadata.xml b/www-client/casperjs/metadata.xml
new file mode 100644
index 0000000..acad08b
--- /dev/null
+++ b/www-client/casperjs/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>sci</herd>
+  <upstream>
+    <remote-id type="github">n1k0/casperjs</remote-id>
+  </upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/sci:master commit in: www-client/casperjs/
@ 2015-09-25  9:43 Justin Lecher
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2015-09-25  9:43 UTC (permalink / raw
  To: gentoo-commits

commit:     6ece7823f1e945940dd98394083ebfeebbb1fdfd
Author:     Sean Vig <sean.v.775 <AT> gmail <DOT> com>
AuthorDate: Thu Sep 24 13:30:46 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Sep 24 13:31:02 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=6ece7823

www-client/casjerjs: Fix installation of casperjs executable

Closes #494

 www-client/casperjs/ChangeLog                 | 3 +++
 www-client/casperjs/casperjs-1.1_beta3.ebuild | 5 +++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/www-client/casperjs/ChangeLog b/www-client/casperjs/ChangeLog
index eb4d1f3..eec6cb0 100644
--- a/www-client/casperjs/ChangeLog
+++ b/www-client/casperjs/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+  24 Sep 2015; Sean Vig <sean.v.775@gmail.com> casperjs-1.1_beta3.ebuild:
+  www-client/casjerjs: Fix installation of casperjs executable
+
 *casperjs-1.1_beta3 (02 Sep 2015)
 
   02 Sep 2015; Sean Vig <sean.v.775@gmail.com> +casperjs-1.1_beta3.ebuild,

diff --git a/www-client/casperjs/casperjs-1.1_beta3.ebuild b/www-client/casperjs/casperjs-1.1_beta3.ebuild
index a90310a..b71ba97 100644
--- a/www-client/casperjs/casperjs-1.1_beta3.ebuild
+++ b/www-client/casperjs/casperjs-1.1_beta3.ebuild
@@ -34,8 +34,9 @@ src_install() {
 	doins bin/bootstrap.js
 	doins bin/usage.txt
 
-	dobin bin/casperjs
-	dosym /usr/bin/casperjs ../share/${P}/bin/casperjs
+	exeinto /usr/share/${P}/bin
+	doexe bin/casperjs
+	dosym ../share/${P}/bin/casperjs /usr/bin/casperjs
 
 	dodoc CHANGELOG.md CONTRIBUTORS.md README.md
 }


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/sci:master commit in: www-client/casperjs/
@ 2016-02-26  9:02 Justin Lecher
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2016-02-26  9:02 UTC (permalink / raw
  To: gentoo-commits

commit:     73544b0df0284161eda0cb93ce5cfa6fddbb1fbe
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 26 08:51:02 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Feb 26 08:51:02 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=73544b0d

www-client/casperjs: Version Bump

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 .../{casperjs-1.1_beta3.ebuild => casperjs-1.1_beta5.ebuild}  | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/www-client/casperjs/casperjs-1.1_beta3.ebuild b/www-client/casperjs/casperjs-1.1_beta5.ebuild
similarity index 82%
rename from www-client/casperjs/casperjs-1.1_beta3.ebuild
rename to www-client/casperjs/casperjs-1.1_beta5.ebuild
index b71ba97..952f908 100644
--- a/www-client/casperjs/casperjs-1.1_beta3.ebuild
+++ b/www-client/casperjs/casperjs-1.1_beta5.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 MY_PV=${PV/_beta/-beta}
 
@@ -26,13 +26,10 @@ src_compile() {
 
 src_install() {
 	insinto /usr/share/${P}/
-	doins -r modules/
-	doins -r tests/
-	doins package.json
+	doins -r modules tests package.json
 
 	insinto /usr/share/${P}/bin
-	doins bin/bootstrap.js
-	doins bin/usage.txt
+	doins bin/bootstrap.js bin/usage.txt
 
 	exeinto /usr/share/${P}/bin
 	doexe bin/casperjs


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-02-26  9:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-25  9:43 [gentoo-commits] proj/sci:master commit in: www-client/casperjs/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2016-02-26  9:02 Justin Lecher
2015-09-23 10:19 Justin Lecher
2015-09-23 10:19 Justin Lecher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox