diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2012-04-28 00:58:51 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2012-04-28 00:58:51 +0000 |
commit | 725c001b5b9d3ff84c5a0498ced7af21b310d778 (patch) | |
tree | fea0c0f75ede30c769b94690ae3ed79be693b001 | |
parent | Version bump (bug #406571). (diff) | |
download | gentoo-2-725c001b5b9d3ff84c5a0498ced7af21b310d778.tar.gz gentoo-2-725c001b5b9d3ff84c5a0498ced7af21b310d778.tar.bz2 gentoo-2-725c001b5b9d3ff84c5a0498ced7af21b310d778.zip |
Fresh amd64 binpackages...
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
-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.ebuild | 35 |
2 files changed, 23 insertions, 18 deletions
diff --git a/app-office/libreoffice-bin-debug/ChangeLog b/app-office/libreoffice-bin-debug/ChangeLog index acc0035287ea..3edeac54fa36 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.4 2012/04/26 06:58:48 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog,v 1.5 2012/04/28 00:58:51 dilfridge Exp $ + + 28 Apr 2012; Andreas K. Huettel <dilfridge@gentoo.org> + libreoffice-bin-debug-3.5.2.2.ebuild: + Fresh amd64 binpackages... *libreoffice-bin-debug-3.5.2.2 (26 Apr 2012) diff --git a/app-office/libreoffice-bin-debug/libreoffice-bin-debug-3.5.2.2.ebuild b/app-office/libreoffice-bin-debug/libreoffice-bin-debug-3.5.2.2.ebuild index 85caa280458a..4a9852aa58b9 100644 --- a/app-office/libreoffice-bin-debug/libreoffice-bin-debug-3.5.2.2.ebuild +++ b/app-office/libreoffice-bin-debug/libreoffice-bin-debug-3.5.2.2.ebuild @@ -1,28 +1,28 @@ # 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.ebuild,v 1.1 2012/04/26 06:58:48 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/libreoffice-bin-debug-3.5.2.2.ebuild,v 1.2 2012/04/28 00:58:51 dilfridge Exp $ EAPI=4 -#BASE_AMD64_URI="mirror://gentoo/amd64-debug-" +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_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 ) @@ -39,13 +39,14 @@ SRC_URI_X86=" " SRC_URI=" + amd64? ( ${SRC_URI_AMD64} ) x86? ( ${SRC_URI_X86} ) " IUSE="gnome java kde" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="-* ~x86" +KEYWORDS="-* ~amd64 ~x86" RDEPEND="=app-office/${PN/-debug}-${PVR}[gnome=,java=,kde=]" |