summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2007-06-29 22:13:21 +0000
committerMart Raudsepp <leio@gentoo.org>2007-06-29 22:13:21 +0000
commitb2189dddb8d107dce1012bdd77962ee25a979a08 (patch)
tree4904db5bddfce79aa8eddb29cfc5491a19d87c71 /www-client
parentStable on ppc; bug #183528. (diff)
downloadgentoo-2-b2189dddb8d107dce1012bdd77962ee25a979a08.tar.gz
gentoo-2-b2189dddb8d107dce1012bdd77962ee25a979a08.tar.bz2
gentoo-2-b2189dddb8d107dce1012bdd77962ee25a979a08.zip
Version bump for epilicious localization fixes and translation updates
(Portage version: 2.1.3_rc5)
Diffstat (limited to 'www-client')
-rw-r--r--www-client/epiphany-extensions/ChangeLog9
-rw-r--r--www-client/epiphany-extensions/epiphany-extensions-2.16.1.ebuild53
-rw-r--r--www-client/epiphany-extensions/epiphany-extensions-2.18.2.ebuild (renamed from www-client/epiphany-extensions/epiphany-extensions-2.18.0.ebuild)21
-rw-r--r--www-client/epiphany-extensions/files/digest-epiphany-extensions-2.16.13
-rw-r--r--www-client/epiphany-extensions/files/digest-epiphany-extensions-2.18.03
-rw-r--r--www-client/epiphany-extensions/files/digest-epiphany-extensions-2.18.23
6 files changed, 26 insertions, 66 deletions
diff --git a/www-client/epiphany-extensions/ChangeLog b/www-client/epiphany-extensions/ChangeLog
index f3a647b88a76..025aa6b6dd8f 100644
--- a/www-client/epiphany-extensions/ChangeLog
+++ b/www-client/epiphany-extensions/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for www-client/epiphany-extensions
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/ChangeLog,v 1.53 2007/04/26 16:11:46 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/ChangeLog,v 1.54 2007/06/29 22:13:21 leio Exp $
+
+*epiphany-extensions-2.18.2 (29 Jun 2007)
+
+ 29 Jun 2007; Mart Raudsepp <leio@gentoo.org>
+ -epiphany-extensions-2.16.1.ebuild, -epiphany-extensions-2.18.0.ebuild,
+ +epiphany-extensions-2.18.2.ebuild:
+ Version bump for epilicious localization fixes and translation updates
26 Apr 2007; Daniel Gryniewicz <dang@gentoo.org>
-files/epiphany-extensions-2.18.0-sessionsaver-v4.patch,
diff --git a/www-client/epiphany-extensions/epiphany-extensions-2.16.1.ebuild b/www-client/epiphany-extensions/epiphany-extensions-2.16.1.ebuild
deleted file mode 100644
index 059e56b69655..000000000000
--- a/www-client/epiphany-extensions/epiphany-extensions-2.16.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2006 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.16.1.ebuild,v 1.2 2006/11/07 01:16:01 cardoe Exp $
-
-inherit eutils gnome2
-
-DESCRIPTION="Extensions for the Epiphany web browser"
-HOMEPAGE="http://www.gnome.org/projects/epiphany/extensions.html"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
-IUSE="debug pcre python"
-
-RDEPEND=">=www-client/epiphany-2.16
- >=dev-libs/libxml2-2.6
- >=dev-libs/glib-2.12
- >=x11-libs/gtk+-2.10
- >=gnome-base/libglade-2
- app-text/opensp
- >=www-client/mozilla-firefox-1.0.2-r1
- pcre? ( >=dev-libs/libpcre-3.9-r2 )
- || ( >=dev-libs/dbus-glib-0.71
- ( <sys-apps/dbus-0.90 >=sys-apps/dbus-0.34 ) )
- python? ( >=dev-lang/python-2.3 )"
-
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.9
- >=app-text/gnome-doc-utils-0.3.2
- >=dev-util/intltool-0.35"
-
-DOCS="AUTHORS ChangeLog HACKING NEWS README"
-
-pkg_setup() {
- local extensions="actions auto-reload auto-scroller certificates
- error-viewer extensions-manager-ui gestures java-console livehttpheaders
- page-info permissions push-scroller rss sample sample-mozilla
- select-stylesheet sidebar smart-bookmarks tab-groups tab-states"
-
- use pcre && extensions="${extensions} greasemonkey adblock"
-
- use python && extensions="${extensions} python-console sample-python \
- favicon"
-
- local list_exts=""
- for ext in $extensions; do
- [ "x${list_exts}" != "x" ] && list_exts="${list_exts},"
- list_exts="${list_exts}${ext}"
- done
-
- G2CONF="${G2CONF} --with-extensions=${list_exts} --with-mozilla=firefox"
-}
-
diff --git a/www-client/epiphany-extensions/epiphany-extensions-2.18.0.ebuild b/www-client/epiphany-extensions/epiphany-extensions-2.18.2.ebuild
index 83afec655936..3cf699748e4c 100644
--- a/www-client/epiphany-extensions/epiphany-extensions-2.18.0.ebuild
+++ b/www-client/epiphany-extensions/epiphany-extensions-2.18.2.ebuild
@@ -1,8 +1,9 @@
# Copyright 1999-2007 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.18.0.ebuild,v 1.1 2007/03/27 18:53:58 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-2.18.2.ebuild,v 1.1 2007/06/29 22:13:21 leio Exp $
-inherit gnome2
+WANT_AUTOMAKE="1.9"
+inherit eutils gnome2 autotools
DESCRIPTION="Extensions for the Epiphany web browser"
HOMEPAGE="http://www.gnome.org/projects/epiphany/extensions.html"
@@ -12,7 +13,7 @@ SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
IUSE="debug pcre python xulrunner"
-RDEPEND=">=www-client/epiphany-2.17
+RDEPEND=">=www-client/epiphany-2.18
gnome-base/gconf
>=dev-libs/libxml2-2.6
>=dev-libs/glib-2.12
@@ -22,8 +23,7 @@ RDEPEND=">=www-client/epiphany-2.17
!xulrunner? ( >=www-client/mozilla-firefox-1.5 )
xulrunner? ( net-libs/xulrunner )
pcre? ( >=dev-libs/libpcre-3.9-r2 )
- || ( >=dev-libs/dbus-glib-0.71
- ( <sys-apps/dbus-0.90 >=sys-apps/dbus-0.34 ) )
+ >=dev-libs/dbus-glib-0.71
python? ( >=dev-lang/python-2.3 )"
DEPEND="${RDEPEND}
@@ -33,11 +33,20 @@ DEPEND="${RDEPEND}
DOCS="AUTHORS ChangeLog HACKING NEWS README"
+src_unpack() {
+ gnome2_src_unpack
+ epatch "${FILESDIR}"/${PN}-2.18.0-sessionsaver-v4.patch.gz
+
+ cp aclocal.m4 old_macros.m4
+ AT_M4DIR=". ${S}/m4" eautoreconf
+}
+
pkg_setup() {
local extensions="actions auto-reload auto-scroller certificates
error-viewer extensions-manager-ui gestures java-console
livehttpheaders page-info permissions push-scroller rss
- select-stylesheet sidebar smart-bookmarks tab-groups tab-states"
+ select-stylesheet sessionsaver sidebar smart-bookmarks tab-groups
+ tab-states"
use pcre && extensions="${extensions} greasemonkey adblock"
diff --git a/www-client/epiphany-extensions/files/digest-epiphany-extensions-2.16.1 b/www-client/epiphany-extensions/files/digest-epiphany-extensions-2.16.1
deleted file mode 100644
index 30ea03a2358b..000000000000
--- a/www-client/epiphany-extensions/files/digest-epiphany-extensions-2.16.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 93a8d37175dc1f173c0185c254de5c38 epiphany-extensions-2.16.1.tar.bz2 810858
-RMD160 95e11ed5b39bc1662fa606797c32c413c08326b3 epiphany-extensions-2.16.1.tar.bz2 810858
-SHA256 315ef2eeaf2943830bdf04958af613dce62574aa6697acfab335a0b9e4f699c5 epiphany-extensions-2.16.1.tar.bz2 810858
diff --git a/www-client/epiphany-extensions/files/digest-epiphany-extensions-2.18.0 b/www-client/epiphany-extensions/files/digest-epiphany-extensions-2.18.0
deleted file mode 100644
index 95475364ed88..000000000000
--- a/www-client/epiphany-extensions/files/digest-epiphany-extensions-2.18.0
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 c0a6218b6a8506f204891a0769ac9553 epiphany-extensions-2.18.0.tar.bz2 892671
-RMD160 c92166637bacff4f450878f46ee1d7bf9d0de502 epiphany-extensions-2.18.0.tar.bz2 892671
-SHA256 38c58fb43b6fcfecd80f8d36aa1a0ff1163c050195dda1ed074f5f605b007ff9 epiphany-extensions-2.18.0.tar.bz2 892671
diff --git a/www-client/epiphany-extensions/files/digest-epiphany-extensions-2.18.2 b/www-client/epiphany-extensions/files/digest-epiphany-extensions-2.18.2
new file mode 100644
index 000000000000..5f4479d84f8e
--- /dev/null
+++ b/www-client/epiphany-extensions/files/digest-epiphany-extensions-2.18.2
@@ -0,0 +1,3 @@
+MD5 27525dc55b4738faf02ee53c74601593 epiphany-extensions-2.18.2.tar.bz2 892954
+RMD160 dd32a147060ff01c8ea63262c00f0c6b6fbcf12c epiphany-extensions-2.18.2.tar.bz2 892954
+SHA256 b2864dcaba10e208e3b43a42279d50b96520b8e3d7c713c1439244f8c7808536 epiphany-extensions-2.18.2.tar.bz2 892954