From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Ra3SF-0006yb-RM for garchives@archives.gentoo.org; Mon, 12 Dec 2011 10:49:56 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A32821C14A; Mon, 12 Dec 2011 10:49:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E90A421C14A for ; Mon, 12 Dec 2011 10:49:47 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AB6AB1B4001 for ; Mon, 12 Dec 2011 10:49:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id CE03C8004A for ; Mon, 12 Dec 2011 10:49:44 +0000 (UTC) From: "Martin Mokrejs" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Martin Mokrejs" Message-ID: <42c602ccec69da7793ac77c9796766cfd45eb1ce.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/tablet-bin/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/tablet-bin/ChangeLog sci-biology/tablet-bin/tablet-bin-1.11.11.01.ebuild X-VCS-Directories: sci-biology/tablet-bin/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: 42c602ccec69da7793ac77c9796766cfd45eb1ce Date: Mon, 12 Dec 2011 10:49:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 36f1df36-4d2b-4ada-8c4a-7669c428d8c7 X-Archives-Hash: 0be80869af8785612887d83c9ba1deec commit: 42c602ccec69da7793ac77c9796766cfd45eb1ce Author: Martin Mokrejs fold natur cuni cz> AuthorDate: Mon Dec 12 10:49:26 2011 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Mon Dec 12 10:49:26 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D42c602cc added MYPV to the ebuild to make it more easily re-usable (Portage version: 2.1.10.38/git/Linux i686, unsigned Manifest commit) --- sci-biology/tablet-bin/ChangeLog | 5 +++++ .../tablet-bin/tablet-bin-1.11.11.01.ebuild | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/sci-biology/tablet-bin/ChangeLog b/sci-biology/tablet-bin/Ch= angeLog index 92c48b6..7179b14 100644 --- a/sci-biology/tablet-bin/ChangeLog +++ b/sci-biology/tablet-bin/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 12 Dec 2011; Martin Mokrejs + tablet-bin-1.11.11.01.ebuild: + added MYPV to the ebuild to make it more easily re-usable + tablet-bin-1.11.11.01.ebuild + *tablet-bin-1.11.11.01 (09 Dec 2011) =20 09 Dec 2011; Martin Mokrejs diff --git a/sci-biology/tablet-bin/tablet-bin-1.11.11.01.ebuild b/sci-bi= ology/tablet-bin/tablet-bin-1.11.11.01.ebuild index cd5141d..0867f28 100644 --- a/sci-biology/tablet-bin/tablet-bin-1.11.11.01.ebuild +++ b/sci-biology/tablet-bin/tablet-bin-1.11.11.01.ebuild @@ -33,6 +33,8 @@ RDEPEND=3D"${DEPEND} virtual/jre dev-lang/python" =20 +MYPV=3D"$(replace_all_version_separators '_')" + src_install() { # In theory it seems this binary package could be installed through ant # instead of the install4j package which is not easy to be forced @@ -56,7 +58,7 @@ src_install() { # make sure we force java to point a to $HOME which is inside our sanbo= x # directory area. We force -Duser.home . It seems also -Dinstall4j.user= Home # could be done based on the figure shown at http://resources.ej-techno= logies.com/install4j/help/doc/ - sed "s#/bin/java\" -Dinstall4j.jvmDir#/bin/java\" -Duser.home=3D"${D}"/= ../temp -Dinstall4j.jvmDir#" -i "${DISTDIR}"/tablet_linux_x86_1_11_05_03.= sh || die "failed to set userHome value" - sh "${DISTDIR}"/tablet_linux_x86_1_11_05_03.sh -q -overwrite -varfile=3D= "${DISTDIR}"/response.varfile --destination=3D"${D}"/opt/Tablet -dir "${D= }"/opt/Tablet || die "Failed to run the self-extracting exe file" + sed "s#/bin/java\" -Dinstall4j.jvmDir#/bin/java\" -Duser.home=3D"${D}"/= ../temp -Dinstall4j.jvmDir#" -i "${DISTDIR}"/tablet_linux_x86_"${MYPV}".s= h || die "failed to set userHome value" + sh "${DISTDIR}"/tablet_linux_x86_"${MYPV}".sh -q -overwrite -varfile=3D= "${DISTDIR}"/response.varfile --destination=3D"${D}"/opt/Tablet -dir "${D= }"/opt/Tablet || die "Failed to run the self-extracting exe file" dobin "${DISTDIR}"/coveragestats.py }