Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 27160 - Epiphany 0.9.1 ebuild
Summary: Epiphany 0.9.1 ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Highest enhancement (vote)
Assignee: Gentoo Web Application Packages Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-22 21:01 UTC by Igor Lev
Modified: 2003-08-24 04:36 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Igor Lev 2003-08-22 21:01:14 UTC
Only a few changes to the 0.8.4 ebuild

Reproducible: Always
Steps to Reproduce:
1.
2.
3.





inherit gnome2 debug

DESCRIPTION="GNOME webbrowser based on the mozilla rendering engine"
SRC_URI="http://downloads.mozdev.org/epiphany/${P}.tar.gz"
HOMEPAGE="http://epiphany.mozdev.org/"
LICENSE="GPL-2"

SLOT="0"
KEYWORDS="~x86 ~ppc"
IUSE=""

RDEPEND=">=gnome-base/gconf-1.2
	>=x11-libs/gtk+-2
	>=dev-libs/libxml2-2
	>=gnome-base/libgnomeui-2
	>=gnome-base/libglade-2
	>=gnome-base/bonobo-activation-2
	>=gnome-base/libbonoboui-2.2
	>=gnome-base/ORBit2-2
	>=gnome-base/gnome-vfs-2
	>=net-www/mozilla-1.4
	app-text/scrollkeeper"

DEPEND="${RDEPEND}
	sys-devel/autoconf
	dev-util/pkgconfig"


DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README TODO"

pkg_setup () {
	if [ ! -f ${ROOT}/usr/lib/mozilla/components/libwidget_gtk2.so ]
	then
		eerror "you need mozilla-1.4+ compiled against gtk+-2"
		eerror "export USE=\"gtk2\" ;emerge mozilla -p "
		die "Need Mozilla compiled with gtk+-2.0!!"
	fi
}
Comment 1 JoWilly 2003-08-23 14:53:50 UTC
Actually it's 0.9.1 ;-)
Comment 2 foser (RETIRED) gentoo-dev 2003-08-23 17:10:52 UTC
it is yep, i have a local ebuild already. will add later on.

Please next time attach ebuilds plaintext and provide a 'diff -u' to see what you actually changed in the ebuild.
Comment 3 Igor Lev 2003-08-23 23:22:14 UTC
Sure thing, first time ebuild submission will try to do it better next time :)

By plaintext you mean actually attach and not just paste in?
Comment 4 Mike Gardiner (RETIRED) gentoo-dev 2003-08-24 01:58:35 UTC
that's correct. for versions bumps straight from the tree like this, a diff -u of your changes to the ebuild are the best for us to see what needs to be changed. thanks.
Comment 5 foser (RETIRED) gentoo-dev 2003-08-24 04:36:00 UTC
0.9.1 in portage now.