diff options
author | Marc-Antoine Perennou <Marc-Antoine@Perennou.com> | 2011-07-14 11:20:54 +0200 |
---|---|---|
committer | Marc-Antoine Perennou <Marc-Antoine@Perennou.com> | 2011-07-14 11:20:54 +0200 |
commit | a2d58cd8cbaed9322465d3a12d712ae160ed7826 (patch) | |
tree | 2d81cefe8dc504815ba6abda7613c1bc747c1c00 /net-libs | |
parent | follow official policy of keyword masking scm packages (diff) | |
download | keruspe-a2d58cd8cbaed9322465d3a12d712ae160ed7826.tar.gz keruspe-a2d58cd8cbaed9322465d3a12d712ae160ed7826.tar.bz2 keruspe-a2d58cd8cbaed9322465d3a12d712ae160ed7826.zip |
update from ::gnome/next
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/gnome-online-accounts/Manifest | 1 | ||||
-rw-r--r-- | net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild | 39 |
2 files changed, 40 insertions, 0 deletions
diff --git a/net-libs/gnome-online-accounts/Manifest b/net-libs/gnome-online-accounts/Manifest new file mode 100644 index 00000000..98efdf65 --- /dev/null +++ b/net-libs/gnome-online-accounts/Manifest @@ -0,0 +1 @@ +EBUILD gnome-online-accounts-9999.ebuild 832 RMD160 95cfb7a5041f769e0d8b1097ebe3fc559b1a300a SHA1 20191639d188fffd890679201902f4344fbe91a1 SHA256 1eaf9007cacc5d7a8356f9f38b8dd80e39a94970a9a4df28d1f27473d6fa0a8d diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild new file mode 100644 index 00000000..4b7bde38 --- /dev/null +++ b/net-libs/gnome-online-accounts/gnome-online-accounts-9999.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="4" +GNOME2_LA_PUNT="yes" + +inherit gnome2-live + +DESCRIPTION="GNOME framework for accessing online accounts" +HOMEPAGE="http://www.gnome.org/" + +LICENSE="LGPL-2" +SLOT="0" +IUSE="doc +introspection" +KEYWORDS="" + +RDEPEND=" + >=dev-libs/glib-2.29.5:2 + dev-libs/json-glib[introspection?] + gnome-base/libgnome-keyring + net-libs/rest:0.7[introspection?] + net-libs/webkit-gtk:3[introspection?] + >=x11-libs/gtk+-3.0.0:3[introspection?] + >=x11-libs/libnotify-0.7 + + introspection? ( >=dev-libs/gobject-introspection-0.6.2 )" +DEPEND="${RDEPEND} + dev-libs/libxslt + dev-util/intltool + sys-devel/gettext + + doc? ( >=dev-util/gtk-doc-1.3 )" + +pkg_setup() { + G2CONF="${G2CONF} + --disable-static" + DOCS="NEWS" # README is empty +} |