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 63BEE139671 for ; Sat, 29 Oct 2016 11:29:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64013E0AF0; Sat, 29 Oct 2016 11:29:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4C7A1E0B16 for ; Sat, 29 Oct 2016 11:29:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5281D34163C for ; Sat, 29 Oct 2016 11:29:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CAD6C24AB for ; Sat, 29 Oct 2016 11:29:34 +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: <1477740568.ee5fa9986c40a8488725ad65dde8be3f2d0212db.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-0.9.5.ebuild X-VCS-Directories: app-admin/packagekit-qt/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: ee5fa9986c40a8488725ad65dde8be3f2d0212db X-VCS-Branch: master Date: Sat, 29 Oct 2016 11:29:34 +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: 5e9cf6dc-425f-48de-bfe6-b0ab4eaf824b X-Archives-Hash: 1f0ed60b6be6ae434b1c19b6dd214239 commit: ee5fa9986c40a8488725ad65dde8be3f2d0212db Author: Johannes Huber gentoo org> AuthorDate: Sat Oct 29 11:28:58 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sat Oct 29 11:29:28 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee5fa998 app-admin/packagekit-qt: Remove 0.9.5 Package-Manager: portage-2.3.2 app-admin/packagekit-qt/Manifest | 1 - app-admin/packagekit-qt/packagekit-qt-0.9.5.ebuild | 47 ---------------------- 2 files changed, 48 deletions(-) diff --git a/app-admin/packagekit-qt/Manifest b/app-admin/packagekit-qt/Manifest index ea33a7e..fbe8bff 100644 --- a/app-admin/packagekit-qt/Manifest +++ b/app-admin/packagekit-qt/Manifest @@ -1,2 +1 @@ -DIST PackageKit-Qt-0.9.5.tar.xz 43312 SHA256 f4fb60b82d845d887de57ef44481301f966291912116e416d981156faf3620f0 SHA512 3dbe52d6e0f8ba17c9ef04acdb5e2c29d5630fbb60b3522e57895b2d409497a15a543ba87efd876111726b1785c6ed74ff663b5379ba053ccab492d0e3bc08e2 WHIRLPOOL 7ec050b0086496c84506af0282e577a1a08eb8cf1628e9b9d4f41e6924c7965188ed564f83ce14493df72e555ee30c3c77e9bd11df791434292bbc12d53e2b61 DIST PackageKit-Qt-0.9.6.tar.xz 43288 SHA256 0f4f504b2053472f9299c7ca42e33bcc85b8a8754223d2dc1912b533ec1ca680 SHA512 67d025e4e5b9860ec188518c11b3941b9a26cf9dce65665ea56307731721dac57dbb4e8726eb253f9fb39022aa3d0b0c7b9765532fa12b014fe9357028ece8aa WHIRLPOOL e4c78a6c1da49d9f0f3369fb821fbe475770e066f5f373c9f529d438ff8003f094a5499c8057cc87ec8f1f81b089503ae4d74fcd4b1bb963377e6c446660830e diff --git a/app-admin/packagekit-qt/packagekit-qt-0.9.5.ebuild b/app-admin/packagekit-qt/packagekit-qt-0.9.5.ebuild deleted file mode 100644 index 0f1f659..00000000 --- a/app-admin/packagekit-qt/packagekit-qt-0.9.5.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -inherit cmake-utils - -MY_PN="PackageKit-Qt" -MY_P=${MY_PN}-${PV} - -DESCRIPTION="Qt PackageKit backend library" -HOMEPAGE="http://www.packagekit.org/" -SRC_URI="https://www.freedesktop.org/software/PackageKit/releases/${MY_P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="qt5" - -RDEPEND=" - >=app-admin/packagekit-base-0.9 - !qt5? ( - dev-qt/qtcore:4 - dev-qt/qtdbus:4 - dev-qt/qtsql:4 - ) - qt5? ( - dev-qt/qtcore:5 - dev-qt/qtdbus:5 - dev-qt/qtsql:5 - ) -" -DEPEND="${RDEPEND} - dev-libs/libxslt - virtual/pkgconfig -" - -S="${WORKDIR}/${MY_P}" - -src_configure() { - local mycmakeargs=( - -DUSE_QT5=$(usex qt5) - ) - - cmake-utils_src_configure -}