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=0000000000000000000000000000000000000000;hp=fb710cd1444aad9bda59a02e3e3f488caca965ba;hb=e2f07b50938926c90e501b5b10d9cef40177b009;hpb=a08e1c8c2acc2c5866cccfcf6d5d699361832bee 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 deleted file mode 100644 index fb710cd..0000000 --- a/app-office/libreoffice-bin/libreoffice-bin-4.0.4.2.ebuild +++ /dev/null @@ -1,203 +0,0 @@ -# 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 ) - || (