public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas HAttel (dilfridge)" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-text/xournal: ChangeLog xournal-0.4.5_p20111022-r1.ebuild xournal-0.4.5_p20111022.ebuild
Date: Wed, 16 Nov 2011 23:40:03 +0000 (UTC)	[thread overview]
Message-ID: <20111116234003.4256C2004B@flycatcher.gentoo.org> (raw)

dilfridge    11/11/16 23:40:03

  Modified:             ChangeLog xournal-0.4.5_p20111022-r1.ebuild
                        xournal-0.4.5_p20111022.ebuild
  Log:
  QA: do not pass unrecognized configure options
  
  (Portage version: 2.1.10.34/cvs/Linux x86_64)

Revision  Changes    Path
1.22                 app-text/xournal/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xournal/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xournal/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xournal/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/xournal/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	16 Nov 2011 22:55:43 -0000	1.21
+++ ChangeLog	16 Nov 2011 23:40:03 -0000	1.22
@@ -1,6 +1,10 @@
 # ChangeLog for app-text/xournal
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xournal/ChangeLog,v 1.21 2011/11/16 22:55:43 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xournal/ChangeLog,v 1.22 2011/11/16 23:40:03 dilfridge Exp $
+
+  17 Nov 2011; Andreas K. Huettel <dilfridge@gentoo.org>
+  xournal-0.4.5_p20111022.ebuild, xournal-0.4.5_p20111022-r1.ebuild:
+  QA: do not pass unrecognized configure options
 
 *xournal-0.4.5_p20111022-r1 (16 Nov 2011)
 



1.2                  app-text/xournal/xournal-0.4.5_p20111022-r1.ebuild

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

Index: xournal-0.4.5_p20111022-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/xournal/xournal-0.4.5_p20111022-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xournal-0.4.5_p20111022-r1.ebuild	16 Nov 2011 22:55:43 -0000	1.1
+++ xournal-0.4.5_p20111022-r1.ebuild	16 Nov 2011 23:40:03 -0000	1.2
@@ -1,8 +1,11 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xournal/xournal-0.4.5_p20111022-r1.ebuild,v 1.1 2011/11/16 22:55:43 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xournal/xournal-0.4.5_p20111022-r1.ebuild,v 1.2 2011/11/16 23:40:03 dilfridge Exp $
 
 EAPI=4
+
+GCONF_DEBUG=no
+
 inherit base gnome2 autotools
 
 DESCRIPTION="Xournal is an application for notetaking, sketching, and keeping a journal using a stylus."
@@ -13,7 +16,7 @@
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="+pdf doc"
+IUSE="+pdf"
 
 COMMONDEPEND="
 	app-text/poppler[cairo]
@@ -51,7 +54,5 @@
 	emake DESTDIR="${D}" desktop-install
 
 	dodoc ChangeLog AUTHORS README
-	if use doc ; then
-		dohtml -r html-doc/*
-	fi
+	dohtml -r html-doc/*
 }



1.2                  app-text/xournal/xournal-0.4.5_p20111022.ebuild

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

Index: xournal-0.4.5_p20111022.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/xournal/xournal-0.4.5_p20111022.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xournal-0.4.5_p20111022.ebuild	22 Oct 2011 16:20:47 -0000	1.1
+++ xournal-0.4.5_p20111022.ebuild	16 Nov 2011 23:40:03 -0000	1.2
@@ -1,8 +1,11 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xournal/xournal-0.4.5_p20111022.ebuild,v 1.1 2011/10/22 16:20:47 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xournal/xournal-0.4.5_p20111022.ebuild,v 1.2 2011/11/16 23:40:03 dilfridge Exp $
 
 EAPI=4
+
+GCONF_DEBUG=no
+
 inherit gnome2 eutils autotools
 
 DESCRIPTION="Xournal is an application for notetaking, sketching, and keeping a journal using a stylus."
@@ -13,7 +16,7 @@
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="+pdf doc"
+IUSE="+pdf"
 
 COMMONDEPEND="
 	app-text/poppler[cairo]
@@ -45,7 +48,5 @@
 	emake DESTDIR="${D}" desktop-install
 
 	dodoc ChangeLog AUTHORS README
-	if use doc ; then
-		dohtml -r html-doc/*
-	fi
+	dohtml -r html-doc/*
 }






                 reply	other threads:[~2011-11-16 23:40 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20111116234003.4256C2004B@flycatcher.gentoo.org \
    --to=dilfridge@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