public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Markus Meier (maekke)" <maekke@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/gqview: ChangeLog gqview-2.1.5.ebuild
Date: Thu, 30 Jul 2009 21:12:52 +0000	[thread overview]
Message-ID: <E1MWcvk-0002PS-UA@stork.gentoo.org> (raw)

maekke      09/07/30 21:12:52

  Modified:             ChangeLog gqview-2.1.5.ebuild
  Log:
  x11-libs/gtk+ needs to be built with USE=X by Fabian Holler in bug #278460
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.93                 media-gfx/gqview/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gqview/ChangeLog?rev=1.93&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gqview/ChangeLog?rev=1.93&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gqview/ChangeLog?r1=1.92&r2=1.93

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gqview/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog	13 Mar 2009 14:44:33 -0000	1.92
+++ ChangeLog	30 Jul 2009 21:12:52 -0000	1.93
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/gqview
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gqview/ChangeLog,v 1.92 2009/03/13 14:44:33 fauli Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gqview/ChangeLog,v 1.93 2009/07/30 21:12:52 maekke Exp $
+
+  30 Jul 2009; Markus Meier <maekke@gentoo.org> gqview-2.1.5.ebuild:
+  x11-libs/gtk+ needs to be built with USE=X by Fabian Holler in bug #278460
 
   13 Mar 2009; Christian Faulhammer <fauli@gentoo.org> -gqview-2.0.4.ebuild:
   clean up



1.9                  media-gfx/gqview/gqview-2.1.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gqview/gqview-2.1.5.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gqview/gqview-2.1.5.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gqview/gqview-2.1.5.ebuild?r1=1.8&r2=1.9

Index: gqview-2.1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gqview/gqview-2.1.5.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gqview-2.1.5.ebuild	25 Jan 2009 10:52:17 -0000	1.8
+++ gqview-2.1.5.ebuild	30 Jul 2009 21:12:52 -0000	1.9
@@ -1,7 +1,8 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gqview/gqview-2.1.5.ebuild,v 1.8 2009/01/25 10:52:17 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gqview/gqview-2.1.5.ebuild,v 1.9 2009/07/30 21:12:52 maekke Exp $
 
+EAPI=2
 inherit eutils
 
 DESCRIPTION="A GTK-based image browser"
@@ -13,7 +14,7 @@
 KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
 IUSE="lcms"
 
-RDEPEND=">=x11-libs/gtk+-2.4.0
+RDEPEND=">=x11-libs/gtk+-2.4.0[X]
 	lcms? ( media-libs/lcms )
 	virtual/libintl"
 
@@ -21,18 +22,14 @@
 	dev-util/pkgconfig
 	sys-devel/gettext"
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+src_prepare() {
 	epatch "${FILESDIR}/${P}-windows.patch"
 }
 
-src_compile() {
+src_configure() {
 	econf \
 		--disable-dependency-tracking \
-		$(use_with lcms) \
-		|| die
-	emake || die "emake failed"
+		$(use_with lcms)
 }
 
 src_install() {






             reply	other threads:[~2009-07-30 21:12 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-30 21:12 Markus Meier (maekke) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-12-05 16:59 [gentoo-commits] gentoo-x86 commit in media-gfx/gqview: ChangeLog gqview-2.1.5.ebuild Michael Sterrett (mr_bones_)
2012-05-28 23:56 Anthony G. Basile (blueness)
2012-05-05  7:00 Jeff Horelick (jdhore)
2011-03-12 10:21 Tim Harder (radhermit)
2010-06-21 10:14 Samuli Suominen (ssuominen)
2010-03-18 18:58 Michael Sterrett (mr_bones_)
2009-10-20  1:01 Jonathan Callen (abcd)
2009-01-25 10:52 Raul Porcel (armin76)
2009-01-20 14:43 Tiago Cunha (tcunha)
2009-01-18 15:30 Markus Meier (maekke)
2009-01-18 12:43 Tobias Klausmann (klausman)
2009-01-17 14:50 Gysbert Wassenaar (nixnut)
2009-01-14 20:55 Brent Baude (ranger)

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=E1MWcvk-0002PS-UA@stork.gentoo.org \
    --to=maekke@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