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 app-crypt/aesutil: aesutil-1.0.7.ebuild ChangeLog
Date: Sat, 03 Jan 2009 17:57:52 +0000	[thread overview]
Message-ID: <E1LJAky-0005ep-Mg@stork.gentoo.org> (raw)

angelos     09/01/03 17:57:52

  Modified:             aesutil-1.0.7.ebuild ChangeLog
  Log:
  QA: Respect LDFLAGS
  (Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)

Revision  Changes    Path
1.6                  app-crypt/aesutil/aesutil-1.0.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/aesutil/aesutil-1.0.7.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/aesutil/aesutil-1.0.7.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/aesutil/aesutil-1.0.7.ebuild?r1=1.5&r2=1.6

Index: aesutil-1.0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/aesutil/aesutil-1.0.7.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- aesutil-1.0.7.ebuild	30 Dec 2008 16:35:22 -0000	1.5
+++ aesutil-1.0.7.ebuild	3 Jan 2009 17:57:52 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/aesutil/aesutil-1.0.7.ebuild,v 1.5 2008/12/30 16:35:22 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/aesutil/aesutil-1.0.7.ebuild,v 1.6 2009/01/03 17:57:52 angelos Exp $
 
 inherit toolchain-funcs
 
@@ -21,7 +21,8 @@
 src_unpack() {
 	unpack ${A}
 	cd "${S}"
-	sed -e "s:CFLAGS=-g -Wall:CFLAGS=-g -Wall ${CFLAGS}:" Makefile.linux > Makefile
+	sed -e "/^CFLAGS/s:-g -Wall:${CFLAGS}:" Makefile.linux > Makefile
+	sed -i -e "/^LDFLAGS/s:-g:${LDFLAGS}:" Makefile
 }
 
 src_compile() {



1.8                  app-crypt/aesutil/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/aesutil/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/aesutil/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/aesutil/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/aesutil/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	30 Dec 2008 16:35:22 -0000	1.7
+++ ChangeLog	3 Jan 2009 17:57:52 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for app-crypt/aesutil
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/aesutil/ChangeLog,v 1.7 2008/12/30 16:35:22 mpagano Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/aesutil/ChangeLog,v 1.8 2009/01/03 17:57:52 angelos Exp $
+
+  03 Jan 2009; Christoph Mende <angelos@gentoo.org> aesutil-1.0.7.ebuild:
+  QA: Respect LDFLAGS
 
   30 Dec 2008; Mike Pagano <mpagano@gentoo.org> aesutil-1.0.7.ebuild:
   Fixed hardcoded CC as per bug #243534






             reply	other threads:[~2009-01-03 17:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-03 17:57 Christoph Mende (angelos) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-01-01 19:58 [gentoo-commits] gentoo-x86 commit in app-crypt/aesutil: aesutil-1.0.7.ebuild ChangeLog Christian Faulhammer (fauli)
2008-12-30 16:35 Mike Pagano (mpagano)
2008-02-04 20:27 Fabian Groffen (grobian)

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=E1LJAky-0005ep-Mg@stork.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