public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers (jer)" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/jpeginfo: ChangeLog jpeginfo-1.6.0.ebuild
Date: Thu, 27 Nov 2008 22:18:56 +0000	[thread overview]
Message-ID: <E1L5pCK-0006Bp-HK@stork.gentoo.org> (raw)

jer         08/11/27 22:18:56

  Modified:             ChangeLog jpeginfo-1.6.0.ebuild
  Log:
  Hmm, better not do tc-export in global scope.
  (Portage version: 2.1.6_rc2/cvs/Linux 2.6.25-gentoo-r7-JeR i686)

Revision  Changes    Path
1.15                 media-gfx/jpeginfo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	27 Nov 2008 21:39:21 -0000	1.14
+++ ChangeLog	27 Nov 2008 22:18:56 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/jpeginfo
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/ChangeLog,v 1.14 2008/11/27 21:39:21 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/ChangeLog,v 1.15 2008/11/27 22:18:56 jer Exp $
+
+  27 Nov 2008; Jeroen Roovers <jer@gentoo.org> jpeginfo-1.6.0.ebuild:
+  Hmm, better not do tc-export in global scope.
 
   27 Nov 2008; Jeroen Roovers <jer@gentoo.org> jpeginfo-1.6.0.ebuild:
   Respect CC variable (bug #244156).



1.15                 media-gfx/jpeginfo/jpeginfo-1.6.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.0.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.0.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.0.ebuild?r1=1.14&r2=1.15

Index: jpeginfo-1.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.0.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- jpeginfo-1.6.0.ebuild	27 Nov 2008 21:39:21 -0000	1.14
+++ jpeginfo-1.6.0.ebuild	27 Nov 2008 22:18:56 -0000	1.15
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.0.ebuild,v 1.14 2008/11/27 21:39:21 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.0.ebuild,v 1.15 2008/11/27 22:18:56 jer Exp $
 
 inherit toolchain-funcs
 
@@ -16,7 +16,11 @@
 
 DEPEND=">=media-libs/jpeg-6b"
 
-tc-export CC
+src_compile() {
+	tc-export CC
+	econf || die "econf failed"
+	emake || die "emake failed"
+}
 
 src_install() {
 	make INSTALL_ROOT="${D}" install || die






             reply	other threads:[~2008-11-27 22:18 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-27 22:18 Jeroen Roovers (jer) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-05-30 14:15 [gentoo-commits] gentoo-x86 commit in media-gfx/jpeginfo: ChangeLog jpeginfo-1.6.0.ebuild Manuel Rueger (mrueg)
2010-12-28 23:42 Michael Weber (xmw)
2010-03-02  1:44 Samuli Suominen (ssuominen)
2010-01-22 17:34 Samuli Suominen (ssuominen)
2010-01-07 22:13 Christian Faulhammer (fauli)
2009-11-27 11:53 Diego Petteno (flameeyes)
2008-11-27 21:39 Jeroen Roovers (jer)

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=E1L5pCK-0006Bp-HK@stork.gentoo.org \
    --to=jer@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