Re: Re: [gentoo-user] ebuild file help

2004-01-12 Thread brettholcomb
does behind so you can check things out and see what it did. Very nice for troubleshooting. > > From: "Roy Kidder" <[EMAIL PROTECTED]> > Date: 2004/01/12 Mon AM 08:15:33 EST > To: [EMAIL PROTECTED] > Subject: Re: Re: [gentoo-user] ebuild file help > > Yeah, I

Re: Re: [gentoo-user] ebuild file help

2004-01-12 Thread Roy Kidder
re welcome. You can use the PORTDIR_OVERLAY for ebuilds you modify > or do yourself, too. > > Have fun. > >> >> From: "Roy Kidder" <[EMAIL PROTECTED]> >> Date: 2004/01/12 Mon AM 08:02:09 EST >> To: [EMAIL PROTECTED] >> Subject: Re: Re: [gentoo-user] ebui

Re: Re: [gentoo-user] ebuild file help

2004-01-12 Thread brettholcomb
You're welcome. You can use the PORTDIR_OVERLAY for ebuilds you modify or do yourself, too. Have fun. > > From: "Roy Kidder" <[EMAIL PROTECTED]> > Date: 2004/01/12 Mon AM 08:02:09 EST > To: [EMAIL PROTECTED] > Subject: Re: Re: [gentoo-user] ebuild file h

Re: Re: [gentoo-user] ebuild file help

2004-01-12 Thread Roy Kidder
local/portage/media-libs/xine > > In the appname directory put the ebuild. Then create a files directory > in appname and run ebuild packagename digest. > > >> >> From: "Roy Kidder" <[EMAIL PROTECTED]> >> Date: 2004/01/11 Sun PM 11:05:17 EST >&g

Re: Re: [gentoo-user] ebuild file help

2004-01-12 Thread brettholcomb
files directory in appname and run ebuild packagename digest. > > From: "Roy Kidder" <[EMAIL PROTECTED]> > Date: 2004/01/11 Sun PM 11:05:17 EST > To: [EMAIL PROTECTED] > Subject: Re: [gentoo-user] ebuild file help > > I uncommented the PORTDIR_OVERLAY variab

Re: [gentoo-user] ebuild file help

2004-01-11 Thread Roy Kidder
I didn't know... thanks. I've been building and installing RPMs for too long. I guess what they say about old dogs and new tricks has holds true. > Just incase you don't know, to build the digest for the ebuild after you > place it in the /usr/local/portage dir you need to issue this command: > "

Re: [gentoo-user] ebuild file help

2004-01-11 Thread Ben Sparks
On Sun, 2004-01-11 at 22:45, Brett I. Holcomb wrote: > Check out the ebuild docs at Gentoo's web site to get some information > about ebuilds. > > I activate the PORTDIR_OVERLAY variable in /etc/make.conf, create the > directory (default is /usr/local/portage) and create a directory > structure

Re: [gentoo-user] ebuild file help

2004-01-11 Thread Roy Kidder
I uncommented the PORTDIR_OVERLAY variable in /etc/make.conf, leaving it at the default /usr/local/portage, which I created. I'm not sure what part of the directory structure from /usr/portage I should duplicate in /usr/local/portage however. /usr/portage is ~1.5G in size. I'm also not sure how to

Re: [gentoo-user] ebuild file help

2004-01-11 Thread Brett I. Holcomb
Check out the ebuild docs at Gentoo's web site to get some information about ebuilds. I activate the PORTDIR_OVERLAY variable in /etc/make.conf, create the directory (default is /usr/local/portage) and create a directory structure just like /usr/portage has for the program I want to install.

[gentoo-user] ebuild file help

2004-01-11 Thread Roy Kidder
I'm new to Gentoo (been using Linux for about 8 years) and I'm trying to find my way around the ebuild/portage/emerge school of thought. I recently found a piece of software where the author supplies a .ebuild file. How can I install the software as a package using this .ebuild file? Thanks in a