public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-client/elinks: elinks-0.12_pre6.ebuild ChangeLog
@ 2013-08-29 20:16 Ian Stakenvicius (axs)
  0 siblings, 0 replies; 9+ messages in thread
From: Ian Stakenvicius (axs) @ 2013-08-29 20:16 UTC (permalink / raw
  To: gentoo-commits

axs         13/08/29 20:16:07

  Modified:             ChangeLog
  Added:                elinks-0.12_pre6.ebuild
  Log:
  bumped ebuild to _pre6 ; kept all patches for _pre5 in place since they all still apply clean
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)

Revision  Changes    Path
1.158                www-client/elinks/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -r1.157 -r1.158
--- ChangeLog	24 Aug 2013 11:04:16 -0000	1.157
+++ ChangeLog	29 Aug 2013 20:16:07 -0000	1.158
@@ -1,6 +1,12 @@
 # ChangeLog for www-client/elinks
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.157 2013/08/24 11:04:16 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.158 2013/08/29 20:16:07 axs Exp $
+
+*elinks-0.12_pre6 (29 Aug 2013)
+
+  29 Aug 2013; Ian Stakenvicius <axs@gentoo.org> +elinks-0.12_pre6.ebuild:
+  bumped ebuild to _pre6 ; kept all patches for _pre5 in place since they all
+  still apply clean
 
   24 Aug 2013; Markus Meier <maekke@gentoo.org> elinks-0.12_pre5-r2.ebuild:
   add ~arm, bug #477806



1.1                  www-client/elinks/elinks-0.12_pre6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/elinks-0.12_pre6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/elinks-0.12_pre6.ebuild?rev=1.1&content-type=text/plain

Index: elinks-0.12_pre6.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre6.ebuild,v 1.1 2013/08/29 20:16:07 axs Exp $

EAPI=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
	http://dev.gentoo.org/~axs/distfiles/${PN}-0.12_pre5-js185-patches.tar.bz2"

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

DEPEND="dev-libs/boehm-gc
	>=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[deprecated,discouraged] )
	idn? ( net-dns/libidn )
	perl? ( sys-devel/libperl )
	ruby? ( dev-lang/ruby dev-ruby/rubygems )
	samba? ( net-fs/samba )
	javascript? ( dev-lang/spidermonkey:0 )"
RDEPEND="${DEPEND}"

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

src_prepare() {
	cd "${WORKDIR}"
	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}"

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

	epatch "${FILESDIR}"/${PN}-0.11.5-makefile.patch
	epatch "${FILESDIR}"/${PN}-0.12_pre5-compilation-fix.patch

	if use javascript ; then
		if has_version ">=dev-lang/spidermonkey-1.8"; then
			if has_version ">=dev-lang/spidermonkey-1.8.5"; then
				epatch "${WORKDIR}"/patches/${PN}-0.12_pre5-js185-1-heartbeat.patch
				epatch "${WORKDIR}"/patches/${PN}-0.12_pre5-js185-2-up.patch
				epatch "${WORKDIR}"/patches/${PN}-0.12_pre5-js185-3-histback.patch
				epatch "${FILESDIR}"/${PN}-0.12_pre5-sm185-jsval-fixes.patch
#				if has_version ">=dev-lang/spidermonkey-1.8.7"; then
#					# fix lib order in configure check and add mozjs187
#					# (these seds are necessary so that @preserved-libs copies are not used)
#					sed -i -e 's:for spidermonkeylib in js .*$:for spidermonkeylib in mozjs187 mozjs185 mozjs js smjs; do:' \
#						configure.in || die
#				else
					# fix lib order in configure check
					# (these seds are necessary so that @preserved-libs copies are not used)
					sed -i -e 's:for spidermonkeylib in js .*$:for spidermonkeylib in mozjs185 mozjs js smjs; do:' \
						configure.in || die
