public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher (jlec)" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-tcltk/blt: ChangeLog blt-2.4z-r10.ebuild
Date: Fri,  2 Nov 2012 16:54:03 +0000 (UTC)	[thread overview]
Message-ID: <20121102165403.57A3F21600@flycatcher.gentoo.org> (raw)

jlec        12/11/02 16:54:03

  Modified:             ChangeLog blt-2.4z-r10.ebuild
  Log:
  dev-tcltk/blt: Respect AR, #440272
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)

Revision  Changes    Path
1.63                 dev-tcltk/blt/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/ChangeLog?rev=1.63&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/ChangeLog?rev=1.63&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/ChangeLog?r1=1.62&r2=1.63

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/blt/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog	7 Jun 2012 20:37:57 -0000	1.62
+++ ChangeLog	2 Nov 2012 16:54:03 -0000	1.63
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tcltk/blt
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/ChangeLog,v 1.62 2012/06/07 20:37:57 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/ChangeLog,v 1.63 2012/11/02 16:54:03 jlec Exp $
+
+  02 Nov 2012; Justin Lecher <jlec@gentoo.org> blt-2.4z-r10.ebuild:
+  Respect AR, #440272
 
   07 Jun 2012; Zac Medico <zmedico@gentoo.org> blt-2.4z-r10.ebuild:
   inherit multilib for get_libdir



1.14                 dev-tcltk/blt/blt-2.4z-r10.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild?r1=1.13&r2=1.14

Index: blt-2.4z-r10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- blt-2.4z-r10.ebuild	7 Jun 2012 20:37:57 -0000	1.13
+++ blt-2.4z-r10.ebuild	2 Nov 2012 16:54:03 -0000	1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild,v 1.13 2012/06/07 20:37:57 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild,v 1.14 2012/11/02 16:54:03 jlec Exp $
 
 EAPI="3"
 
@@ -49,6 +49,10 @@
 		-e "/^scriptdir =/s:lib:$(get_libdir):" \
 		-i Makefile.in demos/Makefile.in || die "sed Makefile.in failed"
 
+	sed \
+		-e "/AR/s:ar:$(tc-getAR):g" \
+		-i src/Makefile.in || die
+
 	epatch "${FILESDIR}"/${P}-linking.patch
 	epatch "${FILESDIR}"/${P}-darwin.patch
 	epatch "${FILESDIR}"/${P}-gbsd.patch





             reply	other threads:[~2012-11-02 16:54 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-02 16:54 Justin Lecher (jlec) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-12-05  7:22 [gentoo-commits] gentoo-x86 commit in dev-tcltk/blt: ChangeLog blt-2.4z-r10.ebuild Justin Lecher (jlec)
2012-05-10 16:57 Alexis Ballier (aballier)
2012-05-10 16:56 Alexis Ballier (aballier)
2011-12-15 17:07 Justin Lecher (jlec)
2011-11-02 14:56 PaweA Hajdan (phajdan.jr)
2011-11-01 14:11 Tony Vroon (chainsaw)
2011-10-30 14:56 Raul Porcel (armin76)
2011-10-26 14:34 Jeroen Roovers (jer)
2011-10-25  5:59 Justin Lecher (jlec)

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=20121102165403.57A3F21600@flycatcher.gentoo.org \
    --to=jlec@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