Gentoo Archives: gentoo-user

From: Michael Orlitzky <mjo@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] creating a .9999 ebuild
Date: Mon, 14 Dec 2015 21:50:01
Message-Id: 566F3979.5070709@gentoo.org
In Reply to: Re: [gentoo-user] creating a .9999 ebuild by Alan McKinnon
1 On 12/14/2015 04:38 PM, Alan McKinnon wrote:
2 >
3 > If the sources are in regular old git, the main changes are to replace
4 > SRC_URI with EGIT_REPO_URI and to inherit git-2. Here's one of mine I
5 > slapped together:
6
7 git-2 is deprecated in favor of git-r3. Don't ask me about the naming
8 scheme.
9
10
11 > KEYWORDS="~amd64 ~x86"
12
13 It doesn't matter for an overlay, but -9999 ebuilds should never be
14 keyworded. Empty KEYWORDS="" is preferred. That may silence a repoman
15 warning if you're getting one.