From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 870E31387FD for ; Wed, 11 Jun 2014 13:36:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB8DCE0979; Wed, 11 Jun 2014 13:36:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7A681E0979 for ; Wed, 11 Jun 2014 13:36:19 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A0367340083 for ; Wed, 11 Jun 2014 13:36:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 90DE1182D4 for ; Wed, 11 Jun 2014 13:36:16 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1402493757.ef76e6b258f2303cb1d697c7fd8f4bf9e2456b1c.kensington@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-libs/libsystemd-qt/ X-VCS-Repository: proj/qt X-VCS-Files: dev-libs/libsystemd-qt/Manifest dev-libs/libsystemd-qt/libsystemd-qt-207.ebuild X-VCS-Directories: dev-libs/libsystemd-qt/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: ef76e6b258f2303cb1d697c7fd8f4bf9e2456b1c X-VCS-Branch: master Date: Wed, 11 Jun 2014 13:36:16 +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: 77e2d1bb-3909-41a5-b90c-631bb860fc88 X-Archives-Hash: 7a0799ebaf1ed71b24bcd751656659d7 commit: ef76e6b258f2303cb1d697c7fd8f4bf9e2456b1c Author: Michael Palimaka gentoo org> AuthorDate: Wed Jun 11 13:35:57 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Jun 11 13:35:57 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=ef76e6b2 [dev-libs/libsystemd-qt] Remove version with unsatisfiable dependencies. Package-Manager: portage-2.2.10 --- dev-libs/libsystemd-qt/Manifest | 1 - dev-libs/libsystemd-qt/libsystemd-qt-207.ebuild | 46 ------------------------- 2 files changed, 47 deletions(-) diff --git a/dev-libs/libsystemd-qt/Manifest b/dev-libs/libsystemd-qt/Manifest index 16c7e52..cff2de1 100644 --- a/dev-libs/libsystemd-qt/Manifest +++ b/dev-libs/libsystemd-qt/Manifest @@ -1,2 +1 @@ -DIST libsystemd-qt-207.zip 52951 SHA256 3ab0dc0856f330d1cd10b8d077c55bc13fc583dae238d04368eb23fa5a75604d SHA512 8b9a076d6ac067ed1c950852d123d13915a9f1182654edb107e6f73223e36f03b419456a567c4524d175e047bc5ddfdad7387af311094abbdda1365afadc866c WHIRLPOOL fb0d47463c45ae4b7e7c5d72fc0f793af2c29d9bc85144d92b4b614b0bf33de00f09ff0a6f763af76c999a76bd7892c1fec9310e78adca713d8632d98ecb5d37 DIST libsystemd-qt-208.zip 48324 SHA256 87a04e0bb3e27ff280a21b8fc2488572b13e3e7cf3ae687e841dae6bb15fe80e SHA512 8355c93b46727a6affbf5e0d53ca3277486eb2431ae2cc0cb993c2e940f2b56df283bbca6272b3faa4e887d71a78fabd96b2fd11e6f397fd9ef27df21a8b15e2 WHIRLPOOL adebef493d551852e8c9bec5dccf9dfcbd88e5a24595ddf21bda975b3a499979df8aa37c2f0f325fe13c8ea05401dc5a6b2b43ac1fc6c79ef8b6c13390376c77 diff --git a/dev-libs/libsystemd-qt/libsystemd-qt-207.ebuild b/dev-libs/libsystemd-qt/libsystemd-qt-207.ebuild deleted file mode 100644 index 8bc2517..0000000 --- a/dev-libs/libsystemd-qt/libsystemd-qt-207.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit cmake-utils - -if [[ ${PV} == 9999* ]]; then - EGIT_REPO_URI="https://github.com/scarpin0/${PN}.git" - inherit git-2 - KEYWORDS="" - SYSTEMD_VERSION=">=sys-apps/systemd-207" -else - SRC_URI="https://github.com/scarpin0/libsystemd-qt/archive/${PV}.zip -> ${P}.zip" - KEYWORDS="~amd64" - SYSTEMD_VERSION="~sys-apps/systemd-${PV}" -fi - -DESCRIPTION="Qt wrapper for systemd API" -HOMEPAGE="https://github.com/scarpin0/libsystemd-qt" - -LICENSE="LGPL-2.1" -SLOT="0" -IUSE="debug qml test" - -RDEPEND=" - ${SYSTEMD_VERSION} - dev-qt/qtdbus:4 - dev-qt/qtcore:5 - qml? ( dev-qt/qtdeclarative:5 ) -" -DEPEND="${RDEPEND} - test? ( dev-qt/qttest:5 ) -" - -DOCS=( README.md ) - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use test BUILD_QTSYSTEMD_TESTS) - $(cmake-utils_use qml BUILD_QTSYSTEMD_QMLPLUGIN) - ) - - cmake-utils_src_configure -}