diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2014-03-27 09:10:00 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2014-03-27 09:10:00 +0000 |
commit | 859873ad2cf4cc6986eebf08fe2a1cf89b44c773 (patch) | |
tree | a0532484fc4e0a9c0d77194391877b870921e0e1 /app-office/libreoffice-bin-debug | |
parent | Drop 4.0 series. Sorry ppc guys I can't wait for stabilisation forever. (diff) | |
download | gentoo-2-859873ad2cf4cc6986eebf08fe2a1cf89b44c773.tar.gz gentoo-2-859873ad2cf4cc6986eebf08fe2a1cf89b44c773.tar.bz2 gentoo-2-859873ad2cf4cc6986eebf08fe2a1cf89b44c773.zip |
Keep just one version around.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'app-office/libreoffice-bin-debug')
-rw-r--r-- | app-office/libreoffice-bin-debug/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/libreoffice-bin-debug/libreoffice-bin-debug-4.1.3.2-r3.ebuild | 86 |
2 files changed, 5 insertions, 87 deletions
diff --git a/app-office/libreoffice-bin-debug/ChangeLog b/app-office/libreoffice-bin-debug/ChangeLog index e6dd64656d66..95b3fc22f4a3 100644 --- a/app-office/libreoffice-bin-debug/ChangeLog +++ b/app-office/libreoffice-bin-debug/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/libreoffice-bin-debug # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog,v 1.51 2014/02/22 08:11:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog,v 1.52 2014/03/27 09:10:00 scarabeus Exp $ + + 27 Mar 2014; Tomáš Chvátal <scarabeus@gentoo.org> + -libreoffice-bin-debug-4.1.3.2-r3.ebuild: + Keep just one version around. 22 Feb 2014; Agostino Sarubbo <ago@gentoo.org> libreoffice-bin-debug-4.1.4.2.ebuild: diff --git a/app-office/libreoffice-bin-debug/libreoffice-bin-debug-4.1.3.2-r3.ebuild b/app-office/libreoffice-bin-debug/libreoffice-bin-debug-4.1.3.2-r3.ebuild deleted file mode 100644 index 661baea4eea4..000000000000 --- a/app-office/libreoffice-bin-debug/libreoffice-bin-debug-4.1.3.2-r3.ebuild +++ /dev/null @@ -1,86 +0,0 @@ -# Copyright 1999-2014 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-4.1.3.2-r3.ebuild,v 1.3 2014/01/16 20:23:08 ago Exp $ - -EAPI=5 - -BASE_PACKAGENAME="debug" -BASE_AMD64_URI="http://packages.gentooexperimental.org/packages/amd64-libreoffice/amd64-${BASE_PACKAGENAME}-" -BASE_X86_URI="http://packages.gentooexperimental.org/packages/x86-libreoffice/x86-${BASE_PACKAGENAME}-" - -DESCRIPTION="LibreOffice, a full office productivity suite. Binary package, debug info." -HOMEPAGE="http://www.libreoffice.org" -SRC_URI_AMD64=" - ${BASE_AMD64_URI}libreoffice-${PVR}.tar.xz - kde? ( - !java? ( ${BASE_AMD64_URI}libreoffice-kde-${PVR}.xd3 ) - java? ( ${BASE_AMD64_URI}libreoffice-kde-java-${PVR}.xd3 ) - ) - gnome? ( - !java? ( ${BASE_AMD64_URI}libreoffice-gnome-${PVR}.xd3 ) - java? ( ${BASE_AMD64_URI}libreoffice-gnome-java-${PVR}.xd3 ) - ) - !kde? ( !gnome? ( - java? ( ${BASE_AMD64_URI}libreoffice-java-${PVR}.xd3 ) - ) ) -" -SRC_URI_X86=" - ${BASE_X86_URI}libreoffice-${PVR}.tar.xz - kde? ( - !java? ( ${BASE_X86_URI}libreoffice-kde-${PVR}.xd3 ) - java? ( ${BASE_X86_URI}libreoffice-kde-java-${PVR}.xd3 ) - ) - gnome? ( - !java? ( ${BASE_X86_URI}libreoffice-gnome-${PVR}.xd3 ) - java? ( ${BASE_X86_URI}libreoffice-gnome-java-${PVR}.xd3 ) - ) - !kde? ( !gnome? ( - java? ( ${BASE_X86_URI}libreoffice-java-${PVR}.xd3 ) - ) ) -" - -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=]" - -DEPEND="dev-util/xdelta:3" - -RESTRICT="test strip" - -S="${WORKDIR}" - -src_unpack() { - elog "Uncompressing distfile ${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar.xz" - xz -cd "${DISTDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar.xz" > "${WORKDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar" || die - - local patchname - use kde && patchname="-kde" - use gnome && patchname="-gnome" - use java && patchname="${patchname}-java" - - if [ -n "${patchname}" ]; then - elog "Patching distfile ${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar using ${ARCH}-${BASE_PACKAGENAME}-libreoffice${patchname}-${PVR}.xd3" - xdelta3 -d -s "${WORKDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar" "${DISTDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice${patchname}-${PVR}.xd3" "${WORKDIR}/tmpdist.tar" || die - mv "${WORKDIR}/tmpdist.tar" "${WORKDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar" || die - fi - - elog "Unpacking new ${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar" - unpack "./${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar" -} - -src_configure() { :; } - -src_compile() { :; } - -src_install() { - dodir /usr - cp -aR "${S}"/usr/* "${ED}"/usr/ || die -} |