Gentoo Archives: gentoo-commits

From: Ettore Di Giacinto <mudler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/packagekit/
Date: Sat, 09 Dec 2017 11:25:53
Message-Id: 1512818593.6003f4e873f902c49bf43ff1560e1d6077b285c4.mudler@gentoo
1 commit: 6003f4e873f902c49bf43ff1560e1d6077b285c4
2 Author: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 9 11:12:18 2017 +0000
4 Commit: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 9 11:23:13 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6003f4e8
7
8 app-admin/packagekit: Bump to 1.1.7
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 app-admin/packagekit/packagekit-1.1.7.ebuild | 18 ++++++++++++++++++
13 1 file changed, 18 insertions(+)
14
15 diff --git a/app-admin/packagekit/packagekit-1.1.7.ebuild b/app-admin/packagekit/packagekit-1.1.7.ebuild
16 new file mode 100644
17 index 00000000000..8d79dcc1d57
18 --- /dev/null
19 +++ b/app-admin/packagekit/packagekit-1.1.7.ebuild
20 @@ -0,0 +1,18 @@
21 +# Copyright 1999-2017 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=6
25 +
26 +DESCRIPTION="PackageKit Package Manager interface (meta package)"
27 +HOMEPAGE="http://www.packagekit.org/"
28 +SRC_URI=""
29 +
30 +LICENSE="metapackage"
31 +SLOT="0"
32 +KEYWORDS="~amd64 ~arm ~x86"
33 +IUSE="gtk qt5"
34 +
35 +RDEPEND="gtk? ( ~app-admin/packagekit-gtk-${PV} )
36 + qt5? ( >=app-admin/packagekit-qt-0.9.6 )"
37 +
38 +DEPEND="${RDEPEND}"