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 4B54F138334 for ; Sun, 7 Oct 2018 09:36:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 426ACE0C17; Sun, 7 Oct 2018 09:36:19 +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 15BD6E0C17 for ; Sun, 7 Oct 2018 09:36:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 72F36335C67 for ; Sun, 7 Oct 2018 09:36:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9FAA3F8 for ; Sun, 7 Oct 2018 09:36:14 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1538904967.5c7f5705585331aefa436d702ff103448b918748.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/packagekit-qt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/packagekit-qt/Manifest app-admin/packagekit-qt/packagekit-qt-1.0.0.ebuild X-VCS-Directories: app-admin/packagekit-qt/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 5c7f5705585331aefa436d702ff103448b918748 X-VCS-Branch: master Date: Sun, 7 Oct 2018 09:36:14 +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: dd021c43-75d9-459a-b5f6-b6efadc5c464 X-Archives-Hash: 2336aa4cd10d9a0a666044f01e404059 commit: 5c7f5705585331aefa436d702ff103448b918748 Author: Johannes Huber gentoo org> AuthorDate: Sun Oct 7 09:35:48 2018 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun Oct 7 09:36:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c7f5705 app-admin/packagekit-qt: Remove 1.0.0 Overshadowed by 1.0.1. Signed-off-by: Johannes Huber gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11 app-admin/packagekit-qt/Manifest | 1 - app-admin/packagekit-qt/packagekit-qt-1.0.0.ebuild | 29 ---------------------- 2 files changed, 30 deletions(-) diff --git a/app-admin/packagekit-qt/Manifest b/app-admin/packagekit-qt/Manifest index 843013e2330..c6aba48afe0 100644 --- a/app-admin/packagekit-qt/Manifest +++ b/app-admin/packagekit-qt/Manifest @@ -1,2 +1 @@ -DIST packagekit-qt-1.0.0.tar.gz 53495 BLAKE2B a19ff095ec42bc16e498455323a4046365f6ae144fdfc998dee799df9f4ea022696ab30682316b6417c8a96e80e75db31704e36e43c1a5eddd0a7d86309adada SHA512 4109117a94c47180cff0f073c03820ac39a139b6b3ac88dec82758fffe01271f7a3dae85d94e86a4a1167f4660326adc1d58dc6eb0fd164bd0aefee2e412dad4 DIST packagekit-qt-1.0.1.tar.gz 53503 BLAKE2B af96899e520f4139d6025746c2a2e7a65c67c2900cdf4fbdb410c12e33f494343d078ec24e7dcdb33749b1d5206b0bf622809827ed64beae162888e48d0aaec0 SHA512 e1291545b496571c00a6a24586c45b7173e85e3704d419af6a0ec47ea5ce256c8ec7e887721b1bf8038cb967ceb82726925800ab06aa784b2bdd560e49be724a diff --git a/app-admin/packagekit-qt/packagekit-qt-1.0.0.ebuild b/app-admin/packagekit-qt/packagekit-qt-1.0.0.ebuild deleted file mode 100644 index 8e125d09672..00000000000 --- a/app-admin/packagekit-qt/packagekit-qt-1.0.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MY_PN="PackageKit-Qt" -MY_P=${MY_PN}-${PV} -inherit cmake-utils - -DESCRIPTION="Qt PackageKit backend library" -HOMEPAGE="https://www.freedesktop.org/software/PackageKit/" -SRC_URI="https://github.com/hughsie/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0/1" -KEYWORDS="amd64 ~arm x86" -IUSE="" - -RDEPEND=" - >=app-admin/packagekit-base-0.9 - dev-qt/qtcore:5 - dev-qt/qtdbus:5 -" -DEPEND="${RDEPEND} - dev-libs/libxslt - virtual/pkgconfig -" - -S="${WORKDIR}/${MY_P}"