X-Git-Url: https://git.sthu.org/?p=shuber-gentoo-overlay.git;a=blobdiff_plain;f=app-office%2Flibreoffice-bin%2Flibreoffice-bin-4.0.4.2.ebuild;fp=app-office%2Flibreoffice-bin%2Flibreoffice-bin-4.0.4.2.ebuild;h=fb710cd1444aad9bda59a02e3e3f488caca965ba;hp=0000000000000000000000000000000000000000;hb=8ec289bdd7214f8e1f8e9084cd73e50f9f962425;hpb=fac68089c78f528ab06bf61f7b4cdda670ba3a45 diff --git a/app-office/libreoffice-bin/libreoffice-bin-4.0.4.2.ebuild b/app-office/libreoffice-bin/libreoffice-bin-4.0.4.2.ebuild new file mode 100644 index 0000000..fb710cd --- /dev/null +++ b/app-office/libreoffice-bin/libreoffice-bin-4.0.4.2.ebuild @@ -0,0 +1,203 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-4.0.4.2.ebuild,v 1.6 2013/09/16 11:32:37 dilfridge Exp $ + +EAPI=5 + +KDE_REQUIRED="optional" +CMAKE_REQUIRED="never" + +BASE_AMD64_URI="mirror://gentoo/amd64-bin-" +BASE_X86_URI="mirror://gentoo/x86-bin-" + +PYTHON_COMPAT=( python2_7 python3_3 ) +PYTHON_REQ_USE="threads,xml" + +inherit kde4-base java-pkg-opt-2 python-single-r1 pax-utils prefix versionator + +DESCRIPTION="LibreOffice, a full office productivity suite. Binary package." +HOMEPAGE="http://www.libreoffice.org" +SRC_URI_AMD64=" + kde? ( + !java? ( ${BASE_AMD64_URI}${PN/-bin}-kde-${PVR}.tar.xz ) + java? ( ${BASE_AMD64_URI}${PN/-bin}-kde-java-${PVR}.tar.xz ) + ) + gnome? ( + !java? ( ${BASE_AMD64_URI}${PN/-bin}-gnome-${PVR}.tar.xz ) + java? ( ${BASE_AMD64_URI}${PN/-bin}-gnome-java-${PVR}.tar.xz ) + ) + !kde? ( !gnome? ( + !java? ( ${BASE_AMD64_URI}${PN/-bin}-base-${PVR}.tar.xz ) + java? ( ${BASE_AMD64_URI}${PN/-bin}-base-java-${PVR}.tar.xz ) + ) ) +" +SRC_URI_X86=" + kde? ( + !java? ( ${BASE_X86_URI}${PN/-bin}-kde-${PVR}.tar.xz ) + java? ( ${BASE_X86_URI}${PN/-bin}-kde-java-${PVR}.tar.xz ) + ) + gnome? ( + !java? ( ${BASE_X86_URI}${PN/-bin}-gnome-${PVR}.tar.xz ) + java? ( ${BASE_X86_URI}${PN/-bin}-gnome-java-${PVR}.tar.xz ) + ) + !kde? ( !gnome? ( + !java? ( ${BASE_X86_URI}${PN/-bin}-base-${PVR}.tar.xz ) + java? ( ${BASE_X86_URI}${PN/-bin}-base-java-${PVR}.tar.xz ) + ) ) +" + +SRC_URI=" + amd64? ( ${SRC_URI_AMD64} ) + x86? ( ${SRC_URI_X86} ) +" + +IUSE="debug gnome java kde" +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="-* amd64 x86" + +BIN_COMMON_DEPEND=" + =app-text/libexttextcat-3.4* + app-text/poppler:0/35 + >=dev-libs/boost-1.49 + dev-libs/icu:0/51.1 + =media-gfx/graphite2-1.2* + =media-libs/libpng-1.5* + >=sys-libs/glibc-2.15-r3 + kde? ( >=kde-base/kdelibs-4.10.4:4 >=dev-qt/qtcore-4.8.4-r5:4 ) + || (