Gentoo Archives: gentoo-user

From: Holly Bostick <motub@××××××.nl>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Fumblefingers corrupts an ebuild, plea for help
Date: Sat, 15 Oct 2005 16:54:38
Message-Id: 43513213.6080408@planet.nl
In Reply to: [gentoo-user] Fumblefingers corrupts an ebuild, plea for help by Kevin O'Gorman
1 Kevin O'Gorman schreef:
2 > I thought I was just looking, but after closing the editor my emerges are
3 > complaining about a corrupted ebuild of xchat. Specifically,
4 >
5 >
6 >>calculating world dependencies -/usr/portage/net-irc/xchat/xchat-
7 >
8 > 2.4.5.ebuild: line 24: syntax error near unexpected token `>'
9 >
10 >>/usr/portage/net-irc/xchat/xchat-2.4.5.ebuild: line 24: ` !xchatnogtk? (
11 >>=x11-libs/gtk+-2.0.3 )'
12
13
14 OK, here's line 23-29 of my ebuild:
15
16 (piped to prevent Thunderbird freaking out; ignore the first "|" symbol)
17
18 |RDEPEND=">=dev-libs/glib-2.0.3
19 | !xchatnogtk? ( >=x11-libs/gtk+-2.0.3 )
20 | ssl? ( >=dev-libs/openssl-0.9.6d )
21 | perl? ( >=dev-lang/perl-5.6.1 )
22 | python? ( >=dev-lang/python-2.2 )
23 | tcltk? ( dev-lang/tcl )
24 | !net-irc/xchat-gnome"
25
26
27 Happens with editors; sometimes you get changed spacing or line wrap,
28 and it gets saved for some reason.
29
30 Hope this helps,
31 Holly
32 --
33 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Fumblefingers corrupts an ebuild, plea for help Kevin O'Gorman <kogorman@×××××.com>