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/gliv: gliv-1.9.6.ebuild ChangeLog
Date: Sat, 09 Jan 2010 17:44:15 +0000	[thread overview]
Message-ID: <E1NTfMF-0006AV-J9@stork.gentoo.org> (raw)

maekke      10/01/09 17:44:15

  Modified:             gliv-1.9.6.ebuild ChangeLog
  Log:
  fix building with forced --as-needed by Kacper Kowalik in bug #299464
  (Portage version: 2.2_rc61/cvs/Linux i686)

Revision  Changes    Path
1.8                  media-gfx/gliv/gliv-1.9.6.ebuild

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

Index: gliv-1.9.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gliv/gliv-1.9.6.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gliv-1.9.6.ebuild	25 Nov 2009 22:18:55 -0000	1.7
+++ gliv-1.9.6.ebuild	9 Jan 2010 17:44:15 -0000	1.8
@@ -1,6 +1,10 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gliv/gliv-1.9.6.ebuild,v 1.7 2009/11/25 22:18:55 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gliv/gliv-1.9.6.ebuild,v 1.8 2010/01/09 17:44:15 maekke Exp $
+
+EAPI=2
+
+inherit eutils autotools
 
 DESCRIPTION="An image viewer that uses OpenGL"
 HOMEPAGE="http://guichaz.free.fr/gliv/"
@@ -19,11 +23,15 @@
 		dev-util/pkgconfig
 		>=sys-devel/bison-1.875"
 
-src_compile() {
+src_prepare() {
+	epatch "${FILESDIR}/${P}-as-needed.patch"
+	eautoreconf
+}
+
+src_configure() {
 	econf \
 		--disable-dependency-tracking \
 		$(use_enable nls) || die
-	emake || die "emake failed"
 }
 
 src_install() {



1.32                 media-gfx/gliv/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gliv/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	25 Nov 2009 22:18:55 -0000	1.31
+++ ChangeLog	9 Jan 2010 17:44:15 -0000	1.32
@@ -1,6 +1,10 @@
 # ChangeLog for media-gfx/gliv
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gliv/ChangeLog,v 1.31 2009/11/25 22:18:55 maekke Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gliv/ChangeLog,v 1.32 2010/01/09 17:44:15 maekke Exp $
+
+  09 Jan 2010; Markus Meier <maekke@gentoo.org> gliv-1.9.6.ebuild,
+  +files/gliv-1.9.6-as-needed.patch:
+  fix building with forced --as-needed by Kacper Kowalik in bug #299464
 
   25 Nov 2009; Markus Meier <maekke@gentoo.org> gliv-1.9.6.ebuild:
   amd64 stable, bug #286403






             reply	other threads:[~2010-01-09 17:44 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-09 17:44 Markus Meier (maekke) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-03-12 10:11 [gentoo-commits] gentoo-x86 commit in media-gfx/gliv: gliv-1.9.6.ebuild ChangeLog Tim Harder (radhermit)
2009-11-25 22:18 Markus Meier (maekke)
2009-10-07 17:11 Gysbert Wassenaar (nixnut)
2008-05-11 19:59 Markus Meier (maekke)
2008-01-15  0:48 Markus Meier (maekke)

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=E1NTfMF-0006AV-J9@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