diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-01-22 06:57:16 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-01-22 06:57:16 +0000 |
commit | 9a425856df80869c1792f74aa64a6e215ddc3a83 (patch) | |
tree | d87d2569179ce9ec391a23b06c71b6a644a96a4e /net-www/epiphany | |
parent | hppa/ia64 stable (diff) | |
download | gentoo-2-9a425856df80869c1792f74aa64a6e215ddc3a83.tar.gz gentoo-2-9a425856df80869c1792f74aa64a6e215ddc3a83.tar.bz2 gentoo-2-9a425856df80869c1792f74aa64a6e215ddc3a83.zip |
ia64 stable
(Portage version: 2.0.51-r14)
Diffstat (limited to 'net-www/epiphany')
-rw-r--r-- | net-www/epiphany/epiphany-1.4.6.ebuild | 6 | ||||
-rw-r--r-- | net-www/epiphany/epiphany-1.4.7.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net-www/epiphany/epiphany-1.4.6.ebuild b/net-www/epiphany/epiphany-1.4.6.ebuild index 57371383cb5b..478880d4d52b 100644 --- a/net-www/epiphany/epiphany-1.4.6.ebuild +++ b/net-www/epiphany/epiphany-1.4.6.ebuild @@ -1,15 +1,15 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/epiphany/epiphany-1.4.6.ebuild,v 1.6 2005/01/08 13:38:04 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/epiphany/epiphany-1.4.6.ebuild,v 1.7 2005/01/22 06:54:20 vapier Exp $ inherit eutils gnome2 DESCRIPTION="GNOME webbrowser based on the mozilla rendering engine" HOMEPAGE="http://www.gnome.org/projects/epiphany/" -LICENSE="GPL-2" +LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc sparc alpha amd64 ~ia64" +KEYWORDS="x86 ppc sparc alpha amd64 ia64" IUSE="doc" RDEPEND=">=dev-libs/glib-2.4.1 diff --git a/net-www/epiphany/epiphany-1.4.7.ebuild b/net-www/epiphany/epiphany-1.4.7.ebuild index fc45dd89b23a..9163c24c3140 100644 --- a/net-www/epiphany/epiphany-1.4.7.ebuild +++ b/net-www/epiphany/epiphany-1.4.7.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/epiphany/epiphany-1.4.7.ebuild,v 1.2 2005/01/08 13:38:04 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/epiphany/epiphany-1.4.7.ebuild,v 1.3 2005/01/22 06:54:20 vapier Exp $ inherit eutils gnome2 DESCRIPTION="GNOME webbrowser based on the mozilla rendering engine" HOMEPAGE="http://www.gnome.org/projects/epiphany/" -LICENSE="GPL-2" +LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64 ~ia64" IUSE="doc" @@ -35,7 +35,7 @@ DOCS="AUTHORS ChangeLog NEWS README TODO" MAKEOPTS="${MAKEOPTS} -j1" -pkg_setup () { +pkg_setup() { if [ ! -f ${ROOT}/usr/lib/mozilla/components/libwidget_gtk2.so ] then |