public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-mathematics/cdfplayer/
@ 2012-12-30 11:42 Kacper Kowalik
  0 siblings, 0 replies; 4+ messages in thread
From: Kacper Kowalik @ 2012-12-30 11:42 UTC (permalink / raw
  To: gentoo-commits

commit:     96996b441c88bc06a7df9c04a13db13d0443b6b4
Author:     Jauhien Piatlicki (jauhien) <piatlicki <AT> gmail <DOT> com>
AuthorDate: Fri Nov 23 16:38:10 2012 +0000
Commit:     Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
CommitDate: Fri Nov 23 16:38:10 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=96996b44

sci-mathematics/cdfplayer: installation path fixed

---
 sci-mathematics/cdfplayer/cdfplayer-8.0.4.ebuild |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sci-mathematics/cdfplayer/cdfplayer-8.0.4.ebuild b/sci-mathematics/cdfplayer/cdfplayer-8.0.4.ebuild
index e6cbca8..5d9d010 100644
--- a/sci-mathematics/cdfplayer/cdfplayer-8.0.4.ebuild
+++ b/sci-mathematics/cdfplayer/cdfplayer-8.0.4.ebuild
@@ -35,5 +35,5 @@ src_prepare() {
 
 src_install() {
 	"${S}/${MY_SCRIPT}" --target "${S}/${P}" -- -auto -verbose -createdir=y \
-		-targetdir="${D}/opt" -execdir="${D}/usr/bin"
+		-targetdir="${D}/opt/wolfram" -execdir="${D}/usr/bin"
 }


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

* [gentoo-commits] proj/sci:master commit in: sci-mathematics/cdfplayer/
@ 2012-12-30 11:42 Kacper Kowalik
  0 siblings, 0 replies; 4+ messages in thread
From: Kacper Kowalik @ 2012-12-30 11:42 UTC (permalink / raw
  To: gentoo-commits

commit:     3dad78c5b4d62f41c648b8863302fc9723553f8c
Author:     Jauhien Piatlicki (jauhien) <piatlicki <AT> gmail <DOT> com>
AuthorDate: Sun Nov 25 00:46:34 2012 +0000
Commit:     Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
CommitDate: Sun Nov 25 00:46:34 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=3dad78c5

sci-mathematics/cdfplayer: installation of desktop file/other fixes

---
 sci-mathematics/cdfplayer/cdfplayer-8.0.4.ebuild |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/sci-mathematics/cdfplayer/cdfplayer-8.0.4.ebuild b/sci-mathematics/cdfplayer/cdfplayer-8.0.4.ebuild
index 5d9d010..2978e3e 100644
--- a/sci-mathematics/cdfplayer/cdfplayer-8.0.4.ebuild
+++ b/sci-mathematics/cdfplayer/cdfplayer-8.0.4.ebuild
@@ -24,9 +24,9 @@ pkg_nofetch() {
 }
 
 src_unpack() {
-	mkdir "${S}"
-	cp "${DISTDIR}/${MY_SCRIPT}" "${S}/${MY_SCRIPT}"
-	chmod u+x "${S}/${MY_SCRIPT}"
+	mkdir "${S}" || die
+	cp "${DISTDIR}/${MY_SCRIPT}" "${S}/${MY_SCRIPT}" || die
+	chmod u+x "${S}/${MY_SCRIPT}" || die
 }
 
 src_prepare() {
@@ -35,5 +35,10 @@ src_prepare() {
 
 src_install() {
 	"${S}/${MY_SCRIPT}" --target "${S}/${P}" -- -auto -verbose -createdir=y \
-		-targetdir="${D}/opt/wolfram" -execdir="${D}/usr/bin"
+		-targetdir="${ED}/opt/wolfram" -execdir="${ED}/usr/bin" || die
+	find "${ED}" -name '*.desktop' -exec \
+		sed -i "s%${ED}%/%g" {} \; || die
+	mkdir -p "${ED}/usr/share/applications" || die
+	cp "${ED}/opt/wolfram/SystemFiles/Installation/wolfram-cdf8.desktop" \
+		"${ED}/usr/share/applications" || die
 }


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

* [gentoo-commits] proj/sci:master commit in: sci-mathematics/cdfplayer/
@ 2013-01-09  7:15 Kacper Kowalik
  0 siblings, 0 replies; 4+ messages in thread
From: Kacper Kowalik @ 2013-01-09  7:15 UTC (permalink / raw
  To: gentoo-commits

commit:     274d0cb12e6e3aae2ef77cefc7339e96397eec9e
Author:     Jauhien Piatlicki (jauhien) <piatlicki <AT> gmail <DOT> com>
AuthorDate: Tue Jan  8 10:17:58 2013 +0000
Commit:     Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
CommitDate: Tue Jan  8 10:17:58 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=274d0cb1

sci-mathematics/cdfplayer: use domenu

---
 sci-mathematics/cdfplayer/cdfplayer-9.0.0.ebuild |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/sci-mathematics/cdfplayer/cdfplayer-9.0.0.ebuild b/sci-mathematics/cdfplayer/cdfplayer-9.0.0.ebuild
index 5987516..0424364 100644
--- a/sci-mathematics/cdfplayer/cdfplayer-9.0.0.ebuild
+++ b/sci-mathematics/cdfplayer/cdfplayer-9.0.0.ebuild
@@ -43,8 +43,7 @@ src_install() {
 		"${MY_DESKTOPFILE}" \
 		|| die
 	mkdir -p "${ED}/usr/share/applications" || die
-	cp "${MY_DESKTOPFILE}" \
-		"${ED}/usr/share/applications" || die
+	domenu "${MY_DESKTOPFILE}"
 }
 
 pkg_postinst() {


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

* [gentoo-commits] proj/sci:master commit in: sci-mathematics/cdfplayer/
@ 2013-09-18 13:51 Nicolas Bock
  0 siblings, 0 replies; 4+ messages in thread
From: Nicolas Bock @ 2013-09-18 13:51 UTC (permalink / raw
  To: gentoo-commits

commit:     7c9140d409fd911b002d121d7ba0d3e02e7856f3
Author:     Jauhien Piatlicki <jpiatlicki <AT> zertisa <DOT> com>
AuthorDate: Wed Sep 18 11:53:09 2013 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Wed Sep 18 11:53:09 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=7c9140d4

sci-mathematics/cdfplayer: add ~amd64 keyword

---
 sci-mathematics/cdfplayer/cdfplayer-9.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/cdfplayer/cdfplayer-9.0.1.ebuild b/sci-mathematics/cdfplayer/cdfplayer-9.0.1.ebuild
index c65677f..0850745 100644
--- a/sci-mathematics/cdfplayer/cdfplayer-9.0.1.ebuild
+++ b/sci-mathematics/cdfplayer/cdfplayer-9.0.1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="http://www.wolfram.com/cdf-player/${MY_SCRIPT}"
 LICENSE="cdfplayer"
 
 SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~amd64 ~x86"
 
 RESTRICT="fetch test"
 


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

end of thread, other threads:[~2013-09-18 13:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-09  7:15 [gentoo-commits] proj/sci:master commit in: sci-mathematics/cdfplayer/ Kacper Kowalik
  -- strict thread matches above, loose matches on Subject: below --
2013-09-18 13:51 Nicolas Bock
2012-12-30 11:42 Kacper Kowalik
2012-12-30 11:42 Kacper Kowalik

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