public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Markus Dittrich (markusle)" <markusle@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/gelemental: gelemental-1.2.0.ebuild ChangeLog
Date: Sun, 19 Oct 2008 14:26:38 +0000	[thread overview]
Message-ID: <E1KrZEs-0003gS-Av@stork.gentoo.org> (raw)

markusle    08/10/19 14:26:38

  Modified:             gelemental-1.2.0.ebuild ChangeLog
  Log:
  Fixed gcc-4.3 issues (see bug #239567).
  (Portage version: 2.2_rc12/cvs/Linux 2.6.26-SENTINEL-3 i686)

Revision  Changes    Path
1.3                  sci-chemistry/gelemental/gelemental-1.2.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gelemental/gelemental-1.2.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gelemental/gelemental-1.2.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gelemental/gelemental-1.2.0.ebuild?r1=1.2&r2=1.3

Index: gelemental-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gelemental/gelemental-1.2.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gelemental-1.2.0.ebuild	10 Apr 2008 06:17:34 -0000	1.2
+++ gelemental-1.2.0.ebuild	19 Oct 2008 14:26:38 -0000	1.3
@@ -1,8 +1,8 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gelemental/gelemental-1.2.0.ebuild,v 1.2 2008/04/10 06:17:34 cla Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gelemental/gelemental-1.2.0.ebuild,v 1.3 2008/10/19 14:26:38 markusle Exp $
 
-inherit fdo-mime gnome2-utils
+inherit fdo-mime gnome2-utils eutils
 
 DESCRIPTION="a periodic table viewer that provides detailed information on the
 chemical elements."
@@ -22,6 +22,12 @@
 	dev-util/intltool
 	doc? ( app-doc/doxygen )"
 
+src_unpack() {
+	unpack ${A}
+	cd "${S}"
+	epatch "${FILESDIR}"/${P}-gcc4.3.patch
+}
+
 src_compile() {
 	econf --disable-dependency-tracking $(use_enable doc api-docs)
 	emake || die "emake failed."



1.3                  sci-chemistry/gelemental/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gelemental/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gelemental/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gelemental/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gelemental/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	10 Apr 2008 06:17:34 -0000	1.2
+++ ChangeLog	19 Oct 2008 14:26:38 -0000	1.3
@@ -1,6 +1,11 @@
 # ChangeLog for sci-chemistry/gelemental
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gelemental/ChangeLog,v 1.2 2008/04/10 06:17:34 cla Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gelemental/ChangeLog,v 1.3 2008/10/19 14:26:38 markusle Exp $
+
+  19 Oct 2008; Markus Dittrich <markusle@gentoo.org>
+  +files/gelemental-1.2.0-gcc4.3.patch, gelemental-1.2.0.ebuild:
+  Fixed gcc-4.3 issues (see bug #239567). Thanks much to David Sveningsson
+  <eXt@sidvind.com> for the patch.
 
   10 Apr 2008; Dawid Węgliński <cla@gentoo.org> gelemental-1.2.0.ebuild:
   Add ~x86 love (bug #217013)






             reply	other threads:[~2008-10-19 14:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-19 14:26 Markus Dittrich (markusle) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-03-02 17:49 [gentoo-commits] gentoo-x86 commit in sci-chemistry/gelemental: gelemental-1.2.0.ebuild ChangeLog Justin Lecher (jlec)
2009-10-30  9:34 Markus Meier (maekke)
2008-04-10  6:17 Dawid Weglinski (cla)

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=E1KrZEs-0003gS-Av@stork.gentoo.org \
    --to=markusle@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