Hi,
just an idea for now. But what you think about multiversion ebuilds?
Technically this could be realized with the following line in the ebuild itself:
```
VERSIONS=( 3.0.11 3.0.12 3.1 )
```
and the filename without version:
//.ebuild
together with this set of rules:
1. If there is an ebuild w
On Sat, May 12, 2018 at 8:20 AM Gerion Entrup
wrote:
> Different version keywording can be done as before:
> ```
> if [[ ${PV} == "3.1" ]] ; then
> KEYWORDS="~amd64 ~x86"
> else
> KEYWORDS="amd64 x86"
> fi
> ```
From a readability standpoint I could see this getting out of ha
Am Samstag, 12. Mai 2018, 15:47:57 CEST schrieb Rich Freeman:
> On Sat, May 12, 2018 at 8:20 AM Gerion Entrup
> wrote:
>
>
> > Different version keywording can be done as before:
> > ```
> > if [[ ${PV} == "3.1" ]] ; then
> > KEYWORDS="~amd64 ~x86"
> > else
> > KEYWORDS="amd64
> On Sat, 12 May 2018, Gerion Entrup wrote:
> just an idea for now. But what you think about multiversion ebuilds?
> Technically this could be realized with the following line in the
> ebuild itself:
> ```
> VERSIONS=( 3.0.11 3.0.12 3.1 )
> ```
> [...]
> The advantages of this idea I see are
On Sat, May 12, 2018 at 7:20 AM, Gerion Entrup wrote:
> - The size of the tree reduces.
>
If this is a big concern you may be able to mount the portage tree
under a compressed loopback filesystem. It may even be worth
considering that as a recommended-by-handbook default as the benefit
for compre
Am Samstag, 12. Mai 2018, 16:21:26 CEST schrieb Ulrich Mueller:
> > On Sat, 12 May 2018, Gerion Entrup wrote:
>
> > just an idea for now. But what you think about multiversion ebuilds?
> > Technically this could be realized with the following line in the
> > ebuild itself:
> > ```
> > VERSIONS
Am Samstag, 12. Mai 2018, 16:24:00 CEST schrieb R0b0t1:
> On Sat, May 12, 2018 at 7:20 AM, Gerion Entrup wrote:
> > - The size of the tree reduces.
> >
>
> If this is a big concern you may be able to mount the portage tree
> under a compressed loopback filesystem. It may even be worth
> consideri
# Andreas Sturmlechner (12 May 2018)
# Depends on dead Qt4, upstream TRAC and SVN dead. No maint. response.
# Masked for removal in 30 days, bugs #645418, #591866, #574244.
net-dns/dnssec-lookup
net-dns/dnssec-nodes
net-dns/dnssec-system-tray
On Saturday, 12 May 2018 16:36:13 CEST Gerion Entrup wrote:
> Am Samstag, 12. Mai 2018, 16:21:26 CEST schrieb Ulrich Mueller:
> > > On Sat, 12 May 2018, Gerion Entrup wrote:
> > > - The size of the tree reduces.
> >
> > I very much doubt that (or at least it remains to be proven).
> >
> > Cur
On Mon, May 7, 2018 at 4:49 PM, Matt Turner wrote:
> On Mon, May 7, 2018 at 1:38 PM, Matt Turner wrote:
>> == Convert media-libs/mesa ebuild to build with Meson ==
>> https://bugs.gentoo.org/652762
>>
>> Ebuild posted. Blocked on problems surrounding LLVM (this is the story of
>> maintaining medi
On Saturday, May 12, 2018 5:20:30 AM PDT Gerion Entrup wrote:
> Hi,
>
> just an idea for now. But what you think about multiversion ebuilds?
> Technically this could be realized with the following line in the ebuild
> itself: ```
> VERSIONS=( 3.0.11 3.0.12 3.1 )
> ```
You may also be interested ch
11 matches
Mail list logo