From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CB5E4138CBF for ; Sun, 8 Mar 2015 18:09:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32B6AE0B0A; Sun, 8 Mar 2015 18:09:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5C5CAE0AFA for ; Sun, 8 Mar 2015 18:09:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BF2713406D0 for ; Sun, 8 Mar 2015 18:08:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A3D91352A for ; Sun, 8 Mar 2015 18:08:57 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1425811884.534e7b287a879f6ea081e300bc7a22975d3e7e5a.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/cdfplayer/files/, sci-mathematics/cdfplayer/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/cdfplayer/ChangeLog sci-mathematics/cdfplayer/cdfplayer-10.0.2.ebuild sci-mathematics/cdfplayer/cdfplayer-9.0.1.ebuild sci-mathematics/cdfplayer/files/cdfplayer-9.0.1-installer.patch X-VCS-Directories: sci-mathematics/cdfplayer/ sci-mathematics/cdfplayer/files/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 534e7b287a879f6ea081e300bc7a22975d3e7e5a X-VCS-Branch: master Date: Sun, 8 Mar 2015 18:08:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1ba64399-cf63-4a08-b8af-848eca94c8fc X-Archives-Hash: f2ddbac28bbb69a653a87341fae01a8f commit: 534e7b287a879f6ea081e300bc7a22975d3e7e5a Author: zcj 163 com> AuthorDate: Sun Mar 8 10:51:24 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Mar 8 10:51:24 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=534e7b28 cdfplayer: Version bump; Patch is not needed. sci-mathematics/cdfplayer/ChangeLog | 9 +++++++-- ...cdfplayer-9.0.1.ebuild => cdfplayer-10.0.2.ebuild} | 10 +++------- .../cdfplayer/files/cdfplayer-9.0.1-installer.patch | 19 ------------------- 3 files changed, 10 insertions(+), 28 deletions(-) diff --git a/sci-mathematics/cdfplayer/ChangeLog b/sci-mathematics/cdfplayer/ChangeLog index fff3a0a..41635cb 100644 --- a/sci-mathematics/cdfplayer/ChangeLog +++ b/sci-mathematics/cdfplayer/ChangeLog @@ -1,7 +1,13 @@ # ChangeLog for sci-mathematics/cdfplayer -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*cdfplayer-10.0.2 (08 Mar 2015) + + 08 Mar 2015; zcj +cdfplayer-10.0.2.ebuild, + -cdfplayer-9.0.1.ebuild, -files/cdfplayer-9.0.1-installer.patch: + sci-mathematics/cdfplayer: Version bump; Patch is not needed. + *cdfplayer-9.0.1 (11 Mar 2013) 11 Mar 2013; Jauhien Piatlicki (jauhien) @@ -22,4 +28,3 @@ +cdfplayer-8.0.4.ebuild, +files/cdfplayer-8.0.4-installer.patch, +metadata.xml: initial commit for bug #421019 - diff --git a/sci-mathematics/cdfplayer/cdfplayer-9.0.1.ebuild b/sci-mathematics/cdfplayer/cdfplayer-10.0.2.ebuild similarity index 86% rename from sci-mathematics/cdfplayer/cdfplayer-9.0.1.ebuild rename to sci-mathematics/cdfplayer/cdfplayer-10.0.2.ebuild index b205211..231397f 100644 --- a/sci-mathematics/cdfplayer/cdfplayer-9.0.1.ebuild +++ b/sci-mathematics/cdfplayer/cdfplayer-10.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -7,7 +7,7 @@ EAPI=5 inherit eutils MY_SCRIPT=CDFPlayer_${PV}_LINUX.sh -MY_DESKTOPFILE=${ED}/opt/wolfram/SystemFiles/Installation/wolfram-cdf9.desktop +MY_DESKTOPFILE=${ED}/opt/wolfram/SystemFiles/Installation/wolfram-cdf10.desktop DESCRIPTION="Player for Wolfram CDF" HOMEPAGE="http://www.wolfram.com/cdf-player/" @@ -30,12 +30,8 @@ src_unpack() { chmod u+x "${S}/${MY_SCRIPT}" || die } -src_prepare() { - epatch "${FILESDIR}/${P}-installer.patch" -} - src_install() { - "${S}/${MY_SCRIPT}" --target "${S}/${P}" -- -auto -verbose -createdir=y \ + "${S}/${MY_SCRIPT}" --target "${S}/${P}" --nox11 -- -auto -verbose -createdir=y \ -targetdir="${ED}/opt/wolfram" -execdir="${ED}/usr/bin" || die find "${ED}" -name '*.desktop' -exec \ sed -i "s%${ED}%/%g" {} \; || die diff --git a/sci-mathematics/cdfplayer/files/cdfplayer-9.0.1-installer.patch b/sci-mathematics/cdfplayer/files/cdfplayer-9.0.1-installer.patch deleted file mode 100644 index 1ec036b..0000000 --- a/sci-mathematics/cdfplayer/files/cdfplayer-9.0.1-installer.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- CDFPlayer_9.0.1_LINUX.sh -+++ CDFPlayer_9.0.1_LINUX.sh -@@ -261,11 +261,11 @@ - fi - done - chmod a+x $0 || echo Please add execution rights on $0 -- if test `echo "$0" | cut -c1` = "/"; then # Spawn a terminal! -- exec $XTERM -title "$label" -e "$0" --xwin "$@" -- else -- exec $XTERM -title "$label" -e "./$0" --xwin "$@" -- fi -+ #if test `echo "$0" | cut -c1` = "/"; then # Spawn a terminal! -+ # exec $XTERM -title "$label" -e "$0" --xwin "$@" -+ #else -+ # exec $XTERM -title "$label" -e "./$0" --xwin "$@" -+ #fi - fi - fi - fi