diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2013-03-29 23:31:06 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2013-03-29 23:31:06 +0000 |
commit | 01b9581b1762b8aee4d3fadb0d15cf634025f8d4 (patch) | |
tree | 0858a98e501f2e0adb41066b6b19ced4946d1c10 /net-libs | |
parent | Clean up old revision. (diff) | |
download | gentoo-2-01b9581b1762b8aee4d3fadb0d15cf634025f8d4.tar.gz gentoo-2-01b9581b1762b8aee4d3fadb0d15cf634025f8d4.tar.bz2 gentoo-2-01b9581b1762b8aee4d3fadb0d15cf634025f8d4.zip |
Clean up old revision.
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/gnome-online-accounts/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/gnome-online-accounts/gnome-online-accounts-3.4.2.ebuild | 54 |
2 files changed, 5 insertions, 55 deletions
diff --git a/net-libs/gnome-online-accounts/ChangeLog b/net-libs/gnome-online-accounts/ChangeLog index c92a74c0a2a2..29271ac414ca 100644 --- a/net-libs/gnome-online-accounts/ChangeLog +++ b/net-libs/gnome-online-accounts/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/gnome-online-accounts # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gnome-online-accounts/ChangeLog,v 1.12 2013/03/28 22:33:47 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gnome-online-accounts/ChangeLog,v 1.13 2013/03/29 23:31:06 eva Exp $ + + 29 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org> + -gnome-online-accounts-3.4.2.ebuild: + Clean up old revision. *gnome-online-accounts-3.8.0 (28 Mar 2013) diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.4.2.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.4.2.ebuild deleted file mode 100644 index 180ddb18a8d1..000000000000 --- a/net-libs/gnome-online-accounts/gnome-online-accounts-3.4.2.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2013 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.4.2.ebuild,v 1.4 2013/01/22 05:16:46 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 ~ppc ~ppc64 ~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[gnome-online-accounts(+)] )" -DEPEND="${RDEPEND} - dev-libs/libxslt - >=dev-util/gdbus-codegen-2.30.0 - dev-util/intltool - sys-devel/gettext - virtual/pkgconfig - - doc? ( >=dev-util/gtk-doc-1.3 )" - -pkg_setup() { - # TODO: Give users a way to set the G/Y!/FB/Twitter/Windows Live secrets - G2CONF="${G2CONF} - --disable-static - --enable-documentation - --enable-facebook - --enable-windows-live" - DOCS="NEWS" # README is empty -} |