public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Proschofsky (suka)" <suka@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-office/openoffice: ChangeLog openoffice-3.0.0.ebuild
Date: Mon, 12 Jan 2009 00:07:58 +0000	[thread overview]
Message-ID: <E1LMALW-0002A8-Qq@stork.gentoo.org> (raw)

suka        09/01/12 00:07:58

  Modified:             ChangeLog openoffice-3.0.0.ebuild
  Log:
  Fix parallel build problems, bug #253386. Fix RDEPEND with nsplugin, bug #243034. Remove
  blocker on dmake, bug #252827
  (Portage version: 2.2_rc20/cvs/Linux 2.6.28-gentoo i686)

Revision  Changes    Path
1.442                app-office/openoffice/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/ChangeLog?rev=1.442&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/ChangeLog?rev=1.442&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/ChangeLog?r1=1.441&r2=1.442

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/openoffice/ChangeLog,v
retrieving revision 1.441
retrieving revision 1.442
diff -u -r1.441 -r1.442
--- ChangeLog	9 Jan 2009 10:44:52 -0000	1.441
+++ ChangeLog	12 Jan 2009 00:07:58 -0000	1.442
@@ -1,6 +1,11 @@
 # ChangeLog for app-office/openoffice
 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/ChangeLog,v 1.441 2009/01/09 10:44:52 suka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/ChangeLog,v 1.442 2009/01/12 00:07:58 suka Exp $
+
+  12 Jan 2009; Andreas Proschofsky <suka@gentoo.org>
+  files/gentoo-3.0.0.diff, openoffice-3.0.0.ebuild:
+  Fix parallel build problems, bug #253386. Fix RDEPEND with nsplugin, bug
+  #243034. Remove blocker on dmake, bug #252827
 
   09 Jan 2009; Andreas Proschofsky <suka@gentoo.org> files/gentoo-3.0.0.diff,
   +files/solenv.workaround-for-the-kde-mess.diff, openoffice-3.0.0.ebuild:



1.21                 app-office/openoffice/openoffice-3.0.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/openoffice-3.0.0.ebuild?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/openoffice-3.0.0.ebuild?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/openoffice-3.0.0.ebuild?r1=1.20&r2=1.21

Index: openoffice-3.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-3.0.0.ebuild,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- openoffice-3.0.0.ebuild	9 Jan 2009 10:44:52 -0000	1.20
+++ openoffice-3.0.0.ebuild	12 Jan 2009 00:07:58 -0000	1.21
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-3.0.0.ebuild,v 1.20 2009/01/09 10:44:52 suka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-3.0.0.ebuild,v 1.21 2009/01/12 00:07:58 suka Exp $
 
 WANT_AUTOCONF="2.5"
 WANT_AUTOMAKE="1.9"
@@ -83,6 +83,9 @@
 	java? ( >=dev-java/bsh-2.0_beta4
 		>=dev-db/hsqldb-1.8.0.9 )
 	mono? ( >=dev-lang/mono-1.2.3.1 )
+	nsplugin? ( || ( net-libs/xulrunner:1.8 net-libs/xulrunner:1.9 =www-client/seamonkey-1* )
+		>=dev-libs/nspr-4.6.6
+		>=dev-libs/nss-3.11-r1 )
 	opengl? ( virtual/opengl
 		virtual/glu )
 	>=net-misc/neon-0.24.7
@@ -129,11 +132,7 @@
 	sys-libs/zlib
 	sys-apps/coreutils
 	pam? ( sys-libs/pam )
-	!dev-util/dmake
 	>=dev-lang/python-2.3.4
-	nsplugin? ( || ( net-libs/xulrunner:1.8 net-libs/xulrunner:1.9 =www-client/seamonkey-1* )
-		>=dev-libs/nspr-4.6.6
-		>=dev-libs/nss-3.11-r1 )
 	java? ( || ( =virtual/jdk-1.6* =virtual/jdk-1.5* )
 		>=dev-java/ant-core-1.7 )
 	ldap? ( net-nds/openldap )"






             reply	other threads:[~2009-01-12  0:08 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-12  0:07 Andreas Proschofsky (suka) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-10-04 12:34 [gentoo-commits] gentoo-x86 commit in app-office/openoffice: ChangeLog openoffice-3.0.0.ebuild Andreas Proschofsky (suka)
2009-01-09 10:44 Andreas Proschofsky (suka)
2008-11-03 11:42 Andreas Proschofsky (suka)
2008-11-02  9:35 Tobias Scherbaum (dertobi123)
2008-10-13 12:41 Andreas Proschofsky (suka)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1LMALW-0002A8-Qq@stork.gentoo.org \
    --to=suka@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox