summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2008-05-10 15:34:21 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2008-05-10 15:34:21 +0000
commita73c0148e9eabfcac602634e2b0b4a0005ed3d08 (patch)
tree79a6ac3378580ba5045f57be958ffc94d8fc13ed /www-client/epiphany-extensions
parentamd64 back to stable, bug #220781 (diff)
downloadgentoo-2-a73c0148e9eabfcac602634e2b0b4a0005ed3d08.tar.gz
gentoo-2-a73c0148e9eabfcac602634e2b0b4a0005ed3d08.tar.bz2
gentoo-2-a73c0148e9eabfcac602634e2b0b4a0005ed3d08.zip
clean up old revisions.
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'www-client/epiphany-extensions')
-rw-r--r--www-client/epiphany-extensions/ChangeLog6
-rw-r--r--www-client/epiphany-extensions/epiphany-extensions-2.20.1.ebuild75
-rw-r--r--www-client/epiphany-extensions/epiphany-extensions-2.22.0.ebuild93
3 files changed, 5 insertions, 169 deletions
diff --git a/www-client/epiphany-extensions/ChangeLog b/www-client/epiphany-extensions/ChangeLog
index 1c5bc9eb9134..e29d01d98a1c 100644
--- a/www-client/epiphany-extensions/ChangeLog
+++ b/www-client/epiphany-extensions/ChangeLog
@@ -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.82 2008/05/08 22:25:59 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/ChangeLog,v 1.83 2008/05/10 15:34:21 eva Exp $
+
+ 10 May 2008; Gilles Dartiguelongue <eva@gentoo.org>
+ -epiphany-extensions-2.20.1.ebuild, -epiphany-extensions-2.22.0.ebuild:
+ clean up old revisions.
08 May 2008; Jeroen Roovers <jer@gentoo.org> epiphany-extensions-2.20.3.ebuild:
Stable for HPPA (bug #217618).
diff --git a/www-client/epiphany-extensions/epiphany-extensions-2.20.1.ebuild b/www-client/epiphany-extensions/epiphany-extensions-2.20.1.ebuild
deleted file mode 100644
index 79e848c0ce17..000000000000
--- a/www-client/epiphany-extensions/epiphany-extensions-2.20.1.ebuild
+++ /dev/null
@@ -1,75 +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-extensions/epiphany-extensions-2.20.1.ebuild,v 1.9 2008/03/14 17:48:25 armin76 Exp $
-
-WANT_AUTOMAKE="1.10"
-inherit eutils gnome2 autotools
-
-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="pcre python xulrunner"
-
-RDEPEND=">=www-client/epiphany-2.20
- >=dev-libs/libxml2-2.6
- >=dev-libs/glib-2.12
- >=x11-libs/gtk+-2.11.6
- gnome-base/gconf
- >=gnome-base/libglade-2
- app-text/opensp
- || (
- xulrunner? ( =net-libs/xulrunner-1.8* )
- =www-client/mozilla-firefox-2.0*
- )
- pcre? ( >=dev-libs/libpcre-3.9-r2 )
- >=dev-libs/dbus-glib-0.71
- python? ( >=dev-python/pygtk-2.11 )"
-
-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"
-
-src_unpack() {
- gnome2_src_unpack
-
- # gnome bug #?
- epatch "${FILESDIR}"/${PN}-2.18.0-sessionsaver-v4.patch.gz
-
- echo "extensions/epilicious/progress.py" >> po/POTFILES.in
- echo "extensions/sessionsaver/ephy-sessionsaver-extension.c" >> po/POTFILES.in
-
- 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 sessionsaver sidebar smart-bookmarks tab-groups
- tab-states"
-
- use pcre && extensions="${extensions} greasemonkey adblock"
-
- use python && extensions="${extensions} python-console favicon
- cc-license-viewer epilicious"
-
- 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}"
- if use xulrunner; then
- G2CONF="${G2CONF} --with-gecko=xulrunner"
- else
- G2CONF="${G2CONF} --with-gecko=firefox"
- fi
-}
diff --git a/www-client/epiphany-extensions/epiphany-extensions-2.22.0.ebuild b/www-client/epiphany-extensions/epiphany-extensions-2.22.0.ebuild
deleted file mode 100644
index 88decf6359b3..000000000000
--- a/www-client/epiphany-extensions/epiphany-extensions-2.22.0.ebuild
+++ /dev/null
@@ -1,93 +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-extensions/epiphany-extensions-2.22.0.ebuild,v 1.2 2008/04/05 18:11:01 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_version
- python_mod_optimize "${ROOT}"/usr/$(get_libdir)/epiphany/${MY_MAJORV}/extensions
- fi
-}
-
-pkg_postrm() {
- gnome2_pkg_postrm
-
- if use python; then
- python_version
- python_mod_cleanup /usr/$(get_libdir)/epiphany/${MY_MAJORV}/extensions
- fi
-}