summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2009-09-21 00:58:33 +0000
committerMart Raudsepp <leio@gentoo.org>2009-09-21 00:58:33 +0000
commit1ad705db7c6c20b3fc0cd3476b86ac41c9e98d88 (patch)
treeef913dba000ca796d295d72c063759f94150be96 /www-client/epiphany
parentNew package, dependency of sci-biology/beast-mcmc, import from java overlay, ... (diff)
downloadgentoo-2-1ad705db7c6c20b3fc0cd3476b86ac41c9e98d88.tar.gz
gentoo-2-1ad705db7c6c20b3fc0cd3476b86ac41c9e98d88.tar.bz2
gentoo-2-1ad705db7c6c20b3fc0cd3476b86ac41c9e98d88.zip
QA: Remove by now unnecessary patch from this revision. The added header include that the patch adds has been added in some version already at a different spot, so the patch did not fail, but is unnecessary now
(Portage version: 2.2_rc22/cvs/Linux 2.6.31-gentoo x86_64)
Diffstat (limited to 'www-client/epiphany')
-rw-r--r--www-client/epiphany/ChangeLog5
-rw-r--r--www-client/epiphany/epiphany-2.26.3-r1.ebuild9
2 files changed, 8 insertions, 6 deletions
diff --git a/www-client/epiphany/ChangeLog b/www-client/epiphany/ChangeLog
index 2461fd01b4e1..776b799aaa88 100644
--- a/www-client/epiphany/ChangeLog
+++ b/www-client/epiphany/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for www-client/epiphany
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.213 2009/08/02 10:12:47 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.214 2009/09/21 00:58:33 leio Exp $
+
+ 21 Sep 2009; Mart Raudsepp <leio@gentoo.org> epiphany-2.26.3-r1.ebuild:
+ QA: Remove by now unnecessary patch from this revision
*epiphany-2.26.3-r1 (02 Aug 2009)
diff --git a/www-client/epiphany/epiphany-2.26.3-r1.ebuild b/www-client/epiphany/epiphany-2.26.3-r1.ebuild
index bf42d762f746..dab1699f0642 100644
--- a/www-client/epiphany/epiphany-2.26.3-r1.ebuild
+++ b/www-client/epiphany/epiphany-2.26.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.26.3-r1.ebuild,v 1.1 2009/08/02 10:12:47 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.26.3-r1.ebuild,v 1.2 2009/09/21 00:58:33 leio Exp $
EAPI="2"
@@ -61,9 +61,6 @@ pkg_setup() {
src_prepare() {
gnome2_src_prepare
- # Fix compilation with xulrunner 1.9.1, bug #263990
- epatch "${FILESDIR}/${PN}-2.26.0-xulrunner191.patch"
-
# Fix libcanberra automagic support, bug #266232
epatch "${FILESDIR}/${PN}-2.26.1-automagic-libcanberra.patch"
@@ -83,6 +80,8 @@ src_prepare() {
src_install() {
gnome2_src_install
- # Drop useless .la file
+ # All .la files are for plugins or extensions that are dlopened.
+ # Upstream should pass *_la_LIBTOOLFLAGS = --tag=disable-static to drop them instead
+ # but gecko is a dead branch for them, so do it ourselves:
find "${D}" -name '*.la' -delete
}