From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 212211381F3 for ; Mon, 12 Nov 2012 19:40:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEEBBE064C; Mon, 12 Nov 2012 19:40:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 58C6CE064C for ; Mon, 12 Nov 2012 19:40:34 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 19D0533D9E3 for ; Mon, 12 Nov 2012 19:40:33 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2230) id CCD4F20C65; Mon, 12 Nov 2012 19:40:31 +0000 (UTC) From: "Tomas Chvatal (scarabeus)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, scarabeus@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-office/libreoffice: libreoffice-9999-r2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: libreoffice-9999-r2.ebuild ChangeLog X-VCS-Directories: app-office/libreoffice X-VCS-Committer: scarabeus X-VCS-Committer-Name: Tomas Chvatal Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121112194031.CCD4F20C65@flycatcher.gentoo.org> Date: Mon, 12 Nov 2012 19:40:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 884e1c2e-3aef-41ae-a026-5f9aaaddf117 X-Archives-Hash: 3e4e6c4d864dd266d16426dfbe56f66e scarabeus 12/11/12 19:40:31 Modified: libreoffice-9999-r2.ebuild ChangeLog Log: Add back the nsplugin. (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8) Revision Changes Path 1.126 app-office/libreoffice/libreoffice-9999-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild?rev=1.126&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild?rev=1.126&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild?r1=1.125&r2=1.126 Index: libreoffice-9999-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild,v retrieving revision 1.125 retrieving revision 1.126 diff -u -r1.125 -r1.126 --- libreoffice-9999-r2.ebuild 9 Nov 2012 09:50:16 -0000 1.125 +++ libreoffice-9999-r2.ebuild 12 Nov 2012 19:40:31 -0000 1.126 @@ -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/libreoffice-9999-r2.ebuild,v 1.125 2012/11/09 09:50:16 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild,v 1.126 2012/11/12 19:40:31 scarabeus Exp $ EAPI=4 @@ -68,7 +68,7 @@ unset ADDONS_SRC IUSE="bluetooth +branding +cups dbus eds gnome gstreamer +gtk gtk3 -jemalloc kde mysql odk opengl postgres telepathy test +vba +webdav" +jemalloc kde mysql nsplugin odk opengl postgres telepathy test +vba +webdav" LO_EXTS="nlpsolver pdfimport presenter-console presenter-minimizer scripting-beanshell scripting-javascript wiki-publisher" # Unpackaged separate extensions: @@ -152,6 +152,7 @@ dev-java/tomcat-servlet-api:3.0 ) mysql? ( >=dev-db/mysql-connector-c++-1.1.0 ) + nsplugin? ( net-misc/npapi-sdk ) opengl? ( virtual/glu virtual/opengl @@ -230,6 +231,7 @@ libreoffice_extensions_scripting-beanshell? ( java ) libreoffice_extensions_scripting-javascript? ( java ) libreoffice_extensions_wiki-publisher? ( java ) + nsplugin? ( gtk ) " S="${WORKDIR}/${PN}-core-${PV}" @@ -499,6 +501,7 @@ $(use_enable gtk3) \ $(use_enable kde kde4) \ $(use_enable mysql ext-mysql-connector) \ + $(use_enable nsplugin) \ $(use_enable odk) \ $(use_enable opengl) \ $(use_enable postgres postgresql-sdbc) \ 1.390 app-office/libreoffice/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/ChangeLog?rev=1.390&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/ChangeLog?rev=1.390&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/ChangeLog?r1=1.389&r2=1.390 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v retrieving revision 1.389 retrieving revision 1.390 diff -u -r1.389 -r1.390 --- ChangeLog 9 Nov 2012 19:29:14 -0000 1.389 +++ ChangeLog 12 Nov 2012 19:40:31 -0000 1.390 @@ -1,6 +1,9 @@ # ChangeLog for app-office/libreoffice # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.389 2012/11/09 19:29:14 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.390 2012/11/12 19:40:31 scarabeus Exp $ + + 12 Nov 2012; Tomáš Chvátal libreoffice-9999-r2.ebuild: + Add back the nsplugin. 09 Nov 2012; Tomáš Chvátal files/libreoffice-3.7-separate-checks.patch: