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.5.5.3.ebuild ChangeLog
@ 2012-08-03  8:07 Andreas HAttel (dilfridge)
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas HAttel (dilfridge) @ 2012-08-03  8:07 UTC (permalink / raw
  To: gentoo-commits

dilfridge    12/08/03 08:07:47

  Modified:             ChangeLog
  Added:                libreoffice-bin-3.5.5.3.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog	19 Jul 2012 16:25:10 -0000	1.84
+++ ChangeLog	3 Aug 2012 08:07:47 -0000	1.85
@@ -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.84 2012/07/19 16:25:10 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 1.85 2012/08/03 08:07:47 dilfridge Exp $
+
+*libreoffice-bin-3.5.5.3 (03 Aug 2012)
+
+  03 Aug 2012; Andreas K. Huettel <dilfridge@gentoo.org>
+  +libreoffice-bin-3.5.5.3.ebuild:
+  Version bump
 
   19 Jul 2012; Michael Palimaka <kensington@gentoo.org>
   libreoffice-bin-3.5.4.2-r1.ebuild:



1.1                  app-office/libreoffice-bin/libreoffice-bin-3.5.5.3.ebuild

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

Index: libreoffice-bin-3.5.5.3.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.5.5.3.ebuild,v 1.1 2012/08/03 08:07:47 dilfridge Exp $

EAPI=4

KDE_REQUIRED="optional"
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."
HOMEPAGE="http://www.libreoffice.org"
SRC_URI_AMD64="
	kde? (
		!java? ( ${BASE_AMD64_URI}${PN/-bin}-kde-${PVR}.tar.xz )
		java? ( ${BASE_AMD64_URI}${PN/-bin}-kde-java-${PVR}.tar.xz )
	)
	gnome? (
		!java? ( ${BASE_AMD64_URI}${PN/-bin}-gnome-${PVR}.tar.xz )
		java? ( ${BASE_AMD64_URI}${PN/-bin}-gnome-java-${PVR}.tar.xz )
	)
	!kde? ( !gnome? (
		!java? ( ${BASE_AMD64_URI}${PN/-bin}-base-${PVR}.tar.xz )
		java? ( ${BASE_AMD64_URI}${PN/-bin}-base-java-${PVR}.tar.xz )
	) )
"
SRC_URI_X86="
	kde? (
		!java? ( ${BASE_X86_URI}${PN/-bin}-kde-${PVR}.tar.xz )
		java? ( ${BASE_X86_URI}${PN/-bin}-kde-java-${PVR}.tar.xz )
	)
	gnome? (
		!java? ( ${BASE_X86_URI}${PN/-bin}-gnome-${PVR}.tar.xz )
		java? ( ${BASE_X86_URI}${PN/-bin}-gnome-java-${PVR}.tar.xz )
	)
	!kde? ( !gnome? (
		!java? ( ${BASE_X86_URI}${PN/-bin}-base-${PVR}.tar.xz )
		java? ( ${BASE_X86_URI}${PN/-bin}-base-java-${PVR}.tar.xz )
	) )
"

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

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

BIN_COMMON_DEPEND="
	=app-text/libexttextcat-3.3*
	=dev-cpp/libcmis-0.1*
	=dev-libs/icu-49*
	>=sys-libs/glibc-2.14.1-r3
	kde? ( >=kde-base/kdelibs-4.8.0:4 >=x11-libs/qt-core-4.8.0:4 )
"

NSS_DEPEND="
	>=dev-libs/nspr-4.8.8
	>=dev-libs/nss-3.12.9
"

COMMON_DEPEND="
	${BIN_COMMON_DEPEND}
	app-arch/zip
	app-arch/unzip
	>=app-text/hunspell-1.3.2-r3
	app-text/mythes
	>=app-text/libexttextcat-3.2
	app-text/libwpd:0.9[tools]
	app-text/libwpg:0.2
	>=app-text/libwps-0.2.2
	<dev-cpp/libcmis-0.2
	dev-db/unixODBC
	dev-libs/expat
	>=dev-libs/glib-2.28
	>=dev-libs/hyphen-2.7.1
	>=dev-libs/icu-49
	>=dev-lang/perl-5.0
	>=dev-libs/openssl-1.0.0d
	>=dev-libs/redland-1.0.14[ssl]
	>=media-libs/fontconfig-2.8.0
	media-libs/freetype:2
	>=media-libs/libpng-1.4
	media-libs/libvisio
	>=net-misc/curl-7.21.4
	sci-mathematics/lpsolve
	>=sys-libs/db-4.8
	virtual/jpeg
	>=x11-libs/cairo-1.10.0[X]
	x11-libs/libXinerama
	x11-libs/libXrandr
	x11-libs/libXrender
	>=dev-libs/dbus-glib-0.92
	gnome? ( gnome-extra/evolution-data-server )
	gnome? ( gnome-base/gconf:2 )
	>=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
	)
	net-libs/neon
	${NSS_DEPEND}
"

RDEPEND="${COMMON_DEPEND}
	!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 )
"

PDEPEND="
	>=app-office/libreoffice-l10n-3.5.0
"

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
	pax-mark -m "${EPREFIX}"/usr/$(get_libdir)/libreoffice/program/unopkg.bin

	use cups || \
		ewarn 'You will need net-print/cups to be able to print and export to PDF with libreoffice.'

	use java || \
		ewarn 'If you plan to use lbase aplication you should enable java or you will get various crashes.'
}

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.5.5.3.ebuild ChangeLog
@ 2012-08-10 11:48 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 7+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2012-08-10 11:48 UTC (permalink / raw
  To: gentoo-commits

scarabeus    12/08/10 11:48:33

  Modified:             libreoffice-bin-3.5.5.3.ebuild ChangeLog
  Log:
  Fix the dep over l10n in the binary to use only same major-minor. Wrt bug#430464.
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

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

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

Index: libreoffice-bin-3.5.5.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.5.5.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libreoffice-bin-3.5.5.3.ebuild	3 Aug 2012 08:07:47 -0000	1.1
+++ libreoffice-bin-3.5.5.3.ebuild	10 Aug 2012 11:48:33 -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.5.5.3.ebuild,v 1.1 2012/08/03 08:07:47 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.5.5.3.ebuild,v 1.2 2012/08/10 11:48:33 scarabeus Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 BASE_AMD64_URI="mirror://gentoo/amd64-bin-"
 BASE_X86_URI="mirror://gentoo/x86-bin-"
 
-inherit kde4-base java-pkg-opt-2 pax-utils prefix
+inherit kde4-base java-pkg-opt-2 pax-utils prefix versionator
 
 DESCRIPTION="LibreOffice, a full office productivity suite. Binary package."
 HOMEPAGE="http://www.libreoffice.org"
@@ -125,7 +125,7 @@
 "
 
 PDEPEND="
-	>=app-office/libreoffice-l10n-3.5.0
+	=app-office/libreoffice-l10n-$(get_version_component_range 1-2)*
 "
 
 DEPEND=""



1.86                 app-office/libreoffice-bin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog	3 Aug 2012 08:07:47 -0000	1.85
+++ ChangeLog	10 Aug 2012 11:48:33 -0000	1.86
@@ -1,6 +1,11 @@
 # 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.85 2012/08/03 08:07:47 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 1.86 2012/08/10 11:48:33 scarabeus Exp $
+
+  10 Aug 2012; Tomáš Chvátal <scarabeus@gentoo.org>
+  libreoffice-bin-3.5.5.3.ebuild:
+  Fix the dep over l10n in the binary to use only same major-minor. Wrt
+  bug#430464.
 
 *libreoffice-bin-3.5.5.3 (03 Aug 2012)
 





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

* [gentoo-commits] gentoo-x86 commit in app-office/libreoffice-bin: libreoffice-bin-3.5.5.3.ebuild ChangeLog
@ 2012-08-12 14:47 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-08-12 14:47 UTC (permalink / raw
  To: gentoo-commits

ago         12/08/12 14:47:38

  Modified:             libreoffice-bin-3.5.5.3.ebuild ChangeLog
  Log:
  fix typo
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

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

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

Index: libreoffice-bin-3.5.5.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.5.5.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libreoffice-bin-3.5.5.3.ebuild	10 Aug 2012 11:48:33 -0000	1.2
+++ libreoffice-bin-3.5.5.3.ebuild	12 Aug 2012 14:47:38 -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.5.5.3.ebuild,v 1.2 2012/08/10 11:48:33 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.5.5.3.ebuild,v 1.3 2012/08/12 14:47:38 ago Exp $
 
 EAPI=4
 
@@ -185,7 +185,7 @@
 		ewarn 'You will need net-print/cups to be able to print and export to PDF with libreoffice.'
 
 	use java || \
-		ewarn 'If you plan to use lbase aplication you should enable java or you will get various crashes.'
+		ewarn 'If you plan to use lbase application you should enable java or you will get various crashes.'
 }
 
 pkg_postrm() {



1.87                 app-office/libreoffice-bin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog	10 Aug 2012 11:48:33 -0000	1.86
+++ ChangeLog	12 Aug 2012 14:47:38 -0000	1.87
@@ -1,6 +1,9 @@
 # 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.86 2012/08/10 11:48:33 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 1.87 2012/08/12 14:47:38 ago Exp $
+
+  12 Aug 2012; Agostino Sarubbo <ago@gentoo.org> libreoffice-bin-3.5.5.3.ebuild:
+  fix typo
 
   10 Aug 2012; Tomáš Chvátal <scarabeus@gentoo.org>
   libreoffice-bin-3.5.5.3.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in app-office/libreoffice-bin: libreoffice-bin-3.5.5.3.ebuild ChangeLog
@ 2012-08-13  7:15 Andreas Schuerch (nativemad)
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas Schuerch (nativemad) @ 2012-08-13  7:15 UTC (permalink / raw
  To: gentoo-commits

nativemad    12/08/13 07:15:12

  Modified:             libreoffice-bin-3.5.5.3.ebuild ChangeLog
  Log:
  x86 stable, see bug 427098
  
  (Portage version: 2.1.11.9/cvs/Linux i686)

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

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

Index: libreoffice-bin-3.5.5.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.5.5.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libreoffice-bin-3.5.5.3.ebuild	12 Aug 2012 14:47:38 -0000	1.3
+++ libreoffice-bin-3.5.5.3.ebuild	13 Aug 2012 07:15:11 -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.5.5.3.ebuild,v 1.3 2012/08/12 14:47:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.5.5.3.ebuild,v 1.4 2012/08/13 07:15:11 nativemad Exp $
 
 EAPI=4
 
@@ -51,7 +51,7 @@
 IUSE="+cups debug gnome java kde"
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* ~amd64 x86"
 
 BIN_COMMON_DEPEND="
 	=app-text/libexttextcat-3.3*



1.88                 app-office/libreoffice-bin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog	12 Aug 2012 14:47:38 -0000	1.87
+++ ChangeLog	13 Aug 2012 07:15:11 -0000	1.88
@@ -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.87 2012/08/12 14:47:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 1.88 2012/08/13 07:15:11 nativemad Exp $
+
+  13 Aug 2012; Andreas Schuerch <nativemad@gentoo.org>
+  libreoffice-bin-3.5.5.3.ebuild:
+  x86 stable, see bug 427098
 
   12 Aug 2012; Agostino Sarubbo <ago@gentoo.org> libreoffice-bin-3.5.5.3.ebuild:
   fix typo





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

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

scarabeus    12/08/13 18:36:19

  Modified:             libreoffice-bin-3.5.5.3.ebuild ChangeLog
  Log:
  Block only ooo-bin we collide with.
  
  (Portage version: 2.2.0_alpha121/cvs/Linux x86_64)

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

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

Index: libreoffice-bin-3.5.5.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.5.5.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libreoffice-bin-3.5.5.3.ebuild	13 Aug 2012 07:15:11 -0000	1.4
+++ libreoffice-bin-3.5.5.3.ebuild	13 Aug 2012 18:36:18 -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.5.5.3.ebuild,v 1.4 2012/08/13 07:15:11 nativemad Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.5.5.3.ebuild,v 1.5 2012/08/13 18:36:18 scarabeus Exp $
 
 EAPI=4
 
@@ -115,7 +115,7 @@
 
 RDEPEND="${COMMON_DEPEND}
 	!app-office/libreoffice
-	!app-office/openoffice-bin
+	!<app-office/openoffice-bin-3.4.0-r1
 	!app-office/openoffice
 	media-fonts/libertine-ttf
 	media-fonts/liberation-fonts



1.89                 app-office/libreoffice-bin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog	13 Aug 2012 07:15:11 -0000	1.88
+++ ChangeLog	13 Aug 2012 18:36:18 -0000	1.89
@@ -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.88 2012/08/13 07:15:11 nativemad Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 1.89 2012/08/13 18:36:18 scarabeus Exp $
+
+  13 Aug 2012; Tomáš Chvátal <scarabeus@gentoo.org>
+  libreoffice-bin-3.5.5.3.ebuild:
+  Block only ooo-bin we collide with.
 
   13 Aug 2012; Andreas Schuerch <nativemad@gentoo.org>
   libreoffice-bin-3.5.5.3.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in app-office/libreoffice-bin: libreoffice-bin-3.5.5.3.ebuild ChangeLog
@ 2012-08-14 12:55 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-08-14 12:55 UTC (permalink / raw
  To: gentoo-commits

ago         12/08/14 12:55:30

  Modified:             libreoffice-bin-3.5.5.3.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #427098
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

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

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

Index: libreoffice-bin-3.5.5.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.5.5.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libreoffice-bin-3.5.5.3.ebuild	13 Aug 2012 18:36:18 -0000	1.5
+++ libreoffice-bin-3.5.5.3.ebuild	14 Aug 2012 12:55:30 -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.5.5.3.ebuild,v 1.5 2012/08/13 18:36:18 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.5.5.3.ebuild,v 1.6 2012/08/14 12:55:30 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"
 
 BIN_COMMON_DEPEND="
 	=app-text/libexttextcat-3.3*



1.90                 app-office/libreoffice-bin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog	13 Aug 2012 18:36:18 -0000	1.89
+++ ChangeLog	14 Aug 2012 12:55:30 -0000	1.90
@@ -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.89 2012/08/13 18:36:18 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 1.90 2012/08/14 12:55:30 ago Exp $
+
+  14 Aug 2012; Agostino Sarubbo <ago@gentoo.org>
+  libreoffice-bin-3.5.5.3.ebuild:
+  Stable for amd64, wrt bug #427098
 
   13 Aug 2012; Tomáš Chvátal <scarabeus@gentoo.org>
   libreoffice-bin-3.5.5.3.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in app-office/libreoffice-bin: libreoffice-bin-3.5.5.3.ebuild ChangeLog
@ 2012-11-07 21:08 Alexandre Rostovtsev (tetromino)
  0 siblings, 0 replies; 7+ messages in thread
From: Alexandre Rostovtsev (tetromino) @ 2012-11-07 21:08 UTC (permalink / raw
  To: gentoo-commits

tetromino    12/11/07 21:08:03

  Modified:             libreoffice-bin-3.5.5.3.ebuild ChangeLog
  Log:
  Slot gstreamer dependencies in preparation for gstreamer-1.0.
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)

Revision  Changes    Path
1.8                  app-office/libreoffice-bin/libreoffice-bin-3.5.5.3.ebuild

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

Index: libreoffice-bin-3.5.5.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.5.5.3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libreoffice-bin-3.5.5.3.ebuild	26 Sep 2012 11:23:05 -0000	1.7
+++ libreoffice-bin-3.5.5.3.ebuild	7 Nov 2012 21:08:03 -0000	1.8
@@ -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.5.5.3.ebuild,v 1.7 2012/09/26 11:23:05 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.5.5.3.ebuild,v 1.8 2012/11/07 21:08:03 tetromino Exp $
 
 EAPI=4
 
@@ -103,8 +103,8 @@
 	gnome? ( gnome-base/gconf:2 )
 	>=x11-libs/gtk+-2.24:2
 	media-gfx/graphite2
-	>=media-libs/gstreamer-0.10
-	>=media-libs/gst-plugins-base-0.10
+	>=media-libs/gstreamer-0.10:0.10
+	>=media-libs/gst-plugins-base-0.10:0.10
 	java? (
 		>=dev-java/bsh-2.0_beta4
 		dev-java/lucene:2.9



1.93                 app-office/libreoffice-bin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog	5 Nov 2012 20:23:54 -0000	1.92
+++ ChangeLog	7 Nov 2012 21:08:03 -0000	1.93
@@ -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.92 2012/11/05 20:23:54 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 1.93 2012/11/07 21:08:03 tetromino Exp $
+
+  07 Nov 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
+  libreoffice-bin-3.5.5.3.ebuild:
+  Slot gstreamer dependencies in preparation for gstreamer-1.0.
 
   05 Nov 2012; Andreas K. Huettel <dilfridge@gentoo.org> metadata.xml:
   Add myself explicitly to metadata





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

end of thread, other threads:[~2012-11-07 21:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-14 12:55 [gentoo-commits] gentoo-x86 commit in app-office/libreoffice-bin: libreoffice-bin-3.5.5.3.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2012-11-07 21:08 Alexandre Rostovtsev (tetromino)
2012-08-13 18:36 Tomas Chvatal (scarabeus)
2012-08-13  7:15 Andreas Schuerch (nativemad)
2012-08-12 14:47 Agostino Sarubbo (ago)
2012-08-10 11:48 Tomas Chvatal (scarabeus)
2012-08-03  8:07 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