aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mokrejs <mmokrejs@fold.natur.cuni.cz>2011-12-12 11:59:19 +0100
committerMartin Mokrejs <mmokrejs@fold.natur.cuni.cz>2011-12-12 11:59:19 +0100
commita8cda363b3565c5f30a9ccdf0356c259b6ef34fe (patch)
treeda0bb6ed9d0d13c5ac1ab6f545091af531337f9b /sci-biology/tablet-bin
parentadded MYPV to the ebuild to make it more easily re-usable (diff)
downloadsci-a8cda363b3565c5f30a9ccdf0356c259b6ef34fe.tar.gz
sci-a8cda363b3565c5f30a9ccdf0356c259b6ef34fe.tar.bz2
sci-a8cda363b3565c5f30a9ccdf0356c259b6ef34fe.zip
fix sanbox violations on some systems
(Portage version: 2.1.10.38/git/Linux i686, unsigned Manifest commit)
Diffstat (limited to 'sci-biology/tablet-bin')
-rw-r--r--sci-biology/tablet-bin/ChangeLog4
-rw-r--r--sci-biology/tablet-bin/Manifest4
-rw-r--r--sci-biology/tablet-bin/tablet-bin-1.11.11.01.ebuild6
3 files changed, 12 insertions, 2 deletions
diff --git a/sci-biology/tablet-bin/ChangeLog b/sci-biology/tablet-bin/ChangeLog
index 7179b1494..816b0bfda 100644
--- a/sci-biology/tablet-bin/ChangeLog
+++ b/sci-biology/tablet-bin/ChangeLog
@@ -4,6 +4,10 @@
12 Dec 2011; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz>
tablet-bin-1.11.11.01.ebuild:
+ fix sanbox violations on some systems tablet-bin-1.11.11.01.ebuild
+
+ 12 Dec 2011; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz>
+ 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
diff --git a/sci-biology/tablet-bin/Manifest b/sci-biology/tablet-bin/Manifest
index 33dd23542..75ea5edee 100644
--- a/sci-biology/tablet-bin/Manifest
+++ b/sci-biology/tablet-bin/Manifest
@@ -3,6 +3,6 @@ DIST coveragestats.py 4800 RMD160 a45ef0ef293d08c62f79d4921c810554cea5cc44 SHA1
DIST tablet_linux_x86_1_11_05_03.sh 24035425 RMD160 1d36db184cb79b93bd8460e9be293514d7db93d6 SHA1 42580d61f3c725fd357776538484ecc442c2c797 SHA256 3c7de5f0e5d37019485612723dfd3b17fd34e24df8986eb535fcb0335f8b2e99
DIST tablet_linux_x86_1_11_11_01.sh 23481558 RMD160 133d3a125705bd9bb039f6dd67a7b90e1537c953 SHA1 0d8eebfbcd645c20078bd2456cca35838aa4de0c SHA256 9dbbd9ecf1c20e39b978a4be88707593c37073407af951cbf7a9b3d16e6daf23
EBUILD tablet-bin-1.11.05.03.ebuild 3238 RMD160 c73e1f0641bbb3d4e6d6fdd65f707392b3f82994 SHA1 fb39739bd9d7756dbb9298017b773a6e73b193b7 SHA256 67a1e87c1f8eb70f95d4f85372c4b2df911c48b1737db9df704d86ae6f3882fc
-EBUILD tablet-bin-1.11.11.01.ebuild 3282 RMD160 bfc20edd8dc30432596eb572b8bc355046a06289 SHA1 5d6ef0cf87b0fbaff5c58af6131438696e216eb5 SHA256 14363fcb6219fe42b0e3e6b760dbec9a94592dab15d03a3c254b340fa612d3e0
-MISC ChangeLog 500 RMD160 bfd29f36757047969e70f27a1bc3add40071f40d SHA1 e84692c39aa827917294f84d66af019f4c7c1f2b SHA256 9ef6bae1f2782a9f53e4cbfa11ed4b53ac4c7b92b79fe01d122d21cc6d3883ba
+EBUILD tablet-bin-1.11.11.01.ebuild 3395 RMD160 ff93acbd6f9e4d299fc60305ae041a9144f62ef4 SHA1 55a150129ec6c5cf606803f281fe8e860b0b57f2 SHA256 789aee27423acf853ffa8bc8f92822d6a23893ebd13243971149a99a5986b9c1
+MISC ChangeLog 662 RMD160 756862c0fda64dc3769b82c66d21b86a78dd7468 SHA1 e3cd41ed1a13c4f2438783d142ceee5fb61dbf71 SHA256 50429720bdf3a320929f0c65fbd2a884722392e9b830aee45f21a26b417010e4
MISC metadata.xml 269 RMD160 53c242e331b0a82669ca7913da16dac854ab8dca SHA1 bc75ba3b0f5607ac5f396d3e8a99daf5ded5a7de SHA256 13472fd0615d2b381dbe36666fe1bbf3b1c34770aa409c6101b38741b4586f85
diff --git a/sci-biology/tablet-bin/tablet-bin-1.11.11.01.ebuild b/sci-biology/tablet-bin/tablet-bin-1.11.11.01.ebuild
index 0867f28b4..422db5400 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
@@ -35,6 +35,12 @@ RDEPEND="${DEPEND}
MYPV="$(replace_all_version_separators '_')"
+pkg_setup() {
+ einfo "Fixing java access violations ..."
+ # bug 387227
+ addpredict /proc/self/coredump_filter
+}
+
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