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 BCF08139084 for ; Tue, 5 Dec 2017 23:35:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E68DBE113B; Tue, 5 Dec 2017 23:35:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C2F71E113B for ; Tue, 5 Dec 2017 23:35:58 +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 7940833BEAC for ; Tue, 5 Dec 2017 23:35:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AC38AE75 for ; Tue, 5 Dec 2017 23:35:56 +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: <1512516940.d957154f23d060e0846f66307305d72ff6ea6c6b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdoctools/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kdoctools/kdoctools-5.40.0.ebuild X-VCS-Directories: kde-frameworks/kdoctools/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d957154f23d060e0846f66307305d72ff6ea6c6b X-VCS-Branch: master Date: Tue, 5 Dec 2017 23:35:56 +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: 1550e36f-4e00-4650-9c9b-fcd7c0fb9f0c X-Archives-Hash: 03cb727895b65bddd28ffabadb88879b commit: d957154f23d060e0846f66307305d72ff6ea6c6b Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Dec 5 22:35:33 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Dec 5 23:35:40 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d957154f kde-frameworks/kdoctools: Drop 5.40.0 (r0) Package-Manager: Portage-2.3.16, Repoman-2.3.6 kde-frameworks/kdoctools/kdoctools-5.40.0.ebuild | 25 ------------------------ 1 file changed, 25 deletions(-) diff --git a/kde-frameworks/kdoctools/kdoctools-5.40.0.ebuild b/kde-frameworks/kdoctools/kdoctools-5.40.0.ebuild deleted file mode 100644 index 9cb56de3d01..00000000000 --- a/kde-frameworks/kdoctools/kdoctools-5.40.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_QTHELP="false" -inherit kde5 - -DESCRIPTION="Tools to generate documentation in various formats from DocBook files" -LICENSE="MIT" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="" - -RDEPEND=" - $(add_frameworks_dep karchive) - app-text/docbook-xml-dtd:4.5 - app-text/docbook-xsl-stylesheets - app-text/sgml-common - dev-libs/libxml2:2 - dev-libs/libxslt -" -DEPEND="${RDEPEND} - dev-lang/perl - dev-perl/URI -"