dilfridge 14/05/23 22:13:30 Modified: ChangeLog Added: libreoffice-bin-debug-4.2.3.3-r1.ebuild Log: Version bump for icu-52 and libreoffice-4.2 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Revision Changes Path 1.53 app-office/libreoffice-bin-debug/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog?rev=1.53&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog?rev=1.53&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog?r1=1.52&r2=1.53 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- ChangeLog 27 Mar 2014 09:10:00 -0000 1.52 +++ ChangeLog 23 May 2014 22:13:30 -0000 1.53 @@ -1,6 +1,12 @@ # 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.52 2014/03/27 09:10:00 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog,v 1.53 2014/05/23 22:13:30 dilfridge Exp $ + +*libreoffice-bin-debug-4.2.3.3-r1 (23 May 2014) + + 23 May 2014; Andreas K. Huettel <dilfri...@gentoo.org> + +libreoffice-bin-debug-4.2.3.3-r1.ebuild: + Version bump for icu-52 and libreoffice-4.2 27 Mar 2014; Tomáš Chvátal <scarab...@gentoo.org> -libreoffice-bin-debug-4.1.3.2-r3.ebuild: 1.1 app-office/libreoffice-bin-debug/libreoffice-bin-debug-4.2.3.3-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin-debug/libreoffice-bin-debug-4.2.3.3-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin-debug/libreoffice-bin-debug-4.2.3.3-r1.ebuild?rev=1.1&content-type=text/plain Index: libreoffice-bin-debug-4.2.3.3-r1.ebuild =================================================================== # 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.2.3.3-r1.ebuild,v 1.1 2014/05/23 22:13:30 dilfridge 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() { einfo "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 einfo "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 einfo "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 }