#				fi
			else
				# fix lib order in configure check
				# (these seds are necessary so that @preserved-libs copies are not used)
				epatch "${FILESDIR}"/${MY_P}-spidermonkey-callback.patch
				sed -i -e 's:for spidermonkeylib in js .*$:for spidermonkeylib in mozjs js smjs; do:' \
					configure.in || die
			fi
		fi
	fi
	epatch "${FILESDIR}"/${PN}-0.12_pre5-ruby-1.9.patch
	# Regenerate acinclude.m4 - based on autogen.sh.
	cat > acinclude.m4 <<- _EOF
		dnl Automatically generated from config/m4/ files.
		dnl Do not modify!
	_EOF
	cat config/m4/*.m4 >> acinclude.m4

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

	eautoreconf
}

src_configure() {
	# 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=${EPREFIX}/usr"
	else
		myconf="${myconf} --without-openssl --without-gnutls"
	fi

	econf \
		--sysconfdir="${EPREFIX}"/etc/elinks \
		--enable-leds \
		--enable-88-colors \
		--enable-256-colors \
		--enable-true-color \
		--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) \
		$(use_enable samba smb) \
		$(use_enable mouse) \
		${myconf}
}

src_install() {
	emake DESTDIR="${D}" install

	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 "${ED}"/usr/share/locale/locale.alias "${ED}"/usr/lib/charset.alias || die
}

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] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-client/elinks: elinks-0.12_pre6.ebuild ChangeLog
@ 2013-08-30 18:42 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-08-30 18:42 UTC (permalink / raw
  To: gentoo-commits

ago         13/08/30 18:42:24

  Modified:             elinks-0.12_pre6.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #450534
  
  (Portage version: 2.1.13.7/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  www-client/elinks/elinks-0.12_pre6.ebuild

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

Index: elinks-0.12_pre6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- elinks-0.12_pre6.ebuild	30 Aug 2013 14:04:47 -0000	1.2
+++ elinks-0.12_pre6.ebuild	30 Aug 2013 18:42:24 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre6.ebuild,v 1.2 2013/08/30 14:04:47 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre6.ebuild,v 1.3 2013/08/30 18:42:24 ago Exp $
 
 EAPI=4
 inherit eutils autotools flag-o-matic
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="bittorrent bzip2 debug finger ftp gopher gpm guile idn ipv6 \
 	  javascript lua +mouse nls nntp perl ruby samba ssl unicode X zlib"
 RESTRICT="test"



1.160                www-client/elinks/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -r1.159 -r1.160
--- ChangeLog	30 Aug 2013 14:04:47 -0000	1.159
+++ ChangeLog	30 Aug 2013 18:42:24 -0000	1.160
@@ -1,6 +1,9 @@
 # ChangeLog for www-client/elinks
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.159 2013/08/30 14:04:47 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.160 2013/08/30 18:42:24 ago Exp $
+
+  30 Aug 2013; Agostino Sarubbo <ago@gentoo.org> elinks-0.12_pre6.ebuild:
+  Stable for amd64, wrt bug #450534
 
   30 Aug 2013; Jeroen Roovers <jer@gentoo.org> elinks-0.12_pre6.ebuild:
   Stable for HPPA (bug #450534).





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

* [gentoo-commits] gentoo-x86 commit in www-client/elinks: elinks-0.12_pre6.ebuild ChangeLog
@ 2013-09-01 15:33 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-09-01 15:33 UTC (permalink / raw
  To: gentoo-commits

ago         13/09/01 15:33:19

  Modified:             elinks-0.12_pre6.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #450534
  
  (Portage version: 2.1.13.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  www-client/elinks/elinks-0.12_pre6.ebuild

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

Index: elinks-0.12_pre6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- elinks-0.12_pre6.ebuild	30 Aug 2013 18:42:24 -0000	1.3
+++ elinks-0.12_pre6.ebuild	1 Sep 2013 15:33:19 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre6.ebuild,v 1.3 2013/08/30 18:42:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre6.ebuild,v 1.4 2013/09/01 15:33:19 ago Exp $
 
 EAPI=4
 inherit eutils autotools flag-o-matic
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="bittorrent bzip2 debug finger ftp gopher gpm guile idn ipv6 \
 	  javascript lua +mouse nls nntp perl ruby samba ssl unicode X zlib"
 RESTRICT="test"



1.161                www-client/elinks/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -r1.160 -r1.161
--- ChangeLog	30 Aug 2013 18:42:24 -0000	1.160
+++ ChangeLog	1 Sep 2013 15:33:19 -0000	1.161
@@ -1,6 +1,9 @@
 # ChangeLog for www-client/elinks
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.160 2013/08/30 18:42:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.161 2013/09/01 15:33:19 ago Exp $
+
+  01 Sep 2013; Agostino Sarubbo <ago@gentoo.org> elinks-0.12_pre6.ebuild:
+  Stable for x86, wrt bug #450534
 
   30 Aug 2013; Agostino Sarubbo <ago@gentoo.org> elinks-0.12_pre6.ebuild:
   Stable for amd64, wrt bug #450534





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

* [gentoo-commits] gentoo-x86 commit in www-client/elinks: elinks-0.12_pre6.ebuild ChangeLog
@ 2013-09-01 15:53 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-09-01 15:53 UTC (permalink / raw
  To: gentoo-commits

ago         13/09/01 15:53:00

  Modified:             elinks-0.12_pre6.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #450534
  
  (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  www-client/elinks/elinks-0.12_pre6.ebuild

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

Index: elinks-0.12_pre6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- elinks-0.12_pre6.ebuild	1 Sep 2013 15:33:19 -0000	1.4
+++ elinks-0.12_pre6.ebuild	1 Sep 2013 15:53:00 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre6.ebuild,v 1.4 2013/09/01 15:33:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre6.ebuild,v 1.5 2013/09/01 15:53:00 ago Exp $
 
 EAPI=4
 inherit eutils autotools flag-o-matic
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="bittorrent bzip2 debug finger ftp gopher gpm guile idn ipv6 \
 	  javascript lua +mouse nls nntp perl ruby samba ssl unicode X zlib"
 RESTRICT="test"



1.162                www-client/elinks/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -r1.161 -r1.162
--- ChangeLog	1 Sep 2013 15:33:19 -0000	1.161
+++ ChangeLog	1 Sep 2013 15:53:00 -0000	1.162
@@ -1,6 +1,9 @@
 # ChangeLog for www-client/elinks
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.161 2013/09/01 15:33:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.162 2013/09/01 15:53:00 ago Exp $
+
+  01 Sep 2013; Agostino Sarubbo <ago@gentoo.org> elinks-0.12_pre6.ebuild:
+  Stable for ppc, wrt bug #450534
 
   01 Sep 2013; Agostino Sarubbo <ago@gentoo.org> elinks-0.12_pre6.ebuild:
   Stable for x86, wrt bug #450534





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

* [gentoo-commits] gentoo-x86 commit in www-client/elinks: elinks-0.12_pre6.ebuild ChangeLog
@ 2013-09-01 16:04 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-09-01 16:04 UTC (permalink / raw
  To: gentoo-commits

ago         13/09/01 16:04:11

  Modified:             elinks-0.12_pre6.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #450534
  
  (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  www-client/elinks/elinks-0.12_pre6.ebuild

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

Index: elinks-0.12_pre6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre6.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- elinks-0.12_pre6.ebuild	1 Sep 2013 15:53:00 -0000	1.5
+++ elinks-0.12_pre6.ebuild	1 Sep 2013 16:04:11 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre6.ebuild,v 1.5 2013/09/01 15:53:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre6.ebuild,v 1.6 2013/09/01 16:04:11 ago Exp $
 
 EAPI=4
 inherit eutils autotools flag-o-matic
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="bittorrent bzip2 debug finger ftp gopher gpm guile idn ipv6 \
 	  javascript lua +mouse nls nntp perl ruby samba ssl unicode X zlib"
 RESTRICT="test"



1.163                www-client/elinks/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -r1.162 -r1.163
--- ChangeLog	1 Sep 2013 15:53:00 -0000	1.162
+++ ChangeLog	1 Sep 2013 16:04:11 -0000	1.163
@@ -1,6 +1,9 @@
 # ChangeLog for www-client/elinks
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.162 2013/09/01 15:53:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.163 2013/09/01 16:04:11 ago Exp $
+
+  01 Sep 2013; Agostino Sarubbo <ago@gentoo.org> elinks-0.12_pre6.ebuild:
+  Stable for alpha, wrt bug #450534
 
   01 Sep 2013; Agostino Sarubbo <ago@gentoo.org> elinks-0.12_pre6.ebuild:
   Stable for ppc, wrt bug #450534





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

* [gentoo-commits] gentoo-x86 commit in www-client/elinks: elinks-0.12_pre6.ebuild ChangeLog
@ 2013-09-03 11:53 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-09-03 11:53 UTC (permalink / raw
  To: gentoo-commits

ago         13/09/03 11:53:12

  Modified:             elinks-0.12_pre6.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #450534
  
  (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  www-client/elinks/elinks-0.12_pre6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/elinks-0.12_pre6.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/elinks-0.12_pre6.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/elinks-0.12_pre6.ebuild?r1=1.6&r2=1.7

Index: elinks-0.12_pre6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre6.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- elinks-0.12_pre6.ebuild	1 Sep 2013 16:04:11 -0000	1.6
+++ elinks-0.12_pre6.ebuild	3 Sep 2013 11:53:12 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre6.ebuild,v 1.6 2013/09/01 16:04:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre6.ebuild,v 1.7 2013/09/03 11:53:12 ago Exp $
 
 EAPI=4
 inherit eutils autotools flag-o-matic
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="bittorrent bzip2 debug finger ftp gopher gpm guile idn ipv6 \
 	  javascript lua +mouse nls nntp perl ruby samba ssl unicode X zlib"
 RESTRICT="test"



1.164                www-client/elinks/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v
retrieving revision 1.163
retrieving revision 1.164
diff -u -r1.163 -r1.164
--- ChangeLog	1 Sep 2013 16:04:11 -0000	1.163
+++ ChangeLog	3 Sep 2013 11:53:12 -0000	1.164
@@ -1,6 +1,9 @@
 # ChangeLog for www-client/elinks
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.163 2013/09/01 16:04:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.164 2013/09/03 11:53:12 ago Exp $
+
+  03 Sep 2013; Agostino Sarubbo <ago@gentoo.org> elinks-0.12_pre6.ebuild:
+  Stable for ia64, wrt bug #450534
 
   01 Sep 2013; Agostino Sarubbo <ago@gentoo.org> elinks-0.12_pre6.ebuild:
   Stable for alpha, wrt bug #450534





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

* [gentoo-commits] gentoo-x86 commit in www-client/elinks: elinks-0.12_pre6.ebuild ChangeLog
@ 2013-09-05 10:43 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-09-05 10:43 UTC (permalink / raw
  To: gentoo-commits

ago         13/09/05 10:43:56

  Modified:             elinks-0.12_pre6.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #450534
  
  (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.8                  www-client/elinks/elinks-0.12_pre6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/elinks-0.12_pre6.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/elinks-0.12_pre6.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/elinks-0.12_pre6.ebuild?r1=1.7&r2=1.8

Index: elinks-0.12_pre6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre6.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- elinks-0.12_pre6.ebuild	3 Sep 2013 11:53:12 -0000	1.7
+++ elinks-0.12_pre6.ebuild	5 Sep 2013 10:43:56 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre6.ebuild,v 1.7 2013/09/03 11:53:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre6.ebuild,v 1.8 2013/09/05 10:43:56 ago Exp $
 
 EAPI=4
 inherit eutils autotools flag-o-matic
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="bittorrent bzip2 debug finger ftp gopher gpm guile idn ipv6 \
 	  javascript lua +mouse nls nntp perl ruby samba ssl unicode X zlib"
 RESTRICT="test"



1.165                www-client/elinks/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -r1.164 -r1.165
--- ChangeLog	3 Sep 2013 11:53:12 -0000	1.164
+++ ChangeLog	5 Sep 2013 10:43:56 -0000	1.165
@@ -1,6 +1,9 @@
 # ChangeLog for www-client/elinks
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.164 2013/09/03 11:53:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.165 2013/09/05 10:43:56 ago Exp $
+
+  05 Sep 2013; Agostino Sarubbo <ago@gentoo.org> elinks-0.12_pre6.ebuild:
+  Stable for ppc64, wrt bug #450534
 
   03 Sep 2013; Agostino Sarubbo <ago@gentoo.org> elinks-0.12_pre6.ebuild:
   Stable for ia64, wrt bug #450534





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

* [gentoo-commits] gentoo-x86 commit in www-client/elinks: elinks-0.12_pre6.ebuild ChangeLog
@ 2013-09-06 10:24 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-09-06 10:24 UTC (permalink / raw
  To: gentoo-commits

ago         13/09/06 10:24:10

  Modified:             elinks-0.12_pre6.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #450534
  
  (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.9                  www-client/elinks/elinks-0.12_pre6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/elinks-0.12_pre6.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/elinks-0.12_pre6.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/elinks-0.12_pre6.ebuild?r1=1.8&r2=1.9

Index: elinks-0.12_pre6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre6.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- elinks-0.12_pre6.ebuild	5 Sep 2013 10:43:56 -0000	1.8
+++ elinks-0.12_pre6.ebuild	6 Sep 2013 10:24:09 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre6.ebuild,v 1.8 2013/09/05 10:43:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre6.ebuild,v 1.9 2013/09/06 10:24:09 ago Exp $
 
 EAPI=4
 inherit eutils autotools flag-o-matic
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="bittorrent bzip2 debug finger ftp gopher gpm guile idn ipv6 \
 	  javascript lua +mouse nls nntp perl ruby samba ssl unicode X zlib"
 RESTRICT="test"



1.166                www-client/elinks/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -r1.165 -r1.166
--- ChangeLog	5 Sep 2013 10:43:56 -0000	1.165
+++ ChangeLog	6 Sep 2013 10:24:09 -0000	1.166
@@ -1,6 +1,9 @@
 # ChangeLog for www-client/elinks
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.165 2013/09/05 10:43:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.166 2013/09/06 10:24:09 ago Exp $
+
+  06 Sep 2013; Agostino Sarubbo <ago@gentoo.org> elinks-0.12_pre6.ebuild:
+  Stable for sparc, wrt bug #450534
 
   05 Sep 2013; Agostino Sarubbo <ago@gentoo.org> elinks-0.12_pre6.ebuild:
   Stable for ppc64, wrt bug #450534





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

* [gentoo-commits] gentoo-x86 commit in www-client/elinks: elinks-0.12_pre6.ebuild ChangeLog
@ 2014-01-30 12:04 Fabian Groffen (grobian)
  0 siblings, 0 replies; 9+ messages in thread
From: Fabian Groffen (grobian) @ 2014-01-30 12:04 UTC (permalink / raw
  To: gentoo-commits

grobian     14/01/30 12:04:21

  Modified:             elinks-0.12_pre6.ebuild ChangeLog
  Log:
  Marked ~x64-macos
  
  (Portage version: 2.2.8-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89)

Revision  Changes    Path
1.10                 www-client/elinks/elinks-0.12_pre6.ebuild

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

Index: elinks-0.12_pre6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre6.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- elinks-0.12_pre6.ebuild	6 Sep 2013 10:24:09 -0000	1.9
+++ elinks-0.12_pre6.ebuild	30 Jan 2014 12:04:21 -0000	1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre6.ebuild,v 1.9 2013/09/06 10:24:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre6.ebuild,v 1.10 2014/01/30 12:04:21 grobian Exp $
 
 EAPI=4
 inherit eutils autotools flag-o-matic
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="bittorrent bzip2 debug finger ftp gopher gpm guile idn ipv6 \
 	  javascript lua +mouse nls nntp perl ruby samba ssl unicode X zlib"
 RESTRICT="test"



1.167                www-client/elinks/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -r1.166 -r1.167
--- ChangeLog	6 Sep 2013 10:24:09 -0000	1.166
+++ ChangeLog	30 Jan 2014 12:04:21 -0000	1.167
@@ -1,6 +1,9 @@
 # ChangeLog for www-client/elinks
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.166 2013/09/06 10:24:09 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.167 2014/01/30 12:04:21 grobian Exp $
+
+  30 Jan 2014; Fabian Groffen <grobian@gentoo.org> elinks-0.12_pre6.ebuild:
+  Marked ~x64-macos
 
   06 Sep 2013; Agostino Sarubbo <ago@gentoo.org> elinks-0.12_pre6.ebuild:
   Stable for sparc, wrt bug #450534





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

end of thread, other threads:[~2014-01-30 12:04 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-01 15:53 [gentoo-commits] gentoo-x86 commit in www-client/elinks: elinks-0.12_pre6.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2014-01-30 12:04 Fabian Groffen (grobian)
2013-09-06 10:24 Agostino Sarubbo (ago)
2013-09-05 10:43 Agostino Sarubbo (ago)
2013-09-03 11:53 Agostino Sarubbo (ago)
2013-09-01 16:04 Agostino Sarubbo (ago)
2013-09-01 15:33 Agostino Sarubbo (ago)
2013-08-30 18:42 Agostino Sarubbo (ago)
2013-08-29 20:16 Ian Stakenvicius (axs)

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