public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-office/libreoffice-bin: libreoffice-bin-3.4.5.2-r1.ebuild ChangeLog
@ 2012-02-22  9:43 Andreas HAttel (dilfridge)
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas HAttel (dilfridge) @ 2012-02-22  9:43 UTC (permalink / raw
  To: gentoo-commits

dilfridge    12/02/22 09:43:46

  Modified:             ChangeLog
  Added:                libreoffice-bin-3.4.5.2-r1.ebuild
  Log:
  New binpkg, with a lot of help from Matthew Summers
  
  (Portage version: 2.1.10.48/cvs/Linux x86_64)

Revision  Changes    Path
1.53                 app-office/libreoffice-bin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/ChangeLog?r1=1.52&r2=1.53

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog	19 Feb 2012 12:31:11 -0000	1.52
+++ ChangeLog	22 Feb 2012 09:43:46 -0000	1.53
@@ -1,6 +1,12 @@
 # ChangeLog for app-office/libreoffice-bin
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 1.52 2012/02/19 12:31:11 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 1.53 2012/02/22 09:43:46 dilfridge Exp $
+
+*libreoffice-bin-3.4.5.2-r1 (22 Feb 2012)
+
+  22 Feb 2012; Andreas K. Huettel <dilfridge@gentoo.org>
+  +libreoffice-bin-3.4.5.2-r1.ebuild:
+  New binpkg, with a lot of help from Matthew Summers
 
   19 Feb 2012; Tomáš Chvátal <scarabeus@gentoo.org>
   libreoffice-bin-3.4.5.2.ebuild:



1.1                  app-office/libreoffice-bin/libreoffice-bin-3.4.5.2-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.4.5.2-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.4.5.2-r1.ebuild?rev=1.1&content-type=text/plain

Index: libreoffice-bin-3.4.5.2-r1.ebuild
===================================================================
# 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/libreoffice-bin-3.4.5.2-r1.ebuild,v 1.1 2012/02/22 09:43:46 dilfridge Exp $

EAPI=4

KDE_REQUIRED="optional"
CMAKE_REQUIRED="never"

BASE_AMD64_URI="mirror://gentoo/amd64-bin-"

inherit kde4-base java-pkg-opt-2 pax-utils prefix

DESCRIPTION="LibreOffice, a full office productivity suite. Binary package"
HOMEPAGE="http://www.libreoffice.org"
SRC_URI_AMD64="
	kde? (
		!java? ( ${BASE_AMD64_URI}${PN/-bin}-kde-${PVR}.tbz2 )
		java? ( ${BASE_AMD64_URI}${PN/-bin}-kde-java-${PVR}.tbz2 )
	)
	gnome? (
		!java? ( ${BASE_AMD64_URI}${PN/-bin}-gnome-${PVR}.tbz2 )
		java? ( ${BASE_AMD64_URI}${PN/-bin}-gnome-java-${PVR}.tbz2 )
	)
	!kde? ( !gnome? (
		!java? ( ${BASE_AMD64_URI}${PN/-bin}-base-${PVR}.tbz2 )
		java? ( ${BASE_AMD64_URI}${PN/-bin}-base-java-${PVR}.tbz2 )
	) )
"

SRC_URI="
	amd64? ( ${SRC_URI_AMD64} )
"

IUSE="gnome java kde"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="-* ~amd64"

COMMON_DEPEND="
	app-arch/zip
	app-arch/unzip
	>=app-text/hunspell-1.3.2-r3
	app-text/mythes
	app-text/libwpd:0.9[tools]
	app-text/libwpg:0.2
	>=app-text/libwps-0.2.2
	dev-db/unixODBC
	dev-libs/expat
	>=dev-libs/glib-2.28
	>=dev-libs/hyphen-2.7.1
	>=dev-libs/icu-4.8.1-r1
	>=dev-lang/perl-5.0
	>=dev-libs/openssl-1.0.0e
	>=dev-libs/redland-1.0.14[ssl]
	media-libs/freetype:2
	>=media-libs/fontconfig-2.8.0
	>=media-libs/libpng-1.5
	net-print/cups
	sci-mathematics/lpsolve
	>=sys-libs/db-4.8
	virtual/jpeg
	>=x11-libs/cairo-1.10.0[X]
	x11-libs/libXaw
	x11-libs/libXinerama
	x11-libs/libXrandr
	x11-libs/libXrender
	>=dev-libs/dbus-glib-0.92
	gnome? (
		gnome-base/gconf:2
		gnome-extra/evolution-data-server
	)
	>=x11-libs/gtk+-2.24:2
	media-gfx/graphite2
	>=media-libs/gstreamer-0.10
	>=media-libs/gst-plugins-base-0.10
	java? (
		>=dev-java/bsh-2.0_beta4
		dev-java/lucene:2.9
		dev-java/lucene-analyzers:2.3
		dev-java/saxon:0
	)
	virtual/opengl
	net-libs/neon
"

RDEPEND="${COMMON_DEPEND}
	!app-office/libreoffice
	!app-office/openoffice-bin
	!app-office/openoffice
	java? ( >=virtual/jre-1.6 )
"

PDEPEND="
	=app-office/libreoffice-l10n-$(get_version_component_range 1-3)*
"

DEPEND="${COMMON_DEPEND}"

# only one flavor at a time
REQUIRED_USE="kde? ( !gnome ) gnome? ( !kde )"

RESTRICT="test strip"

S="${WORKDIR}"

PYTHON_UPDATER_IGNORE="1"

pkg_pretend() {
	[[ $(gcc-major-version) -lt 4 ]] || \
			( [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -le 4 ]] ) \
		&& die "Sorry, but gcc-4.4 and earlier won't work for libreoffice-bin package (see bug #387515)."
}

pkg_setup() {
	kde4-base_pkg_setup
}

src_unpack() {
	default
}

src_prepare() {
	cp "${FILESDIR}"/50-${PN} "${T}"
	eprefixify "${T}"/50-${PN}
}

src_configure() { :; }

src_compile() { :; }

src_install() {
	dodir /usr
	cp -aR "${S}"/usr/* "${ED}"/usr/

	# prevent revdep-rebuild from attempting to rebuild all the time
	insinto /etc/revdep-rebuild && doins "${T}/50-${PN}"

}

pkg_preinst() {
	# Cache updates - all handled by kde eclass for all environments
	kde4-base_pkg_preinst
}

pkg_postinst() {
	kde4-base_pkg_postinst

	pax-mark -m "${EPREFIX}"/usr/$(get_libdir)/libreoffice/program/soffice.bin
}

pkg_postrm() {
	kde4-base_pkg_postrm
}






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-office/libreoffice-bin: libreoffice-bin-3.4.5.2-r1.ebuild ChangeLog
@ 2012-02-24 21:38 Andreas HAttel (dilfridge)
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas HAttel (dilfridge) @ 2012-02-24 21:38 UTC (permalink / raw
  To: gentoo-commits

dilfridge    12/02/24 21:38:41

  Modified:             libreoffice-bin-3.4.5.2-r1.ebuild ChangeLog
  Log:
  Add x86 tarballs and ebuild
  
  (Portage version: 2.1.10.48/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  app-office/libreoffice-bin/libreoffice-bin-3.4.5.2-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.4.5.2-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.4.5.2-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.4.5.2-r1.ebuild?r1=1.1&r2=1.2

Index: libreoffice-bin-3.4.5.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.4.5.2-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libreoffice-bin-3.4.5.2-r1.ebuild	22 Feb 2012 09:43:46 -0000	1.1
+++ libreoffice-bin-3.4.5.2-r1.ebuild	24 Feb 2012 21:38:41 -0000	1.2
@@ -1,6 +1,6 @@
 # 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/libreoffice-bin-3.4.5.2-r1.ebuild,v 1.1 2012/02/22 09:43:46 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.4.5.2-r1.ebuild,v 1.2 2012/02/24 21:38:41 dilfridge Exp $
 
 EAPI=4
 
@@ -8,10 +8,11 @@
 CMAKE_REQUIRED="never"
 
 BASE_AMD64_URI="mirror://gentoo/amd64-bin-"
+BASE_X86_URI="mirror://gentoo/x86-bin-"
 
 inherit kde4-base java-pkg-opt-2 pax-utils prefix
 
-DESCRIPTION="LibreOffice, a full office productivity suite. Binary package"
+DESCRIPTION="LibreOffice, a full office productivity suite. Binary package."
 HOMEPAGE="http://www.libreoffice.org"
 SRC_URI_AMD64="
 	kde? (
@@ -27,15 +28,30 @@
 		java? ( ${BASE_AMD64_URI}${PN/-bin}-base-java-${PVR}.tbz2 )
 	) )
 "
+SRC_URI_X86="
+	kde? (
+		!java? ( ${BASE_X86_URI}${PN/-bin}-kde-${PVR}.tbz2 )
+		java? ( ${BASE_X86_URI}${PN/-bin}-kde-java-${PVR}.tbz2 )
+	)
+	gnome? (
+		!java? ( ${BASE_X86_URI}${PN/-bin}-gnome-${PVR}.tbz2 )
+		java? ( ${BASE_X86_URI}${PN/-bin}-gnome-java-${PVR}.tbz2 )
+	)
+	!kde? ( !gnome? (
+		!java? ( ${BASE_X86_URI}${PN/-bin}-base-${PVR}.tbz2 )
+		java? ( ${BASE_X86_URI}${PN/-bin}-base-java-${PVR}.tbz2 )
+	) )
+"
 
 SRC_URI="
 	amd64? ( ${SRC_URI_AMD64} )
+	x86? ( ${SRC_URI_X86} )
 "
 
 IUSE="gnome java kde"
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* ~amd64 ~x86"
 
 COMMON_DEPEND="
 	app-arch/zip



1.54                 app-office/libreoffice-bin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/ChangeLog?r1=1.53&r2=1.54

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog	22 Feb 2012 09:43:46 -0000	1.53
+++ ChangeLog	24 Feb 2012 21:38:41 -0000	1.54
@@ -1,6 +1,10 @@
 # ChangeLog for app-office/libreoffice-bin
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 1.53 2012/02/22 09:43:46 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 1.54 2012/02/24 21:38:41 dilfridge Exp $
+
+  24 Feb 2012; Andreas K. Huettel <dilfridge@gentoo.org>
+  libreoffice-bin-3.4.5.2-r1.ebuild:
+  Add x86 tarballs and ebuild
 
 *libreoffice-bin-3.4.5.2-r1 (22 Feb 2012)
 






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-office/libreoffice-bin: libreoffice-bin-3.4.5.2-r1.ebuild ChangeLog
@ 2012-02-27 21:34 Andreas HAttel (dilfridge)
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas HAttel (dilfridge) @ 2012-02-27 21:34 UTC (permalink / raw
  To: gentoo-commits

dilfridge    12/02/27 21:34:07

  Modified:             libreoffice-bin-3.4.5.2-r1.ebuild ChangeLog
  Log:
  Introduce use-flag cups to allow for no-printing installation, bug 402987
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  app-office/libreoffice-bin/libreoffice-bin-3.4.5.2-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.4.5.2-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.4.5.2-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.4.5.2-r1.ebuild?r1=1.2&r2=1.3

Index: libreoffice-bin-3.4.5.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.4.5.2-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libreoffice-bin-3.4.5.2-r1.ebuild	24 Feb 2012 21:38:41 -0000	1.2
+++ libreoffice-bin-3.4.5.2-r1.ebuild	27 Feb 2012 21:34:07 -0000	1.3
@@ -1,6 +1,6 @@
 # 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/libreoffice-bin-3.4.5.2-r1.ebuild,v 1.2 2012/02/24 21:38:41 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.4.5.2-r1.ebuild,v 1.3 2012/02/27 21:34:07 dilfridge Exp $
 
 EAPI=4
 
@@ -48,7 +48,7 @@
 	x86? ( ${SRC_URI_X86} )
 "
 
-IUSE="gnome java kde"
+IUSE="+cups gnome java kde"
 LICENSE="LGPL-3"
 SLOT="0"
 KEYWORDS="-* ~amd64 ~x86"
@@ -72,7 +72,6 @@
 	media-libs/freetype:2
 	>=media-libs/fontconfig-2.8.0
 	>=media-libs/libpng-1.5
-	net-print/cups
 	sci-mathematics/lpsolve
 	>=sys-libs/db-4.8
 	virtual/jpeg
@@ -104,6 +103,7 @@
 	!app-office/libreoffice
 	!app-office/openoffice-bin
 	!app-office/openoffice
+	cups? ( net-print/cups )
 	java? ( >=virtual/jre-1.6 )
 "
 
@@ -111,7 +111,8 @@
 	=app-office/libreoffice-l10n-$(get_version_component_range 1-3)*
 "
 
-DEPEND="${COMMON_DEPEND}"
+# after all it's a binary package
+DEPEND=""
 
 # only one flavor at a time
 REQUIRED_USE="kde? ( !gnome ) gnome? ( !kde )"
@@ -151,7 +152,6 @@
 
 	# prevent revdep-rebuild from attempting to rebuild all the time
 	insinto /etc/revdep-rebuild && doins "${T}/50-${PN}"
-
 }
 
 pkg_preinst() {
@@ -163,6 +163,10 @@
 	kde4-base_pkg_postinst
 
 	pax-mark -m "${EPREFIX}"/usr/$(get_libdir)/libreoffice/program/soffice.bin
+
+	if ! use cups; then
+		ewarn 'You will need net-print/cups in order to be able to print with libreoffice.'
+	fi
 }
 
 pkg_postrm() {



1.56                 app-office/libreoffice-bin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/ChangeLog?r1=1.55&r2=1.56

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog	25 Feb 2012 15:21:45 -0000	1.55
+++ ChangeLog	27 Feb 2012 21:34:07 -0000	1.56
@@ -1,6 +1,10 @@
 # ChangeLog for app-office/libreoffice-bin
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 1.55 2012/02/25 15:21:45 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 1.56 2012/02/27 21:34:07 dilfridge Exp $
+
+  27 Feb 2012; Andreas K. Huettel <dilfridge@gentoo.org>
+  libreoffice-bin-3.4.5.2-r1.ebuild:
+  Introduce use-flag cups to allow for no-printing installation, bug 402987
 
   25 Feb 2012; Andreas K. Huettel <dilfridge@gentoo.org>
   -libreoffice-bin-3.4.5.2.ebuild:






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-office/libreoffice-bin: libreoffice-bin-3.4.5.2-r1.ebuild ChangeLog
@ 2012-02-27 21:43 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 7+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2012-02-27 21:43 UTC (permalink / raw
  To: gentoo-commits

scarabeus    12/02/27 21:43:48

  Modified:             libreoffice-bin-3.4.5.2-r1.ebuild ChangeLog
  Log:
  Reduce if condition to oneliner. Less code++
  
  (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  app-office/libreoffice-bin/libreoffice-bin-3.4.5.2-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.4.5.2-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.4.5.2-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.4.5.2-r1.ebuild?r1=1.3&r2=1.4

Index: libreoffice-bin-3.4.5.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.4.5.2-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libreoffice-bin-3.4.5.2-r1.ebuild	27 Feb 2012 21:34:07 -0000	1.3
+++ libreoffice-bin-3.4.5.2-r1.ebuild	27 Feb 2012 21:43:48 -0000	1.4
@@ -1,6 +1,6 @@
 # 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/libreoffice-bin-3.4.5.2-r1.ebuild,v 1.3 2012/02/27 21:34:07 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.4.5.2-r1.ebuild,v 1.4 2012/02/27 21:43:48 scarabeus Exp $
 
 EAPI=4
 
@@ -164,9 +164,8 @@
 
 	pax-mark -m "${EPREFIX}"/usr/$(get_libdir)/libreoffice/program/soffice.bin
 
-	if ! use cups; then
+	use cups || \
 		ewarn 'You will need net-print/cups in order to be able to print with libreoffice.'
-	fi
 }
 
 pkg_postrm() {



1.57                 app-office/libreoffice-bin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/ChangeLog?rev=1.57&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/ChangeLog?rev=1.57&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/ChangeLog?r1=1.56&r2=1.57

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog	27 Feb 2012 21:34:07 -0000	1.56
+++ ChangeLog	27 Feb 2012 21:43:48 -0000	1.57
@@ -1,6 +1,10 @@
 # ChangeLog for app-office/libreoffice-bin
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 1.56 2012/02/27 21:34:07 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 1.57 2012/02/27 21:43:48 scarabeus Exp $
+
+  27 Feb 2012; Tomáš Chvátal <scarabeus@gentoo.org>
+  libreoffice-bin-3.4.5.2-r1.ebuild:
+  Reduce if condition to oneliner. Less code++
 
   27 Feb 2012; Andreas K. Huettel <dilfridge@gentoo.org>
   libreoffice-bin-3.4.5.2-r1.ebuild:






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-office/libreoffice-bin: libreoffice-bin-3.4.5.2-r1.ebuild ChangeLog
@ 2012-02-29  8:46 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 7+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2012-02-29  8:46 UTC (permalink / raw
  To: gentoo-commits

scarabeus    12/02/29 08:46:16

  Modified:             libreoffice-bin-3.4.5.2-r1.ebuild ChangeLog
  Log:
  Add debug useflag and reword cups warning to match non-bin pkg.
  
  (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  app-office/libreoffice-bin/libreoffice-bin-3.4.5.2-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.4.5.2-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.4.5.2-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.4.5.2-r1.ebuild?r1=1.4&r2=1.5

Index: libreoffice-bin-3.4.5.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.4.5.2-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libreoffice-bin-3.4.5.2-r1.ebuild	27 Feb 2012 21:43:48 -0000	1.4
+++ libreoffice-bin-3.4.5.2-r1.ebuild	29 Feb 2012 08:46:16 -0000	1.5
@@ -1,6 +1,6 @@
 # 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/libreoffice-bin-3.4.5.2-r1.ebuild,v 1.4 2012/02/27 21:43:48 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.4.5.2-r1.ebuild,v 1.5 2012/02/29 08:46:16 scarabeus Exp $
 
 EAPI=4
 
@@ -48,7 +48,7 @@
 	x86? ( ${SRC_URI_X86} )
 "
 
-IUSE="+cups gnome java kde"
+IUSE="+cups debug gnome java kde"
 LICENSE="LGPL-3"
 SLOT="0"
 KEYWORDS="-* ~amd64 ~x86"
@@ -109,6 +109,7 @@
 
 PDEPEND="
 	=app-office/libreoffice-l10n-$(get_version_component_range 1-3)*
+	debug? ( ~app-office/libreoffice-bin-debug-${PV} )
 "
 
 # after all it's a binary package
@@ -165,7 +166,7 @@
 	pax-mark -m "${EPREFIX}"/usr/$(get_libdir)/libreoffice/program/soffice.bin
 
 	use cups || \
-		ewarn 'You will need net-print/cups in order to be able to print with libreoffice.'
+		ewarn 'You will need net-print/cups to be able to print and export to PDF with libreoffice.'
 }
 
 pkg_postrm() {



1.58                 app-office/libreoffice-bin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/ChangeLog?r1=1.57&r2=1.58

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	27 Feb 2012 21:43:48 -0000	1.57
+++ ChangeLog	29 Feb 2012 08:46:16 -0000	1.58
@@ -1,6 +1,10 @@
 # ChangeLog for app-office/libreoffice-bin
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 1.57 2012/02/27 21:43:48 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 1.58 2012/02/29 08:46:16 scarabeus Exp $
+
+  29 Feb 2012; Tomáš Chvátal <scarabeus@gentoo.org>
+  libreoffice-bin-3.4.5.2-r1.ebuild:
+  Add debug useflag and reword cups warning to match non-bin pkg.
 
   27 Feb 2012; Tomáš Chvátal <scarabeus@gentoo.org>
   libreoffice-bin-3.4.5.2-r1.ebuild:






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-office/libreoffice-bin: libreoffice-bin-3.4.5.2-r1.ebuild ChangeLog
@ 2012-02-29 10:36 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 7+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2012-02-29 10:36 UTC (permalink / raw
  To: gentoo-commits

scarabeus    12/02/29 10:36:43

  Modified:             libreoffice-bin-3.4.5.2-r1.ebuild ChangeLog
  Log:
  Depend on urw-fonts which provide nimbus.
  
  (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  app-office/libreoffice-bin/libreoffice-bin-3.4.5.2-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.4.5.2-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.4.5.2-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.4.5.2-r1.ebuild?r1=1.5&r2=1.6

Index: libreoffice-bin-3.4.5.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.4.5.2-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libreoffice-bin-3.4.5.2-r1.ebuild	29 Feb 2012 08:46:16 -0000	1.5
+++ libreoffice-bin-3.4.5.2-r1.ebuild	29 Feb 2012 10:36:43 -0000	1.6
@@ -1,6 +1,6 @@
 # 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/libreoffice-bin-3.4.5.2-r1.ebuild,v 1.5 2012/02/29 08:46:16 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.4.5.2-r1.ebuild,v 1.6 2012/02/29 10:36:43 scarabeus Exp $
 
 EAPI=4
 
@@ -103,6 +103,9 @@
 	!app-office/libreoffice
 	!app-office/openoffice-bin
 	!app-office/openoffice
+	media-fonts/libertine-ttf
+	media-fonts/liberation-fonts
+	media-fonts/urw-fonts
 	cups? ( net-print/cups )
 	java? ( >=virtual/jre-1.6 )
 "



1.59                 app-office/libreoffice-bin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/ChangeLog?rev=1.59&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/ChangeLog?rev=1.59&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/ChangeLog?r1=1.58&r2=1.59

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog	29 Feb 2012 08:46:16 -0000	1.58
+++ ChangeLog	29 Feb 2012 10:36:43 -0000	1.59
@@ -1,6 +1,10 @@
 # ChangeLog for app-office/libreoffice-bin
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 1.58 2012/02/29 08:46:16 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 1.59 2012/02/29 10:36:43 scarabeus Exp $
+
+  29 Feb 2012; Tomáš Chvátal <scarabeus@gentoo.org>
+  libreoffice-bin-3.4.5.2-r1.ebuild:
+  Depend on urw-fonts which provide nimbus.
 
   29 Feb 2012; Tomáš Chvátal <scarabeus@gentoo.org>
   libreoffice-bin-3.4.5.2-r1.ebuild:






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-office/libreoffice-bin: libreoffice-bin-3.4.5.2-r1.ebuild ChangeLog
@ 2012-03-02 15:16 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-03-02 15:16 UTC (permalink / raw
  To: gentoo-commits

ago         12/03/02 15:16:56

  Modified:             libreoffice-bin-3.4.5.2-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #398521
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  app-office/libreoffice-bin/libreoffice-bin-3.4.5.2-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.4.5.2-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.4.5.2-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.4.5.2-r1.ebuild?r1=1.6&r2=1.7

Index: libreoffice-bin-3.4.5.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.4.5.2-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libreoffice-bin-3.4.5.2-r1.ebuild	29 Feb 2012 10:36:43 -0000	1.6
+++ libreoffice-bin-3.4.5.2-r1.ebuild	2 Mar 2012 15:16:56 -0000	1.7
@@ -1,6 +1,6 @@
 # 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/libreoffice-bin-3.4.5.2-r1.ebuild,v 1.6 2012/02/29 10:36:43 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.4.5.2-r1.ebuild,v 1.7 2012/03/02 15:16:56 ago Exp $
 
 EAPI=4
 
@@ -51,7 +51,7 @@
 IUSE="+cups debug gnome java kde"
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 ~x86"
 
 COMMON_DEPEND="
 	app-arch/zip



1.60                 app-office/libreoffice-bin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/ChangeLog?rev=1.60&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/ChangeLog?rev=1.60&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/ChangeLog?r1=1.59&r2=1.60

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog	29 Feb 2012 10:36:43 -0000	1.59
+++ ChangeLog	2 Mar 2012 15:16:56 -0000	1.60
@@ -1,6 +1,10 @@
 # ChangeLog for app-office/libreoffice-bin
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 1.59 2012/02/29 10:36:43 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 1.60 2012/03/02 15:16:56 ago Exp $
+
+  02 Mar 2012; Agostino Sarubbo <ago@gentoo.org>
+  libreoffice-bin-3.4.5.2-r1.ebuild:
+  Stable for amd64, wrt bug #398521
 
   29 Feb 2012; Tomáš Chvátal <scarabeus@gentoo.org>
   libreoffice-bin-3.4.5.2-r1.ebuild:






^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-03-02 15:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-29 10:36 [gentoo-commits] gentoo-x86 commit in app-office/libreoffice-bin: libreoffice-bin-3.4.5.2-r1.ebuild ChangeLog Tomas Chvatal (scarabeus)
  -- strict thread matches above, loose matches on Subject: below --
2012-03-02 15:16 Agostino Sarubbo (ago)
2012-02-29  8:46 Tomas Chvatal (scarabeus)
2012-02-27 21:43 Tomas Chvatal (scarabeus)
2012-02-27 21:34 Andreas HAttel (dilfridge)
2012-02-24 21:38 Andreas HAttel (dilfridge)
2012-02-22  9:43 Andreas HAttel (dilfridge)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox