diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2013-03-30 16:58:40 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2013-03-30 16:58:40 +0000 |
commit | 846b7a3e05a9adbe4fd7d73f116e89d51649b973 (patch) | |
tree | 7ba1972e71dedd9ecd2b752670ac0765d05dd84c /net-libs/libsocialweb | |
parent | Clean up old revision. (diff) | |
download | gentoo-2-846b7a3e05a9adbe4fd7d73f116e89d51649b973.tar.gz gentoo-2-846b7a3e05a9adbe4fd7d73f116e89d51649b973.tar.bz2 gentoo-2-846b7a3e05a9adbe4fd7d73f116e89d51649b973.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/libsocialweb')
-rw-r--r-- | net-libs/libsocialweb/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/libsocialweb/libsocialweb-0.25.20.ebuild | 80 |
2 files changed, 5 insertions, 81 deletions
diff --git a/net-libs/libsocialweb/ChangeLog b/net-libs/libsocialweb/ChangeLog index ffe363d70f8e..85ea70044611 100644 --- a/net-libs/libsocialweb/ChangeLog +++ b/net-libs/libsocialweb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/libsocialweb # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libsocialweb/ChangeLog,v 1.19 2013/02/02 23:04:58 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libsocialweb/ChangeLog,v 1.20 2013/03/30 16:58:40 eva Exp $ + + 30 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org> + -libsocialweb-0.25.20.ebuild: + Clean up old revision. 02 Feb 2013; Agostino Sarubbo <ago@gentoo.org> libsocialweb-0.25.21.ebuild: Add ~arm, wrt bug #449220 diff --git a/net-libs/libsocialweb/libsocialweb-0.25.20.ebuild b/net-libs/libsocialweb/libsocialweb-0.25.20.ebuild deleted file mode 100644 index 71e9398ea59b..000000000000 --- a/net-libs/libsocialweb/libsocialweb-0.25.20.ebuild +++ /dev/null @@ -1,80 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libsocialweb/libsocialweb-0.25.20.ebuild,v 1.9 2012/10/20 03:01:33 tetromino Exp $ - -EAPI="4" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" -PYTHON_DEPEND="2" - -inherit eutils gnome2 python - -DESCRIPTION="Social web services integration framework" -HOMEPAGE="http://git.gnome.org/browse/libsocialweb" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 x86" -IUSE="connman +gnome +introspection +networkmanager vala" - -# NOTE: coverage testing should not be enabled -RDEPEND=">=dev-libs/glib-2.14:2 - >=net-libs/rest-0.7.10 - - gnome-base/gconf:2 - gnome-base/libgnome-keyring - dev-libs/dbus-glib - dev-libs/json-glib - net-libs/libsoup:2.4 - - gnome? ( >=net-libs/libsoup-gnome-2.25.1:2.4 ) - introspection? ( >=dev-libs/gobject-introspection-0.9.6 ) - networkmanager? ( net-misc/networkmanager ) - !networkmanager? ( connman? ( net-misc/connman ) )" -DEPEND="${RDEPEND} - >=dev-util/gtk-doc-am-1.15 - >=dev-util/intltool-0.40 - virtual/pkgconfig - sys-devel/gettext - vala? ( - >=dev-lang/vala-0.10.0:0.12[vapigen] - >=dev-libs/gobject-introspection-0.9.6 )" - -# Introspection is needed for vala bindings -REQUIRED_USE="vala? ( introspection )" - -pkg_setup() { - # TODO: enable sys-apps/keyutils support (--without-kernel-keyring) - G2CONF="${G2CONF} - --disable-static - --disable-gcov - --without-kernel-keyring - --enable-all-services - $(use_enable introspection) - $(use_enable vala vala-bindings) - $(use_with gnome) - VALAC=$(type -P valac-0.12) - VAPIGEN=$(type -P vapigen-0.12) - --with-online=always" - - # NetworkManager always overrides connman support - use connman && G2CONF="${G2CONF} --with-online=connman" - use networkmanager && G2CONF="${G2CONF} --with-online=networkmanager" - - DOCS="AUTHORS README TODO" - - python_set_active_version 2 - python_pkg_setup -} - -src_prepare() { - # Sent upstream, gnome bug 677445 - epatch "${FILESDIR}"/${P}-gold.patch - - # Fix namespacing of introspection annotations, bug #426984 - epatch "${FILESDIR}"/${PN}-0.25.20-introspection-annotations.patch - - gnome2_src_prepare - - python_convert_shebangs 2 "${S}/tools/glib-ginterface-gen.py" -} |