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 9B253138334 for ; Wed, 12 Dec 2018 14:17:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2A6BE0A44; Wed, 12 Dec 2018 14:17:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A01C2E0A44 for ; Wed, 12 Dec 2018 14:17:40 +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 AC856335C67 for ; Wed, 12 Dec 2018 14:17:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C28B64E3 for ; Wed, 12 Dec 2018 14:17:37 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1544624251.234b039cd93dddc7d96d2e7e35b9a0a6ef17912b.eva@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.12.ebuild X-VCS-Directories: app-admin/packagekit/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 234b039cd93dddc7d96d2e7e35b9a0a6ef17912b X-VCS-Branch: master Date: Wed, 12 Dec 2018 14:17:37 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d121999c-e143-42ac-a25d-439efebbc587 X-Archives-Hash: 586525d4fc1cb32aa3d2279dbf89732b commit: 234b039cd93dddc7d96d2e7e35b9a0a6ef17912b Author: Gilles Dartiguelongue gentoo org> AuthorDate: Tue Dec 11 14:13:30 2018 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Wed Dec 12 14:17:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=234b039c app-admin/packagekit: 1.1.7 → 1.1.12 Package-Manager: Portage-2.3.52, Repoman-2.3.12 RepoMan-Options: --force Signed-off-by: Gilles Dartiguelongue gentoo.org> app-admin/packagekit/packagekit-1.1.12.ebuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/app-admin/packagekit/packagekit-1.1.12.ebuild b/app-admin/packagekit/packagekit-1.1.12.ebuild new file mode 100644 index 00000000000..c91143dec18 --- /dev/null +++ b/app-admin/packagekit/packagekit-1.1.12.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="PackageKit Package Manager interface (meta package)" +HOMEPAGE="https://www.freedesktop.org/software/PackageKit/" +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}"