diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-06-11 19:29:44 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-06-11 19:29:44 +0000 |
commit | 7836132143a5a755403c45e8bb9e7cf96b66b6da (patch) | |
tree | 4c196530aae00c4df122e115943ab972aa392557 /app-office | |
parent | Version bump; remove old (diff) | |
download | gentoo-2-7836132143a5a755403c45e8bb9e7cf96b66b6da.tar.gz gentoo-2-7836132143a5a755403c45e8bb9e7cf96b66b6da.tar.bz2 gentoo-2-7836132143a5a755403c45e8bb9e7cf96b66b6da.zip |
Remove old (broken) version.
(Portage version: 2.2.0_alpha110/cvs/Linux i686)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/libreoffice-bin-debug/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/libreoffice-bin-debug/libreoffice-bin-debug-3.5.2.2-r1.ebuild | 64 |
2 files changed, 5 insertions, 65 deletions
diff --git a/app-office/libreoffice-bin-debug/ChangeLog b/app-office/libreoffice-bin-debug/ChangeLog index 64960db885b6..6c357c397489 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog,v 1.14 2012/06/11 19:27:55 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog,v 1.15 2012/06/11 19:29:44 jdhore Exp $ + + 11 Jun 2012; Jeff Horelick <jdhore@gentoo.org> + -libreoffice-bin-debug-3.5.2.2-r1.ebuild: + Remove old (broken) version. 11 Jun 2012; Jeff Horelick <jdhore@gentoo.org> libreoffice-bin-debug-3.5.4.2-r1.ebuild: diff --git a/app-office/libreoffice-bin-debug/libreoffice-bin-debug-3.5.2.2-r1.ebuild b/app-office/libreoffice-bin-debug/libreoffice-bin-debug-3.5.2.2-r1.ebuild deleted file mode 100644 index 2e2659c2c0b4..000000000000 --- a/app-office/libreoffice-bin-debug/libreoffice-bin-debug-3.5.2.2-r1.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.2.2-r1.ebuild,v 1.4 2012/05/23 21:50:54 johu 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/ -} |