Gentoo Archives: gentoo-commits

From: "Ali Polatel (hawking)" <hawking@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/ctags: ctags-5.6-r2.ebuild ChangeLog ctags-5.6-r3.ebuild ctags-5.7.ebuild ctags-5.6-r1.ebuild ctags-5.6.ebuild ctags-5.5.4-r3.ebuild
Date: Mon, 24 Sep 2007 19:48:26
Message-Id: E1IZtmo-00050H-UR@stork.gentoo.org
1 hawking 07/09/24 19:40:06
2
3 Modified: ctags-5.6-r2.ebuild ChangeLog ctags-5.6-r3.ebuild
4 Added: ctags-5.7.ebuild
5 Removed: ctags-5.6-r1.ebuild ctags-5.6.ebuild
6 ctags-5.5.4-r3.ebuild
7 Log:
8 version bump. modified SRC_URI to get ada-mode depending on the ada use flag. drop old.
9 (Portage version: 2.1.3.9)
10
11 Revision Changes Path
12 1.2 dev-util/ctags/ctags-5.6-r2.ebuild
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ctags/ctags-5.6-r2.ebuild?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ctags/ctags-5.6-r2.ebuild?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ctags/ctags-5.6-r2.ebuild?r1=1.1&r2=1.2
17
18 Index: ctags-5.6-r2.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.6-r2.ebuild,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- ctags-5.6-r2.ebuild 26 Jun 2007 20:06:48 -0000 1.1
25 +++ ctags-5.6-r2.ebuild 24 Sep 2007 19:40:05 -0000 1.2
26 @@ -1,13 +1,13 @@
27 # Copyright 1999-2007 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.6-r2.ebuild,v 1.1 2007/06/26 20:06:48 george Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.6-r2.ebuild,v 1.2 2007/09/24 19:40:05 hawking Exp $
31
32 inherit eutils
33
34 DESCRIPTION="Exuberant Ctags creates tags files for code browsing in editors"
35 HOMEPAGE="http://ctags.sourceforge.net"
36 SRC_URI="mirror://sourceforge/ctags/${P}.tar.gz
37 - mirror://sourceforge/gnuada/ctags-ada-mode-4.3.3.tar.bz2"
38 + ada? ( mirror://sourceforge/gnuada/ctags-ada-mode-4.3.3.tar.bz2 )"
39
40 LICENSE="GPL-2"
41 SLOT="0"
42
43
44
45 1.61 dev-util/ctags/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ctags/ChangeLog?rev=1.61&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ctags/ChangeLog?rev=1.61&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ctags/ChangeLog?r1=1.60&r2=1.61
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-util/ctags/ChangeLog,v
54 retrieving revision 1.60
55 retrieving revision 1.61
56 diff -u -r1.60 -r1.61
57 --- ChangeLog 19 Jul 2007 14:12:57 -0000 1.60
58 +++ ChangeLog 24 Sep 2007 19:40:05 -0000 1.61
59 @@ -1,6 +1,16 @@
60 # ChangeLog for dev-util/ctags
61 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ChangeLog,v 1.60 2007/07/19 14:12:57 hawking Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ChangeLog,v 1.61 2007/09/24 19:40:05 hawking Exp $
64 +
65 +*ctags-5.7 (24 Sep 2007)
66 +
67 + 24 Sep 2007; Ali Polatel <hawking@g.o>
68 + -files/ctags-5.5.4-haskell.patch, -files/ctags-5.5.4-objc.patch,
69 + -files/ctags-5.5.4-vim-c.patch, -ctags-5.5.4-r3.ebuild, -ctags-5.6.ebuild,
70 + -ctags-5.6-r1.ebuild, ctags-5.6-r2.ebuild, ctags-5.6-r3.ebuild,
71 + +ctags-5.7.ebuild:
72 + version bump. modified SRC_URI to get ada-mode depending on the ada use
73 + flag. drop old.
74
75 19 Jul 2007; Ali Polatel <hawking@g.o> -ctags-5.2.3.ebuild,
76 -ctags-5.5.ebuild, -ctags-5.5-r1.ebuild, -ctags-5.5.4.ebuild,
77
78
79
80 1.3 dev-util/ctags/ctags-5.6-r3.ebuild
81
82 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ctags/ctags-5.6-r3.ebuild?rev=1.3&view=markup
83 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ctags/ctags-5.6-r3.ebuild?rev=1.3&content-type=text/plain
84 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ctags/ctags-5.6-r3.ebuild?r1=1.2&r2=1.3
85
86 Index: ctags-5.6-r3.ebuild
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.6-r3.ebuild,v
89 retrieving revision 1.2
90 retrieving revision 1.3
91 diff -u -r1.2 -r1.3
92 --- ctags-5.6-r3.ebuild 12 Jul 2007 01:05:42 -0000 1.2
93 +++ ctags-5.6-r3.ebuild 24 Sep 2007 19:40:05 -0000 1.3
94 @@ -1,13 +1,13 @@
95 # Copyright 1999-2007 Gentoo Foundation
96 # Distributed under the terms of the GNU General Public License v2
97 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.6-r3.ebuild,v 1.2 2007/07/12 01:05:42 mr_bones_ Exp $
98 +# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.6-r3.ebuild,v 1.3 2007/09/24 19:40:05 hawking Exp $
99
100 inherit eutils
101
102 DESCRIPTION="Exuberant Ctags creates tags files for code browsing in editors"
103 HOMEPAGE="http://ctags.sourceforge.net"
104 SRC_URI="mirror://sourceforge/ctags/${P}.tar.gz
105 - mirror://sourceforge/gnuada/ctags-ada-mode-4.3.3.tar.bz2"
106 + ada? ( mirror://sourceforge/gnuada/ctags-ada-mode-4.3.3.tar.bz2 )"
107
108 LICENSE="GPL-2"
109 SLOT="0"
110
111
112
113 1.1 dev-util/ctags/ctags-5.7.ebuild
114
115 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ctags/ctags-5.7.ebuild?rev=1.1&view=markup
116 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ctags/ctags-5.7.ebuild?rev=1.1&content-type=text/plain
117
118 Index: ctags-5.7.ebuild
119 ===================================================================
120 # Copyright 1999-2007 Gentoo Foundation
121 # Distributed under the terms of the GNU General Public License v2
122 # $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.7.ebuild,v 1.1 2007/09/24 19:40:05 hawking Exp $
123
124 inherit eutils
125
126 DESCRIPTION="Exuberant Ctags creates tags files for code browsing in editors"
127 HOMEPAGE="http://ctags.sourceforge.net"
128 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
129 ada? ( mirror://sourceforge/gnuada/ctags-ada-mode-4.3.3.tar.bz2 )"
130
131 LICENSE="GPL-2"
132 SLOT="0"
133 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
134 IUSE="ada"
135
136 DEPEND=">=app-admin/eselect-emacs-1.1"
137
138 src_unpack() {
139 unpack ${A}
140 cd "${S}"
141
142 epatch "${FILESDIR}/${PN}-5.6-ebuilds.patch"
143
144 # enabling Ada support
145 if use ada; then
146 cp "${WORKDIR}/${PN}-ada-mode-4.3.3/ada.c" "${S}"
147 epatch "${FILESDIR}/${PN}-ada.patch"
148 fi
149 }
150
151 src_compile() {
152 econf \
153 --with-posix-regex \
154 --without-readlib \
155 --disable-etags \
156 --enable-tmpdir=/tmp \
157 || die "econf failed"
158 emake || die "emake failed"
159 }
160
161 src_install() {
162 einstall || die "einstall failed"
163
164 # namepace collision with X/Emacs-provided /usr/bin/ctags -- we
165 # rename ctags to exuberant-ctags (Mandrake does this also).
166 mv ${D}/usr/bin/{ctags,exuberant-ctags}
167 mv ${D}/usr/share/man/man1/{ctags,exuberant-ctags}.1
168
169 dodoc FAQ NEWS README
170 dohtml EXTENDING.html ctags.html
171 }
172
173 pkg_postinst() {
174 eselect ctags update
175 elog "You can set the version to be started by /usr/bin/ctags through"
176 elog "the ctags eselect module. \"man ctags.eselect\" for details."
177 }
178
179 pkg_postrm() {
180 eselect ctags update
181 }
182
183
184
185 --
186 gentoo-commits@g.o mailing list