Gentoo Archives: gentoo-dev

From: Daniel Robbins <drobbins@g.o>
To: gentoo-dev@××××××××××.org
Subject: Re: [gentoo-dev] merging an ebuild that's there, but isn't there
Date: Fri, 26 Oct 2001 16:58:05
Message-Id: 20011026165805.E21818@cvs.gentoo.org
In Reply to: Re: [gentoo-dev] merging an ebuild that's there, but isn't there by Karl Trygve Kalleberg
1 On Sat, Oct 27, 2001 at 12:40:15AM +0200, Karl Trygve Kalleberg wrote:
2 > On Thu, Oct 25, 2001 at 06:04:38PM -0500, David wrote:
3 > > I want to install a lisp package so I can use it. I change directories to
4 > > /usr/portage/dev-lisp/ and try to emerge sbcl/sbcl-0.6.12.ebuild only to
5 > > find that
6 > >
7 > > !!! ebuild dev-lisp/sbcl-0.6.12 not found (possibly blocked by package.mask)
8 > >
9 > > Looking into portage/profiles/package.mask, I find no mention of any of
10 > > the lisp ebuilds. I now have no idea what to do. Does anyone have a
11 > > suggestion or explanation for what's happening?
12 >
13 > Wow! You are our first Lisp user. I am the Lispmeister currently. Any bugs
14 > you find are my fault.
15 >
16 > As for the category, it has not been added to Portage yet. Use the manual
17 > merging method for now. Since we've not had any Lisp users, priority has
18 > been very low for this.
19
20 I'll make sure the category shows up in the next Portage release. For now, you
21 can edit /usr/lib/portage/pym/portage.py, and search for this text:
22
23 categories=("app-i18n", "app-admin", "app-arch", "app-cdr", "app-crypt",
24 "app-doc", "app-editors", "app-emulation", "app-games", "app-misc",
25 "app-office", "app-shells", "app-text", "dev-db", "dev-java", "dev-lang",
26 "dev-libs", "dev-lisp", "dev-perl", "dev-python", "dev-ruby", "dev-util",
27 "gnome-base", "gnome-extra", "kde-apps", "kde-i18n", "kde-base", "kde-libs",
28 "media-gfx", "media-libs", "media-sound", "media-video", "net-analyzer",
29 "net-apache", "net-dialup", "net-fs", "net-ftp", "net-im", "net-irc",
30 "net-libs", "net-mail", "net-misc", "net-news", "net-nds", "net-print",
31 "net-www", "packages", "sys-apps", "sys-devel", "sys-kernel", "sys-libs",
32 "x11-base", "x11-libs", "x11-misc", "x11-terms", "x11-wm", "virtual",
33 "dev-tcltk")
34
35 Then, simply add "dev-lisp" to the tuple.
36
37 Best Regards,
38
39 --
40 Daniel Robbins <drobbins@g.o>
41 Chief Architect/President http://www.gentoo.org
42 Gentoo Technologies, Inc.