summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2009-08-09 10:40:31 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2009-08-09 10:40:31 +0000
commit0f4506d2954ad3ac49c57c3988760cdad4613bd7 (patch)
tree6940f81c8cfeeb32baad874843312941cf6fbe45 /www-client/epiphany-extensions/epiphany-extensions-2.26.1.ebuild
parentFix qa warns as well (diff)
downloadgentoo-2-0f4506d2954ad3ac49c57c3988760cdad4613bd7.tar.gz
gentoo-2-0f4506d2954ad3ac49c57c3988760cdad4613bd7.tar.bz2
gentoo-2-0f4506d2954ad3ac49c57c3988760cdad4613bd7.zip
Move gzip'ed patch to mirors, bug #274881.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'www-client/epiphany-extensions/epiphany-extensions-2.26.1.ebuild')
-rw-r--r--www-client/epiphany-extensions/epiphany-extensions-2.26.1.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/www-client/epiphany-extensions/epiphany-extensions-2.26.1.ebuild b/www-client/epiphany-extensions/epiphany-extensions-2.26.1.ebuild
index e0366664a503..3a68820685c8 100644
--- a/www-client/epiphany-extensions/epiphany-extensions-2.26.1.ebuild
+++ b/www-client/epiphany-extensions/epiphany-extensions-2.26.1.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-extensions/epiphany-extensions-2.26.1.ebuild,v 1.1 2009/05/10 22:10:50 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-2.26.1.ebuild,v 1.2 2009/08/09 10:40:30 eva Exp $
inherit autotools eutils gnome2 python versionator
@@ -8,8 +8,9 @@ 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"
+SRC_URI="${SRC_URI} mirror://gentoo/${PN}-2.21.92-sessionsaver-v4.patch.gz"
+LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
IUSE="dbus examples pcre python"
@@ -64,12 +65,13 @@ src_unpack() {
ln -s $(type -P true) py-compile
# Don't remove sessionsaver, please. -dang
- epatch "${FILESDIR}"/${PN}-2.21.92-sessionsaver-v4.patch.gz
+ epatch "${WORKDIR}"/${PN}-2.21.92-sessionsaver-v4.patch
echo "extensions/sessionsaver/ephy-sessionsaver-extension.c" >> po/POTFILES.in
# Fix building with libtool-1 bug #257337
rm m4/lt* m4/libtool.m4 m4/ltmain.m4
+ intltoolize --force --copy --automake || die "intltoolize failed"
eautoreconf
}