Gentoo Archives: gentoo-commits

From: "Michael Palimaka (kensington)" <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/kdbg: kdbg-2.5.4.ebuild kdbg-2.5.5.ebuild ChangeLog kdbg-2.5.3.ebuild
Date: Wed, 04 Mar 2015 09:34:12
Message-Id: 20150304093407.E503813034@oystercatcher.gentoo.org
1 kensington 15/03/04 09:34:07
2
3 Modified: kdbg-2.5.4.ebuild ChangeLog
4 Added: kdbg-2.5.5.ebuild
5 Removed: kdbg-2.5.3.ebuild
6 Log:
7 Version bump. Remove old.
8
9 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
10
11 Revision Changes Path
12 1.2 dev-util/kdbg/kdbg-2.5.4.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdbg/kdbg-2.5.4.ebuild?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdbg/kdbg-2.5.4.ebuild?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdbg/kdbg-2.5.4.ebuild?r1=1.1&r2=1.2
17
18 Index: kdbg-2.5.4.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-util/kdbg/kdbg-2.5.4.ebuild,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- kdbg-2.5.4.ebuild 21 Nov 2013 13:58:07 -0000 1.1
25 +++ kdbg-2.5.4.ebuild 4 Mar 2015 09:34:07 -0000 1.2
26 @@ -1,6 +1,6 @@
27 -# Copyright 1999-2013 Gentoo Foundation
28 +# Copyright 1999-2015 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/dev-util/kdbg/kdbg-2.5.4.ebuild,v 1.1 2013/11/21 13:58:07 kensington Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/dev-util/kdbg/kdbg-2.5.4.ebuild,v 1.2 2015/03/04 09:34:07 kensington Exp $
32
33 EAPI=5
34
35
36
37
38 1.77 dev-util/kdbg/ChangeLog
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdbg/ChangeLog?rev=1.77&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdbg/ChangeLog?rev=1.77&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdbg/ChangeLog?r1=1.76&r2=1.77
43
44 Index: ChangeLog
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-util/kdbg/ChangeLog,v
47 retrieving revision 1.76
48 retrieving revision 1.77
49 diff -u -r1.76 -r1.77
50 --- ChangeLog 21 Nov 2013 13:58:07 -0000 1.76
51 +++ ChangeLog 4 Mar 2015 09:34:07 -0000 1.77
52 @@ -1,6 +1,12 @@
53 # ChangeLog for dev-util/kdbg
54 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-util/kdbg/ChangeLog,v 1.76 2013/11/21 13:58:07 kensington Exp $
56 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
57 +# $Header: /var/cvsroot/gentoo-x86/dev-util/kdbg/ChangeLog,v 1.77 2015/03/04 09:34:07 kensington Exp $
58 +
59 +*kdbg-2.5.5 (04 Mar 2015)
60 +
61 + 04 Mar 2015; Michael Palimaka <kensington@g.o> +kdbg-2.5.5.ebuild,
62 + -files/kdbg-2.5.3-gdb-7.5.patch, -kdbg-2.5.3.ebuild, kdbg-2.5.4.ebuild:
63 + Version bump. Remove old.
64
65 *kdbg-2.5.4 (21 Nov 2013)
66
67
68
69
70 1.1 dev-util/kdbg/kdbg-2.5.5.ebuild
71
72 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdbg/kdbg-2.5.5.ebuild?rev=1.1&view=markup
73 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdbg/kdbg-2.5.5.ebuild?rev=1.1&content-type=text/plain
74
75 Index: kdbg-2.5.5.ebuild
76 ===================================================================
77 # Copyright 1999-2015 Gentoo Foundation
78 # Distributed under the terms of the GNU General Public License v2
79 # $Header: /var/cvsroot/gentoo-x86/dev-util/kdbg/kdbg-2.5.5.ebuild,v 1.1 2015/03/04 09:34:07 kensington Exp $
80
81 EAPI=5
82
83 KDE_LINGUAS="cs da de es fr hr hu it ja nb nn pl pt ro ru sk sr sv tr zh_CN"
84 KDE_HANDBOOK="optional"
85 inherit kde4-base
86
87 DESCRIPTION="A graphical debugger interface"
88 HOMEPAGE="http://www.kdbg.org/"
89 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
90
91 LICENSE="GPL-2"
92 SLOT="4"
93 KEYWORDS="~amd64 ~x86"
94 IUSE="debug"
95
96 RDEPEND="sys-devel/gdb"
97 DEPEND="${RDEPEND}"
98
99 DOCS=( BUGS README ReleaseNotes-${PV} TODO )
100
101 src_prepare() {
102 # allow documentation to be handled by eclass
103 mv kdbg/doc . || die
104 sed -i -e '/add_subdirectory(doc)/d' kdbg/CMakeLists.txt || die
105 echo "add_subdirectory ( doc ) " >> CMakeLists.txt || die
106 kde4-base_src_prepare
107 }
108
109 src_install() {
110 kde4-base_src_install
111
112 # hack since ChangeLog-* is automagically installed by eclass
113 rm -f "${ED}"usr/share/doc/${PF}/ChangeLog-pre*
114 }