From: Andreas Sturmlechner Date: Mon, 22 Jan 2018 18:16:46 +0000 (+0100) Subject: net-libs/signon-ui: EAPI 6, fix src_prepare X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=da3ce18965f7c474e4e4162a3299275345905acf;p=gentoo.git net-libs/signon-ui: EAPI 6, fix src_prepare Package-Manager: Portage-2.3.20, Repoman-2.3.6 --- diff --git a/net-libs/signon-ui/signon-ui-0.15-r1.ebuild b/net-libs/signon-ui/signon-ui-0.15-r1.ebuild new file mode 100644 index 000000000000..d2b2a02363e0 --- /dev/null +++ b/net-libs/signon-ui/signon-ui-0.15-r1.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit qmake-utils + +DESCRIPTION="Online accounts signon UI" +HOMEPAGE="https://launchpad.net/signon-ui" +SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.bz2" + +LICENSE="GPL-2 GPL-3" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="test" + +RESTRICT="test" + +#