public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Samuli Suominen (drac)" <drac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libofa: libofa-0.9.3.ebuild ChangeLog
Date: Wed, 16 Apr 2008 12:57:29 +0000	[thread overview]
Message-ID: <E1Jm7Cb-00035J-W7@stork.gentoo.org> (raw)

drac        08/04/16 12:57:29

  Modified:             libofa-0.9.3.ebuild ChangeLog
  Log:
  Fix building with GCC 4.3, thanks to Mikko C. in bug 215563.
  (Portage version: 2.1.5_rc3)

Revision  Changes    Path
1.15                 media-libs/libofa/libofa-0.9.3.ebuild

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

Index: libofa-0.9.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- libofa-0.9.3.ebuild	6 Feb 2008 19:44:19 -0000	1.14
+++ libofa-0.9.3.ebuild	16 Apr 2008 12:57:29 -0000	1.15
@@ -1,6 +1,6 @@
 # Copyright 2006-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild,v 1.14 2008/02/06 19:44:19 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild,v 1.15 2008/04/16 12:57:29 drac Exp $
 
 inherit eutils
 
@@ -27,14 +27,11 @@
 src_unpack() {
 	unpack ${A}
 	cd "${S}"
-	epatch "${FILESDIR}"/libofa-0.9.3-gcc-4.patch
+	epatch "${FILESDIR}"/libofa-0.9.3-gcc-4.patch \
+		"${FILESDIR}"/libofa-0.9.3-gcc-4.3.patch
 }
 
-src_compile() {
-	econf || die "configure failed"
-	emake || die "emake failed"
-}
 src_install() {
-	make DESTDIR="${D}" install || die "make install failed"
+	emake DESTDIR="${D}" install || die "emake install failed."
 	dodoc AUTHORS README
 }



1.15                 media-libs/libofa/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libofa/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	6 Feb 2008 19:44:19 -0000	1.14
+++ ChangeLog	16 Apr 2008 12:57:29 -0000	1.15
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/libofa
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libofa/ChangeLog,v 1.14 2008/02/06 19:44:19 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libofa/ChangeLog,v 1.15 2008/04/16 12:57:29 drac Exp $
+
+  16 Apr 2008; Samuli Suominen <drac@gentoo.org>
+  +files/libofa-0.9.3-gcc-4.3.patch, libofa-0.9.3.ebuild:
+  Fix building with GCC 4.3, thanks to Mikko C. in bug 215563.
 
   06 Feb 2008; Santiago M. Mola <coldwind@gentoo.org> libofa-0.9.3.ebuild:
   HOMEPAGE and SRC_URI updated, quoting fixed.



-- 
gentoo-commits@lists.gentoo.org mailing list



             reply	other threads:[~2008-04-16 12:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-16 12:57 Samuli Suominen (drac) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-05-05  8:02 [gentoo-commits] gentoo-x86 commit in media-libs/libofa: libofa-0.9.3.ebuild ChangeLog Jeff Horelick (jdhore)
2008-02-06 19:44 Santiago M. Mola (coldwind)
2007-09-11 19:59 Samuli Suominen (drac)

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=E1Jm7Cb-00035J-W7@stork.gentoo.org \
    --to=drac@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