[gentoo-user] Custom ebuilds and ebuild path not specified

2005-01-24 Thread Michael J. Barillier
I'm trying to create custom ebuilds for a few packages for which I'm always having to specify USE flags on the command line. (For example, I have ``+X +qt ...'' in make.conf, but I want to emerge Nethack with ``USE='-X -gnome -qt''', Emacs with ``USE='-X''', etc.) I've set PORTDIR_OVERLAY to

Re: [gentoo-user] Custom ebuilds and ebuild path not specified

2005-01-24 Thread Neil Bothwick
On Mon, 24 Jan 2005 11:35:54 -0600, Michael J. Barillier wrote: I'm trying to create custom ebuilds for a few packages for which I'm always having to specify USE flags on the command line. (For example, I have ``+X +qt ...'' in make.conf, but I want to emerge Nethack with ``USE='-X -gnome

Re: [gentoo-user] Custom ebuilds and ebuild path not specified

2005-01-24 Thread James Hiscock
| !!! aux_get(): ebuild path for 'games-roguelike/nethack-3.4.3-custom' not specified: | !!!None The problem's more than likely being caused by the '-custom' at the end of your ebuild name. Try changing it to nethack-custom-3.4.3.ebuild, instead, and see if that clears up your

Re: [gentoo-user] Custom ebuilds and ebuild path not specified

2005-01-24 Thread Michael J. Barillier
nb == Neil Bothwick [EMAIL PROTECTED] writes: I'm trying to create custom ebuilds for a few packages for which I'm always having to specify USE flags on the command line. (For example, I have ``+X +qt ...'' in make.conf, but I want to emerge Nethack with ``USE='-X -gnome