summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* dev-libs/glib: arm stable (bug 611134)Michael Weber2017-03-281-1/+1
| | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"
* dev-libs/glib: fix GIO module cache file ownership and cross-compilationMart Raudsepp2017-03-281-0/+301
| | | | | | | | | | | | | | | Bug 518422 tried to fix module cache file ownership to glib, but the ebuild changes missed /modules path and used $libdir/gio/ instead of $libdir/gio/modules While cross-compiling, we can't generate the cache file, so we shouldn't die out either. Instead of removing the die, rework it all to not do any of it while cross-compiling, because we'd end up with an empty glib owned cache file, which could result in no modules working at all as a cache file is present from the preinst touch. Gentoo-bug: 518422 Gentoo-bug: 613306 Thanks-to: Alexis Ballier <aballier@gentoo.org>
* dev-libs/glib: fix gdatetime tests with timezone-data-2017aMart Raudsepp2017-03-193-0/+57
| | | | | | The tests were using one of the invented BRT timezones that was removed in favor of just using the offset in timezone-data, the glib upstream patch makes it use a real PST timezone for these tests instead.
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-283-3/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-libs/glib: remove old 2.50.2 that fails gsettings tests with dconf installedMart Raudsepp2017-02-212-288/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-libs/glib: bump to 2.50.3Mart Raudsepp2017-02-212-0/+289
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-libs/glib: Remove ancient glib:1 SLOTMart Raudsepp2017-02-087-226/+0
| | | | | Gentoo-bug: 604966 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-libs/glib: Remove oldMart Raudsepp2017-01-266-951/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-libs/glib: ppc64 stable wrt bug #587010Agostino Sarubbo2017-01-251-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/glib: ia64 stable wrt bug #587010Agostino Sarubbo2017-01-221-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/glib: sparc stable wrt bug #587010Agostino Sarubbo2017-01-221-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/glib: ppc stable wrt bug #587010Agostino Sarubbo2017-01-211-2/+2
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/glib: ia64 stable wrt bug #581778Agostino Sarubbo2017-01-171-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/glib: sparc stable wrt bug #581778Agostino Sarubbo2017-01-111-2/+2
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/glib: libmount support + multilib dependency on util-linux (bug ↵Christophe Lermytte2016-12-141-0/+6
| | | | | | | | | | | #599586) Starting with 2.50, libmount support is enabled by default on Linux systems. This commit brings that logic to the ebuild and updates the dependency on util-linux to a multilib one. Package-Manager: portage-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/2862
* dev-libs/glib: arm stable, bug #587010Markus Meier2016-12-061-1/+1
| | | | | Package-Manager: portage-2.3.2 RepoMan-Options: --include-arches="arm"
* dev-libs/glib: cleanup old revisionsGilles Dartiguelongue2016-11-114-332/+1
| | | | Package-Manager: portage-2.3.2
* dev-libs/glib: add glib-2.50.2.ebuildChristophe Lermytte2016-11-112-0/+282
| | | | | | | | | | Simple bump, as no relevant changes (glib_interface_age increased, so no interface change) https://git.gnome.org/browse/glib/diff/?id=2.50.2&&id2=2.50.1 https://git.gnome.org/browse/glib/diff/configure.ac?id=2.50.2&id2=2.50.1 Closes: https://github.com/gentoo/gentoo/pull/2788 Signed-off-by: Gilles Dartiguelongue <eva@gentoo.org>
* dev-libs/glib: remove unused fileMichael Mair-Keimberger (asterix)2016-11-061-199/+0
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/2226 Signed-off-by: David Seifert <soap@gentoo.org>
* dev-libs/glib: version bump 2.50.0 → 2.50.1Gilles Dartiguelongue2016-11-022-0/+282
| | | | Package-Manager: portage-2.3.2
* dev-libs/glib: Adding $(get_exeext) to MULTILIB_CHOST_TOOLS.Gerhard Bräunlich2016-10-152-2/+2
| | | | | | | | | Gentoo-Bug: https://bugs.gentoo.org/588330 Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/2557 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* dev-libs/glib: Stable for HPPA (bug #587010).Jeroen Roovers2016-10-031-1/+1
| | | | | Package-Manager: portage-2.3.1 RepoMan-Options: --ignore-arches
* dev-libs/glib: x86 stable, bug 587010Pacho Ramos2016-10-011-1/+1
| | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86"
* dev-libs/glib: amd64 stable, bug 587010Pacho Ramos2016-10-011-1/+1
| | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64"
* dev-libs/glib-2.48.2-r0: add alpha keywordTobias Klausmann2016-09-231-1/+1
| | | | Gentoo-Bug: 587010
* dev-libs/glib: bump to 2.50.0Rémi Cardona2016-09-193-0/+375
| | | | Package-Manager: portage-2.3.0
* dev-libs/glib: Add $(get_exeext) to MULTILIB_CHOST_TOOLSGerhard Bräunlich2016-09-152-2/+2
| | | | | | Bug: https://bugs.gentoo.org/588330 Package-Manager: portage-2.2.28 Pull-Request: https://github.com/gentoo/gentoo/pull/2278
* dev-libs/glib: version bump from 2.48.1-r1 to 2.48.2Gilles Dartiguelongue2016-09-092-0/+282
| | | | | | Truly fix static-libs dependency on libpcre this time, bug #588082. Package-Manager: portage-2.3.0
* dev-libs/glib: libpcre static-libs USE needs to be sync with glib (#588082 ↵Pacho Ramos2016-07-301-0/+1
| | | | | | by Jordan Yelloz), libintl is needed (#589336 by Gerhard Bräunlich). Package-Manager: portage-2.3.0
* dev-libs/glib: Drop oldPacho Ramos2016-07-303-611/+0
| | | | Package-Manager: portage-2.3.0
* dev-libs/glib: Stable for HPPA PPC64 (bug #581778).Jeroen Roovers2016-07-241-1/+1
| | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --ignore-arches
* dev-libs/glib: ppc stable, bug 584468Pacho Ramos2016-07-091-1/+1
| | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc"
* dev-libs/glib: Handle debugPacho Ramos2016-06-251-1/+2
| | | | Package-Manager: portage-2.3.0_rc1
* dev-libs/glib: Version bumpPacho Ramos2016-06-252-0/+280
| | | | Package-Manager: portage-2.3.0_rc1
* dev-libs/glib: Drop oldPacho Ramos2016-06-251-293/+0
| | | | Package-Manager: portage-2.3.0_rc1
* dev-libs/glib: Use virtual/libelfMichał Górny2016-06-185-25/+5
|
* dev-libs/glib: x86 stable, bug 584468Pacho Ramos2016-06-111-1/+1
| | | | | Package-Manager: portage-2.3.0_rc1 RepoMan-Options: --include-arches="x86"
* dev-libs/glib-2.46.2-r3: add alpha keywordTobias Klausmann2016-06-071-1/+1
| | | | | | Gentoo-Bug: 584468 Package-Manager: portage-2.3.0_rc1
* dev-libs/glib: arm stable, bug #581778Markus Meier2016-05-171-1/+1
| | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="arm"
* dev-libs/glib: amd64 stable wrt bug #581778Agostino Sarubbo2016-05-131-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/glib: arm stable, bug #566378Markus Meier2016-05-031-1/+1
| | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="arm"
* dev-libs/glib: also fix firefox crash in 2.46 (bug #577686)Alexandre Rostovtsev2016-05-011-0/+321
| | | | Package-Manager: portage-2.2.28
* dev-libs/glib: clean up oldAlexandre Rostovtsev2016-05-011-319/+0
| | | | Package-Manager: portage-2.2.28
* dev-libs/glib: fix firefox crash (bug #577686)Alexandre Rostovtsev2016-05-012-0/+344
| | | | | | Thanks to Franz Fellner. Package-Manager: portage-2.2.28
* HTTPS for *.freedesktop.orgAnthony Ryan2016-04-204-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | * Excluding xorg.freedesktop.org * Excluding tango.freedesktop.org The following modified ebuilds were found to have problems after modification but the problems were determined to not be a regression. Upstream tarball has a new hash: * app-misc/evtest-1.29 * app-misc/evtest-1.30 * dev-embedded/scratchbox2-2.0-r1 * dev-ml/cairo-ocaml-1.2.0 * net-libs/libqmi-1.0.0 * sys-auth/libfprint-0.4.0 * sys-auth/libfprint-0.5.0 * sys-auth/libfprint-0.5.1 Upstream tarball has been deleted: * dev-libs/liblazy-0.2 * dev-util/pkgconfig-openbsd-20130507-r1 * x11-libs/xvba-video-0.8.0-r3 * x11-misc/driconf-0.9.1-r1 * x11-misc/xdg-utils-1.1.0_rc2-r1
* dev-libs/glib: Stable for HPPA PPC64 (bug #566378).Jeroen Roovers2016-04-071-1/+1
| | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --ignore-arches
* dev-libs/glib: python shebang build failure when USE=utils (bug #578226)Alexandre Rostovtsev2016-03-261-3/+5
| | | | | | | | Restore behavior from previous ebuild versions; it's needed to avoid python shebang mis-mangling while avoiding a build dependency on python when USE="utils" FEATURES="-test" Package-Manager: portage-2.2.28
* dev-libs/glib: gobject.stp.in missing from tarball, bug #578238Alexandre Rostovtsev2016-03-262-0/+202
| | | | | | Already fixed upstream: https://bugzilla.gnome.org/show_bug.cgi?id=763821 Package-Manager: portage-2.2.28
* dev-libs/glib: Version bumpDennis Lamm2016-03-252-0/+293
| | | | Package-Manager: portage-2.2.26
* dev-libs/glib: x86 stable wrt bug #427546Mikle Kolyada2016-03-061-1/+1
| | | | Package-Manager: portage-2.2.26