public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tomas Chvatal (scarabeus)" <scarabeus@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-office/libreoffice: libreoffice-9999-r1.ebuild ChangeLog
Date: Mon,  3 Oct 2011 09:28:24 +0000 (UTC)	[thread overview]
Message-ID: <20111003092824.A75AD2004B@flycatcher.gentoo.org> (raw)

scarabeus    11/10/03 09:28:24

  Modified:             libreoffice-9999-r1.ebuild ChangeLog
  Log:
  Do not bother with binfilter if the useflag is not enabled.
  
  (Portage version: 2.2.0_alpha60/cvs/Linux x86_64)

Revision  Changes    Path
1.33                 app-office/libreoffice/libreoffice-9999-r1.ebuild

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

Index: libreoffice-9999-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999-r1.ebuild,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- libreoffice-9999-r1.ebuild	3 Oct 2011 08:58:27 -0000	1.32
+++ libreoffice-9999-r1.ebuild	3 Oct 2011 09:28:24 -0000	1.33
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999-r1.ebuild,v 1.32 2011/10/03 08:58:27 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999-r1.ebuild,v 1.33 2011/10/03 09:28:24 scarabeus Exp $
 
 EAPI=3
 
@@ -39,7 +39,11 @@
 if [[ ${PV} != *9999* ]]; then
 	for i in ${DEV_URI}; do
 		for mod in ${MODULES}; do
-			SRC_URI+=" ${i}/${PN}-${mod}-${PV}.tar.bz2"
+			if [[ ${mod} == binfilter ]]; then
+				SRC_URI+=" binfilter? ( ${i}/${PN}-${mod}-${PV}.tar.bz2 )"
+			else
+				SRC_URI+=" ${i}/${PN}-${mod}-${PV}.tar.bz2"
+			fi
 		done
 		unset mod
 	done
@@ -242,6 +246,9 @@
 		done
 	else
 		for mod in ${MODULES}; do
+			if [[ ${mod} == binfilter ]] && ! use binfilter; then
+				continue
+			fi
 			mypv=${PV/.9999}
 			[[ ${mypv} != ${PV} ]] && EGIT_BRANCH="${PN}-${mypv/./-}"
 			EGIT_PROJECT="${PN}/${mod}"



1.161                app-office/libreoffice/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -r1.160 -r1.161
--- ChangeLog	3 Oct 2011 08:58:27 -0000	1.160
+++ ChangeLog	3 Oct 2011 09:28:24 -0000	1.161
@@ -1,6 +1,10 @@
 # ChangeLog for app-office/libreoffice
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.160 2011/10/03 08:58:27 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.161 2011/10/03 09:28:24 scarabeus Exp $
+
+  03 Oct 2011; Tomáš Chvátal <scarabeus@gentoo.org>
+  libreoffice-9999-r1.ebuild:
+  Do not bother with binfilter if the useflag is not enabled.
 
   03 Oct 2011; Tomáš Chvátal <scarabeus@gentoo.org>
   libreoffice-9999-r1.ebuild:






             reply	other threads:[~2011-10-03  9:28 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-03  9:28 Tomas Chvatal (scarabeus) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-11-11 14:54 [gentoo-commits] gentoo-x86 commit in app-office/libreoffice: libreoffice-9999-r1.ebuild ChangeLog Tomas Chvatal (scarabeus)
2011-11-09 10:12 Tomas Chvatal (scarabeus)
2011-11-08 11:03 Tomas Chvatal (scarabeus)
2011-11-02 18:27 Tomas Chvatal (scarabeus)
2011-11-02 18:18 Tomas Chvatal (scarabeus)
2011-10-27 17:23 Tomas Chvatal (scarabeus)
2011-10-21  7:56 Tomas Chvatal (scarabeus)
2011-10-11 12:38 Tomas Chvatal (scarabeus)
2011-10-06 14:24 Tomas Chvatal (scarabeus)
2011-10-06 14:20 Tomas Chvatal (scarabeus)
2011-10-05  9:25 Tomas Chvatal (scarabeus)
2011-10-04 19:19 Tomas Chvatal (scarabeus)
2011-10-04  8:38 Tomas Chvatal (scarabeus)
2011-10-03  8:58 Tomas Chvatal (scarabeus)
2011-09-30 11:47 Tomas Chvatal (scarabeus)
2011-09-30 10:45 Tomas Chvatal (scarabeus)
2011-09-30 10:42 Tomas Chvatal (scarabeus)
2011-09-30  8:25 Tomas Chvatal (scarabeus)
2011-09-29 13:20 Tomas Chvatal (scarabeus)
2011-09-26 14:10 Tomas Chvatal (scarabeus)
2011-09-25 13:06 Tomas Chvatal (scarabeus)
2011-09-23 14:44 Tomas Chvatal (scarabeus)
2011-09-23 14:35 Tomas Chvatal (scarabeus)
2011-09-23 12:46 Tomas Chvatal (scarabeus)
2011-09-22 12:39 Tomas Chvatal (scarabeus)
2011-09-22 11:00 Tomas Chvatal (scarabeus)
2011-09-20 16:01 Tomas Chvatal (scarabeus)
2011-09-18  9:45 Tomas Chvatal (scarabeus)
2011-09-17 10:32 Tomas Chvatal (scarabeus)
2011-09-17  3:58 Tomas Chvatal (scarabeus)
2011-09-17  3:46 Tomas Chvatal (scarabeus)
2011-09-17  3:44 Tomas Chvatal (scarabeus)
2011-09-17  3:28 Tomas Chvatal (scarabeus)
2011-09-17  1:26 Tomas Chvatal (scarabeus)
2011-09-16  8:51 Tomas Chvatal (scarabeus)

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=20111003092824.A75AD2004B@flycatcher.gentoo.org \
    --to=scarabeus@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