Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/packagekit/
Date: Sun, 03 Jan 2016 13:32:22
Message-Id: 1451826669.cc3dd723687acec26f51e93ce064a7a316e0d61c.eva@gentoo
1 commit: cc3dd723687acec26f51e93ce064a7a316e0d61c
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 3 12:39:41 2016 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 3 13:11:09 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc3dd723
7
8 app-admin/packagekit: version bump to 1.0.11
9
10 Package-Manager: portage-2.2.26
11
12 app-admin/packagekit/packagekit-1.0.11.ebuild | 19 +++++++++++++++++++
13 1 file changed, 19 insertions(+)
14
15 diff --git a/app-admin/packagekit/packagekit-1.0.11.ebuild b/app-admin/packagekit/packagekit-1.0.11.ebuild
16 new file mode 100644
17 index 0000000..f8c5af7
18 --- /dev/null
19 +++ b/app-admin/packagekit/packagekit-1.0.11.ebuild
20 @@ -0,0 +1,19 @@
21 +# Copyright 1999-2016 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Id$
24 +
25 +EAPI="5"
26 +
27 +DESCRIPTION="PackageKit Package Manager interface (meta package)"
28 +HOMEPAGE="http://www.packagekit.org/"
29 +SRC_URI=""
30 +
31 +LICENSE="metapackage"
32 +SLOT="0"
33 +KEYWORDS="~amd64 ~arm ~x86"
34 +IUSE="gtk qt4"
35 +
36 +RDEPEND="gtk? ( ~app-admin/packagekit-gtk-${PV} )
37 + qt4? ( >=app-admin/packagekit-qt4-0.9 )"
38 +
39 +DEPEND="${RDEPEND}"