mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 23:52:59 -04:00
The Apache OpenOffice (app-office/openoffice-bin-4.1.7-r0) was removed from gentoo main portage tree. In this new revision for guru: Remove python2 dependency and thus drop python2 script support. Remove obsolete gstreamer-0.10 plugin. Update to EAPI-7. Update PDEPEND="java? ..." ( >=virtual/jre-1.5 ) --> ( >=virtual/jre-1.8.0 ). Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
5 lines
119 B
Bash
5 lines
119 B
Bash
#!/bin/sh
|
|
export OOO_EXTRA_ARG=''
|
|
unset PYTHONPATH
|
|
@GENTOO_PORTAGE_EPREFIX@/usr/LIBDIR/openoffice/program/soffice "$@"
|