Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 9212 - [lintool] app-editors ebuilds
Summary: [lintool] app-editors ebuilds
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-16 15:11 UTC by Nicolas Kaiser
Modified: 2002-10-16 18:28 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
lintool patch app-editors (app-editors.patch,10.70 KB, patch)
2002-10-16 15:12 UTC, Nicolas Kaiser
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nicolas Kaiser 2002-10-16 15:11:16 UTC
RDEPEND and illegal white spaces. I'll attach a patch.  
lintool says:  
  
beaver  
  
- (W) Missing RDEPEND=  
  
bluefish  
  
- (W) Has illegal white space (marked by %), only one space character allowed:  
 |      ./configure%%\  
 |              --mandir=/usr/share/man%\  
 |      make%%\  
 |              DESTDIR=${D}%\  
 |              mandir=${D}/usr/share/man%\  
- (W) Missing RDEPEND=  
  
emacs  
  
- (W) Has illegal white space (marked by %), only one space character allowed:  
 |      use nls%\  
 |      use X%\  
 |                      --with-png"%\  
 |      use motif%\  
 |      ./configure%%\  
 |      make%%\  
  
gedit  
  
- (W) Has illegal white space (marked by %), only one space character allowed:  
 |      ./configure --host=${CHOST}%%%%%%\  
 |                  --prefix=/usr%%%%%\  
   
gtk-xemacs  
  
- (W) Missing RDEPEND=  
  
nano  
  
- (W) Has illegal white space (marked by %), only one space character allowed:  
 |      make%%\  
 |              DESTDIR=${D}%%\  
- (W) Missing RDEPEND=  
  
vi  
  
- (W) Missing RDEPEND=  
  
xemacs  
  
- (W) Has illegal white space (marked by %), only one space character allowed:  
 |              myopts="--with-x%\  
 |                      --with-jpeg%\  
 |                      --with-png%\  
 |                      --with-tiff%\  
 |                      --with-xface%\  
 |                      --with-menubars=lucid%\  
 |              use motif%\  
 |                      && myopts="${myopts} --with-dialogs=motif  
--with-widgets=motif"%\  
 |      use gpm%\  
 |              && myopts="${myopts} --with-gpm"%\  
 |      use nas%\  
 |      use esd%\  
  
xemacs-gamma  
  
- (W) Missing RDEPEND=
Comment 1 Nicolas Kaiser 2002-10-16 15:12:25 UTC
Created attachment 4753 [details, diff]
lintool patch app-editors
Comment 2 SpanKY gentoo-dev 2002-10-16 18:28:17 UTC
added to cvs, nice work