aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-06-16 13:15:49 +0200
committerJustin Lecher <jlec@gentoo.org>2013-06-16 13:15:49 +0200
commit4f67d2aba3097729635a0367b94287ad10bfd373 (patch)
treeecc95a306b69cf0c9d379e303e48c4108869e24d
parentsci-chemistry/modeller: Version BUmp; BUmp to EAPI5 and distutils-r1.eclass (diff)
downloadsci-4f67d2aba3097729635a0367b94287ad10bfd373.tar.gz
sci-4f67d2aba3097729635a0367b94287ad10bfd373.tar.bz2
sci-4f67d2aba3097729635a0367b94287ad10bfd373.zip
sci-biology/tablet-bin: Version BUmp; BUmp to EAPI5 and python-r1.eclass; drop addpredict
Package-Manager: portage-2.2.0_alpha180
-rw-r--r--sci-biology/tablet-bin/ChangeLog3
-rw-r--r--sci-biology/tablet-bin/tablet-bin-1.13.05.17.ebuild13
2 files changed, 6 insertions, 10 deletions
diff --git a/sci-biology/tablet-bin/ChangeLog b/sci-biology/tablet-bin/ChangeLog
index 52a442dfa..87308e6e1 100644
--- a/sci-biology/tablet-bin/ChangeLog
+++ b/sci-biology/tablet-bin/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 16 Jun 2013; Justin Lecher <jlec@gentoo.org> tablet-bin-1.13.05.17.ebuild:
+ Version BUmp; BUmp to EAPI5 and python-r1.eclass; drop addpredict
+
16 Jun 2013; Justin Lecher <jlec@gentoo.org> -tablet-bin-1.11.05.03.ebuild,
-tablet-bin-1.11.11.01.ebuild, +tablet-bin-1.13.05.17.ebuild, metadata.xml:
Version BUmp; BUmp to EAPI5 and python-r1.eclass
diff --git a/sci-biology/tablet-bin/tablet-bin-1.13.05.17.ebuild b/sci-biology/tablet-bin/tablet-bin-1.13.05.17.ebuild
index e3be7e5c6..762e888aa 100644
--- a/sci-biology/tablet-bin/tablet-bin-1.13.05.17.ebuild
+++ b/sci-biology/tablet-bin/tablet-bin-1.13.05.17.ebuild
@@ -42,21 +42,15 @@ S="${WORKDIR}"
src_unpack() {
local file
for file in ${A}; do
- cp "${DISTDIR}"/${file} ${WORKDIR} || die
+ cp "${DISTDIR}"/${file} "${WORKDIR}" || die
done
}
-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
# non-interactive. The below approach via install4j is not ideal but works.
- sed "s#\"\${D}\"#"${D}"#g" "${FILESDIR}"/response.varfile > "${WORKDIR}"/response.varfile || die "sed failed"
+ sed "s#\"\${D}\"#\"${D}\"#g" "${FILESDIR}"/response.varfile > "${WORKDIR}"/response.varfile || die "sed failed"
# the intallation script somehow does not pickup
# -varfile="${DISTDIR}"/response.varfile from the commandline and therefore
@@ -86,8 +80,7 @@ src_install() {
--destination="${ED}"/opt/Tablet \
-dir "${ED}"/opt/Tablet || die
- rm -rvf "${ED}"/opt/Tablet/jre || die
-
+ rm -rf "${ED}"/opt/Tablet/jre || die
python_foreach_impl python_doscript "${WORKDIR}"/coveragestats.py