Gentoo Archives: gentoo-dev

From: "Brett I. Holcomb" <brettholcomb@×××××××.net>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] ebuild creation assistance...
Date: Sun, 09 May 2004 02:42:47
Message-Id: Pine.LNX.4.58.0405082236530.18662@strider
In Reply to: Re: [gentoo-dev] ebuild creation assistance... by John David Ratliff
1 On Sat, 8 May 2004, John David Ratliff wrote:
2 Check the docs on the Gentoo site for nameing convention. I ran into this
3 on an ebuild - currently emerge can't handle some of the names that are
4 used. As long as the various ${P} ${PN} variables get set correctly in
5 the ebuild you and change the name as you suggest. Whether or not it
6 works depends on how the source you're getting it from stores it. I had
7 one where the source needed the extra version info to retrieve it properly
8 but portage wouldn't handle it
9
10
11 > Brett I. Holcomb
12 wrote: >
13 > >To just create an ebuild you don't need to check out the portage tree.
14 > >
15 > >
16 > >
17 > Thanks. This is mostly what I have done.
18 >
19 > Another question. What is wrong with this name for an ebuild
20 >
21 > tigcc-0.95_beta8r1.ebuild
22 >
23 > The version is 0.95 beta 8r1 (This is what they call it).
24 >
25 > Remove the r1, and there are no problems. Should I just change it to
26 > maybe tigcc-0.95_beta8.ebuild
27 >
28 > Thanks...
29 >
30 > >
31 > > On Sat, 8 May 2004, John David Ratliff wrote:
32 > >
33 > >
34 > >
35 > >>I want to create an ebuild for a software package, but I am confused on
36 > >>the directions. The ebuild HOWTO tells me to checkout portage from CVS,
37 > >>however, it lists no CVS server or what kind of authentication to use.
38 > >>Is this restricted to 'official' developers? If so, can I still create
39 > >>and submit an ebuild? If not, what is the CVSROOT setting so I can
40 > >>checkout portage?
41 > >>
42 > >>I also need to add the software to the gentoo mirrors. I read in one of
43 > >>the HOWTOs that cvs snapshots could be added to the mirror. This is
44 > >>similar, except they use the same filename for every new version, so
45 > >>there is no way to know which version you are downloading from their
46 > >>site. Additionally, each new version requires different a specific
47 > >>version of another package to be downloaded, so it is crucial that the
48 > >>version of the original package is known. So I thought maybe I could add
49 > >>this with a version number to the gentoo mirror.
50 > >>
51 > >>Finally, I am unsure where in portage it should be added. It is a
52 > >>cross-compiler for C into native binaries for a specific kind of
53 > >>calculator. The software is a modified version of GCC and binutils.
54 > >>
55 > >>Thanks...
56 > >>
57 > >>
58 > >>--
59 > >>gentoo-dev@g.o mailing list
60 > >>
61 > >>
62 > >>
63 > >
64 > >
65 > >
66 >
67 >
68 > --
69 > gentoo-dev@g.o mailing list
70 >
71
72 --
73 Brett I. Holcomb
74
75 --
76 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] ebuild creation assistance... John David Ratliff <jdratlif@×××××××.edu>