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 C3B0E1382BD for ; Wed, 15 Jun 2016 17:59:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 460DBE09E9; Wed, 15 Jun 2016 17:59:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 90B60E09E5 for ; Wed, 15 Jun 2016 17:59:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ADA1C33BF11 for ; Wed, 15 Jun 2016 17:59:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B5B82411 for ; Wed, 15 Jun 2016 17:59:01 +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: <1466013527.5acc6bc910f742262264dd8b09d9834b10c4441c.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/symboleditor/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/symboleditor/symboleditor-2.0.0.ebuild X-VCS-Directories: media-gfx/symboleditor/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 5acc6bc910f742262264dd8b09d9834b10c4441c X-VCS-Branch: master Date: Wed, 15 Jun 2016 17:59:01 +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: 8f2dd494-af4c-4a55-b01d-60be2cb1d4bd X-Archives-Hash: 4f0dcc473689eb6b70713ed18c0d381e commit: 5acc6bc910f742262264dd8b09d9834b10c4441c Author: Michael Palimaka gentoo org> AuthorDate: Wed Jun 15 17:52:06 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Jun 15 17:58:47 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5acc6bc9 media-gfx/symboleditor: remove doxygen references KDE_DOXYGEN and related support is going away. Package-Manager: portage-2.3.0_rc1 media-gfx/symboleditor/symboleditor-2.0.0.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/media-gfx/symboleditor/symboleditor-2.0.0.ebuild b/media-gfx/symboleditor/symboleditor-2.0.0.ebuild index 02b8c44..5ca52f1 100644 --- a/media-gfx/symboleditor/symboleditor-2.0.0.ebuild +++ b/media-gfx/symboleditor/symboleditor-2.0.0.ebuild @@ -4,7 +4,6 @@ EAPI=6 -KDE_DOXYGEN="true" KDE_HANDBOOK="true" inherit kde5 @@ -41,7 +40,6 @@ RDEPEND="${COMMON_DEPEND} src_configure() { local mycmakeargs=( - $(cmake-utils_use_find_package doc Doxygen) $(cmake-utils_use_find_package handbook KF5DocTools) )