diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-10-29 05:57:03 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-10-29 05:57:03 +0000 |
commit | 2586539d5dc44f6e6c6429a4764aa10d638ee51e (patch) | |
tree | 18aa05ecc6afaa699834d2bc0c21a124ef97c0bb /net-libs/gnome-online-accounts | |
parent | Mask gnome-online-accounts for gnome-3.2. (diff) | |
download | historical-2586539d5dc44f6e6c6429a4764aa10d638ee51e.tar.gz historical-2586539d5dc44f6e6c6429a4764aa10d638ee51e.tar.bz2 historical-2586539d5dc44f6e6c6429a4764aa10d638ee51e.zip |
New ebuild from the gnome overlay, needed for gnome-3.2.
Package-Manager: portage-2.2.0_alpha71/cvs/Linux x86_64
Diffstat (limited to 'net-libs/gnome-online-accounts')
-rw-r--r-- | net-libs/gnome-online-accounts/ChangeLog | 10 | ||||
-rw-r--r-- | net-libs/gnome-online-accounts/Manifest | 14 | ||||
-rw-r--r-- | net-libs/gnome-online-accounts/gnome-online-accounts-3.2.1.ebuild | 49 | ||||
-rw-r--r-- | net-libs/gnome-online-accounts/metadata.xml | 11 |
4 files changed, 84 insertions, 0 deletions
diff --git a/net-libs/gnome-online-accounts/ChangeLog b/net-libs/gnome-online-accounts/ChangeLog new file mode 100644 index 000000000000..96b516e61e03 --- /dev/null +++ b/net-libs/gnome-online-accounts/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for net-libs/gnome-online-accounts +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/gnome-online-accounts/ChangeLog,v 1.1 2011/10/29 05:57:03 tetromino Exp $ + +*gnome-online-accounts-3.2.1 (29 Oct 2011) + + 29 Oct 2011; Alexandre Rostovtsev <tetromino@gentoo.org> + +gnome-online-accounts-3.2.1.ebuild, +metadata.xml: + New ebuild from the gnome overlay, needed for gnome-3.2. + diff --git a/net-libs/gnome-online-accounts/Manifest b/net-libs/gnome-online-accounts/Manifest new file mode 100644 index 000000000000..55baa4336c49 --- /dev/null +++ b/net-libs/gnome-online-accounts/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA256 + +DIST gnome-online-accounts-3.2.1.tar.xz 457816 RMD160 ca749852eca94a6d63679a1e59654517f61189bd SHA1 184042ea3a331fb454d0270aa324220bd0749015 SHA256 549c210c358fd05598a00cb7a8d8f5b0fd6e18f7cb321c3c1641fb18f1312234 +EBUILD gnome-online-accounts-3.2.1.ebuild 1280 RMD160 022dd602c5d3f59c4e89f6ce0179fe1c91652785 SHA1 8aec5acc9dd33824e51d8eb24f7a42df8b7479d6 SHA256 dd91b69687b890f0df79ab37658169cb8e712cf96a65cb6ba5770f17e3b86846 +MISC ChangeLog 453 RMD160 df1621d6f3c8822de8a75e43699dd0dce5f8fbc0 SHA1 485a56315722c17486a8cdf6c5dede3900642ed1 SHA256 215dbbac96b73478e9706e7c75d7f3fe114977fdd2e2fddb2a4c6c8821e21a68 +MISC metadata.xml 403 RMD160 94f48764363c90bfae4ff109deb5e265fc6ed4a6 SHA1 489a999af51cbfb19621eb9e3e2faff899154547 SHA256 888a3ad0617daa23ebaec8ee9df76846f8071fdf86e0cc4693d81beb357707e6 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.18 (GNU/Linux) + +iF4EAREIAAYFAk6rlbQACgkQdjK8w9WeBnAVGwEAm3I9f0TcmXMIBPPUXUQQOtzP +z+1DHOAsy63NNiInDtgA/R0z1i2rHuY1t3yuZ4xoyJdI3Al7nNe5KYtC4JBRUfW9 +=PZWt +-----END PGP SIGNATURE----- diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.2.1.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.2.1.ebuild new file mode 100644 index 000000000000..9ef9c3143f1c --- /dev/null +++ b/net-libs/gnome-online-accounts/gnome-online-accounts-3.2.1.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/gnome-online-accounts/gnome-online-accounts-3.2.1.ebuild,v 1.1 2011/10/29 05:57:03 tetromino Exp $ + +EAPI="4" +GNOME2_LA_PUNT="yes" + +inherit gnome2 + +DESCRIPTION="GNOME framework for accessing online accounts" +HOMEPAGE="http://www.gnome.org/" + +LICENSE="LGPL-2" +SLOT="0" +IUSE="doc gnome +introspection" +KEYWORDS="~amd64 ~x86" + +# pango used in goaeditablelabel +# libsoup used in goaoauthprovider +# Require {glib,gdbus-codegen}-2.30.0 due to GDBus API changes between 2.29.92 +# and 2.30.0 +RDEPEND=" + >=dev-libs/glib-2.30.0:2 + dev-libs/json-glib + gnome-base/libgnome-keyring + net-libs/libsoup:2.4 + >=net-libs/libsoup-gnome-2.26:2.4 + net-libs/rest:0.7 + net-libs/webkit-gtk:3 + >=x11-libs/gtk+-3.0.0:3 + >=x11-libs/libnotify-0.7 + x11-libs/pango + + introspection? ( >=dev-libs/gobject-introspection-0.6.2 )" +# goa-daemon can launch gnome-control-center +PDEPEND="gnome? ( >=gnome-base/gnome-control-center-3.2 )" +DEPEND="${RDEPEND} + dev-libs/libxslt + >=dev-util/gdbus-codegen-2.30.0 + dev-util/intltool + sys-devel/gettext + + doc? ( >=dev-util/gtk-doc-1.3 )" + +pkg_setup() { + G2CONF="${G2CONF} + --disable-static" + DOCS="NEWS" # README is empty +} diff --git a/net-libs/gnome-online-accounts/metadata.xml b/net-libs/gnome-online-accounts/metadata.xml new file mode 100644 index 000000000000..6c77ba1e6e64 --- /dev/null +++ b/net-libs/gnome-online-accounts/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>gnome</herd> +<use> + <flag name="introspection">Use <pkg>gnome-base/gnome-control-center</pkg> + to set GNOME online accounts preferences</flag> + <flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg> + for introspection</flag> +</use> +</pkgmetadata> |