public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-client/epiphany-extensions: ChangeLog epiphany-extensions-2.22.2.ebuild
@ 2008-06-08 18:17 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; 4+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2008-06-08 18:17 UTC (permalink / raw
  To: gentoo-commits

eva         08/06/08 18:17:34

  Modified:             ChangeLog
  Added:                epiphany-extensions-2.22.2.ebuild
  Log:
  bump to 2.22.2. Mostly xulrunner changes.
  (Portage version: 2.1.5.4)

Revision  Changes    Path
1.85                 www-client/epiphany-extensions/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog	29 May 2008 18:17:03 -0000	1.84
+++ ChangeLog	8 Jun 2008 18:17:34 -0000	1.85
@@ -1,6 +1,12 @@
 # ChangeLog for www-client/epiphany-extensions
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/ChangeLog,v 1.84 2008/05/29 18:17:03 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/ChangeLog,v 1.85 2008/06/08 18:17:34 eva Exp $
+
+*epiphany-extensions-2.22.2 (08 Jun 2008)
+
+  08 Jun 2008; Gilles Dartiguelongue <eva@gentoo.org>
+  +epiphany-extensions-2.22.2.ebuild:
+  bump to 2.22.2. Mostly xulrunner changes.
 
   29 May 2008; Ali Polatel <hawking@gentoo.org>
   epiphany-extensions-2.20.3.ebuild, epiphany-extensions-2.22.1.ebuild:



1.1                  www-client/epiphany-extensions/epiphany-extensions-2.22.2.ebuild

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

Index: epiphany-extensions-2.22.2.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-2.22.2.ebuild,v 1.1 2008/06/08 18:17:34 eva Exp $

inherit autotools eutils gnome2 python versionator

MY_MAJORV=$(get_version_component_range 1-2)

DESCRIPTION="Extensions for the Epiphany web browser"
HOMEPAGE="http://www.gnome.org/projects/epiphany/extensions.html"
LICENSE="GPL-2"

SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~hppa ~ppc ~sparc ~x86"
IUSE="dbus examples pcre python xulrunner"

RDEPEND=">=www-client/epiphany-${MY_MAJORV}
	app-text/opensp
	>=dev-libs/glib-2.15.5
	>=gnome-base/gconf-2.0
	>=dev-libs/libxml2-2.6
	>=x11-libs/gtk+-2.11.6
	>=gnome-base/libglade-2
	xulrunner? ( net-libs/xulrunner )
	!xulrunner? ( >=www-client/mozilla-firefox-1.5 )
	dbus? ( >=dev-libs/dbus-glib-0.34 )
	pcre? ( >=dev-libs/libpcre-3.9-r2 )
	python? ( >=dev-python/pygtk-2.11 )"
DEPEND="${RDEPEND}
	  gnome-base/gnome-common
	>=dev-util/intltool-0.35
	>=dev-util/pkgconfig-0.20
	>=app-text/gnome-doc-utils-0.3.2"

DOCS="AUTHORS ChangeLog HACKING NEWS README"

pkg_setup() {
	local extensions=""

	extensions="actions auto-reload auto-scroller certificates \
				error-viewer extensions-manager-ui gestures java-console \
				livehttpheaders page-info permissions push-scroller \
				select-stylesheet sessionsaver sidebar smart-bookmarks \
				tab-groups tab-states"

	use dbus && extensions="${extensions} rss"

	use pcre && extensions="${extensions} adblock greasemonkey"

	use python && extensions="${extensions} python-console favicon cc-license-viewer epilicious"
	use python && use examples && extensions="${extensions} sample-python"

	use examples && extensions="${extensions} sample sample-mozilla"

	G2CONF="${G2CONF} --with-extensions=$(echo "${extensions}" | sed -e 's/[[:space:]]\+/,/g')"

	if use xulrunner; then
		G2CONF="${G2CONF} --with-gecko=xulrunner"
	else
		G2CONF="${G2CONF} --with-gecko=firefox"
	fi
}

src_unpack() {
	gnome2_src_unpack

	# disable pyc compiling
	mv py-compile py-compile.orig
	ln -s $(type -P true) py-compile

	# Don't remove sessionsaver, please.  -dang
	epatch "${FILESDIR}"/${PN}-2.21.92-sessionsaver-v4.patch.gz
	echo "extensions/sessionsaver/ephy-sessionsaver-extension.c" >> po/POTFILES.in
	AT_M4DIR="m4" eautoreconf
}

pkg_postinst() {
	gnome2_pkg_postinst

	if use python; then
		python_mod_optimize /usr/$(get_libdir)/epiphany/${MY_MAJORV}/extensions
	fi
}

pkg_postrm() {
	gnome2_pkg_postrm

	if use python; then
		python_mod_cleanup /usr/$(get_libdir)/epiphany/${MY_MAJORV}/extensions
	fi
}



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in www-client/epiphany-extensions: ChangeLog epiphany-extensions-2.22.2.ebuild
@ 2008-08-12 14:15 Raul Porcel (armin76)
  0 siblings, 0 replies; 4+ messages in thread
From: Raul Porcel (armin76) @ 2008-08-12 14:15 UTC (permalink / raw
  To: gentoo-commits

armin76     08/08/12 14:15:02

  Modified:             ChangeLog epiphany-extensions-2.22.2.ebuild
  Log:
  alpha/ia64/sparc stable wrt #229709
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.91                 www-client/epiphany-extensions/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog	10 Aug 2008 12:46:33 -0000	1.90
+++ ChangeLog	12 Aug 2008 14:15:02 -0000	1.91
@@ -1,6 +1,10 @@
 # ChangeLog for www-client/epiphany-extensions
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/ChangeLog,v 1.90 2008/08/10 12:46:33 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/ChangeLog,v 1.91 2008/08/12 14:15:02 armin76 Exp $
+
+  12 Aug 2008; Raúl Porcel <armin76@gentoo.org>
+  epiphany-extensions-2.22.2.ebuild:
+  alpha/ia64/sparc stable wrt #229709
 
   10 Aug 2008; Markus Meier <maekke@gentoo.org>
   epiphany-extensions-2.22.2.ebuild:



1.6                  www-client/epiphany-extensions/epiphany-extensions-2.22.2.ebuild

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

Index: epiphany-extensions-2.22.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-2.22.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- epiphany-extensions-2.22.2.ebuild	10 Aug 2008 12:46:33 -0000	1.5
+++ epiphany-extensions-2.22.2.ebuild	12 Aug 2008 14:15:02 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-2.22.2.ebuild,v 1.5 2008/08/10 12:46:33 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-2.22.2.ebuild,v 1.6 2008/08/12 14:15:02 armin76 Exp $
 
 inherit autotools eutils gnome2 python versionator
 
@@ -11,7 +11,7 @@
 LICENSE="GPL-2"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~sparc x86"
+KEYWORDS="alpha amd64 ~hppa ia64 ppc sparc x86"
 IUSE="dbus examples pcre python xulrunner"
 
 RDEPEND=">=www-client/epiphany-${MY_MAJORV}






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

* [gentoo-commits] gentoo-x86 commit in www-client/epiphany-extensions: ChangeLog epiphany-extensions-2.22.2.ebuild
@ 2008-09-25 15:57 Jeroen Roovers (jer)
  0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers (jer) @ 2008-09-25 15:57 UTC (permalink / raw
  To: gentoo-commits

jer         08/09/25 15:57:11

  Modified:             ChangeLog epiphany-extensions-2.22.2.ebuild
  Log:
  Stable for HPPA (bug #236971).
  (Portage version: 2.2_rc9/cvs/Linux 2.6.25-gentoo-r7-JeR i686)

Revision  Changes    Path
1.92                 www-client/epiphany-extensions/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog	12 Aug 2008 14:15:02 -0000	1.91
+++ ChangeLog	25 Sep 2008 15:57:11 -0000	1.92
@@ -1,6 +1,10 @@
 # ChangeLog for www-client/epiphany-extensions
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/ChangeLog,v 1.91 2008/08/12 14:15:02 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/ChangeLog,v 1.92 2008/09/25 15:57:11 jer Exp $
+
+  25 Sep 2008; Jeroen Roovers <jer@gentoo.org>
+  epiphany-extensions-2.22.2.ebuild:
+  Stable for HPPA (bug #236971).
 
   12 Aug 2008; Raúl Porcel <armin76@gentoo.org>
   epiphany-extensions-2.22.2.ebuild:



1.7                  www-client/epiphany-extensions/epiphany-extensions-2.22.2.ebuild

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

Index: epiphany-extensions-2.22.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-2.22.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- epiphany-extensions-2.22.2.ebuild	12 Aug 2008 14:15:02 -0000	1.6
+++ epiphany-extensions-2.22.2.ebuild	25 Sep 2008 15:57:11 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-2.22.2.ebuild,v 1.6 2008/08/12 14:15:02 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-2.22.2.ebuild,v 1.7 2008/09/25 15:57:11 jer Exp $
 
 inherit autotools eutils gnome2 python versionator
 
@@ -11,7 +11,7 @@
 LICENSE="GPL-2"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ia64 ppc sparc x86"
+KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86"
 IUSE="dbus examples pcre python xulrunner"
 
 RDEPEND=">=www-client/epiphany-${MY_MAJORV}






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

* [gentoo-commits] gentoo-x86 commit in www-client/epiphany-extensions: ChangeLog epiphany-extensions-2.22.2.ebuild
@ 2009-03-04 22:49 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; 4+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2009-03-04 22:49 UTC (permalink / raw
  To: gentoo-commits

eva         09/03/04 22:49:39

  Modified:             ChangeLog epiphany-extensions-2.22.2.ebuild
  Log:
  Fix unversionned xulrunner dependency, bug #261229.
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.103                www-client/epiphany-extensions/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/ChangeLog,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- ChangeLog	27 Feb 2009 14:45:52 -0000	1.102
+++ ChangeLog	4 Mar 2009 22:49:39 -0000	1.103
@@ -1,6 +1,10 @@
 # ChangeLog for www-client/epiphany-extensions
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/ChangeLog,v 1.102 2009/02/27 14:45:52 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/ChangeLog,v 1.103 2009/03/04 22:49:39 eva Exp $
+
+  04 Mar 2009; Gilles Dartiguelongue <eva@gentoo.org>
+  epiphany-extensions-2.22.2.ebuild:
+  Fix unversionned xulrunner dependency, bug #261229.
 
   27 Feb 2009; Daniel Gryniewicz <dang@gentoo.org>
   epiphany-extensions-2.24.3.ebuild, epiphany-extensions-2.24.3-r10.ebuild:



1.8                  www-client/epiphany-extensions/epiphany-extensions-2.22.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-2.22.2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-2.22.2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-2.22.2.ebuild?r1=1.7&r2=1.8

Index: epiphany-extensions-2.22.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-2.22.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- epiphany-extensions-2.22.2.ebuild	25 Sep 2008 15:57:11 -0000	1.7
+++ epiphany-extensions-2.22.2.ebuild	4 Mar 2009 22:49:39 -0000	1.8
@@ -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/epiphany-extensions/epiphany-extensions-2.22.2.ebuild,v 1.7 2008/09/25 15:57:11 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-2.22.2.ebuild,v 1.8 2009/03/04 22:49:39 eva Exp $
 
 inherit autotools eutils gnome2 python versionator
 
@@ -21,7 +21,7 @@
 	>=dev-libs/libxml2-2.6
 	>=x11-libs/gtk+-2.11.6
 	>=gnome-base/libglade-2
-	xulrunner? ( net-libs/xulrunner )
+	xulrunner? ( =net-libs/xulrunner-1.8* )
 	!xulrunner? ( =www-client/mozilla-firefox-2* )
 	dbus? ( >=dev-libs/dbus-glib-0.34 )
 	pcre? ( >=dev-libs/libpcre-3.9-r2 )






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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-08 18:17 [gentoo-commits] gentoo-x86 commit in www-client/epiphany-extensions: ChangeLog epiphany-extensions-2.22.2.ebuild Gilles Dartiguelongue (eva)
  -- strict thread matches above, loose matches on Subject: below --
2008-08-12 14:15 Raul Porcel (armin76)
2008-09-25 15:57 Jeroen Roovers (jer)
2009-03-04 22:49 Gilles Dartiguelongue (eva)

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