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: Wed, 12 Dec 2018 14:17:41
Message-Id: 1544624251.234b039cd93dddc7d96d2e7e35b9a0a6ef17912b.eva@gentoo
1 commit: 234b039cd93dddc7d96d2e7e35b9a0a6ef17912b
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 11 14:13:30 2018 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 12 14:17:31 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=234b039c
7
8 app-admin/packagekit: 1.1.7 → 1.1.12
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 RepoMan-Options: --force
12 Signed-off-by: Gilles Dartiguelongue <eva <AT> gentoo.org>
13
14 app-admin/packagekit/packagekit-1.1.12.ebuild | 18 ++++++++++++++++++
15 1 file changed, 18 insertions(+)
16
17 diff --git a/app-admin/packagekit/packagekit-1.1.12.ebuild b/app-admin/packagekit/packagekit-1.1.12.ebuild
18 new file mode 100644
19 index 00000000000..c91143dec18
20 --- /dev/null
21 +++ b/app-admin/packagekit/packagekit-1.1.12.ebuild
22 @@ -0,0 +1,18 @@
23 +# Copyright 1999-2018 Gentoo Authors
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=6
27 +
28 +DESCRIPTION="PackageKit Package Manager interface (meta package)"
29 +HOMEPAGE="https://www.freedesktop.org/software/PackageKit/"
30 +SRC_URI=""
31 +
32 +LICENSE="metapackage"
33 +SLOT="0"
34 +KEYWORDS="~amd64 ~arm ~x86"
35 +IUSE="gtk qt5"
36 +
37 +RDEPEND="gtk? ( ~app-admin/packagekit-gtk-${PV} )
38 + qt5? ( >=app-admin/packagekit-qt-0.9.6 )"
39 +
40 +DEPEND="${RDEPEND}"