diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-10-04 15:39:43 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-10-04 15:39:43 +0000 |
commit | 1b07f5b7960b04ce337bce6d864b92b5f5749356 (patch) | |
tree | 2b0b9e001fd0bb45c83429a9590e75520234b65e /net-www | |
parent | new version (diff) | |
download | historical-1b07f5b7960b04ce337bce6d864b92b5f5749356.tar.gz historical-1b07f5b7960b04ce337bce6d864b92b5f5749356.tar.bz2 historical-1b07f5b7960b04ce337bce6d864b92b5f5749356.zip |
new version
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/epiphany/Manifest | 6 | ||||
-rw-r--r-- | net-www/epiphany/epiphany-1.0.1.ebuild (renamed from net-www/epiphany/epiphany-0.9.3.ebuild) | 17 | ||||
-rw-r--r-- | net-www/epiphany/files/digest-epiphany-0.9.3 | 1 | ||||
-rw-r--r-- | net-www/epiphany/files/digest-epiphany-1.0.1 | 1 |
4 files changed, 15 insertions, 10 deletions
diff --git a/net-www/epiphany/Manifest b/net-www/epiphany/Manifest index ed338d15c146..2ffc076c1344 100644 --- a/net-www/epiphany/Manifest +++ b/net-www/epiphany/Manifest @@ -1,8 +1,6 @@ -MD5 4de963c5637153769f0b33f4f7f5da5e epiphany-1.0.1.ebuild 1202 +MD5 9fbe67ad36182181cd66061c827cb58a epiphany-1.0.1.ebuild 1203 MD5 4de963c5637153769f0b33f4f7f5da5e epiphany-1.0.ebuild 1202 -MD5 568ce6b54a17bbc1a76f3d2550a3f005 ChangeLog 2993 +MD5 d47f00a8e1282c5e0ce3bac17288e751 ChangeLog 3100 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 -MD5 e8dcf2895c41c739e1c2b4a830d0bebe epiphany-0.9.3.ebuild 1043 MD5 c5f10d488ab33a0e0aec5169a4f03b8d files/digest-epiphany-1.0 66 -MD5 a4299c96d24b1c3641881c9855b7ff4e files/digest-epiphany-0.9.3 68 MD5 f4ef4e59c4ce6a2a7c7e68e4336cc308 files/digest-epiphany-1.0.1 68 diff --git a/net-www/epiphany/epiphany-0.9.3.ebuild b/net-www/epiphany/epiphany-1.0.1.ebuild index 03c74fbe85cd..04a14a28dd17 100644 --- a/net-www/epiphany/epiphany-0.9.3.ebuild +++ b/net-www/epiphany/epiphany-1.0.1.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/epiphany/epiphany-0.9.3.ebuild,v 1.2 2003/09/08 11:51:12 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/epiphany/epiphany-1.0.1.ebuild,v 1.1 2003/10/04 15:39:38 foser Exp $ -inherit gnome2 debug +inherit gnome2 DESCRIPTION="GNOME webbrowser based on the mozilla rendering engine" HOMEPAGE="http://epiphany.mozdev.org/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc" -IUSE="" +KEYWORDS="~x86 ~ppc ~sparc ~alpha" +IUSE="gnome" RDEPEND=">=gnome-base/gconf-1.2 >=x11-libs/gtk+-2 @@ -21,20 +21,27 @@ RDEPEND=">=gnome-base/gconf-1.2 >=gnome-base/ORBit2-2 >=gnome-base/gnome-vfs-2 >=net-www/mozilla-1.4 - app-text/scrollkeeper" + gnome? ( >=gnome-base/nautilus-2.2 )" DEPEND="${RDEPEND} + app-text/scrollkeeper sys-devel/autoconf dev-util/pkgconfig" DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README TODO" +use gnome \ + && G2CONF="${G2CONF} --enable-nautilus-view=yes" \ + || G2CONF="${G2CONF} --enable-nautilus-view=no" + 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 + } diff --git a/net-www/epiphany/files/digest-epiphany-0.9.3 b/net-www/epiphany/files/digest-epiphany-0.9.3 deleted file mode 100644 index 2a8bd5a9c769..000000000000 --- a/net-www/epiphany/files/digest-epiphany-0.9.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 c1ac7a4e4f73b063776fec7f84c476ed epiphany-0.9.3.tar.bz2 1536284 diff --git a/net-www/epiphany/files/digest-epiphany-1.0.1 b/net-www/epiphany/files/digest-epiphany-1.0.1 new file mode 100644 index 000000000000..d72e92a1bbce --- /dev/null +++ b/net-www/epiphany/files/digest-epiphany-1.0.1 @@ -0,0 +1 @@ +MD5 f0de6c8c58906bc72cb702f98a2bf791 epiphany-1.0.1.tar.bz2 1732385 |