From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ACA2D139084 for ; Sat, 9 Dec 2017 11:25:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E135FE1052; Sat, 9 Dec 2017 11:25:52 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C0913E1052 for ; Sat, 9 Dec 2017 11:25:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 588DF33C4EE for ; Sat, 9 Dec 2017 11:25:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6993AE7C for ; Sat, 9 Dec 2017 11:25:49 +0000 (UTC) From: "Ettore Di Giacinto" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ettore Di Giacinto" Message-ID: <1512818593.6003f4e873f902c49bf43ff1560e1d6077b285c4.mudler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/packagekit/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/packagekit/packagekit-1.1.7.ebuild X-VCS-Directories: app-admin/packagekit/ X-VCS-Committer: mudler X-VCS-Committer-Name: Ettore Di Giacinto X-VCS-Revision: 6003f4e873f902c49bf43ff1560e1d6077b285c4 X-VCS-Branch: master Date: Sat, 9 Dec 2017 11:25:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2271417c-c26c-40ae-8b7d-8829ec448336 X-Archives-Hash: 01019fa1b52edfed29e2c5c02994d4ed commit: 6003f4e873f902c49bf43ff1560e1d6077b285c4 Author: Ettore Di Giacinto gentoo org> AuthorDate: Sat Dec 9 11:12:18 2017 +0000 Commit: Ettore Di Giacinto gentoo org> CommitDate: Sat Dec 9 11:23:13 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6003f4e8 app-admin/packagekit: Bump to 1.1.7 Package-Manager: Portage-2.3.16, Repoman-2.3.6 app-admin/packagekit/packagekit-1.1.7.ebuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/app-admin/packagekit/packagekit-1.1.7.ebuild b/app-admin/packagekit/packagekit-1.1.7.ebuild new file mode 100644 index 00000000000..8d79dcc1d57 --- /dev/null +++ b/app-admin/packagekit/packagekit-1.1.7.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="PackageKit Package Manager interface (meta package)" +HOMEPAGE="http://www.packagekit.org/" +SRC_URI="" + +LICENSE="metapackage" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="gtk qt5" + +RDEPEND="gtk? ( ~app-admin/packagekit-gtk-${PV} ) + qt5? ( >=app-admin/packagekit-qt-0.9.6 )" + +DEPEND="${RDEPEND}"