public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in www-client/links: ChangeLog links-2.7.ebuild
Date: Wed, 24 Apr 2013 19:35:29 +0000 (UTC)	[thread overview]
Message-ID: <20130424193529.EAD5A2171D@flycatcher.gentoo.org> (raw)

ssuominen    13/04/24 19:35:29

  Modified:             ChangeLog links-2.7.ebuild
  Log:
  Remove broken 045e.png from the tarball wrt #466190#c12. Use AC_CONFIG_HEADERS instead of obsolete AM_CONFIG_HEADER wrt #467020 by Alphat-PC
  
  (Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.189                www-client/links/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/links/ChangeLog?rev=1.189&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/links/ChangeLog?rev=1.189&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/links/ChangeLog?r1=1.188&r2=1.189

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/links/ChangeLog,v
retrieving revision 1.188
retrieving revision 1.189
diff -u -r1.188 -r1.189
--- ChangeLog	4 Jan 2013 10:08:56 -0000	1.188
+++ ChangeLog	24 Apr 2013 19:35:29 -0000	1.189
@@ -1,6 +1,11 @@
 # ChangeLog for www-client/links
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/links/ChangeLog,v 1.188 2013/01/04 10:08:56 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/links/ChangeLog,v 1.189 2013/04/24 19:35:29 ssuominen Exp $
+
+  24 Apr 2013; Samuli Suominen <ssuominen@gentoo.org> links-2.7.ebuild:
+  Remove broken 045e.png from the tarball wrt #466190#c12. Use
+  AC_CONFIG_HEADERS instead of obsolete AM_CONFIG_HEADER wrt #467020 by
+  Alphat-PC. Use subslot operator for the libpng dependency.
 
   04 Jan 2013; Samuli Suominen <ssuominen@gentoo.org> -links-2.6.ebuild:
   old



1.11                 www-client/links/links-2.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/links/links-2.7.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/links/links-2.7.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/links/links-2.7.ebuild?r1=1.10&r2=1.11

Index: links-2.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/links/links-2.7.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- links-2.7.ebuild	24 Sep 2012 18:44:31 -0000	1.10
+++ links-2.7.ebuild	24 Apr 2013 19:35:29 -0000	1.11
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/links/links-2.7.ebuild,v 1.10 2012/09/24 18:44:31 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/links/links-2.7.ebuild,v 1.11 2013/04/24 19:35:29 ssuominen Exp $
 
-EAPI=4
+EAPI=5
 inherit autotools eutils fdo-mime
 
 DEBIAN_REVISION=2.7-1
@@ -17,7 +17,7 @@
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 +deprecated directfb fbcon gpm jpeg livecd lzma ssl suid svga tiff unicode X zlib"
 
-GRAPHICS_DEPEND="media-libs/libpng:0"
+GRAPHICS_DEPEND="media-libs/libpng:0="
 
 RDEPEND=">=sys-libs/ncurses-5.7-r7
 	bzip2? ( app-arch/bzip2 )
@@ -67,7 +67,13 @@
 	fi
 
 	# error: conditional "am__fastdepCXX" was never defined (for eautoreconf)
-	sed -i -e '/AC_PROG_CXX/s:#::' configure.in || die
+	sed -i \
+		-e '/AC_PROG_CXX/s:#::' \
+		-e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' \
+		configure.in || die #467020
+
+	# This image file has bogus distance in IDAT information wrt #466190#c12
+	rm -f graphics/font/century_school-medium-roman-serif-vari/045e.png
 
 	# Upstream configure produced by broken autoconf-2.13. This also fixes
 	# toolchain detection.





             reply	other threads:[~2013-04-24 19:35 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-24 19:35 Samuli Suominen (ssuominen) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-09-24 18:44 [gentoo-commits] gentoo-x86 commit in www-client/links: ChangeLog links-2.7.ebuild Raul Porcel (armin76)
2012-09-12  9:14 Samuli Suominen (ssuominen)
2012-09-10 11:52 Jeroen Roovers (jer)
2012-09-08  2:34 Anthony G. Basile (blueness)
2012-09-08  2:17 Anthony G. Basile (blueness)
2012-09-07 18:10 Johannes Huber (johu)
2012-09-07 15:44 Agostino Sarubbo (ago)
2012-09-07  9:51 Samuli Suominen (ssuominen)
2012-06-26 14:20 Samuli Suominen (ssuominen)

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=20130424193529.EAD5A2171D@flycatcher.gentoo.org \
    --to=ssuominen@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