diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2016-02-25 00:29:37 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2016-02-25 00:29:37 +0100 |
commit | 97a11c7cc191606b80fd67be9ade004a51af090b (patch) | |
tree | 1aeb9ccf4e9103e5811708e8933c009427643b0b /net-libs | |
parent | net-libs/libaccounts-glib: Fix SRC_URI. Thanks to Andreas Sturmlechner (diff) | |
download | gentoo-97a11c7cc191606b80fd67be9ade004a51af090b.tar.gz gentoo-97a11c7cc191606b80fd67be9ade004a51af090b.tar.bz2 gentoo-97a11c7cc191606b80fd67be9ade004a51af090b.zip |
net-libs/libaccounts-glib: Remove old
Package-Manager: portage-2.2.27
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libaccounts-glib/libaccounts-glib-1.21.ebuild | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/net-libs/libaccounts-glib/libaccounts-glib-1.21.ebuild b/net-libs/libaccounts-glib/libaccounts-glib-1.21.ebuild deleted file mode 100644 index 339afc3432fc..000000000000 --- a/net-libs/libaccounts-glib/libaccounts-glib-1.21.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit autotools eutils vcs-snapshot - -DESCRIPTION="Accounts SSO (Single Sign-On) management library for GLib applications" -HOMEPAGE="https://01.org/gsso/" -SRC_URI="https://gitlab.com/accounts-sso/libaccounts-glib/repository/archive.tar.gz?ref=VERSION_1.19 -> ${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -RDEPEND=" - dev-db/sqlite:3 - dev-libs/glib:2 - dev-libs/libxml2 -" -DEPEND="${RDEPEND} - dev-util/gtk-doc -" - -RESTRICT="test" - -DOCS=( AUTHORS NEWS ) - -src_prepare() { - eautoreconf -} - -src_configure() { - econf \ - --disable-python \ - --disable-tests \ - $(use_enable debug) -} - -src_install() { - default - prune_libtool_files -} |