diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2012-02-22 22:59:57 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2012-02-22 22:59:57 +0000 |
commit | 9957e2dcde8ebef8b197f14dd2d10ef307c06114 (patch) | |
tree | 56420e51906360f1b9a8d75c845f275eff4a6cbe /app-office | |
parent | New snapshot (diff) | |
download | gentoo-2-9957e2dcde8ebef8b197f14dd2d10ef307c06114.tar.gz gentoo-2-9957e2dcde8ebef8b197f14dd2d10ef307c06114.tar.bz2 gentoo-2-9957e2dcde8ebef8b197f14dd2d10ef307c06114.zip |
New ebuild for split-out debug info files
(Portage version: 2.1.10.48/cvs/Linux x86_64)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/libreoffice-bin-debug/ChangeLog | 10 | ||||
-rw-r--r-- | app-office/libreoffice-bin-debug/libreoffice-bin-debug-3.4.5.2-r1.ebuild | 48 | ||||
-rw-r--r-- | app-office/libreoffice-bin-debug/metadata.xml | 7 |
3 files changed, 65 insertions, 0 deletions
diff --git a/app-office/libreoffice-bin-debug/ChangeLog b/app-office/libreoffice-bin-debug/ChangeLog new file mode 100644 index 000000000000..e14beada381f --- /dev/null +++ b/app-office/libreoffice-bin-debug/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-office/libreoffice-bin-debug +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog,v 1.1 2012/02/22 22:59:57 dilfridge Exp $ + +*libreoffice-bin-debug-3.4.5.2-r1 (22 Feb 2012) + + 22 Feb 2012; Andreas K. Huettel <dilfridge@gentoo.org> + +libreoffice-bin-debug-3.4.5.2-r1.ebuild, +metadata.xml: + New ebuild for split-out debug info files + diff --git a/app-office/libreoffice-bin-debug/libreoffice-bin-debug-3.4.5.2-r1.ebuild b/app-office/libreoffice-bin-debug/libreoffice-bin-debug-3.4.5.2-r1.ebuild new file mode 100644 index 000000000000..818fe6b83c2f --- /dev/null +++ b/app-office/libreoffice-bin-debug/libreoffice-bin-debug-3.4.5.2-r1.ebuild @@ -0,0 +1,48 @@ +# 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.4.5.2-r1.ebuild,v 1.1 2012/02/22 22:59:57 dilfridge Exp $ + +EAPI=4 + +BASE_AMD64_URI="mirror://gentoo/amd64-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}.tbz2 ) + java? ( ${BASE_AMD64_URI}${PN/-bin-debug}-kde-java-${PVR}.tbz2 ) + ) + gnome? ( + !java? ( ${BASE_AMD64_URI}${PN/-bin-debug}-gnome-${PVR}.tbz2 ) + java? ( ${BASE_AMD64_URI}${PN/-bin-debug}-gnome-java-${PVR}.tbz2 ) + ) + !kde? ( !gnome? ( + !java? ( ${BASE_AMD64_URI}${PN/-bin-debug}-base-${PVR}.tbz2 ) + java? ( ${BASE_AMD64_URI}${PN/-bin-debug}-base-java-${PVR}.tbz2 ) + ) ) +" + +SRC_URI=" + amd64? ( ${SRC_URI_AMD64} ) +" + +IUSE="gnome java kde" +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="-* ~amd64" + +RDEPEND="=app-office/${PN}-${PVR}[gnome=,java=,kde=]" + +RESTRICT="test strip" + +S="${WORKDIR}" + +src_configure() { :; } + +src_compile() { :; } + +src_install() { + dodir /usr + cp -aR "${S}"/usr/* "${ED}"/usr/ +} diff --git a/app-office/libreoffice-bin-debug/metadata.xml b/app-office/libreoffice-bin-debug/metadata.xml new file mode 100644 index 000000000000..0703bf28fb43 --- /dev/null +++ b/app-office/libreoffice-bin-debug/metadata.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>openoffice</herd> + <longdescription>LibreOffice is a free office suite. +This is debug info for the binary version of Libreoffice. Use this if you don't want to wait for the source version to build, but still debug crashes etc</longdescription> +</pkgmetadata> |