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 AD58C1381F3 for ; Tue, 27 Aug 2013 10:45:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 493E6E099F; Tue, 27 Aug 2013 10:45:17 +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 DF996E099F for ; Tue, 27 Aug 2013 10:45:16 +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 069ED33EB03 for ; Tue, 27 Aug 2013 10:45:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id AF585E468F for ; Tue, 27 Aug 2013 10:45:14 +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: <1377600135.69acf98b97759402f49ea8c167e2ae081e27a8e0.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-libs/libqinfinity/ X-VCS-Repository: proj/kde X-VCS-Files: net-libs/libqinfinity/libqinfinity-1.0_beta5.ebuild X-VCS-Directories: net-libs/libqinfinity/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 69acf98b97759402f49ea8c167e2ae081e27a8e0 X-VCS-Branch: master Date: Tue, 27 Aug 2013 10:45: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: 44b622f0-4654-458a-abc0-01e8fc184f20 X-Archives-Hash: 07466f4b0121bce0b8e4403c82f8c2f8 commit: 69acf98b97759402f49ea8c167e2ae081e27a8e0 Author: Michael Palimaka gentoo org> AuthorDate: Tue Aug 27 10:42:15 2013 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Tue Aug 27 10:42:15 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=69acf98b [net-libs/libqinfinity] Remove old version that doesn't build. Package-Manager: portage-2.2.1 --- .../libqinfinity/libqinfinity-1.0_beta5.ebuild | 27 ---------------------- 1 file changed, 27 deletions(-) diff --git a/net-libs/libqinfinity/libqinfinity-1.0_beta5.ebuild b/net-libs/libqinfinity/libqinfinity-1.0_beta5.ebuild deleted file mode 100644 index 9f3497a..0000000 --- a/net-libs/libqinfinity/libqinfinity-1.0_beta5.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit cmake-utils - -DESCRIPTION="Qt-style interface for libinfinity" -HOMEPAGE="http://kobby.greghaynes.net/wiki/libqinfinity" -SRC_URI="http://kobby.greghaynes.net/file-cabinet/${P/_beta/b}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" -SLOT="0" -IUSE="debug" - -DEPEND=" - dev-libs/glib:2 - dev-libs/libxml2 - >=net-libs/libinfinity-0.4.1 - dev-qt/qtcore:4 - >=virtual/gsasl-1.4.0 -" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${P/_beta/b}