public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Christoph Mende (angelos)" <angelos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-cpp/libassa: ChangeLog libassa-3.5.0.ebuild
Date: Sat, 19 Feb 2011 17:11:14 +0000 (UTC)	[thread overview]
Message-ID: <20110219171114.1386F20054@flycatcher.gentoo.org> (raw)

angelos     11/02/19 17:11:14

  Modified:             ChangeLog libassa-3.5.0.ebuild
  Log:
  Respect LDFLAGS (bug #335545)
  
  (Portage version: 2.1.9.40/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 dev-cpp/libassa/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libassa/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libassa/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libassa/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/libassa/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	28 May 2010 15:16:46 -0000	1.10
+++ ChangeLog	19 Feb 2011 17:11:13 -0000	1.11
@@ -1,6 +1,10 @@
 # ChangeLog for dev-cpp/libassa
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libassa/ChangeLog,v 1.10 2010/05/28 15:16:46 angelos Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libassa/ChangeLog,v 1.11 2011/02/19 17:11:13 angelos Exp $
+
+  19 Feb 2011; <angelos@gentoo.org> libassa-3.5.0.ebuild,
+  +files/libassa-3.5.0-ldflags.patch:
+  Respect LDFLAGS (bug #335545)
 
   28 May 2010; Christoph Mende <angelos@gentoo.org> libassa-3.5.0.ebuild,
   +files/libassa-3.5.0-fix-tests.patch:



1.8                  dev-cpp/libassa/libassa-3.5.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libassa/libassa-3.5.0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libassa/libassa-3.5.0.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libassa/libassa-3.5.0.ebuild?r1=1.7&r2=1.8

Index: libassa-3.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/libassa/libassa-3.5.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libassa-3.5.0.ebuild	28 May 2010 15:16:46 -0000	1.7
+++ libassa-3.5.0.ebuild	19 Feb 2011 17:11:13 -0000	1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libassa/libassa-3.5.0.ebuild,v 1.7 2010/05/28 15:16:46 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libassa/libassa-3.5.0.ebuild,v 1.8 2011/02/19 17:11:13 angelos Exp $
 
 EAPI=2
 inherit autotools eutils
@@ -17,7 +17,8 @@
 src_prepare() {
 	epatch "${FILESDIR}"/${P}-gcc44.patch \
 		"${FILESDIR}"/${P}-dont-run-ldconfig.patch \
-		"${FILESDIR}"/${P}-fix-tests.patch
+		"${FILESDIR}"/${P}-fix-tests.patch \
+		"${FILESDIR}"/${P}-ldflags.patch
 	AT_M4DIR="${S}/macros"
 	eautoreconf
 }






             reply	other threads:[~2011-02-19 17:11 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-19 17:11 Christoph Mende (angelos) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-07-19 20:33 [gentoo-commits] gentoo-x86 commit in dev-cpp/libassa: ChangeLog libassa-3.5.0.ebuild Christoph Mende (angelos)
2011-03-20 19:17 Christoph Mende (angelos)
2010-05-28 15:16 Christoph Mende (angelos)
2009-11-23 13:32 Markus Meier (maekke)
2009-11-12 14:40 Christoph Mende (angelos)
2009-09-04 10:33 Samuli Suominen (ssuominen)
2009-04-14 13:22 Raul Porcel (armin76)
2008-02-14 21:59 Christoph Mende (angelos)

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=20110219171114.1386F20054@flycatcher.gentoo.org \
    --to=angelos@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