From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-864325-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 0816F59CA3
	for <garchives@archives.gentoo.org>; Fri, 19 Feb 2016 14:21:15 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 978DA21C0BE;
	Fri, 19 Feb 2016 14:21:14 +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 4237221C0BE
	for <gentoo-commits@lists.gentoo.org>; Fri, 19 Feb 2016 14:21:14 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 6E8B03407AF
	for <gentoo-commits@lists.gentoo.org>; Fri, 19 Feb 2016 14:21:13 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A6A91606
	for <gentoo-commits@lists.gentoo.org>; Fri, 19 Feb 2016 14:21:09 +0000 (UTC)
From: "Michael Palimaka" <kensington@gentoo.org>
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" <kensington@gentoo.org>
Message-ID: <1455891660.630cb2afe5072dc238000879aa4b1743df6c0e3b.kensington@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/kaqaz/
X-VCS-Repository: repo/gentoo
X-VCS-Files: x11-misc/kaqaz/kaqaz-1.2.0.ebuild
X-VCS-Directories: x11-misc/kaqaz/
X-VCS-Committer: kensington
X-VCS-Committer-Name: Michael Palimaka
X-VCS-Revision: 630cb2afe5072dc238000879aa4b1743df6c0e3b
X-VCS-Branch: master
Date: Fri, 19 Feb 2016 14:21:09 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: df9bb971-22c2-418d-a13b-d8a47f2dd9bb
X-Archives-Hash: 8bd98163d580d63f88d9e14980a47967

commit:     630cb2afe5072dc238000879aa4b1743df6c0e3b
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 19 14:20:25 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Feb 19 14:21:00 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=630cb2af

x11-misc/kaqaz: remove old

Package-Manager: portage-2.2.27

 x11-misc/kaqaz/kaqaz-1.2.0.ebuild | 40 ---------------------------------------
 1 file changed, 40 deletions(-)

diff --git a/x11-misc/kaqaz/kaqaz-1.2.0.ebuild b/x11-misc/kaqaz/kaqaz-1.2.0.ebuild
deleted file mode 100644
index 5ef7ef0..0000000
--- a/x11-misc/kaqaz/kaqaz-1.2.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit qmake-utils
-
-DESCRIPTION="Modern note manager"
-HOMEPAGE="http://labs.sialan.org/projects/kaqaz"
-if [[ ${PV} = *9999* ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/sialan-labs/kaqaz.git"
-	KEYWORDS=""
-else
-	SRC_URI="https://github.com/sialan-labs/kaqaz/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-qt/qtdeclarative:5
-	dev-qt/qtquick1:5
-	dev-qt/qtmultimedia:5
-	dev-qt/qtsql:5
-	dev-qt/qtsensors:5
-	dev-qt/qtpositioning:5
-	dev-qt/qtwidgets:5
-	dev-qt/qtgui:5
-	dev-qt/qtcore:5"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-	eqmake5
-}
-
-src_install() {
-	emake install INSTALL_ROOT="${D}"
-}