Gentoo Archives: gentoo-dev

From: Damo Brisbane <dhatchett2@×××××.com>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] git checkout in ebuild?
Date: Mon, 16 Oct 2017 03:32:41
Message-Id: CAE5cDqMm1nKiDat4vu0peUkOyjCoW1EAcFoTc+jf_W3tBDXGJA@mail.gmail.com
1 Hello,
2
3 I am wanting to make an ebuild for Intel's (Apache 2 licensed) snap
4 monitoring framework (https://github.com/intelsdi-x/snap). It seems the
5 current version (2.0.0) does not compile the golang binaries with some type
6 of recent grpc API incompatibility. I can successfully compile by going:
7
8 go get ...
9 cd <SRC_DIR>
10 git checkout 1.3.0
11 make all
12
13 This gets me the binaries (snaptel, snapteld); does anyone know if I can
14 put this process (git checkout..) into an .ebuild file (or some other
15 suggestion)?
16
17 Cheers,

Replies

Subject Author
Re: [gentoo-dev] git checkout in ebuild? nado@××××××××××.be
Re: [gentoo-dev] git checkout in ebuild? Kent Fredric <kentnl@g.o>