From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AA69F138335 for ; Wed, 24 Jul 2019 11:10:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B62B1E0827; Wed, 24 Jul 2019 11:10:45 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9B253E0827 for ; Wed, 24 Jul 2019 11:10:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3BD56348663 for ; Wed, 24 Jul 2019 11:10:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B0F1738 for ; Wed, 24 Jul 2019 11:10:42 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1563966569.0a9804d44f9f344c2d58520af3a001b808db9d0b.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-util/kdevelop-go/ X-VCS-Repository: proj/kde X-VCS-Files: dev-util/kdevelop-go/kdevelop-go-9999.ebuild dev-util/kdevelop-go/metadata.xml X-VCS-Directories: dev-util/kdevelop-go/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0a9804d44f9f344c2d58520af3a001b808db9d0b X-VCS-Branch: master Date: Wed, 24 Jul 2019 11:10:42 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1b13a84d-6ffd-409a-8881-999411b34345 X-Archives-Hash: 1d7d6c6a854428a4392a4d8342d6ab31 commit: 0a9804d44f9f344c2d58520af3a001b808db9d0b Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jul 24 11:04:52 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jul 24 11:09:29 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0a9804d4 dev-util/kdevelop-go: Drop unmaintained package Upstream commit 35d67822a5d8ba37d68b99bbd2ca432a8994b36f Signed-off-by: Andreas Sturmlechner gentoo.org> dev-util/kdevelop-go/kdevelop-go-9999.ebuild | 35 ---------------------------- dev-util/kdevelop-go/metadata.xml | 8 ------- 2 files changed, 43 deletions(-) diff --git a/dev-util/kdevelop-go/kdevelop-go-9999.ebuild b/dev-util/kdevelop-go/kdevelop-go-9999.ebuild deleted file mode 100644 index 8aaf0a830a..0000000000 --- a/dev-util/kdevelop-go/kdevelop-go-9999.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KMNAME="kdev-go" -inherit kde5 - -DESCRIPTION="Go language support for KDevelop" -HOMEPAGE="https://www.kdevelop.org/" -LICENSE="GPL-2" -KEYWORDS="" -IUSE="test" - -BDEPEND=" - test? ( dev-util/kdevelop:5[test] ) -" -COMMON_DEPEND=" - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep ktexteditor) - $(add_frameworks_dep kxmlgui) - $(add_frameworks_dep threadweaver) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - dev-util/kdevelop:5 -" -DEPEND="${COMMON_DEPEND} - dev-util/kdevelop-pg-qt:5 -" -RDEPEND="${COMMON_DEPEND} - dev-lang/go -" - -DOCS=( README.md ) diff --git a/dev-util/kdevelop-go/metadata.xml b/dev-util/kdevelop-go/metadata.xml deleted file mode 100644 index 2fdbf33d96..0000000000 --- a/dev-util/kdevelop-go/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - kde@gentoo.org - Gentoo KDE Project - -