Gentoo Archives: gentoo-user

From: covici@××××××××××.com
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] creating a .9999 ebuild
Date: Mon, 14 Dec 2015 21:06:24
Message-Id: 25923.1450127161@ccs.covici.com
In Reply to: Re: [gentoo-user] creating a .9999 ebuild by Michael Orlitzky
1 Michael Orlitzky <mjo@g.o> wrote:
2
3 > On 12/14/2015 02:18 PM, covici@××××××××××.com wrote:
4 > > Hi. I have a regular ebuild for app-accessibility/brltty and I want to
5 > > create a .9999 ebuild out of it, so it gets from the latest .git
6 > > version. Is there a way I can do that -- either some documentation on
7 > > how to do it, or some hints? Is there a general method for doing this?
8 > >
9 > > Thanks in advance for any suggestions.
10 > >
11 >
12 > Look for -9999 ebuilds in the tree using the git-r3 eclass, and copy
13 > what they do. It's not fancy but something like
14 >
15 > $ find ./ -name '*-9999.ebuild' | xargs grep -l 'git-r3'
16 >
17 > in PORTDIR should turn up a bunch of examples.
18
19 OK, I will take a look.
20
21
22 --
23 Your life is like a penny. You're going to lose it. The question is:
24 How do
25 you spend it?
26
27 John Covici
28 covici@××××××××××.com

Replies

Subject Author
Re: [gentoo-user] creating a .9999 ebuild Alan McKinnon <alan.mckinnon@×××××.com>