aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-devel/flex: drop as multilibutized upstreamGregory M. Tuner2014-06-2310-1076/+0
| | | | Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
* sys-devel/gdb: drop as upstream works without additional changes nowGregory M. Tuner2014-05-085-1412/+0
| | | | Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
* sys-devel/libtool: drop as multilibutized upstreamGregory M. Tuner2014-05-0410-1228/+0
| | | | Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
* sys-devel/autogen-5.18.2-r1: revbump/mergeGregory M. Tuner2014-04-283-5/+10
| | | | Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
* sys-devel/flex-2.5.39-r1: revbump/mergeGregory M. Tuner2014-04-244-26/+393
| | | | Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
* sys-devel/gdb-7.7-r1: revbump/mergeGregory M. Tuner2014-03-092-0/+207
| | | | Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
* Remove more ebuilds multilibutized upstreamGregory M. Tuner2014-03-0713-1232/+0
| | | | | | | | | | | Remove dev-db/sqlite, dev-libs/libgcrypt, dev-libs/libgpg-error, dev-libs/libtasn1, dev-libs/nettle and sys-devel/gettext. Move package.unmask into the multilibpython-base profile since for unknown reasons, it is not working right in profiles/. Bump app-emulation/emul-linux-x86-baselibs to 20131008-r22 and merge upstream changes. Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
* sys-devel/flex: revbumpGregory M. Tuner2014-02-272-6/+6
| | | | Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
* sys-devel/autogen: looks like libxml and guile are build-time-only deps with ↵Gregory M. Tuner2014-01-292-3/+3
| | | | | | no multilib requirement Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
* sys-devel/autogen: multilib-utizeGregory M. Tuner2014-01-292-8/+14
| | | | | | | | | | Don't know how this escaped my attention until now but packages consuming libopts are going to need a multilib autogen. Since autogen was putting libopts's .pc file in PREFIX/share (which correctly refers to libdir=/usr/lib64), I have moved it -- hopefully this is correct and won't break anything -- to /usr/lib64/pkgconfig. Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
* sys-devel/autogen: clone upstreamGregory M. Tuner2014-01-295-0/+395
| | | | Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
* sys-devel/flex: multilib-utizeGregory M. Tuner2014-01-282-8/+11
| | | | Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
* sys-devel/flex: clone upstreamGregory M. Tuner2014-01-2810-0/+706
| | | | Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
* sys-devel/gdb: multilib python header findingGregory M. Tuner2014-01-242-1/+5
| | | | Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
* sys-devel/gdb: clone upstreamGregory M. Tuner2014-01-244-0/+1201
| | | | Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
* sys-devel/gettext: sync with upstreamGregory M. Tuner2013-12-302-3/+3
| | | | Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
* sys-devel/gettext: dependency thinkoGregory M. Tuner2013-12-262-2/+2
| | | | Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
* sys-devel/gettext: multilib-utizeGregory M. Tuner2013-12-242-41/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Slightly tricky multilib-utization, mostly because I went out of my way to preserve the CXX variable export across the ABI's in all the phase functions after configure. (Not sure if it matters -- quite probably, it doesn't, but erring on the side of not breaking shit that worked before can't be completely terrible). To preserve the variables, I came up with a "trick". It is an unfortunate design flaw -- one that I'm contemplating fixing -- of the ehook API that no provision is made for the explicit management of variable lifetimes. Due to this, there's no elegant way to make a variable's lifetime precisely that of the ABI (except to go in and implement that in an ad-hoc manner depending on what framework you're consuming). In this case, and probably many similar cases, a sufficient solution is to rely on the registration-time ordering of hook invocations by encapsulating code to set up and tear down a variable or set of variables, and then stack per-abi-pre and per-abi-post registrations somewhere before any hooks are registered for the relevant phase functions and at the end of the ebuild. It's kinda ugly though -- a multiple-registration API would certainly make it easier on the eyes. Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
* sys-devel/gettext: D -> EDGregory M. Tuner2013-12-241-9/+9
| | | | | | | I have left a handful of lingering usages that would just create a merge for me a few commits down the line. Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
* sys-devel/gettext: make emacs mandatory :(Gregory M. Tuner2013-12-241-1/+1
| | | | | | | | | | | | | | | | | If emacs is installed but po-mode is not, the an error occurs during the build. Perhaps that is what the emacs?( app-emacs/po-mode ) in PDEPEND was supposed to roughly capture. However, it doesn't. For example, although I'm not an emacs user, for some reason, I had the USE flag set and xemacs installed. This resulted in a repeatably failing build. There is probably some more sophisticated solution to this problem that allows to make the emacs dependency once again conditional; for a start, though, I'd rather have a repeatable, shitty circumstance than a non-repeatable pseudo-optimized one. Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
* new ebuild: sys-devel/gettext: clone upstreamGregory M. Tuner2013-12-2413-0/+1188
| | | | Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
* sys-devel/libtool-2.4.2-r1: new ebuildGregory M. Tuner2013-11-2510-0/+1228
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>