public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-client/dillo: dillo-3.0.3.ebuild ChangeLog
@ 2013-04-25 12:44 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2013-04-25 12:44 UTC (permalink / raw
  To: gentoo-commits

jer         13/04/25 12:44:42

  Modified:             ChangeLog
  Added:                dillo-3.0.3.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.118                www-client/dillo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/dillo/ChangeLog,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- ChangeLog	29 Jul 2012 17:50:32 -0000	1.117
+++ ChangeLog	25 Apr 2013 12:44:42 -0000	1.118
@@ -1,6 +1,11 @@
 # ChangeLog for www-client/dillo
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/ChangeLog,v 1.117 2012/07/29 17:50:32 jer Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/ChangeLog,v 1.118 2013/04/25 12:44:42 jer Exp $
+
+*dillo-3.0.3 (25 Apr 2013)
+
+  25 Apr 2013; Jeroen Roovers <jer@gentoo.org> +dillo-3.0.3.ebuild:
+  Version bump.
 
   29 Jul 2012; Jeroen Roovers <jer@gentoo.org> -dillo-3.0.1.ebuild:
   Old.



1.1                  www-client/dillo/dillo-3.0.3.ebuild

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

Index: dillo-3.0.3.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/dillo-3.0.3.ebuild,v 1.1 2013/04/25 12:44:42 jer Exp $

EAPI=5
inherit eutils flag-o-matic multilib toolchain-funcs

DESCRIPTION="Lean FLTK based web browser"
HOMEPAGE="http://www.dillo.org/"
SRC_URI="http://www.dillo.org/download/${P}.tar.bz2
	mirror://gentoo/${PN}.png"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE="doc +gif ipv6 +jpeg +png ssl"

RDEPEND="sys-libs/zlib
	>=x11-libs/fltk-1.3:1[-cairo]
	jpeg? ( virtual/jpeg )
	png? ( >=media-libs/libpng-1.2:0 )
	ssl? ( dev-libs/openssl:0 )"
DEPEND="${RDEPEND}
	doc? ( app-doc/doxygen )"

src_prepare() {
	epatch "${FILESDIR}"/${PN}2-inbuf.patch
}

src_configure() {
	append-ldflags "-L/usr/$(get_libdir)/fltk"

	econf  \
		$(use_enable gif) \
		$(use_enable ipv6) \
		$(use_enable jpeg) \
		$(use_enable png) \
		$(use_enable ssl) \
		--docdir="/usr/share/doc/${PF}"
}

src_compile() {
	emake AR=$(tc-getAR)
	if use doc; then
		doxygen Doxyfile || die
	fi
}

src_install() {
	dodir /etc
	default

	use doc && dohtml html/*
	dodoc AUTHORS ChangeLog README NEWS
	dodoc doc/*.txt doc/README

	doicon "${DISTDIR}"/${PN}.png
	make_desktop_entry ${PN} Dillo
}

pkg_postinst() {
	elog "Dillo has installed a default configuration into /etc/dillo/dillorc"
	elog "You can copy this to ~/.dillo/ and customize it"
}





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

* [gentoo-commits] gentoo-x86 commit in www-client/dillo: dillo-3.0.3.ebuild ChangeLog
@ 2013-06-24  5:21 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-24  5:21 UTC (permalink / raw
  To: gentoo-commits

ago         13/06/24 05:21:38

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

Revision  Changes    Path
1.3                  www-client/dillo/dillo-3.0.3.ebuild

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

Index: dillo-3.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/dillo/dillo-3.0.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dillo-3.0.3.ebuild	23 Jun 2013 13:45:14 -0000	1.2
+++ dillo-3.0.3.ebuild	24 Jun 2013 05:21:38 -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/dillo/dillo-3.0.3.ebuild,v 1.2 2013/06/23 13:45:14 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/dillo-3.0.3.ebuild,v 1.3 2013/06/24 05:21:38 ago Exp $
 
 EAPI=5
 inherit eutils flag-o-matic multilib toolchain-funcs
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~mips ppc ~ppc64 ~sparc ~x86"
 IUSE="doc +gif ipv6 +jpeg +png ssl"
 
 RDEPEND="sys-libs/zlib



1.120                www-client/dillo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/dillo/ChangeLog,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- ChangeLog	23 Jun 2013 13:45:14 -0000	1.119
+++ ChangeLog	24 Jun 2013 05:21:38 -0000	1.120
@@ -1,6 +1,9 @@
 # ChangeLog for www-client/dillo
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/ChangeLog,v 1.119 2013/06/23 13:45:14 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/ChangeLog,v 1.120 2013/06/24 05:21:38 ago Exp $
+
+  24 Jun 2013; Agostino Sarubbo <ago@gentoo.org> dillo-3.0.3.ebuild:
+  Stable for ppc, wrt bug #474320
 
   23 Jun 2013; Jeroen Roovers <jer@gentoo.org> dillo-3.0.3.ebuild:
   Stable for HPPA (bug #474320).





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

* [gentoo-commits] gentoo-x86 commit in www-client/dillo: dillo-3.0.3.ebuild ChangeLog
@ 2013-06-25 10:25 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-25 10:25 UTC (permalink / raw
  To: gentoo-commits

ago         13/06/25 10:25:18

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

Revision  Changes    Path
1.5                  www-client/dillo/dillo-3.0.3.ebuild

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

Index: dillo-3.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/dillo/dillo-3.0.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- dillo-3.0.3.ebuild	24 Jun 2013 14:23:12 -0000	1.4
+++ dillo-3.0.3.ebuild	25 Jun 2013 10:25:18 -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/dillo/dillo-3.0.3.ebuild,v 1.4 2013/06/24 14:23:12 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/dillo-3.0.3.ebuild,v 1.5 2013/06/25 10:25:18 ago Exp $
 
 EAPI=5
 inherit eutils flag-o-matic multilib toolchain-funcs
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~mips ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm hppa ~mips ppc ppc64 ~sparc ~x86"
 IUSE="doc +gif ipv6 +jpeg +png ssl"
 
 RDEPEND="sys-libs/zlib



1.122                www-client/dillo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/dillo/ChangeLog,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- ChangeLog	24 Jun 2013 14:23:12 -0000	1.121
+++ ChangeLog	25 Jun 2013 10:25:18 -0000	1.122
@@ -1,6 +1,9 @@
 # ChangeLog for www-client/dillo
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/ChangeLog,v 1.121 2013/06/24 14:23:12 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/ChangeLog,v 1.122 2013/06/25 10:25:18 ago Exp $
+
+  25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> dillo-3.0.3.ebuild:
+  Stable for ppc64, wrt bug #474320
 
   24 Jun 2013; Chema Alonso <nimiux@gentoo.org> dillo-3.0.3.ebuild:
   Stable for amd64 wrt bug #474320





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

* [gentoo-commits] gentoo-x86 commit in www-client/dillo: dillo-3.0.3.ebuild ChangeLog
@ 2013-06-25 11:43 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-25 11:43 UTC (permalink / raw
  To: gentoo-commits

ago         13/06/25 11:43:13

  Modified:             dillo-3.0.3.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #474320
  
  (Portage version: 2.1.12.9/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  www-client/dillo/dillo-3.0.3.ebuild

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

Index: dillo-3.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/dillo/dillo-3.0.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- dillo-3.0.3.ebuild	25 Jun 2013 10:25:18 -0000	1.5
+++ dillo-3.0.3.ebuild	25 Jun 2013 11:43:12 -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/dillo/dillo-3.0.3.ebuild,v 1.5 2013/06/25 10:25:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/dillo-3.0.3.ebuild,v 1.6 2013/06/25 11:43:12 ago Exp $
 
 EAPI=5
 inherit eutils flag-o-matic multilib toolchain-funcs
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~mips ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm hppa ~mips ppc ppc64 ~sparc x86"
 IUSE="doc +gif ipv6 +jpeg +png ssl"
 
 RDEPEND="sys-libs/zlib



1.123                www-client/dillo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/dillo/ChangeLog,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- ChangeLog	25 Jun 2013 10:25:18 -0000	1.122
+++ ChangeLog	25 Jun 2013 11:43:12 -0000	1.123
@@ -1,6 +1,9 @@
 # ChangeLog for www-client/dillo
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/ChangeLog,v 1.122 2013/06/25 10:25:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/ChangeLog,v 1.123 2013/06/25 11:43:12 ago Exp $
+
+  25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> dillo-3.0.3.ebuild:
+  Stable for x86, wrt bug #474320
 
   25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> dillo-3.0.3.ebuild:
   Stable for ppc64, wrt bug #474320





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

* [gentoo-commits] gentoo-x86 commit in www-client/dillo: dillo-3.0.3.ebuild ChangeLog
@ 2013-06-26  3:02 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-26  3:02 UTC (permalink / raw
  To: gentoo-commits

ago         13/06/26 03:02:38

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

Revision  Changes    Path
1.7                  www-client/dillo/dillo-3.0.3.ebuild

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

Index: dillo-3.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/dillo/dillo-3.0.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- dillo-3.0.3.ebuild	25 Jun 2013 11:43:12 -0000	1.6
+++ dillo-3.0.3.ebuild	26 Jun 2013 03:02:37 -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/dillo/dillo-3.0.3.ebuild,v 1.6 2013/06/25 11:43:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/dillo-3.0.3.ebuild,v 1.7 2013/06/26 03:02:37 ago Exp $
 
 EAPI=5
 inherit eutils flag-o-matic multilib toolchain-funcs
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~mips ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~arm hppa ~mips ppc ppc64 ~sparc x86"
 IUSE="doc +gif ipv6 +jpeg +png ssl"
 
 RDEPEND="sys-libs/zlib



1.124                www-client/dillo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/dillo/ChangeLog,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- ChangeLog	25 Jun 2013 11:43:12 -0000	1.123
+++ ChangeLog	26 Jun 2013 03:02:37 -0000	1.124
@@ -1,6 +1,9 @@
 # ChangeLog for www-client/dillo
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/ChangeLog,v 1.123 2013/06/25 11:43:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/ChangeLog,v 1.124 2013/06/26 03:02:37 ago Exp $
+
+  26 Jun 2013; Agostino Sarubbo <ago@gentoo.org> dillo-3.0.3.ebuild:
+  Stable for alpha, wrt bug #474320
 
   25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> dillo-3.0.3.ebuild:
   Stable for x86, wrt bug #474320





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

* [gentoo-commits] gentoo-x86 commit in www-client/dillo: dillo-3.0.3.ebuild ChangeLog
@ 2013-06-26 12:00 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-26 12:00 UTC (permalink / raw
  To: gentoo-commits

ago         13/06/26 12:00:01

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

Revision  Changes    Path
1.8                  www-client/dillo/dillo-3.0.3.ebuild

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

Index: dillo-3.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/dillo/dillo-3.0.3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- dillo-3.0.3.ebuild	26 Jun 2013 03:02:37 -0000	1.7
+++ dillo-3.0.3.ebuild	26 Jun 2013 12:00:01 -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/dillo/dillo-3.0.3.ebuild,v 1.7 2013/06/26 03:02:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/dillo-3.0.3.ebuild,v 1.8 2013/06/26 12:00:01 ago Exp $
 
 EAPI=5
 inherit eutils flag-o-matic multilib toolchain-funcs
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~mips ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 ~sparc x86"
 IUSE="doc +gif ipv6 +jpeg +png ssl"
 
 RDEPEND="sys-libs/zlib



1.125                www-client/dillo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/dillo/ChangeLog,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- ChangeLog	26 Jun 2013 03:02:37 -0000	1.124
+++ ChangeLog	26 Jun 2013 12:00:01 -0000	1.125
@@ -1,6 +1,9 @@
 # ChangeLog for www-client/dillo
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/ChangeLog,v 1.124 2013/06/26 03:02:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/ChangeLog,v 1.125 2013/06/26 12:00:01 ago Exp $
+
+  26 Jun 2013; Agostino Sarubbo <ago@gentoo.org> dillo-3.0.3.ebuild:
+  Stable for arm, wrt bug #474320
 
   26 Jun 2013; Agostino Sarubbo <ago@gentoo.org> dillo-3.0.3.ebuild:
   Stable for alpha, wrt bug #474320





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

* [gentoo-commits] gentoo-x86 commit in www-client/dillo: dillo-3.0.3.ebuild ChangeLog
@ 2013-06-29 16:28 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-29 16:28 UTC (permalink / raw
  To: gentoo-commits

ago         13/06/29 16:28:57

  Modified:             dillo-3.0.3.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #474320
  
  (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/dillo/dillo-3.0.3.ebuild

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

Index: dillo-3.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/dillo/dillo-3.0.3.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- dillo-3.0.3.ebuild	26 Jun 2013 12:00:01 -0000	1.8
+++ dillo-3.0.3.ebuild	29 Jun 2013 16:28:57 -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/dillo/dillo-3.0.3.ebuild,v 1.8 2013/06/26 12:00:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/dillo-3.0.3.ebuild,v 1.9 2013/06/29 16:28:57 ago Exp $
 
 EAPI=5
 inherit eutils flag-o-matic multilib toolchain-funcs
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 sparc x86"
 IUSE="doc +gif ipv6 +jpeg +png ssl"
 
 RDEPEND="sys-libs/zlib



1.126                www-client/dillo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/dillo/ChangeLog,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -r1.125 -r1.126
--- ChangeLog	26 Jun 2013 12:00:01 -0000	1.125
+++ ChangeLog	29 Jun 2013 16:28:57 -0000	1.126
@@ -1,6 +1,9 @@
 # ChangeLog for www-client/dillo
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/ChangeLog,v 1.125 2013/06/26 12:00:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/ChangeLog,v 1.126 2013/06/29 16:28:57 ago Exp $
+
+  29 Jun 2013; Agostino Sarubbo <ago@gentoo.org> dillo-3.0.3.ebuild:
+  Stable for sparc, wrt bug #474320
 
   26 Jun 2013; Agostino Sarubbo <ago@gentoo.org> dillo-3.0.3.ebuild:
   Stable for arm, wrt bug #474320





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

end of thread, other threads:[~2013-06-29 16:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-29 16:28 [gentoo-commits] gentoo-x86 commit in www-client/dillo: dillo-3.0.3.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-06-26 12:00 Agostino Sarubbo (ago)
2013-06-26  3:02 Agostino Sarubbo (ago)
2013-06-25 11:43 Agostino Sarubbo (ago)
2013-06-25 10:25 Agostino Sarubbo (ago)
2013-06-24  5:21 Agostino Sarubbo (ago)
2013-04-25 12:44 Jeroen Roovers (jer)

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