summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcelo Góes <vanquirius@gentoo.org>2007-04-28 01:50:58 +0000
committerMarcelo Góes <vanquirius@gentoo.org>2007-04-28 01:50:58 +0000
commit6eae13d601753a6cef87598df60c9bddcb5fd9dc (patch)
tree49d8c4676662ea7be0e3b4b95f8ab791c73aae7b /www-client/links
parentMark 3.41.20 x86 stable. (diff)
downloadgentoo-2-6eae13d601753a6cef87598df60c9bddcb5fd9dc.tar.gz
gentoo-2-6eae13d601753a6cef87598df60c9bddcb5fd9dc.tar.bz2
gentoo-2-6eae13d601753a6cef87598df60c9bddcb5fd9dc.zip
Two fixes. The first is to run synclang after gen-intl when the unicode USE flag is set for bug 161891, or else links will segfault. Thanks to oxi <oxiroxt at gmail dot com>. The second is to add livecd dependencies to RDEPEND for bug 148705. Thanks to Daniel Drake <dsd at gentoo dot org>.
(Portage version: 2.1.2.2)
Diffstat (limited to 'www-client/links')
-rw-r--r--www-client/links/ChangeLog11
-rw-r--r--www-client/links/files/digest-links-2.1_pre28-r1 (renamed from www-client/links/files/digest-links-2.1_pre28)0
-rw-r--r--www-client/links/links-2.1_pre28-r1.ebuild (renamed from www-client/links/links-2.1_pre28.ebuild)10
3 files changed, 17 insertions, 4 deletions
diff --git a/www-client/links/ChangeLog b/www-client/links/ChangeLog
index 0c44e4c02a7c..0b9661cd8710 100644
--- a/www-client/links/ChangeLog
+++ b/www-client/links/ChangeLog
@@ -1,6 +1,15 @@
# ChangeLog for www-client/links
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/links/ChangeLog,v 1.87 2007/04/28 01:30:52 vanquirius Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/links/ChangeLog,v 1.88 2007/04/28 01:50:58 vanquirius Exp $
+
+*links-2.1_pre28-r1 (28 Apr 2007)
+
+ 28 Apr 2007; Marcelo Goes <vanquirius@gentoo.org> -links-2.1_pre28.ebuild,
+ +links-2.1_pre28-r1.ebuild:
+ Two fixes. The first is to run synclang after gen-intl when the unicode USE
+ flag is set for bug 161891, or else links will segfault. Thanks to oxi
+ <oxiroxt at gmail dot com>. The second is to add livecd dependencies to
+ RDEPEND for bug 148705. Thanks to Daniel Drake <dsd at gentoo dot org>.
28 Apr 2007; Marcelo Goes <vanquirius@gentoo.org> -links-2.1_pre20.ebuild:
Remove old ebuild.
diff --git a/www-client/links/files/digest-links-2.1_pre28 b/www-client/links/files/digest-links-2.1_pre28-r1
index dc0ce1f0b628..dc0ce1f0b628 100644
--- a/www-client/links/files/digest-links-2.1_pre28
+++ b/www-client/links/files/digest-links-2.1_pre28-r1
diff --git a/www-client/links/links-2.1_pre28.ebuild b/www-client/links/links-2.1_pre28-r1.ebuild
index 7150f488f3be..b8f292063969 100644
--- a/www-client/links/links-2.1_pre28.ebuild
+++ b/www-client/links/links-2.1_pre28-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/links/links-2.1_pre28.ebuild,v 1.1 2007/04/14 19:11:04 vanquirius Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/links/links-2.1_pre28-r1.ebuild,v 1.1 2007/04/28 01:50:58 vanquirius Exp $
inherit eutils toolchain-funcs
@@ -40,7 +40,10 @@ RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6c )
sdl? ( >=media-libs/libsdl-1.2.0 )
sys-libs/zlib
virtual/libc
- sys-libs/ncurses"
+ sys-libs/ncurses
+ livecd? ( >=media-libs/libpng-1.2.1
+ >=media-libs/jpeg-6b
+ sys-libs/gpm )"
DEPEND="${RDEPEND}
sys-devel/automake
@@ -56,7 +59,8 @@ src_unpack (){
if use unicode ; then
epatch "${WORKDIR}/${PN}-2.1pre22-utf8.diff"
- cd "${S}/intl" && ./gen-intl && cd .. || die "gen-intl filed"
+ cd "${S}/intl" && ./gen-intl && cd .. || die "gen-intl failed"
+ cd "${S}/intl" && ./synclang && cd .. || die "synclang failed"
fi
}