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 6630A139083 for ; Tue, 12 Dec 2017 23:04:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6922AE0EA0; Tue, 12 Dec 2017 23:04:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 410BDE0EA0 for ; Tue, 12 Dec 2017 23:04:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 35089341964 for ; Tue, 12 Dec 2017 23:04:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C95C3AE7F for ; Tue, 12 Dec 2017 23:04:09 +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: <1513119668.39fb017c77ddd43189a8e69557066c955db20a97.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/kdbg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/kdbg/Manifest dev-util/kdbg/kdbg-2.9.1.ebuild X-VCS-Directories: dev-util/kdbg/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 39fb017c77ddd43189a8e69557066c955db20a97 X-VCS-Branch: master Date: Tue, 12 Dec 2017 23:04:09 +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: 33cfc339-8cef-42d5-b5bf-8499a022d14d X-Archives-Hash: c219175cb332ca38d257ed862cec42c5 commit: 39fb017c77ddd43189a8e69557066c955db20a97 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Dec 12 22:04:38 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Dec 12 23:01:08 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39fb017c dev-util/kdbg: Drop slot 4 Package-Manager: Portage-2.3.18, Repoman-2.3.6 dev-util/kdbg/Manifest | 1 - dev-util/kdbg/kdbg-2.9.1.ebuild | 38 -------------------------------------- 2 files changed, 39 deletions(-) diff --git a/dev-util/kdbg/Manifest b/dev-util/kdbg/Manifest index 6c4e87e26b5..7ae514ce5ac 100644 --- a/dev-util/kdbg/Manifest +++ b/dev-util/kdbg/Manifest @@ -1,2 +1 @@ -DIST kdbg-2.9.1.tar.gz 428855 BLAKE2B b65cffc065116f622e5263d580248e2c9b386838fde84a947fcc27f07549f29eed68e727a3aa1feef85d722fd61eb175cbf037054198a138c48e233ad11a5a2c SHA512 9e214129089d84a2f22c58334a3d1ea7666bffcd59f422983e4d9cccbd4c9f4c42da127a74cbd4abb4029c544ae4be6d7daeb2beeb4b4718f21fea9d161f6c50 DIST kdbg-3.0.0.tar.gz 430150 BLAKE2B 62411f95f1d109d95647e83defc2f5a84f9f7d7dc715f5a2f84eb6ecd18c7e1d02da0d68bf5bc8bb37216f98edbac11c24286f03ffc2ab9ad9fc7203ccd498dd SHA512 6398a7bbb9c744a837dd73645b497ab00eeaca9a326d61b135dc9040c616b4a2bdc0cf1da59c101dc68a159e12bc3b4a994a9d1dbf33f7d152e5c3003abb498a diff --git a/dev-util/kdbg/kdbg-2.9.1.ebuild b/dev-util/kdbg/kdbg-2.9.1.ebuild deleted file mode 100644 index 80d12283208..00000000000 --- a/dev-util/kdbg/kdbg-2.9.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_LINGUAS="cs da de es fr hr hu it ja nb nn pl pt ro ru sk sr sv tr zh_CN" -KDE_HANDBOOK="optional" -QT3SUPPORT_REQUIRED="true" -inherit kde4-base - -DESCRIPTION="Graphical debugger interface" -HOMEPAGE="http://www.kdbg.org/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="4" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -RDEPEND="sys-devel/gdb" -DEPEND="${RDEPEND}" - -DOCS=( BUGS README ReleaseNotes-${PV} TODO ) - -src_prepare() { - # allow documentation to be handled by eclass - mv kdbg/doc . || die - sed -i -e '/add_subdirectory(doc)/d' kdbg/CMakeLists.txt || die - echo "add_subdirectory ( doc ) " >> CMakeLists.txt || die - kde4-base_src_prepare -} - -src_install() { - kde4-base_src_install - - # hack since ChangeLog-* is automagically installed by eclass - rm -f "${ED}"usr/share/doc/${PF}/ChangeLog-pre* -}