summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2016-02-28 13:24:36 +0100
committerManuel Rüger <mrueg@gentoo.org>2016-02-28 13:24:36 +0100
commit143da003427f281c2b75cb83f5ecc1b7ac37ded2 (patch)
treee385e7d9decf14c018229a969b9cab2629f25e0e /net-libs/libaccounts-glib
parentnet-libs/libaccounts-glib: Revbump to use correct tarball (diff)
downloadgentoo-143da003427f281c2b75cb83f5ecc1b7ac37ded2.tar.gz
gentoo-143da003427f281c2b75cb83f5ecc1b7ac37ded2.tar.bz2
gentoo-143da003427f281c2b75cb83f5ecc1b7ac37ded2.zip
net-libs/libaccounts-glib: Remove old
Package-Manager: portage-2.2.27
Diffstat (limited to 'net-libs/libaccounts-glib')
-rw-r--r--net-libs/libaccounts-glib/libaccounts-glib-1.21-r1.ebuild45
1 files changed, 0 insertions, 45 deletions
diff --git a/net-libs/libaccounts-glib/libaccounts-glib-1.21-r1.ebuild b/net-libs/libaccounts-glib/libaccounts-glib-1.21-r1.ebuild
deleted file mode 100644
index 66a39ef7862d..000000000000
--- a/net-libs/libaccounts-glib/libaccounts-glib-1.21-r1.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_${PV} -> ${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
-}