Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/kdbg/files/, dev-util/kdbg/
Date: Sun, 12 Jan 2020 09:41:53
Message-Id: 1578822078.b06c543f47330c3fdc1b87448fca81f4096d0854.asturm@gentoo
1 commit: b06c543f47330c3fdc1b87448fca81f4096d0854
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 12 08:54:56 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 12 09:41:18 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b06c543f
7
8 dev-util/kdbg: Drop 3.0.0-r1
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-util/kdbg/Manifest | 1 -
14 .../kdbg/files/kdbg-3.0.0-no-png-install.patch | 54 ----------------------
15 dev-util/kdbg/kdbg-3.0.0-r1.ebuild | 46 ------------------
16 3 files changed, 101 deletions(-)
17
18 diff --git a/dev-util/kdbg/Manifest b/dev-util/kdbg/Manifest
19 index 89ce8342844..cb699cd4836 100644
20 --- a/dev-util/kdbg/Manifest
21 +++ b/dev-util/kdbg/Manifest
22 @@ -1,2 +1 @@
23 -DIST kdbg-3.0.0.tar.gz 430150 BLAKE2B 62411f95f1d109d95647e83defc2f5a84f9f7d7dc715f5a2f84eb6ecd18c7e1d02da0d68bf5bc8bb37216f98edbac11c24286f03ffc2ab9ad9fc7203ccd498dd SHA512 6398a7bbb9c744a837dd73645b497ab00eeaca9a326d61b135dc9040c616b4a2bdc0cf1da59c101dc68a159e12bc3b4a994a9d1dbf33f7d152e5c3003abb498a
24 DIST kdbg-3.0.1.tar.gz 431143 BLAKE2B 869bf9765650b2a4a2330f99303b51f599df764848ff18442c8c6813421fece2671e5e78a0e8c66a59bd77f06a7f02677ec08a49fb9a28874b92b0f84bf8f74f SHA512 9f3e0073bf37e56fa8ad0c3ae5f0be80331d8963b564ff376aee40c3ccebab5b5a482c31f110fd0f4dd14f9614cff31102d8edf62ffb33f4ae361d24346543ea
25
26 diff --git a/dev-util/kdbg/files/kdbg-3.0.0-no-png-install.patch b/dev-util/kdbg/files/kdbg-3.0.0-no-png-install.patch
27 deleted file mode 100644
28 index 237feaa981b..00000000000
29 --- a/dev-util/kdbg/files/kdbg-3.0.0-no-png-install.patch
30 +++ /dev/null
31 @@ -1,54 +0,0 @@
32 -From 826d503da8bfe7c567fc44dee178a4fca2b52f0a Mon Sep 17 00:00:00 2001
33 -From: Johannes Sixt <j6t@××××.org>
34 -Date: Fri, 15 Feb 2019 20:26:03 +0100
35 -Subject: [PATCH] Do not install the pulse frames.
36 -
37 -Andreas Sturmlechner noticed that the frame PNGs are slightly broken:
38 -
39 - .../pulse000000.png: broken IDAT window length
40 -
41 -Since the PNGs are only needed to build pulse.mng, do not install them.
42 ----
43 - kdbg/pics/CMakeLists.txt | 29 -----------------------------
44 - 1 file changed, 29 deletions(-)
45 -
46 -diff --git a/kdbg/pics/CMakeLists.txt b/kdbg/pics/CMakeLists.txt
47 -index 41625b3..9615b1b 100644
48 ---- a/kdbg/pics/CMakeLists.txt
49 -+++ b/kdbg/pics/CMakeLists.txt
50 -@@ -31,35 +31,6 @@ set(PICTOGRAMS
51 - install(FILES ${PICTOGRAMS} DESTINATION "${DATA_INSTALL_DIR}/kdbg/pics")
52 -
53 - ecm_install_icons(ICONS
54 -- 22-actions-pulse000000.png
55 -- 22-actions-pulse000001.png
56 -- 22-actions-pulse000002.png
57 -- 22-actions-pulse000003.png
58 -- 22-actions-pulse000004.png
59 -- 22-actions-pulse000005.png
60 -- 22-actions-pulse000006.png
61 -- 22-actions-pulse000007.png
62 -- 22-actions-pulse000008.png
63 -- 22-actions-pulse000009.png
64 -- 22-actions-pulse000010.png
65 -- 22-actions-pulse000011.png
66 -- 22-actions-pulse000012.png
67 -- 22-actions-pulse000013.png
68 -- 22-actions-pulse000014.png
69 -- 22-actions-pulse000015.png
70 -- 22-actions-pulse000016.png
71 -- 22-actions-pulse000017.png
72 -- 22-actions-pulse000018.png
73 -- 22-actions-pulse000019.png
74 -- 22-actions-pulse000020.png
75 -- 22-actions-pulse000021.png
76 -- 22-actions-pulse000022.png
77 -- 22-actions-pulse000023.png
78 -- 22-actions-pulse000024.png
79 -- 22-actions-pulse000025.png
80 -- 22-actions-pulse000026.png
81 -- 22-actions-pulse000027.png
82 -- 22-actions-pulse000028.png
83 - 22-actions-pulse.mng
84 - DESTINATION "${DATA_INSTALL_DIR}/kdbg/icons"
85 - THEME hicolor
86 \ No newline at end of file
87
88 diff --git a/dev-util/kdbg/kdbg-3.0.0-r1.ebuild b/dev-util/kdbg/kdbg-3.0.0-r1.ebuild
89 deleted file mode 100644
90 index 0315c3c7cf7..00000000000
91 --- a/dev-util/kdbg/kdbg-3.0.0-r1.ebuild
92 +++ /dev/null
93 @@ -1,46 +0,0 @@
94 -# Copyright 1999-2019 Gentoo Authors
95 -# Distributed under the terms of the GNU General Public License v2
96 -
97 -EAPI=7
98 -
99 -ECM_HANDBOOK="true"
100 -KFMIN=5.60.0
101 -QTMIN=5.12.3
102 -inherit ecm
103 -
104 -DESCRIPTION="Graphical debugger interface"
105 -HOMEPAGE="http://www.kdbg.org/"
106 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
107 -
108 -LICENSE="GPL-2"
109 -SLOT="5"
110 -KEYWORDS="~amd64 ~x86"
111 -IUSE=""
112 -
113 -DEPEND="
114 - >=dev-qt/qtgui-${QTMIN}:5
115 - >=dev-qt/qtwidgets-${QTMIN}:5
116 - >=kde-frameworks/kconfig-${KFMIN}:5
117 - >=kde-frameworks/kconfigwidgets-${KFMIN}:5
118 - >=kde-frameworks/kcoreaddons-${KFMIN}:5
119 - >=kde-frameworks/ki18n-${KFMIN}:5
120 - >=kde-frameworks/kiconthemes-${KFMIN}:5
121 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
122 - >=kde-frameworks/kwindowsystem-${KFMIN}:5
123 - >=kde-frameworks/kxmlgui-${KFMIN}:5
124 -"
125 -RDEPEND="${DEPEND}
126 - !dev-util/kdbg:4
127 - sys-devel/gdb
128 -"
129 -
130 -PATCHES=( "${FILESDIR}/${P}-no-png-install.patch" )
131 -
132 -src_prepare() {
133 - ecm_src_prepare
134 -
135 - # allow documentation to be handled by eclass
136 - mv kdbg/doc . || die
137 - sed -i -e '/add_subdirectory(doc)/d' kdbg/CMakeLists.txt || die
138 - echo "add_subdirectory ( doc ) " >> CMakeLists.txt || die
139 -}