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 F1C1D13854C for ; Tue, 29 Oct 2013 22:03:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73806E0A43; Tue, 29 Oct 2013 22:03:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 07E08E0A43 for ; Tue, 29 Oct 2013 22:03:05 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2482933ED47 for ; Tue, 29 Oct 2013 22:03:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id CEB6FE401D for ; Tue, 29 Oct 2013 22:03:03 +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: <1383087368.0423dd27ffa4508abc811c7f45156627156b8831.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-libs/libqinfinity/ X-VCS-Repository: proj/kde X-VCS-Files: net-libs/libqinfinity/libqinfinity-0.5.2.ebuild X-VCS-Directories: net-libs/libqinfinity/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 0423dd27ffa4508abc811c7f45156627156b8831 X-VCS-Branch: master Date: Tue, 29 Oct 2013 22:03:03 +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: 4b806596-257f-4213-973e-a2c3bd2532f9 X-Archives-Hash: 5ffbd870579a62b68d483cc572c41b97 commit: 0423dd27ffa4508abc811c7f45156627156b8831 Author: Johannes Huber gentoo org> AuthorDate: Tue Oct 29 22:56:08 2013 +0000 Commit: Johannes Huber gentoo org> CommitDate: Tue Oct 29 22:56:08 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=0423dd27 [net-libs/libqinfinity] Moved to tree. Package-Manager: portage-2.2.7 --- net-libs/libqinfinity/libqinfinity-0.5.2.ebuild | 29 ------------------------- 1 file changed, 29 deletions(-) diff --git a/net-libs/libqinfinity/libqinfinity-0.5.2.ebuild b/net-libs/libqinfinity/libqinfinity-0.5.2.ebuild deleted file mode 100644 index 7011237..0000000 --- a/net-libs/libqinfinity/libqinfinity-0.5.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -MY_P="${PN}-v${PV}" -inherit cmake-utils - -DESCRIPTION="Qt-style interface for libinfinity" -HOMEPAGE="https://projects.kde.org/projects/playground/libs/libqinfinity" -SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${MY_P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -RDEPEND=" - dev-libs/glib:2 - dev-qt/qtcore:4 - dev-qt/qtgui:4 - net-libs/libinfinity -" -DEPEND="${RDEPEND} - app-arch/xz-utils -" - -S=${WORKDIR}/${MY_P}