From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-829882-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 878C2139897
	for <garchives@archives.gentoo.org>; Mon, 24 Aug 2015 09:39:29 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id B4882E07EE;
	Mon, 24 Aug 2015 09:39:26 +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 3C55CE07EE
	for <gentoo-commits@lists.gentoo.org>; Mon, 24 Aug 2015 09:39:26 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 0940C340834
	for <gentoo-commits@lists.gentoo.org>; Mon, 24 Aug 2015 09:39:25 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 26CD614B
	for <gentoo-commits@lists.gentoo.org>; Mon, 24 Aug 2015 09:39:23 +0000 (UTC)
From: "Johannes Huber" <johu@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, "Johannes Huber" <johu@gentoo.org>
Message-ID: <1440409116.64b9c28f37ec13c8602ccddb140c027825922d1d.johu@gentoo>
Subject: [gentoo-commits] proj/kde:master commit in: dev-util/kdevelop-qmake/
X-VCS-Repository: proj/kde
X-VCS-Files: dev-util/kdevelop-qmake/kdevelop-qmake-9999.ebuild dev-util/kdevelop-qmake/metadata.xml
X-VCS-Directories: dev-util/kdevelop-qmake/
X-VCS-Committer: johu
X-VCS-Committer-Name: Johannes Huber
X-VCS-Revision: 64b9c28f37ec13c8602ccddb140c027825922d1d
X-VCS-Branch: master
Date: Mon, 24 Aug 2015 09:39:23 +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: 080a2e68-ae41-4910-97dc-7e2db4d45182
X-Archives-Hash: 4ddede52896d1ceae5741550bf388386

commit:     64b9c28f37ec13c8602ccddb140c027825922d1d
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 09:38:36 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Aug 24 09:38:36 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=64b9c28f

dev-util/kdevelop-qmake: Remove package

Merged into kdevelop. Upstream commit:
748cafb53210c1281efb85387b7f7a5660776580

 dev-util/kdevelop-qmake/kdevelop-qmake-9999.ebuild | 47 ----------------------
 dev-util/kdevelop-qmake/metadata.xml               |  8 ----
 2 files changed, 55 deletions(-)

diff --git a/dev-util/kdevelop-qmake/kdevelop-qmake-9999.ebuild b/dev-util/kdevelop-qmake/kdevelop-qmake-9999.ebuild
deleted file mode 100644
index d3fa36a..0000000
--- a/dev-util/kdevelop-qmake/kdevelop-qmake-9999.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDEBASE="kdevelop"
-KMNAME="kdev-qmake"
-inherit kde5
-
-DESCRIPTION="qmake plugin for KDevelop 5"
-LICENSE="GPL-2"
-KEYWORDS=""
-IUSE="tools"
-
-DEPEND="
-	$(add_frameworks_dep kcompletion)
-	$(add_frameworks_dep kconfig)
-	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep ki18n)
-	$(add_frameworks_dep kio)
-	$(add_frameworks_dep ktexteditor)
-	$(add_frameworks_dep kwidgetsaddons)
-	$(add_frameworks_dep kxmlgui)
-	$(add_frameworks_dep threadweaver)
-	dev-qt/qtgui:5
-	dev-qt/qtwidgets:5
-	dev-util/kdevelop:5
-	dev-util/kdevelop-pg-qt:5
-"
-RDEPEND="${DEPEND}
-	!dev-util/kdevelop-qmake:4
-"
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake-utils_use_build tools qmake_parser)
-	)
-	kde5_src_configure
-}
-
-src_install() {
-	kde5_src_install
-	#Move this file to prevent a collision with kappwizard
-	mv "${D}"/usr/share/kdevappwizard/templates/qmake_qt4guiapp.tar.bz2 \
-		"${D}"/usr/share/kdevappwizard/templates/kdevelop-qmake_qt4guiapp.tar.bz2
-}

diff --git a/dev-util/kdevelop-qmake/metadata.xml b/dev-util/kdevelop-qmake/metadata.xml
deleted file mode 100644
index 5a8fd60..0000000
--- a/dev-util/kdevelop-qmake/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<herd>kde</herd>
-	<use>
-		<flag name="tools">Build and install the qmake-parser debugging tool</flag>
-	</use>
-</pkgmetadata>