Re: [gentoo-user] creating a .9999 ebuild

2015-12-14 Thread covici
Jc García wrote: > 2015-12-14 16:13 GMT-06:00 : > > > OK, I have one question more -- for the git, I need to run ./autogen > > before I can run configure, do I need to put that in source_prepare, or > > is this done automatically? > > That should

Re: [gentoo-user] java virtual machine

2015-12-14 Thread Frederico Moraes Ferreira
Tks Em 11-12-2015 23:35, Urs Schütz escreveu: On 12/11/15 20:47, Urs Schütz wrote: On 12/11/15 15:12, Frederico Moraes Ferreira wrote: Has anybody happen to know which java distribution, except the oracle one, will carry javaws? Thanks, Fred javaws was working here with icedtea-bin-7.

Re: [gentoo-user] blocking facebook

2015-12-14 Thread pc0147 Sistemas Will_ecg
With iptables you can use the next: iptables -I OUTPUT -m string --string 'facebook' --algo bm -j DROP iptables -I FORDWARD -m string --string 'facebook' --algo bm -j DROP And that is all. El sáb, 12-12-2015 a las 03:54 +, Willie M escribió: > If you use nat on iptables, it

Re: [gentoo-user] creating a .9999 ebuild

2015-12-14 Thread Alan McKinnon
On 14/12/2015 23:06, cov...@ccs.covici.com wrote: > Michael Orlitzky wrote: > >> On 12/14/2015 02:18 PM, cov...@ccs.covici.com wrote: >>> Hi. I have a regular ebuild for app-accessibility/brltty and I want to >>> create a . ebuild out of it, so it gets from the latest .git

Re: [gentoo-user] creating a .9999 ebuild

2015-12-14 Thread Michael Orlitzky
On 12/14/2015 04:38 PM, Alan McKinnon wrote: > > If the sources are in regular old git, the main changes are to replace > SRC_URI with EGIT_REPO_URI and to inherit git-2. Here's one of mine I > slapped together: git-2 is deprecated in favor of git-r3. Don't ask me about the naming scheme. >

[gentoo-user] creating a .9999 ebuild

2015-12-14 Thread covici
Hi. I have a regular ebuild for app-accessibility/brltty and I want to create a . ebuild out of it, so it gets from the latest .git version. Is there a way I can do that -- either some documentation on how to do it, or some hints? Is there a general method for doing this? Thanks in advance

[gentoo-user] Re: new English spellchecking dictionaries

2015-12-14 Thread James
»Q« gmx.net> writes: > Many months ago, I posted that I was working on a new ebuild for > English spellchecking dictionaries. For various reasons, my work > kept getting put on hold, but now Michael Palimaka has committed an > ebuild, app-dicts/myspell-en-20151201. Since I brought it up

Re: [gentoo-user] creating a .9999 ebuild

2015-12-14 Thread covici
Alan McKinnon wrote: > On 14/12/2015 23:06, cov...@ccs.covici.com wrote: > > Michael Orlitzky wrote: > > > >> On 12/14/2015 02:18 PM, cov...@ccs.covici.com wrote: > >>> Hi. I have a regular ebuild for app-accessibility/brltty and I want to > >>>

Re: [gentoo-user] creating a .9999 ebuild

2015-12-14 Thread Jc García
2015-12-14 16:13 GMT-06:00 : > OK, I have one question more -- for the git, I need to run ./autogen > before I can run configure, do I need to put that in source_prepare, or > is this done automatically? That should mean the package you are building is using autotools as

Re: [gentoo-user] creating a .9999 ebuild

2015-12-14 Thread Michael Orlitzky
On 12/14/2015 02:18 PM, cov...@ccs.covici.com wrote: > Hi. I have a regular ebuild for app-accessibility/brltty and I want to > create a . ebuild out of it, so it gets from the latest .git > version. Is there a way I can do that -- either some documentation on > how to do it, or some hints?

Re: [gentoo-user] creating a .9999 ebuild

2015-12-14 Thread covici
Michael Orlitzky wrote: > On 12/14/2015 02:18 PM, cov...@ccs.covici.com wrote: > > Hi. I have a regular ebuild for app-accessibility/brltty and I want to > > create a . ebuild out of it, so it gets from the latest .git > > version. Is there a way I can do that -- either