public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "William Hubbs (williamh)" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-accessibility/brltty: ChangeLog brltty-4.2.ebuild
Date: Mon, 28 Mar 2011 21:24:31 +0000 (UTC)	[thread overview]
Message-ID: <20110328212431.91B7120054@flycatcher.gentoo.org> (raw)

williamh    11/03/28 21:24:31

  Modified:             ChangeLog brltty-4.2.ebuild
  Log:
  add patch to respect ldflags for bug #338161, thanks to Chris Brannon.
  
  (Portage version: 2.2.0_alpha29/cvs/Linux i686)

Revision  Changes    Path
1.109                app-accessibility/brltty/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?rev=1.109&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?rev=1.109&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?r1=1.108&r2=1.109

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- ChangeLog	24 Mar 2011 14:13:17 -0000	1.108
+++ ChangeLog	28 Mar 2011 21:24:31 -0000	1.109
@@ -1,6 +1,10 @@
 # ChangeLog for app-accessibility/brltty
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.108 2011/03/24 14:13:17 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.109 2011/03/28 21:24:31 williamh Exp $
+
+  28 Mar 2011; William Hubbs <williamh@gentoo.org> brltty-4.2.ebuild,
+  +files/brltty-4.2-fix-ldflags.patch:
+  add patch to respect ldflags for bug #338161, thanks to Chris Brannon.
 
   24 Mar 2011; William Hubbs <williamh@gentoo.org> brltty-4.2.ebuild,
   +files/brltty-4.2-fix-ocaml-install.patch:



1.4                  app-accessibility/brltty/brltty-4.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild?r1=1.3&r2=1.4

Index: brltty-4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- brltty-4.2.ebuild	24 Mar 2011 14:13:17 -0000	1.3
+++ brltty-4.2.ebuild	28 Mar 2011 21:24:31 -0000	1.4
@@ -1,11 +1,12 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild,v 1.3 2011/03/24 14:13:17 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild,v 1.4 2011/03/28 21:24:31 williamh Exp $
 
 EAPI="2"
 FINDLIB_USE="ocaml"
 
-inherit findlib eutils multilib toolchain-funcs java-pkg-opt-2 flag-o-matic
+inherit findlib eutils multilib toolchain-funcs java-pkg-opt-2 flag-o-matic \
+	autotools
 
 DESCRIPTION="Daemon that provides access to the Linux/Unix console for a blind person"
 HOMEPAGE="http://mielke.cc/brltty/"
@@ -33,10 +34,12 @@
 	${COMMON_DEP}"
 
 src_prepare() {
-	epatch "${FILESDIR}"/${P}-glibc-212.patch
+	epatch "${FILESDIR}"/${P}-fix-ldflags.patch
 	epatch "${FILESDIR}"/${P}-fix-ocaml-install.patch
+	epatch "${FILESDIR}"/${P}-glibc-212.patch
 
 	java-pkg-opt-2_src_prepare
+	eautoreconf
 }
 
 src_configure() {






             reply	other threads:[~2011-03-28 21:24 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-28 21:24 William Hubbs (williamh) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-05-12 16:49 [gentoo-commits] gentoo-x86 commit in app-accessibility/brltty: ChangeLog brltty-4.2.ebuild Jeroen Roovers (jer)
2011-04-16 18:10 Raul Porcel (armin76)
2011-04-11 21:37 William Hubbs (williamh)
2011-04-10 12:49 Tobias Klausmann (klausman)
2011-04-02  7:06 Christoph Mende (angelos)
2011-04-01 18:35 William Hubbs (williamh)
2011-03-31 23:31 William Hubbs (williamh)
2011-03-31 19:20 Kacper Kowalik (xarthisius)
2011-03-30 18:24 William Hubbs (williamh)
2011-03-30 18:05 William Hubbs (williamh)
2011-03-29 22:37 William Hubbs (williamh)
2011-03-29 19:49 William Hubbs (williamh)
2011-03-24 14:13 William Hubbs (williamh)
2010-10-05 17:19 Samuli Suominen (ssuominen)
2010-07-16 22:36 William Hubbs (williamh)

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=20110328212431.91B7120054@flycatcher.gentoo.org \
    --to=williamh@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