summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2008-07-28 22:18:13 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2008-07-28 22:18:13 +0000
commit926a2bd4e7d4d322af22fbc6c47ed8173ea17d21 (patch)
tree5ec14b8f122c1b134b2c902aecd0e37da6134dae /www-client
parentMark qt_min_version() and qt4_min_version() as deprecated. (diff)
downloadgentoo-2-926a2bd4e7d4d322af22fbc6c47ed8173ea17d21.tar.gz
gentoo-2-926a2bd4e7d4d322af22fbc6c47ed8173ea17d21.tar.bz2
gentoo-2-926a2bd4e7d4d322af22fbc6c47ed8173ea17d21.zip
remove old revisions.
(Portage version: 2.2_rc3/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
Diffstat (limited to 'www-client')
-rw-r--r--www-client/epiphany/ChangeLog8
-rw-r--r--www-client/epiphany/epiphany-2.22.1.1.ebuild84
-rw-r--r--www-client/epiphany/epiphany-2.22.2-r10.ebuild77
-rw-r--r--www-client/epiphany/epiphany-2.22.2.ebuild84
-rw-r--r--www-client/epiphany/files/epiphany-2.22.2-xul1.9-ContentHandler-fix.patch12
5 files changed, 7 insertions, 258 deletions
diff --git a/www-client/epiphany/ChangeLog b/www-client/epiphany/ChangeLog
index 0e81b21dbed8..3be72bff2ebd 100644
--- a/www-client/epiphany/ChangeLog
+++ b/www-client/epiphany/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for www-client/epiphany
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.164 2008/07/28 20:40:24 ford_prefect Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.165 2008/07/28 22:18:13 eva Exp $
+
+ 28 Jul 2008; Gilles Dartiguelongue <eva@gentoo.org>
+ -files/epiphany-2.22.2-xul1.9-ContentHandler-fix.patch,
+ -epiphany-2.22.1.1.ebuild, -epiphany-2.22.2.ebuild,
+ -epiphany-2.22.2-r10.ebuild:
+ remove old revisions.
28 Jul 2008; Arun Raghavan <ford_prefect@gentoo.org>
+files/epiphany-2.22.3-firefox2.0-header-fix.patch,
diff --git a/www-client/epiphany/epiphany-2.22.1.1.ebuild b/www-client/epiphany/epiphany-2.22.1.1.ebuild
deleted file mode 100644
index 6afaa297cf1a..000000000000
--- a/www-client/epiphany/epiphany-2.22.1.1.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.22.1.1.ebuild,v 1.2 2008/06/02 22:57:09 leio Exp $
-
-inherit gnome2 eutils multilib
-
-DESCRIPTION="GNOME webbrowser based on the mozilla rendering engine"
-HOMEPAGE="http://www.gnome.org/projects/epiphany/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="avahi doc networkmanager python spell xulrunner"
-
-# This release should work with xulrunner 1.9, but this revision is a
-# stable candidate, so stick with 1.8 here.
-# xulrunner-1.9 can be achieved via --with-engine=xulrunner, while
-# --with-engine=mozilla goes with 1.8
-
-RDEPEND=">=dev-libs/glib-2.16.0
- >=x11-libs/gtk+-2.12.0
- >=dev-libs/libxml2-2.6.12
- >=dev-libs/libxslt-1.1.7
- >=gnome-base/libglade-2.3.1
- >=gnome-base/libgnome-2.14
- >=gnome-base/libgnomeui-2.14
- >=gnome-base/gnome-desktop-2.9.91
- >=x11-libs/startup-notification-0.5
- >=x11-libs/libnotify-0.4
- >=dev-libs/dbus-glib-0.71
- >=gnome-base/gconf-2
- >=app-text/iso-codes-0.35
- avahi? ( >=net-dns/avahi-0.6.22 )
- networkmanager? ( net-misc/networkmanager )
- !xulrunner? ( =www-client/mozilla-firefox-2* )
- xulrunner? ( =net-libs/xulrunner-1.8* )
- python? (
- >=dev-lang/python-2.3
- >=dev-python/pygtk-2.7.1
- >=dev-python/gnome-python-2.6
- )
- spell? ( app-text/enchant )
- x11-themes/gnome-icon-theme"
-DEPEND="${RDEPEND}
- app-text/scrollkeeper
- >=dev-util/pkgconfig-0.9
- >=dev-util/intltool-0.35
- >=app-text/gnome-doc-utils-0.3.2
- doc? ( >=dev-util/gtk-doc-1 )"
-
-DOCS="AUTHORS ChangeLog* HACKING MAINTAINERS NEWS README TODO"
-
-pkg_setup() {
- G2CONF="${G2CONF}
- --disable-scrollkeeper
- --with-engine=mozilla
- --enable-certificate-manager
- --with-distributor-name=Gentoo
- $(use_enable avahi zeroconf)
- $(use_enable networkmanager network-manager)
- $(use_enable spell spell-checker)
- $(use_enable python)"
-
- if use xulrunner; then
- G2CONF="${G2CONF} --with-gecko=xulrunner"
- else
- G2CONF="${G2CONF} --with-gecko=firefox"
- fi
-}
-
-src_compile() {
- addpredict /usr/$(get_libdir)/mozilla-firefox/components/xpti.dat
- addpredict /usr/$(get_libdir)/mozilla-firefox/components/xpti.dat.tmp
- addpredict /usr/$(get_libdir)/mozilla-firefox/components/compreg.dat.tmp
-
- addpredict /usr/$(get_libdir)/xulrunner/components/xpti.dat
- addpredict /usr/$(get_libdir)/xulrunner/components/xpti.dat.tmp
- addpredict /usr/$(get_libdir)/xulrunner/components/compreg.dat.tmp
-
- addpredict /usr/$(get_libdir)/mozilla/components/xpti.dat
- addpredict /usr/$(get_libdir)/mozilla/components/xpti.dat.tmp
-
- gnome2_src_compile
-}
diff --git a/www-client/epiphany/epiphany-2.22.2-r10.ebuild b/www-client/epiphany/epiphany-2.22.2-r10.ebuild
deleted file mode 100644
index 8f677f1a521e..000000000000
--- a/www-client/epiphany/epiphany-2.22.2-r10.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.22.2-r10.ebuild,v 1.2 2008/06/22 02:24:18 leio Exp $
-
-inherit gnome2 eutils multilib
-
-DESCRIPTION="GNOME webbrowser based on the mozilla rendering engine"
-HOMEPAGE="http://www.gnome.org/projects/epiphany/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="avahi doc networkmanager python spell"
-
-# This revision is meant to work with xulrunner 1.9, an earlier revision
-# is the earlier stable candidate against xulrunner-1.8 and co.
-
-RDEPEND=">=dev-libs/glib-2.16.0
- >=x11-libs/gtk+-2.12.0
- >=dev-libs/libxml2-2.6.12
- >=dev-libs/libxslt-1.1.7
- >=gnome-base/libglade-2.3.1
- >=gnome-base/libgnome-2.14
- >=gnome-base/libgnomeui-2.14
- >=gnome-base/gnome-desktop-2.9.91
- >=x11-libs/startup-notification-0.5
- >=x11-libs/libnotify-0.4
- >=dev-libs/dbus-glib-0.71
- >=gnome-base/gconf-2
- >=app-text/iso-codes-0.35
- avahi? ( >=net-dns/avahi-0.6.22 )
- networkmanager? ( net-misc/networkmanager )
- =net-libs/xulrunner-1.9*
- python? (
- >=dev-lang/python-2.3
- >=dev-python/pygtk-2.7.1
- >=dev-python/gnome-python-2.6
- )
- spell? ( app-text/enchant )
- x11-themes/gnome-icon-theme"
-DEPEND="${RDEPEND}
- app-text/scrollkeeper
- >=dev-util/pkgconfig-0.9
- >=dev-util/intltool-0.35
- >=app-text/gnome-doc-utils-0.3.2
- doc? ( >=dev-util/gtk-doc-1 )"
-
-DOCS="AUTHORS ChangeLog* HACKING MAINTAINERS NEWS README TODO"
-
-pkg_setup() {
- G2CONF="${G2CONF}
- --disable-scrollkeeper
- --with-gecko=libxul-embedding
- --enable-certificate-manager
- --with-distributor-name=Gentoo
- $(use_enable avahi zeroconf)
- $(use_enable networkmanager network-manager)
- $(use_enable spell spell-checker)
- $(use_enable python)"
-}
-
-src_unpack() {
- gnome2_src_unpack
- epatch "${FILESDIR}/${P}-xul1.9-ContentHandler-fix.patch"
-}
-
-src_compile() {
- addpredict /usr/$(get_libdir)/xulrunner-1.9/components/xpti.dat
- addpredict /usr/$(get_libdir)/xulrunner-1.9/components/xpti.dat.tmp
- addpredict /usr/$(get_libdir)/xulrunner-1.9/components/compreg.dat.tmp
-
- # Why are these write-opened per bug 228589?
- addpredict /usr/$(get_libdir)/mozilla/components/xpti.dat
- addpredict /usr/$(get_libdir)/mozilla/components/xpti.dat.tmp
-
- gnome2_src_compile
-}
diff --git a/www-client/epiphany/epiphany-2.22.2.ebuild b/www-client/epiphany/epiphany-2.22.2.ebuild
deleted file mode 100644
index 184cf47cb096..000000000000
--- a/www-client/epiphany/epiphany-2.22.2.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.22.2.ebuild,v 1.2 2008/06/02 22:57:09 leio Exp $
-
-inherit gnome2 eutils multilib
-
-DESCRIPTION="GNOME webbrowser based on the mozilla rendering engine"
-HOMEPAGE="http://www.gnome.org/projects/epiphany/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="avahi doc networkmanager python spell xulrunner"
-
-# This release should work with xulrunner 1.9, but this revision is a
-# stable candidate, so stick with 1.8 here.
-# xulrunner-1.9 can be achieved via --with-engine=xulrunner, while
-# --with-engine=mozilla goes with 1.8
-
-RDEPEND=">=dev-libs/glib-2.16.0
- >=x11-libs/gtk+-2.12.0
- >=dev-libs/libxml2-2.6.12
- >=dev-libs/libxslt-1.1.7
- >=gnome-base/libglade-2.3.1
- >=gnome-base/libgnome-2.14
- >=gnome-base/libgnomeui-2.14
- >=gnome-base/gnome-desktop-2.9.91
- >=x11-libs/startup-notification-0.5
- >=x11-libs/libnotify-0.4
- >=dev-libs/dbus-glib-0.71
- >=gnome-base/gconf-2
- >=app-text/iso-codes-0.35
- avahi? ( >=net-dns/avahi-0.6.22 )
- networkmanager? ( net-misc/networkmanager )
- !xulrunner? ( =www-client/mozilla-firefox-2* )
- xulrunner? ( =net-libs/xulrunner-1.8* )
- python? (
- >=dev-lang/python-2.3
- >=dev-python/pygtk-2.7.1
- >=dev-python/gnome-python-2.6
- )
- spell? ( app-text/enchant )
- x11-themes/gnome-icon-theme"
-DEPEND="${RDEPEND}
- app-text/scrollkeeper
- >=dev-util/pkgconfig-0.9
- >=dev-util/intltool-0.35
- >=app-text/gnome-doc-utils-0.3.2
- doc? ( >=dev-util/gtk-doc-1 )"
-
-DOCS="AUTHORS ChangeLog* HACKING MAINTAINERS NEWS README TODO"
-
-pkg_setup() {
- G2CONF="${G2CONF}
- --disable-scrollkeeper
- --with-engine=mozilla
- --enable-certificate-manager
- --with-distributor-name=Gentoo
- $(use_enable avahi zeroconf)
- $(use_enable networkmanager network-manager)
- $(use_enable spell spell-checker)
- $(use_enable python)"
-
- if use xulrunner; then
- G2CONF="${G2CONF} --with-gecko=xulrunner"
- else
- G2CONF="${G2CONF} --with-gecko=firefox"
- fi
-}
-
-src_compile() {
- addpredict /usr/$(get_libdir)/mozilla-firefox/components/xpti.dat
- addpredict /usr/$(get_libdir)/mozilla-firefox/components/xpti.dat.tmp
- addpredict /usr/$(get_libdir)/mozilla-firefox/components/compreg.dat.tmp
-
- addpredict /usr/$(get_libdir)/xulrunner/components/xpti.dat
- addpredict /usr/$(get_libdir)/xulrunner/components/xpti.dat.tmp
- addpredict /usr/$(get_libdir)/xulrunner/components/compreg.dat.tmp
-
- addpredict /usr/$(get_libdir)/mozilla/components/xpti.dat
- addpredict /usr/$(get_libdir)/mozilla/components/xpti.dat.tmp
-
- gnome2_src_compile
-}
diff --git a/www-client/epiphany/files/epiphany-2.22.2-xul1.9-ContentHandler-fix.patch b/www-client/epiphany/files/epiphany-2.22.2-xul1.9-ContentHandler-fix.patch
deleted file mode 100644
index 356bd7fb319d..000000000000
--- a/www-client/epiphany/files/epiphany-2.22.2-xul1.9-ContentHandler-fix.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- branches/gnome-2-22/embed/mozilla/ContentHandler.cpp 2008/06/12 17:21:16 8278
-+++ branches/gnome-2-22/embed/mozilla/ContentHandler.cpp 2008/06/13 00:36:19 8279
-@@ -135,6 +135,9 @@
- nsISupports *aWindowContext,
- const PRUnichar *aDefaultFile,
- const PRUnichar *aSuggestedFileExtension,
-+#ifdef HAVE_GECKO_1_9
-+ PRBool aForcePrompt,
-+#endif
- nsILocalFile **_retval)
- {
- EphyFileChooser *dialog;