summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2011-11-16 23:40:03 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2011-11-16 23:40:03 +0000
commit9e8f45df4079bfc3ae5778fdb11267accdf62b66 (patch)
tree249e42f5b46c3e61bbbc81cdc306d8871cd08b0f /app-text/xournal
parentNew package, gobject bindings to libvirt, used by gnome-boxes (diff)
downloadgentoo-2-9e8f45df4079bfc3ae5778fdb11267accdf62b66.tar.gz
gentoo-2-9e8f45df4079bfc3ae5778fdb11267accdf62b66.tar.bz2
gentoo-2-9e8f45df4079bfc3ae5778fdb11267accdf62b66.zip
QA: do not pass unrecognized configure options
(Portage version: 2.1.10.34/cvs/Linux x86_64)
Diffstat (limited to 'app-text/xournal')
-rw-r--r--app-text/xournal/ChangeLog6
-rw-r--r--app-text/xournal/xournal-0.4.5_p20111022-r1.ebuild11
-rw-r--r--app-text/xournal/xournal-0.4.5_p20111022.ebuild11
3 files changed, 17 insertions, 11 deletions
diff --git a/app-text/xournal/ChangeLog b/app-text/xournal/ChangeLog
index 2a959338be0d..c7082d9753b5 100644
--- a/app-text/xournal/ChangeLog
+++ b/app-text/xournal/ChangeLog
@@ -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)
diff --git a/app-text/xournal/xournal-0.4.5_p20111022-r1.ebuild b/app-text/xournal/xournal-0.4.5_p20111022-r1.ebuild
index 116ae243a3a4..de5ce8de3d80 100644
--- a/app-text/xournal/xournal-0.4.5_p20111022-r1.ebuild
+++ b/app-text/xournal/xournal-0.4.5_p20111022-r1.ebuild
@@ -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 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="+pdf doc"
+IUSE="+pdf"
COMMONDEPEND="
app-text/poppler[cairo]
@@ -51,7 +54,5 @@ src_install() {
emake DESTDIR="${D}" desktop-install
dodoc ChangeLog AUTHORS README
- if use doc ; then
- dohtml -r html-doc/*
- fi
+ dohtml -r html-doc/*
}
diff --git a/app-text/xournal/xournal-0.4.5_p20111022.ebuild b/app-text/xournal/xournal-0.4.5_p20111022.ebuild
index c081be572964..047642556dce 100644
--- a/app-text/xournal/xournal-0.4.5_p20111022.ebuild
+++ b/app-text/xournal/xournal-0.4.5_p20111022.ebuild
@@ -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 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="+pdf doc"
+IUSE="+pdf"
COMMONDEPEND="
app-text/poppler[cairo]
@@ -45,7 +48,5 @@ src_install() {
emake DESTDIR="${D}" desktop-install
dodoc ChangeLog AUTHORS README
- if use doc ; then
- dohtml -r html-doc/*
- fi
+ dohtml -r html-doc/*
}