Gentoo Archives: gentoo-commits

From: "Carsten Lohrke (carlo)" <carlo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/kscope: ChangeLog kscope-1.6.1.ebuild
Date: Fri, 11 Jan 2008 14:30:36
Message-Id: E1JDKsh-0004zH-As@stork.gentoo.org
1 carlo 08/01/11 14:29:11
2
3 Modified: ChangeLog
4 Added: kscope-1.6.1.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.38 dev-util/kscope/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kscope/ChangeLog?rev=1.38&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kscope/ChangeLog?rev=1.38&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kscope/ChangeLog?r1=1.37&r2=1.38
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/kscope/ChangeLog,v
19 retrieving revision 1.37
20 retrieving revision 1.38
21 diff -u -r1.37 -r1.38
22 --- ChangeLog 25 Jul 2007 19:04:31 -0000 1.37
23 +++ ChangeLog 11 Jan 2008 14:29:10 -0000 1.38
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-util/kscope
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/ChangeLog,v 1.37 2007/07/25 19:04:31 carlo Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/ChangeLog,v 1.38 2008/01/11 14:29:10 carlo Exp $
30 +
31 +*kscope-1.6.1 (11 Jan 2008)
32 +
33 + 11 Jan 2008; Carsten Lohrke <carlo@g.o>
34 + +files/kscope-1.6.1-desktop-entry.diff, +kscope-1.6.1.ebuild:
35 + Version bump.
36
37 *kscope-1.6.0 (25 Jul 2007)
38
39
40
41
42 1.1 dev-util/kscope/kscope-1.6.1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kscope/kscope-1.6.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kscope/kscope-1.6.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: kscope-1.6.1.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/kscope-1.6.1.ebuild,v 1.1 2008/01/11 14:29:10 carlo Exp $
52
53 inherit kde
54
55 DESCRIPTION="KScope is a KDE front-end to Cscope."
56 HOMEPAGE="http://kscope.sourceforge.net/"
57 SRC_URI="mirror://sourceforge/kscope/${P}.tar.gz"
58
59 SLOT="0"
60 LICENSE="BSD"
61 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
62 IUSE=""
63
64 DEPEND="|| ( kde-base/kate kde-base/kdebase )"
65 RDEPEND="${DEPEND}
66 media-gfx/graphviz
67 dev-util/ctags
68 >=dev-util/cscope-15.5-r4"
69
70 DEPEND="${RDEPEND}
71 sys-devel/flex
72 sys-devel/bison"
73
74 need-kde 3.5
75
76 PATCHES="${FILESDIR}/kscope-1.6.1-desktop-entry.diff"
77
78 src_install() {
79 kde_src_install
80
81 insinto /usr/share/config
82 doins "${FILESDIR}/${PN}rc"
83 }
84
85
86
87 --
88 gentoo-commits@l.g.o mailing list