| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
|
|
|
|
| |
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
|
|
|
|
| |
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
|
|
|
|
|
|
|
|
|
|
| |
This ebuild was failing, due, apperently, to its poorly constructed
makefile. While I was at it, I noticed some QAwarns apperently due
to a missing prototype in upstream code.
Fixed both via patches.
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
|
|
|
|
| |
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
|
|
|
|
|
|
| |
time: pygit2
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
|
|
|
|
| |
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
|
|
|
|
| |
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
During multilib_get_enabled_abi_pairs, we employ the use helper to
determine whether a particular flag is enabled. All well and good,
except that this crashes with a QA thingy (maybe only on developer
profiles?) when that flag is not in IUSE, which, notably, is not
a requirement; indeed, we have a feature in there to create precisely
this circumstance by design.
Easy solution: use use_if_iuse instead.
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
|
|
|
|
|
|
|
|
|
|
|
|
| |
This creates a <foo-X mask and =foo-Z unmask for some instances
where Z<X, and there exists some Y s.t. Z<Y<X, and both
foo-X and foo-Z are multilibutized in the overlay, but foo-Y is
nonmultilibutized and upstream.
Eventually, assuming some better fix to the multilib dependency
crap going on upstream, we'll have to do this for all such instances.
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
|
|
|
|
|
|
| |
an error)
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
|
|
|
|
| |
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
|
|
|
|
| |
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
|
|
|
|
| |
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
|
|
|
|
| |
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
|
|
|
|
| |
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
|
|
|
|
| |
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
|
|
|
|
| |
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
|
|
|
|
|
|
|
|
|
|
|
| |
Holy shit that was hard. This fixes phonon-gstreamer to actually work.
Not sure why it stopped working -- maybe some upstream change in the
phonon buildsystem code, or as a consequence of having dropped various
overlay builds with wrapped executables for upstream alternates that
lack them. Anyhow this gets 'er done.
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
|
|
|
|
|
|
| |
Revbump, merge and bring dependency atoms into spec for multilib.
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
|
|
|
|
| |
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
|
|
|
|
| |
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
|
|
|
|
|
|
|
|
|
| |
This was already multilibutized upstream. The only remaining benefit is
to preserve multilib pam support -- but upstream has their own
multilibutized pam and it's not the same... better to just give up the
ghost on this one, I suspect.
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
|
|
|
|
| |
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
|
|
|
|
| |
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
|
|
|
|
| |
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
|
|
|
|
| |
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
|
|
|
|
| |
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
|
|
|
|
| |
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
|
|
|
|
| |
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
|
|
|
|
| |
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
|
|
|
|
| |
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
|
|
|
|
| |
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
|
|
|
|
| |
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
|
|
|
|
| |
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
|
|
|
|
| |
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
|
|
|
|
| |
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
|
|
|
|
| |
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
|
|
|
|
| |
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
First, this adds '>='-versioning to all the neccesary atoms that lack it
(but, I did this quite hastily and without consideration for how this
might impact non-overlay users with upstream's masking and keywording)
Second, it adds a hack (not a pretty one) to set the CUPS_CONFIG
variable when running configure as otherwise, gtk+ now ends up dying
(late) at compile-time for non-native abi's due to cups-config no longer
being @wrapped (as the downstream ebuild has been dropped).
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
|
|
|
|
| |
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
revbump/merge version 24.2.0-r3
These were all cloned from a really early implementation of the 1.8.5
ebuild before lots of things were implemented/figured-out for the
overlay. Not only did they break (I forget how exactly, but they no
longer compiled), but they were ugly as hell, the result of having been
implemented during my brief flirtation with the idea of using ehooks for
all ebuild code (as kind-of a poor-mans multilib-minimal style, I
guess).
Anyhow this gets rid of all use of ehooks, and implements instead
multilib_src_foo phase functions as its flow control mechanism. It also
uses the framework's wrapping features instead of some hand-coded thing.
Finally, it rejiggers the nspr hacks to work with
MULTILIB_CHOST_TOOLS-style naming (changed when the nspr ebuild was
removed downstream -- oh, right, that's what broke :) ).
All three ebuilds are modernized, and the (purportedly) permanently
masked upstream, pending removal, version, -1.8.7-r4 (-r3 upstream),
is dropped as a laziness/hassle-reduction measure (although,
technically, we should implement it in order to protect anyone unmasking
it from any worst-practices unversioned atoms, i.e.:
'dev-lang/spidermonkey:0[${MULTILIB_USEDEP}]'
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
|
|
|
|
| |
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
|
|
|
|
| |
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
|
|
|
|
| |
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
|
|
|
|
| |
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
|
|
|
|
|
|
| |
thinko :)
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
|
|
|
|
| |
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
|
|
|
|
| |
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
|
|
|
|
| |
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
|