From b1a2b8fc5aa8b0b1047b4389bba01adb2399661e Mon Sep 17 00:00:00 2001 From: Priit Laes Date: Thu, 19 Jan 2012 00:44:28 +0200 Subject: www-client/epiphany: 3.3.4 -> 3.3.4.1 --- www-client/epiphany/Manifest | 4 +- www-client/epiphany/epiphany-3.3.4.1.ebuild | 60 +++++++++++++++++++++++++++++ www-client/epiphany/epiphany-3.3.4.ebuild | 60 ----------------------------- 3 files changed, 62 insertions(+), 62 deletions(-) create mode 100644 www-client/epiphany/epiphany-3.3.4.1.ebuild delete mode 100644 www-client/epiphany/epiphany-3.3.4.ebuild diff --git a/www-client/epiphany/Manifest b/www-client/epiphany/Manifest index d71da4c1..5067612e 100644 --- a/www-client/epiphany/Manifest +++ b/www-client/epiphany/Manifest @@ -1,3 +1,3 @@ -DIST epiphany-3.3.4.tar.xz 5149512 RMD160 aca40409e4b3ab5d1a9ec163fff649b09421b5fc SHA1 efdc047eceb08d00db03da63e31c94bc4c161b04 SHA256 a65c367ed6f1d375ba5380b7d84a4828e800321f6e56afc7cbf65db86b5f2325 -EBUILD epiphany-3.3.4.ebuild 1654 RMD160 9cf5ebe7950ef623eecb3a3010ca537b01d5a4ee SHA1 10dc533ff998fc923d752c7fb9a76f9c536a8eb2 SHA256 8b0dd53136fdbb745fe090c877528d07455a5de91d42fdda6c9f05eb203ebd59 +DIST epiphany-3.3.4.1.tar.xz 5150356 RMD160 2663aee43f4e552792defdebd87a57e27be0f2ad SHA1 c7030d10a9f5a6bffa6acb792e2da3dd0527fbb7 SHA256 e107af79ce5591bb00d6f76d9d5645f3fa9898e32122c41bf9474a2de44f8305 +EBUILD epiphany-3.3.4.1.ebuild 1654 RMD160 9cf5ebe7950ef623eecb3a3010ca537b01d5a4ee SHA1 10dc533ff998fc923d752c7fb9a76f9c536a8eb2 SHA256 8b0dd53136fdbb745fe090c877528d07455a5de91d42fdda6c9f05eb203ebd59 EBUILD epiphany-9999.ebuild 1742 RMD160 c06380dad51dc811585e3c5637e3a5c68f7deced SHA1 0a529744011980d62df761502173719906724816 SHA256 b6ed16d844607a1809141605a29cb7f060eede6ba809974b4175243e040bf1d5 diff --git a/www-client/epiphany/epiphany-3.3.4.1.ebuild b/www-client/epiphany/epiphany-3.3.4.1.ebuild new file mode 100644 index 00000000..c3613e3c --- /dev/null +++ b/www-client/epiphany/epiphany-3.3.4.1.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-3.2.1.ebuild,v 1.1 2011/11/06 04:57:01 tetromino Exp $ + +EAPI="4" +GCONF_DEBUG="yes" + +inherit eutils gnome2 + +DESCRIPTION="GNOME webbrowser based on Webkit" +HOMEPAGE="http://projects.gnome.org/epiphany/" + +LICENSE="GPL-2" +SLOT="0" +IUSE="avahi doc +introspection +nss test" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" + +# XXX: Should we add seed support? Seed seems to be unmaintained now. +COMMON_DEPEND=">=dev-libs/glib-2.31.2:2 + >=x11-libs/gtk+-3.3.8:3[introspection?] + >=dev-libs/libxml2-2.6.12:2 + >=dev-libs/libxslt-1.1.7 + >=app-text/iso-codes-0.35 + >=net-libs/webkit-gtk-1.7.3:3[introspection?] + >=net-libs/libsoup-gnome-2.37.1:2.4 + >=gnome-base/gnome-keyring-2.26.0 + >=gnome-base/gsettings-desktop-schemas-0.0.1 + >=x11-libs/libnotify-0.5.1 + + x11-libs/libICE + x11-libs/libSM + x11-libs/libX11 + + app-misc/ca-certificates + x11-themes/gnome-icon-theme + + avahi? ( >=net-dns/avahi-0.6.22 ) + introspection? ( >=dev-libs/gobject-introspection-0.9.5 ) + nss? ( dev-libs/nss )" +DEPEND="${COMMON_DEPEND}" +DEPEND="${COMMON_DEPEND} + app-text/gnome-doc-utils + >=dev-util/intltool-0.40 + dev-util/pkgconfig + sys-devel/gettext + doc? ( >=dev-util/gtk-doc-1 )" + +pkg_setup() { + DOCS="AUTHORS ChangeLog* HACKING MAINTAINERS NEWS README TODO" + G2CONF="${G2CONF} + --enable-shared + --disable-schemas-compile + --disable-scrollkeeper + --disable-static + --with-distributor-name=Gentoo + $(use_enable avahi zeroconf) + $(use_enable introspection) + $(use_enable nss) + $(use_enable test tests)" +} diff --git a/www-client/epiphany/epiphany-3.3.4.ebuild b/www-client/epiphany/epiphany-3.3.4.ebuild deleted file mode 100644 index c3613e3c..00000000 --- a/www-client/epiphany/epiphany-3.3.4.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-3.2.1.ebuild,v 1.1 2011/11/06 04:57:01 tetromino Exp $ - -EAPI="4" -GCONF_DEBUG="yes" - -inherit eutils gnome2 - -DESCRIPTION="GNOME webbrowser based on Webkit" -HOMEPAGE="http://projects.gnome.org/epiphany/" - -LICENSE="GPL-2" -SLOT="0" -IUSE="avahi doc +introspection +nss test" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" - -# XXX: Should we add seed support? Seed seems to be unmaintained now. -COMMON_DEPEND=">=dev-libs/glib-2.31.2:2 - >=x11-libs/gtk+-3.3.8:3[introspection?] - >=dev-libs/libxml2-2.6.12:2 - >=dev-libs/libxslt-1.1.7 - >=app-text/iso-codes-0.35 - >=net-libs/webkit-gtk-1.7.3:3[introspection?] - >=net-libs/libsoup-gnome-2.37.1:2.4 - >=gnome-base/gnome-keyring-2.26.0 - >=gnome-base/gsettings-desktop-schemas-0.0.1 - >=x11-libs/libnotify-0.5.1 - - x11-libs/libICE - x11-libs/libSM - x11-libs/libX11 - - app-misc/ca-certificates - x11-themes/gnome-icon-theme - - avahi? ( >=net-dns/avahi-0.6.22 ) - introspection? ( >=dev-libs/gobject-introspection-0.9.5 ) - nss? ( dev-libs/nss )" -DEPEND="${COMMON_DEPEND}" -DEPEND="${COMMON_DEPEND} - app-text/gnome-doc-utils - >=dev-util/intltool-0.40 - dev-util/pkgconfig - sys-devel/gettext - doc? ( >=dev-util/gtk-doc-1 )" - -pkg_setup() { - DOCS="AUTHORS ChangeLog* HACKING MAINTAINERS NEWS README TODO" - G2CONF="${G2CONF} - --enable-shared - --disable-schemas-compile - --disable-scrollkeeper - --disable-static - --with-distributor-name=Gentoo - $(use_enable avahi zeroconf) - $(use_enable introspection) - $(use_enable nss) - $(use_enable test tests)" -} -- cgit v1.2.3