public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier (aballier)" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-text/t1utils: ChangeLog t1utils-1.34.ebuild
Date: Fri, 22 May 2009 14:38:23 +0000	[thread overview]
Message-ID: <E1M7Vt9-0007xo-8A@stork.gentoo.org> (raw)

aballier    09/05/22 14:38:23

  Modified:             ChangeLog t1utils-1.34.ebuild
  Log:
  fix build with glibc 2.10, getline conflicts, bug #270611, by Honza Macháček
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.47                 app-text/t1utils/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/t1utils/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/t1utils/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/t1utils/ChangeLog?r1=1.46&r2=1.47

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/t1utils/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	16 Apr 2009 08:48:55 -0000	1.46
+++ ChangeLog	22 May 2009 14:38:23 -0000	1.47
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/t1utils
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/ChangeLog,v 1.46 2009/04/16 08:48:55 aballier Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/ChangeLog,v 1.47 2009/05/22 14:38:23 aballier Exp $
+
+  22 May 2009; Alexis Ballier <aballier@gentoo.org> t1utils-1.34.ebuild,
+  +files/t1utils-1.34-glibc-2.10.patch:
+  fix build with glibc 2.10, getline conflicts, bug #270611, by Honza
+  Macháček
 
   16 Apr 2009; Alexis Ballier <aballier@gentoo.org> t1utils-1.34.ebuild:
   block old freetype:1, they collide, bug #266186



1.12                 app-text/t1utils/t1utils-1.34.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/t1utils/t1utils-1.34.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/t1utils/t1utils-1.34.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/t1utils/t1utils-1.34.ebuild?r1=1.11&r2=1.12

Index: t1utils-1.34.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/t1utils/t1utils-1.34.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- t1utils-1.34.ebuild	16 Apr 2009 08:48:55 -0000	1.11
+++ t1utils-1.34.ebuild	22 May 2009 14:38:23 -0000	1.12
@@ -1,6 +1,8 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/t1utils-1.34.ebuild,v 1.11 2009/04/16 08:48:55 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/t1utils-1.34.ebuild,v 1.12 2009/05/22 14:38:23 aballier Exp $
+
+inherit eutils
 
 IUSE=""
 
@@ -15,6 +17,12 @@
 RDEPEND="${DEPEND}
 	!<media-libs/freetype-1.4_pre20080316"
 
+src_unpack() {
+	unpack ${A}
+	cd "${S}"
+	epatch "${FILESDIR}"/t1utils-1.34-glibc-2.10.patch
+}
+
 src_install () {
 	emake DESTDIR="${D}" install || die "make install failed"
 	dodoc NEWS README






             reply	other threads:[~2009-05-22 14:38 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-22 14:38 Alexis Ballier (aballier) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-09-23 16:39 [gentoo-commits] gentoo-x86 commit in app-text/t1utils: ChangeLog t1utils-1.34.ebuild Patrick Lauer (patrick)
2009-04-16  8:48 Alexis Ballier (aballier)
2009-03-18 19:03 Raul Porcel (armin76)
2009-03-11 18:11 Raul Porcel (armin76)
2009-02-27 13:51 Alexis Ballier (aballier)
2009-02-15 13:52 Brent Baude (ranger)
2009-02-06  4:19 Jeroen Roovers (jer)
2009-01-25 15:06 Markus Meier (maekke)
2009-01-23 17:58 Brent Baude (ranger)
2009-01-23 11:37 Raul Porcel (armin76)
2009-01-21 15:49 Ferris McCormick (fmccor)

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=E1M7Vt9-0007xo-8A@stork.gentoo.org \
    --to=aballier@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