aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mokrejs <mmokrejs@fold.natur.cuni.cz>2011-05-04 02:13:13 +0200
committerMartin Mokrejs <mmokrejs@fold.natur.cuni.cz>2011-05-04 02:13:13 +0200
commit862f6636be370018e0330c2ac4c2f2747f30b762 (patch)
tree168b44c1f1e8d62b3493690177d5c4c9b0d3e6fb /sci-biology/tablet-bin
parentVersion Bump, notified by euscan (diff)
downloadsci-862f6636be370018e0330c2ac4c2f2747f30b762.tar.gz
sci-862f6636be370018e0330c2ac4c2f2747f30b762.tar.bz2
sci-862f6636be370018e0330c2ac4c2f2747f30b762.zip
sci-biology/tablet-bin: removed references to my /scratch filesystem
(Portage version: 2.1.9.43/git/Linux i686, unsigned Manifest commit)
Diffstat (limited to 'sci-biology/tablet-bin')
-rw-r--r--sci-biology/tablet-bin/Manifest2
-rw-r--r--sci-biology/tablet-bin/tablet-bin-1.11.02.18.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/sci-biology/tablet-bin/Manifest b/sci-biology/tablet-bin/Manifest
index 209d4b4e7..ee8a51fd6 100644
--- a/sci-biology/tablet-bin/Manifest
+++ b/sci-biology/tablet-bin/Manifest
@@ -1,5 +1,5 @@
AUX response.varfile 645 RMD160 4662694266ac6104b5829923e5b6099ff68552f3 SHA1 971f052ae515bb630d166651adbf06005762b0a0 SHA256 29c9e65e81636b977ec0439f650d83b3cbfc3d23aef600339e4c8949fcd5369f
DIST coveragestats.py 4800 RMD160 a45ef0ef293d08c62f79d4921c810554cea5cc44 SHA1 87b2e3432919c8cd2eb673bd8cf4a59f34d4a58e SHA256 358b686d00fd75d2cc9af490b0e7d635f74cbb1c0b153df22d8ff879884d47bc
DIST tablet_linux_x86_1_11_02_18.sh 23948799 RMD160 f049d6e553d167e858951a9b20b2d9b088c4e3b7 SHA1 8605bb512be1df529f8c4225723d669802236e36 SHA256 9a2d33e7664b27ec0596acda3f9c1a3f43a4358cbe1664aabf6def7c1100c0a2
-EBUILD tablet-bin-1.11.02.18.ebuild 3159 RMD160 b70186a2f5062f5a2087601f0a9630c3efef0adc SHA1 7c9c1fba246a09da395edf74ad1507baa82c6537 SHA256 a934a17684ff35d18c86afb55f8e19c4ca8c1dd0ca235f623bd6e7f77d061378
+EBUILD tablet-bin-1.11.02.18.ebuild 3093 RMD160 0f81ea559e6c01be62a2a7350cb21b721f7acf37 SHA1 90657d180a1a02a8bc1fd1fb0ef06c0df2a53099 SHA256 6acd748f9f19ef532dde8dd068e4823984ff6920e30e3df20f8e44f149b33f6f
MISC metadata.xml 269 RMD160 53c242e331b0a82669ca7913da16dac854ab8dca SHA1 bc75ba3b0f5607ac5f396d3e8a99daf5ded5a7de SHA256 13472fd0615d2b381dbe36666fe1bbf3b1c34770aa409c6101b38741b4586f85
diff --git a/sci-biology/tablet-bin/tablet-bin-1.11.02.18.ebuild b/sci-biology/tablet-bin/tablet-bin-1.11.02.18.ebuild
index d4b19252c..e5682e76a 100644
--- a/sci-biology/tablet-bin/tablet-bin-1.11.02.18.ebuild
+++ b/sci-biology/tablet-bin/tablet-bin-1.11.02.18.ebuild
@@ -44,7 +44,7 @@ src_install() {
# disable the installation process to symlink from /usr/local/bin/table to
# /opt/Tablet/tablet. That was logged in that file with the following line:
#
- # /scratch/var/tmp/portage/sci-biology/tablet-bin-1.11.02.18/image/opt/Tablet/.install4j/installation.log: Variable changed: sys.symlinkDir=/usr/local/bin[class java.lang.String]
+ # /var/tmp/portage/sci-biology/tablet-bin-1.11.02.18/image/opt/Tablet/.install4j/installation.log: Variable changed: sys.symlinkDir=/usr/local/bin[class java.lang.String]
#
# The file is then left on the installed system in "${D}"/opt/Tablet/.install4j/response.varfile
mkdir -p "${D}"/opt/Tablet/.install4j || die "Cannot pre-create "${D}"/opt/Tablet/.install4j/"
@@ -54,6 +54,6 @@ src_install() {
# directory area. We force -Duser.home . It seems also -Dinstall4j.userHome
# could be done based on the figure shown at http://resources.ej-technologies.com/install4j/help/doc/
sed "s#/bin/java\" -Dinstall4j.jvmDir#/bin/java\" -Duser.home="${D}"/../temp -Dinstall4j.jvmDir#" -i "${DISTDIR}"/tablet_linux_x86_1_11_02_18.sh || die "failed to set userHome value"
- sh "${DISTDIR}"/tablet_linux_x86_1_11_02_18.sh -q -overwrite -varfile="${DISTDIR}"/response.varfile --destination="${D}"/opt/Tablet -dir /scratch/var/tmp/portage/sci-biology/tablet-bin-1.11.02.18/image/opt/Tablet
+ sh "${DISTDIR}"/tablet_linux_x86_1_11_02_18.sh -q -overwrite -varfile="${DISTDIR}"/response.varfile --destination="${D}"/opt/Tablet -dir "${D}"/opt/Tablet
dobin "${DISTDIR}"/coveragestats.py
}