diff options
Diffstat (limited to 'app-office/libreoffice-bin-debug/libreoffice-bin-debug-3.5.5.3.ebuild')
-rw-r--r-- | app-office/libreoffice-bin-debug/libreoffice-bin-debug-3.5.5.3.ebuild | 64 |
1 files changed, 0 insertions, 64 deletions
diff --git a/app-office/libreoffice-bin-debug/libreoffice-bin-debug-3.5.5.3.ebuild b/app-office/libreoffice-bin-debug/libreoffice-bin-debug-3.5.5.3.ebuild deleted file mode 100644 index 70d31fa08f25..000000000000 --- a/app-office/libreoffice-bin-debug/libreoffice-bin-debug-3.5.5.3.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/libreoffice-bin-debug-3.5.5.3.ebuild,v 1.3 2012/08/14 12:55:52 ago Exp $ - -EAPI=4 - -BASE_AMD64_URI="mirror://gentoo/amd64-debug-" -BASE_X86_URI="mirror://gentoo/x86-debug-" - -DESCRIPTION="LibreOffice, a full office productivity suite. Binary package, debug info." -HOMEPAGE="http://www.libreoffice.org" -SRC_URI_AMD64=" - kde? ( - !java? ( ${BASE_AMD64_URI}${PN/-bin-debug}-kde-${PVR}.tar.xz ) - java? ( ${BASE_AMD64_URI}${PN/-bin-debug}-kde-java-${PVR}.tar.xz ) - ) - gnome? ( - !java? ( ${BASE_AMD64_URI}${PN/-bin-debug}-gnome-${PVR}.tar.xz ) - java? ( ${BASE_AMD64_URI}${PN/-bin-debug}-gnome-java-${PVR}.tar.xz ) - ) - !kde? ( !gnome? ( - !java? ( ${BASE_AMD64_URI}${PN/-bin-debug}-base-${PVR}.tar.xz ) - java? ( ${BASE_AMD64_URI}${PN/-bin-debug}-base-java-${PVR}.tar.xz ) - ) ) -" -SRC_URI_X86=" - kde? ( - !java? ( ${BASE_X86_URI}${PN/-bin-debug}-kde-${PVR}.tar.xz ) - java? ( ${BASE_X86_URI}${PN/-bin-debug}-kde-java-${PVR}.tar.xz ) - ) - gnome? ( - !java? ( ${BASE_X86_URI}${PN/-bin-debug}-gnome-${PVR}.tar.xz ) - java? ( ${BASE_X86_URI}${PN/-bin-debug}-gnome-java-${PVR}.tar.xz ) - ) - !kde? ( !gnome? ( - !java? ( ${BASE_X86_URI}${PN/-bin-debug}-base-${PVR}.tar.xz ) - java? ( ${BASE_X86_URI}${PN/-bin-debug}-base-java-${PVR}.tar.xz ) - ) ) -" - -SRC_URI=" - amd64? ( ${SRC_URI_AMD64} ) - x86? ( ${SRC_URI_X86} ) -" - -IUSE="gnome java kde" -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="-* amd64 x86" - -RDEPEND="=app-office/${PN/-debug}-${PVR}[gnome=,java=,kde=]" - -RESTRICT="test strip" - -S="${WORKDIR}" - -src_configure() { :; } - -src_compile() { :; } - -src_install() { - dodir /usr - cp -aR "${S}"/usr/* "${ED}"/usr/ || die -} |