public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-client/elinks: ChangeLog elinks-0.11.5.ebuild
@ 2008-11-30 19:05 Michael Januszewski (spock)
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Januszewski (spock) @ 2008-11-30 19:05 UTC (permalink / raw
  To: gentoo-commits

spock       08/11/30 19:05:20

  Modified:             ChangeLog
  Added:                elinks-0.11.5.ebuild
  Log:
  Version bump.  Remove junk content from the lua patch.  This commit fixes bugs #246575, #248280, and #249020.
  (Portage version: 2.1.6_rc2/cvs/Linux 2.6.27 x86_64)

Revision  Changes    Path
1.107                www-client/elinks/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/elinks/ChangeLog?rev=1.107&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/elinks/ChangeLog?rev=1.107&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/elinks/ChangeLog?r1=1.106&r2=1.107

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- ChangeLog	26 Nov 2008 16:44:46 -0000	1.106
+++ ChangeLog	30 Nov 2008 19:05:20 -0000	1.107
@@ -1,6 +1,14 @@
 # ChangeLog for www-client/elinks
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.106 2008/11/26 16:44:46 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.107 2008/11/30 19:05:20 spock Exp $
+
+*elinks-0.11.5 (30 Nov 2008)
+
+  30 Nov 2008; Michał Januszewski <spock@gentoo.org>
+  files/elinks-0.11.3-lua-5.patch, +files/elinks-0.11.5-makefile.patch,
+  +elinks-0.11.5.ebuild:
+  Version bump. Remove junk content from the lua patch. This commit fixes
+  bugs #246575, #248280, and #249020.
 
   26 Nov 2008; Brent Baude <ranger@gentoo.org> elinks-0.11.4.ebuild:
   stable ppc64, bug 239482



1.1                  www-client/elinks/elinks-0.11.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/elinks/elinks-0.11.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/elinks/elinks-0.11.5.ebuild?rev=1.1&content-type=text/plain

Index: elinks-0.11.5.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.11.5.ebuild,v 1.1 2008/11/30 19:05:20 spock Exp $

WANT_AUTOCONF="latest"
WANT_AUTOMAKE="1.4"

inherit eutils autotools flag-o-matic

MY_P="${P/_/}"
DESCRIPTION="Advanced and well-established text-mode web browser"
HOMEPAGE="http://elinks.or.cz/"
SRC_URI="http://elinks.or.cz/download/${MY_P}.tar.bz2
	http://dev.gentoo.org/~spock/portage/distfiles/elinks-0.10.4.conf.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="bittorrent bzip2 debug finger ftp gopher gpm guile idn ipv6 \
	  javascript lua nls nntp perl ruby ssl unicode X zlib"
RESTRICT="test"

DEPEND=">=dev-libs/expat-1.95.4
	bzip2? ( >=app-arch/bzip2-1.0.2 )
	ssl? ( >=dev-libs/openssl-0.9.6g )
	X? ( x11-libs/libX11 x11-libs/libXt )
	zlib? ( >=sys-libs/zlib-1.1.4 )
	lua? ( >=dev-lang/lua-5 )
	gpm? ( >=sys-libs/ncurses-5.2 >=sys-libs/gpm-1.20.0-r5 )
	guile? ( >=dev-scheme/guile-1.6.4-r1 )
	idn? ( net-dns/libidn )
	perl? ( sys-devel/libperl )
	ruby? ( dev-lang/ruby )
	!hppa? ( !mips? ( !alpha? ( javascript? ( dev-lang/spidermonkey ) ) ) )"
RDEPEND="${DEPEND}"

S="${WORKDIR}/${MY_P}"

pkg_setup() {
	if use guile && has_version ">dev-scheme/guile-1.6.8" &&
	   ! built_with_use -a dev-scheme/guile deprecated discouraged; then
		eerror "To install elinks with the 'guile' USE flag, dev-scheme/guile has to"
		eerror "be built with 'deprecated' and 'discouraged' USE flags."
		die "dev-scheme/guile not built with deprecated/discouraged"
	fi
}

src_unpack() {
	unpack ${A}
	epatch "${FILESDIR}"/${PN}-0.10.4.conf-syscharset.diff
	mv "${PN}-0.10.4.conf" "${PN}.conf"
	if ! use ftp ; then
		sed -i -e 's/\(.*protocol.ftp.*\)/# \1/' ${PN}.conf
	fi
	sed -i -e 's/\(.*set protocol.ftp.use_epsv.*\)/# \1/' ${PN}.conf
	cd "${S}"
	epatch "${FILESDIR}"/${PN}-0.11.3-lua-5.patch

	if use lua && has_version ">=dev-lang/lua-5.1"; then
		epatch "${FILESDIR}"/${PN}-0.11.2-lua-5.1.patch
	fi

	if use unicode ; then
		epatch "${FILESDIR}"/elinks-0.10.1-utf_8_io-default.patch
	fi

	epatch "${FILESDIR}"/elinks-0.11.5-makefile.patch

	sed -i -e 's/-Werror//' configure*
	eautoreconf
}

src_compile() {
	# NOTE about GNUTSL SSL support (from the README -- 25/12/2002)
	# As GNUTLS is not yet 100% stable and its support in ELinks is not so well
	# tested yet, it's recommended for users to give a strong preference to OpenSSL whenever possible.
	local myconf=""

	if use debug ; then
		myconf="--enable-debug"
	else
		myconf="--enable-fastmem"
	fi

	if use ssl ; then
		myconf="${myconf} --with-openssl"
	else
		myconf="${myconf} --without-openssl --without-gnutls"
	fi

	econf \
		--sysconfdir=/etc/elinks \
		--enable-leds \
		--enable-88-colors \
		--enable-256-colors \
		--enable-html-highlight \
		$(use_with gpm) \
		$(use_with zlib) \
		$(use_with bzip2 bzlib) \
		$(use_with X x) \
		$(use_with lua) \
		$(use_with guile) \
		$(use_with perl) \
		$(use_with ruby) \
		$(use_with idn) \
		$(use_with javascript spidermonkey) \
		$(use_enable bittorrent) \
		$(use_enable nls) \
		$(use_enable ipv6) \
		$(use_enable ftp) \
		$(use_enable gopher) \
		$(use_enable nntp) \
		$(use_enable finger) \
		${myconf} || die
	emake || die "compile problem"
}

src_install() {
	make DESTDIR="${D}" install || die

	insopts -m 644 ; insinto /etc/elinks
	doins "${WORKDIR}"/elinks.conf
	newins contrib/keybind-full.conf keybind-full.sample
	newins contrib/keybind.conf keybind.conf.sample

	dodoc AUTHORS BUGS ChangeLog INSTALL NEWS README SITES THANKS TODO doc/*.*
	docinto contrib ; dodoc contrib/{README,colws.diff,elinks[-.]vim*}
	insinto /usr/share/doc/${PF}/contrib/lua ; doins contrib/lua/{*.lua,elinks-remote}
	insinto /usr/share/doc/${PF}/contrib/conv ; doins contrib/conv/*.*
	insinto /usr/share/doc/${PF}/contrib/guile ; doins contrib/guile/*.scm

	# Remove some conflicting files on OSX.  The files provided by OSX 10.4
	# are more or less the same.  -- Fabian Groffen (2005-06-30)
	rm -f "${D}"/usr/share/locale/locale.alias "${D}"/usr/lib/charset.alias
}

pkg_postinst() {
	einfo "This ebuild provides a default config for ELinks."
	einfo "Please check /etc/elinks/elinks.conf"
	einfo
	einfo "You may want to convert your html.cfg and links.cfg of"
	einfo "Links or older ELinks versions to the new ELinks elinks.conf"
	einfo "using /usr/share/doc/${PF}/contrib/conv/conf-links2elinks.pl"
	einfo
	einfo "Please have a look at /etc/elinks/keybind-full.sample and"
	einfo "/etc/elinks/keybind.conf.sample for some bindings examples."
	einfo
	einfo "You will have to set your TERM variable to 'xterm-256color'"
	einfo "to be able to use 256 colors in elinks."
	echo
}






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-client/elinks: ChangeLog elinks-0.11.5.ebuild
@ 2009-02-26  3:58 Joseph Jezak (josejx)
  0 siblings, 0 replies; 6+ messages in thread
From: Joseph Jezak (josejx) @ 2009-02-26  3:58 UTC (permalink / raw
  To: gentoo-commits

josejx      09/02/26 03:58:19

  Modified:             ChangeLog elinks-0.11.5.ebuild
  Log:
  Marked ppc/ppc64 for bug #260193.
  (Portage version: 2.1.6.4/cvs/Linux 2.6.23 x86_64)

Revision  Changes    Path
1.109                www-client/elinks/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/elinks/ChangeLog?rev=1.109&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/elinks/ChangeLog?rev=1.109&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/elinks/ChangeLog?r1=1.108&r2=1.109

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- ChangeLog	30 Nov 2008 19:17:18 -0000	1.108
+++ ChangeLog	26 Feb 2009 03:58:19 -0000	1.109
@@ -1,6 +1,9 @@
 # ChangeLog for www-client/elinks
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.108 2008/11/30 19:17:18 spock Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.109 2009/02/26 03:58:19 josejx Exp $
+
+  26 Feb 2009; Joseph Jezak <josejx@gentoo.org> elinks-0.11.5.ebuild:
+  Marked ppc/ppc64 stable for bug #260193.
 
   30 Nov 2008; Michał Januszewski <spock@gentoo.org> elinks-0.11.3.ebuild,
   elinks-0.11.4.ebuild:



1.2                  www-client/elinks/elinks-0.11.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/elinks/elinks-0.11.5.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/elinks/elinks-0.11.5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/elinks/elinks-0.11.5.ebuild?r1=1.1&r2=1.2

Index: elinks-0.11.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.11.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- elinks-0.11.5.ebuild	30 Nov 2008 19:05:20 -0000	1.1
+++ elinks-0.11.5.ebuild	26 Feb 2009 03:58:19 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.11.5.ebuild,v 1.1 2008/11/30 19:05:20 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.11.5.ebuild,v 1.2 2009/02/26 03:58:19 josejx Exp $
 
 WANT_AUTOCONF="latest"
 WANT_AUTOMAKE="1.4"
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~hppa ~mips ppc ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE="bittorrent bzip2 debug finger ftp gopher gpm guile idn ipv6 \
 	  javascript lua nls nntp perl ruby ssl unicode X zlib"
 RESTRICT="test"






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-client/elinks: ChangeLog elinks-0.11.5.ebuild
@ 2009-02-26 15:15 Raul Porcel (armin76)
  0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2009-02-26 15:15 UTC (permalink / raw
  To: gentoo-commits

armin76     09/02/26 15:15:12

  Modified:             ChangeLog elinks-0.11.5.ebuild
  Log:
  alpha/sparc/x86 stable wrt #260193
  (Portage version: 2.1.6.7/cvs/Linux ia64)

Revision  Changes    Path
1.110                www-client/elinks/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/elinks/ChangeLog?rev=1.110&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/elinks/ChangeLog?rev=1.110&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/elinks/ChangeLog?r1=1.109&r2=1.110

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- ChangeLog	26 Feb 2009 03:58:19 -0000	1.109
+++ ChangeLog	26 Feb 2009 15:15:12 -0000	1.110
@@ -1,6 +1,9 @@
 # ChangeLog for www-client/elinks
 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.109 2009/02/26 03:58:19 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.110 2009/02/26 15:15:12 armin76 Exp $
+
+  26 Feb 2009; Raúl Porcel <armin76@gentoo.org> elinks-0.11.5.ebuild:
+  alpha/sparc/x86 stable wrt #260193
 
   26 Feb 2009; Joseph Jezak <josejx@gentoo.org> elinks-0.11.5.ebuild:
   Marked ppc/ppc64 stable for bug #260193.



1.3                  www-client/elinks/elinks-0.11.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/elinks/elinks-0.11.5.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/elinks/elinks-0.11.5.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/elinks/elinks-0.11.5.ebuild?r1=1.2&r2=1.3

Index: elinks-0.11.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.11.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- elinks-0.11.5.ebuild	26 Feb 2009 03:58:19 -0000	1.2
+++ elinks-0.11.5.ebuild	26 Feb 2009 15:15:12 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.11.5.ebuild,v 1.2 2009/02/26 03:58:19 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.11.5.ebuild,v 1.3 2009/02/26 15:15:12 armin76 Exp $
 
 WANT_AUTOCONF="latest"
 WANT_AUTOMAKE="1.4"
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~mips ppc ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha ~amd64 ~hppa ~mips ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="bittorrent bzip2 debug finger ftp gopher gpm guile idn ipv6 \
 	  javascript lua nls nntp perl ruby ssl unicode X zlib"
 RESTRICT="test"






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-client/elinks: ChangeLog elinks-0.11.5.ebuild
@ 2009-02-26 16:53 Jeroen Roovers (jer)
  0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers (jer) @ 2009-02-26 16:53 UTC (permalink / raw
  To: gentoo-commits

jer         09/02/26 16:53:05

  Modified:             ChangeLog elinks-0.11.5.ebuild
  Log:
  Stable for HPPA (bug #260193).
  (Portage version: 2.2_rc23/cvs/Linux i686)

Revision  Changes    Path
1.111                www-client/elinks/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/elinks/ChangeLog?rev=1.111&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/elinks/ChangeLog?rev=1.111&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/elinks/ChangeLog?r1=1.110&r2=1.111

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- ChangeLog	26 Feb 2009 15:15:12 -0000	1.110
+++ ChangeLog	26 Feb 2009 16:53:05 -0000	1.111
@@ -1,6 +1,9 @@
 # ChangeLog for www-client/elinks
 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.110 2009/02/26 15:15:12 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.111 2009/02/26 16:53:05 jer Exp $
+
+  26 Feb 2009; Jeroen Roovers <jer@gentoo.org> elinks-0.11.5.ebuild:
+  Stable for HPPA (bug #260193).
 
   26 Feb 2009; Raúl Porcel <armin76@gentoo.org> elinks-0.11.5.ebuild:
   alpha/sparc/x86 stable wrt #260193



1.4                  www-client/elinks/elinks-0.11.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/elinks/elinks-0.11.5.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/elinks/elinks-0.11.5.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/elinks/elinks-0.11.5.ebuild?r1=1.3&r2=1.4

Index: elinks-0.11.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.11.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- elinks-0.11.5.ebuild	26 Feb 2009 15:15:12 -0000	1.3
+++ elinks-0.11.5.ebuild	26 Feb 2009 16:53:05 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.11.5.ebuild,v 1.3 2009/02/26 15:15:12 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.11.5.ebuild,v 1.4 2009/02/26 16:53:05 jer Exp $
 
 WANT_AUTOCONF="latest"
 WANT_AUTOMAKE="1.4"
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~hppa ~mips ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha ~amd64 hppa ~mips ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="bittorrent bzip2 debug finger ftp gopher gpm guile idn ipv6 \
 	  javascript lua nls nntp perl ruby ssl unicode X zlib"
 RESTRICT="test"






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-client/elinks: ChangeLog elinks-0.11.5.ebuild
@ 2009-03-09 12:40 Thomas Anderson (gentoofan23)
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Anderson (gentoofan23) @ 2009-03-09 12:40 UTC (permalink / raw
  To: gentoo-commits

gentoofan23    09/03/09 12:40:53

  Modified:             ChangeLog elinks-0.11.5.ebuild
  Log:
  stable amd64, bug 260193
  (Portage version: 2.1.6.7/cvs/Linux x86_64)

Revision  Changes    Path
1.112                www-client/elinks/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/elinks/ChangeLog?rev=1.112&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/elinks/ChangeLog?rev=1.112&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/elinks/ChangeLog?r1=1.111&r2=1.112

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ChangeLog	26 Feb 2009 16:53:05 -0000	1.111
+++ ChangeLog	9 Mar 2009 12:40:53 -0000	1.112
@@ -1,6 +1,10 @@
 # ChangeLog for www-client/elinks
 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.111 2009/02/26 16:53:05 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.112 2009/03/09 12:40:53 gentoofan23 Exp $
+
+  09 Mar 2009; Thomas Anderson <gentoofan23@gentoo.org>
+  elinks-0.11.5.ebuild:
+  stable amd64, bug 260193
 
   26 Feb 2009; Jeroen Roovers <jer@gentoo.org> elinks-0.11.5.ebuild:
   Stable for HPPA (bug #260193).



1.5                  www-client/elinks/elinks-0.11.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/elinks/elinks-0.11.5.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/elinks/elinks-0.11.5.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/elinks/elinks-0.11.5.ebuild?r1=1.4&r2=1.5

Index: elinks-0.11.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.11.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- elinks-0.11.5.ebuild	26 Feb 2009 16:53:05 -0000	1.4
+++ elinks-0.11.5.ebuild	9 Mar 2009 12:40:53 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.11.5.ebuild,v 1.4 2009/02/26 16:53:05 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.11.5.ebuild,v 1.5 2009/03/09 12:40:53 gentoofan23 Exp $
 
 WANT_AUTOCONF="latest"
 WANT_AUTOMAKE="1.4"
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 hppa ~mips ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 hppa ~mips ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="bittorrent bzip2 debug finger ftp gopher gpm guile idn ipv6 \
 	  javascript lua nls nntp perl ruby ssl unicode X zlib"
 RESTRICT="test"






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-client/elinks: ChangeLog elinks-0.11.5.ebuild
@ 2009-03-22  8:24 Michael Januszewski (spock)
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Januszewski (spock) @ 2009-03-22  8:24 UTC (permalink / raw
  To: gentoo-commits

spock       09/03/22 08:24:14

  Modified:             ChangeLog elinks-0.11.5.ebuild
  Log:
  Drop all AUTO* variables (bug #260784).
  (Portage version: 2.1.6.9/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.113                www-client/elinks/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/elinks/ChangeLog?rev=1.113&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/elinks/ChangeLog?rev=1.113&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/elinks/ChangeLog?r1=1.112&r2=1.113

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- ChangeLog	9 Mar 2009 12:40:53 -0000	1.112
+++ ChangeLog	22 Mar 2009 08:24:14 -0000	1.113
@@ -1,6 +1,9 @@
 # ChangeLog for www-client/elinks
 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.112 2009/03/09 12:40:53 gentoofan23 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.113 2009/03/22 08:24:14 spock Exp $
+
+  21 Mar 2009; Michał Januszewski <spock@gentoo.org> elinks-0.11.5.ebuild:
+  Drop all AUTO* variables (bug #260784).
 
   09 Mar 2009; Thomas Anderson <gentoofan23@gentoo.org>
   elinks-0.11.5.ebuild:



1.6                  www-client/elinks/elinks-0.11.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/elinks/elinks-0.11.5.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/elinks/elinks-0.11.5.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/elinks/elinks-0.11.5.ebuild?r1=1.5&r2=1.6

Index: elinks-0.11.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.11.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- elinks-0.11.5.ebuild	9 Mar 2009 12:40:53 -0000	1.5
+++ elinks-0.11.5.ebuild	22 Mar 2009 08:24:14 -0000	1.6
@@ -1,9 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.11.5.ebuild,v 1.5 2009/03/09 12:40:53 gentoofan23 Exp $
-
-WANT_AUTOCONF="latest"
-WANT_AUTOMAKE="1.4"
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.11.5.ebuild,v 1.6 2009/03/22 08:24:14 spock Exp $
 
 inherit eutils autotools flag-o-matic
 






^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-03-22  8:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-09 12:40 [gentoo-commits] gentoo-x86 commit in www-client/elinks: ChangeLog elinks-0.11.5.ebuild Thomas Anderson (gentoofan23)
  -- strict thread matches above, loose matches on Subject: below --
2009-03-22  8:24 Michael Januszewski (spock)
2009-02-26 16:53 Jeroen Roovers (jer)
2009-02-26 15:15 Raul Porcel (armin76)
2009-02-26  3:58 Joseph Jezak (josejx)
2008-11-30 19:05 Michael Januszewski (spock)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox