[gentoo-dev] Last rites: dev-tex/texmfind

2017-10-16 Thread Jonas Stein
# Jonas Stein (17 Oct 2017) # dev-tex/texmfind was superseded by app-portage/pfl # See also bug #634494. Masked for removal on 2017-11-30 dev-tex/texmfind -- Best regards, Jonas Stein signature.asc Description: OpenPGP digital signature

Re: [gentoo-dev] git checkout in ebuild?

2017-10-16 Thread Damo Brisbane
The git.r3 eclass method seems good practice for a specific commit. I'll have a look at the snap site today (AEST) - see if I can find a tarball - this seems preferable to commit.Thanks for the very helpful replies; On Tue, Oct 17, 2017 at 8:04 AM, Kent Fredric wrote: > On

Re: [gentoo-dev] git checkout in ebuild?

2017-10-16 Thread Kent Fredric
On Mon, 16 Oct 2017 13:31:53 +1000 Damo Brisbane wrote: > Hello, > > I am wanting to make an ebuild for Intel's (Apache 2 licensed) snap > monitoring framework (https://github.com/intelsdi-x/snap). It seems the > current version (2.0.0) does not compile the golang binaries

Re: [gentoo-portage-dev] [PATCH] install-qa-check.d/10ignored-flags: fix LDFLAGS check (bug 455232)

2017-10-16 Thread Brian Dolbec
On Sun, 15 Oct 2017 20:59:55 -0700 Zac Medico wrote: > From: Felix Janda > > Since binutils-2.23.51.0.9+ defaults to hash-style=gnu, use > a __gentoo_check_ldflags__ symbol instead. The check is now > enabled by adding

Re: [gentoo-portage-dev] [PATCH] prepstrip: use debugedit from rpm if necessary (bug 634378)

2017-10-16 Thread Brian Dolbec
On Mon, 16 Oct 2017 01:17:23 -0700 Zac Medico wrote: > If debugedit is not found in PATH, then use debugedit > installed by app-arch/rpm (if available). > > Suggested-by: Francesco Riosa > Bug: https://bugs.gentoo.org/634378 > --- >

Re: [gentoo-dev] git checkout in ebuild?

2017-10-16 Thread Vadim A. Misbakh-Soloviov
В письме от понедельник, 16 октября 2017 г. 13:42:05 +07 пользователь Azamat Hackimov написал: > Github creates tarballs for tags automatically, for 1.3.0 tag it would be There is go eclasses for that, and I guess OP wanted advice about some go- eclasses magic for that.

[gentoo-portage-dev] [PATCH] prepstrip: use debugedit from rpm if necessary (bug 634378)

2017-10-16 Thread Zac Medico
If debugedit is not found in PATH, then use debugedit installed by app-arch/rpm (if available). Suggested-by: Francesco Riosa Bug: https://bugs.gentoo.org/634378 --- bin/ebuild-helpers/prepstrip | 20 1 file changed, 16 insertions(+), 4 deletions(-) diff

Re: [gentoo-dev] git checkout in ebuild?

2017-10-16 Thread Azamat Hackimov
Github creates tarballs for tags automatically, for 1.3.0 tag it would be https://github.com/intelsdi-x/snap/archive/1.3.0.tar.gz, so you don't need to use git eclass. SRC_URI would look like: SRC_URI="https://github.com/intelsdi-x/snap/archive/${PV}.tar.gz -> ${P}.tar.gz" 2017-10-16 11:13

Re: [gentoo-dev] git checkout in ebuild?

2017-10-16 Thread nado
October 16, 2017 5:30 AM, "Damo Brisbane" wrote: Hello, I am wanting to make an ebuild for Intel's (Apache 2 licensed) snap monitoring framework (https://github.com/intelsdi-x/snap (https://github.com/intelsdi-x/snap)). It seems the current version (2.0.0) does not compile the golang binaries