summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/gnome-online-accounts/gnome-online-accounts-3.2.1.ebuild')
-rw-r--r--net-libs/gnome-online-accounts/gnome-online-accounts-3.2.1.ebuild55
1 files changed, 0 insertions, 55 deletions
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
deleted file mode 100644
index 7a172b34..00000000
--- a/net-libs/gnome-online-accounts/gnome-online-accounts-3.2.1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# 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
-if [[ ${PV} = 9999 ]]; then
- inherit gnome2-live
-fi
-
-DESCRIPTION="GNOME framework for accessing online accounts"
-HOMEPAGE="http://www.gnome.org/"
-
-LICENSE="LGPL-2"
-SLOT="0"
-IUSE="doc +introspection"
-if [[ ${PV} = 9999 ]]; then
- KEYWORDS=""
-else
- KEYWORDS="~amd64 ~x86"
-fi
-
-# 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 )"
-PDEPEND=">=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
-}