dev-util/kdbg: Drop 3.0.0-r1

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2020-01-12 09:54:56 +01:00
parent 897cb13731
commit b06c543f47
3 changed files with 0 additions and 101 deletions

View File

@@ -1,2 +1 @@
DIST kdbg-3.0.0.tar.gz 430150 BLAKE2B 62411f95f1d109d95647e83defc2f5a84f9f7d7dc715f5a2f84eb6ecd18c7e1d02da0d68bf5bc8bb37216f98edbac11c24286f03ffc2ab9ad9fc7203ccd498dd SHA512 6398a7bbb9c744a837dd73645b497ab00eeaca9a326d61b135dc9040c616b4a2bdc0cf1da59c101dc68a159e12bc3b4a994a9d1dbf33f7d152e5c3003abb498a
DIST kdbg-3.0.1.tar.gz 431143 BLAKE2B 869bf9765650b2a4a2330f99303b51f599df764848ff18442c8c6813421fece2671e5e78a0e8c66a59bd77f06a7f02677ec08a49fb9a28874b92b0f84bf8f74f SHA512 9f3e0073bf37e56fa8ad0c3ae5f0be80331d8963b564ff376aee40c3ccebab5b5a482c31f110fd0f4dd14f9614cff31102d8edf62ffb33f4ae361d24346543ea

View File

@@ -1,54 +0,0 @@
From 826d503da8bfe7c567fc44dee178a4fca2b52f0a Mon Sep 17 00:00:00 2001
From: Johannes Sixt <j6t@kdbg.org>
Date: Fri, 15 Feb 2019 20:26:03 +0100
Subject: [PATCH] Do not install the pulse frames.
Andreas Sturmlechner noticed that the frame PNGs are slightly broken:
.../pulse000000.png: broken IDAT window length
Since the PNGs are only needed to build pulse.mng, do not install them.
---
kdbg/pics/CMakeLists.txt | 29 -----------------------------
1 file changed, 29 deletions(-)
diff --git a/kdbg/pics/CMakeLists.txt b/kdbg/pics/CMakeLists.txt
index 41625b3..9615b1b 100644
--- a/kdbg/pics/CMakeLists.txt
+++ b/kdbg/pics/CMakeLists.txt
@@ -31,35 +31,6 @@ set(PICTOGRAMS
install(FILES ${PICTOGRAMS} DESTINATION "${DATA_INSTALL_DIR}/kdbg/pics")
ecm_install_icons(ICONS
- 22-actions-pulse000000.png
- 22-actions-pulse000001.png
- 22-actions-pulse000002.png
- 22-actions-pulse000003.png
- 22-actions-pulse000004.png
- 22-actions-pulse000005.png
- 22-actions-pulse000006.png
- 22-actions-pulse000007.png
- 22-actions-pulse000008.png
- 22-actions-pulse000009.png
- 22-actions-pulse000010.png
- 22-actions-pulse000011.png
- 22-actions-pulse000012.png
- 22-actions-pulse000013.png
- 22-actions-pulse000014.png
- 22-actions-pulse000015.png
- 22-actions-pulse000016.png
- 22-actions-pulse000017.png
- 22-actions-pulse000018.png
- 22-actions-pulse000019.png
- 22-actions-pulse000020.png
- 22-actions-pulse000021.png
- 22-actions-pulse000022.png
- 22-actions-pulse000023.png
- 22-actions-pulse000024.png
- 22-actions-pulse000025.png
- 22-actions-pulse000026.png
- 22-actions-pulse000027.png
- 22-actions-pulse000028.png
22-actions-pulse.mng
DESTINATION "${DATA_INSTALL_DIR}/kdbg/icons"
THEME hicolor

View File

@@ -1,46 +0,0 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
ECM_HANDBOOK="true"
KFMIN=5.60.0
QTMIN=5.12.3
inherit ecm
DESCRIPTION="Graphical debugger interface"
HOMEPAGE="http://www.kdbg.org/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="5"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtwidgets-${QTMIN}:5
>=kde-frameworks/kconfig-${KFMIN}:5
>=kde-frameworks/kconfigwidgets-${KFMIN}:5
>=kde-frameworks/kcoreaddons-${KFMIN}:5
>=kde-frameworks/ki18n-${KFMIN}:5
>=kde-frameworks/kiconthemes-${KFMIN}:5
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
>=kde-frameworks/kwindowsystem-${KFMIN}:5
>=kde-frameworks/kxmlgui-${KFMIN}:5
"
RDEPEND="${DEPEND}
!dev-util/kdbg:4
sys-devel/gdb
"
PATCHES=( "${FILESDIR}/${P}-no-png-install.patch" )
src_prepare() {
ecm_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
}