summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* dev-libs/wayland-1.12.0-r0: add alpha keywordTobias Klausmann2017-03-061-2/+2
| | | | Gentoo-Bug: 611056
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-285-5/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-libs/wayland: ppc64 stable wrt bug #579266Agostino Sarubbo2017-01-251-2/+2
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/wayland: sparc stable wrt bug #579266Agostino Sarubbo2017-01-221-3/+3
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/wayland: ppc stable wrt bug #579266Agostino Sarubbo2016-11-171-2/+2
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/wayland: ia64 stable wrt bug #579266Agostino Sarubbo2016-11-161-2/+2
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/wayland: ia64 stable wrt bug #559062Agostino Sarubbo2016-11-131-2/+2
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/wayland: sparc stable wrt bug #559062Agostino Sarubbo2016-11-121-2/+2
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/wayland: Remove oldManuel Rüger2016-10-036-480/+0
| | | | Package-Manager: portage-2.3.1
* dev-libs/wayland: Version bump to 1.12.0Manuel Rüger2016-10-032-0/+62
| | | | Package-Manager: portage-2.3.1
* dev-libs/wayland-1.11.0-r0: add alpha keywordTobias Klausmann2016-09-221-2/+2
| | | | Gentoo-Bug: 579266
* dev-libs/wayland: amd64 stable, bug 579266Pacho Ramos2016-09-171-2/+2
| | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64"
* dev-libs/wayland: x86 stable, bug 579266Pacho Ramos2016-09-171-2/+2
| | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86"
* dev-libs/wayland: arm stable, bug #579266Markus Meier2016-08-051-2/+2
| | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="arm"
* dev-libs/wayland: Stable for HPPA (bug #579266).Jeroen Roovers2016-08-031-2/+2
| | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --ignore-arches
* dev-libs/wayland: Version bumpChí-Thanh Christopher Nguyễn2016-06-043-9/+69
| | | | Package-Manager: portage-2.2.28
* dev-libs/wayland-1.9.0-r0: add alpha keywordTobias Klausmann2016-06-021-3/+3
| | | | | | Gentoo-Bug: 559062 Package-Manager: portage-2.3.0_rc1
* HTTPS for *.freedesktop.orgAnthony Ryan2016-04-206-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | * 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/wayland: Fix wayland-scanner executable stack in v1.10.0Mart Raudsepp2016-03-022-2/+49
|
* dev-libs/wayland: Try to avoid maintenance mode autotools regenMart Raudsepp2016-03-021-23/+47
| | | | | | while still trying to avoid full eautoreconf call and autotools build deps Gentoo-bug: 576198
* dev-libs/wayland: Fix multilib and add missing libxml2 dependencyMart Raudsepp2016-03-012-8/+232
| | | | | | | | | | | | | | | | | | | | | | | | Multilib support was broken in previous versions, as the configure options were in src_configure, not multilib_src_configure, and so it always built with configuration for "native" ABI, meaning that USE=doc with multilib was probably broken. Now with 1.10 this becomes more apparent with a new libxml2 dependency in wayland-scanner for DTD validation. As we do not currently install /usr/bin/wayland-scanner for other ABIs, just disable the dtd validation support there. Ideally we wouldn't build it at all then, but not a clean way to do so upstream right now. For --{dis,en}able-dtd-validation to work, we need to patch the build system to fix the support for the configure flag. Thanks to this we are able to add the missing libxml2 dependency without requiring multilib libxml2 for that (and commonly then also multilib icu), which is nice, as many users haven't had a need for a 32bit version of those as of yet and icu is a bit bigger compile. Remove USE=static-libs handling, as autotools-utils takes care of it for us when it's in IUSE. Also make use of the multilib_native_use_enable helper to simplify the ebuild. Gentoo-bug: 575212
* dev-libs/wayland: Version bumpManuel Rüger2016-02-182-0/+64
| | | | Package-Manager: portage-2.2.27
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+4
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* dev-libs/wayland: Stable for HPPA PPC64 (bug #559062).Jeroen Roovers2016-01-091-2/+2
| | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --ignore-arches
* dev-libs/wayland: arm stable, bug #559062Markus Meier2015-12-191-2/+2
| | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="arm"
* dev-libs/wayland: ppc stable wrt bug #559062Agostino Sarubbo2015-12-021-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="ppc"
* dev-libs/wayland: x86 stable wrt bug #559062Agostino Sarubbo2015-12-011-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"
* dev-libs/wayland: amd64 stable wrt bug #559062Agostino Sarubbo2015-11-301-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64"
* dev-libs/wayland: ia64 stable wrt bug #559758Agostino Sarubbo2015-11-181-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="ia64"
* dev-libs/wayland: ppc stable wrt bug #559758Agostino Sarubbo2015-11-121-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="ppc"
* dev-libs/wayland: Update for configure flag changes.Matt Turner2015-10-242-2/+2
| | | | | | See upstream commit commit 21f80b89. Bug: https://bugs.gentoo.org/562258
* dev-libs/wayland: sparc stable wrt bug #559758Mikle Kolyada2015-10-181-1/+1
| | | | Package-Manager: portage-2.2.20.1
* dev-libs/wayland: arm stable, bug #559758Markus Meier2015-10-031-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="arm"
* dev-libs/wayland: Version bump to 1.9.0.Matt Turner2015-09-222-0/+64
|
* dev-libs/wayland: add alpha keywordTobias Klausmann2015-09-141-1/+1
| | | | | | Gentoo-Bug: 559758 Package-Manager: portage-2.2.20.1
* dev-libs/wayland: x86 stable wrt bug #559758Agostino Sarubbo2015-09-121-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"
* dev-libs/wayland: Stable for HPPA PPC64 (bug #559758).Jeroen Roovers2015-09-121-1/+1
| | | | Package-Manager: portage-2.2.20.1
* dev-libs/wayland: amd64 stable wrt bug #551826Mikle Kolyada2015-09-071-1/+1
| | | | Package-Manager: portage-2.2.20.1
* dev-libs/wayland: Regenerate Manifest.Matt Turner2015-08-291-9/+0
|
* dev-libs/wayland: Add git ebuild.Matt Turner2015-08-291-0/+63
|
* dev-libs/wayland: Delete old versions.Matt Turner2015-08-2910-549/+0
|
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* dev-libs/wayland: version bump to 1.8.1 #556880Mike Frysinger2015-08-162-0/+63
|
* proj/gentoo: Initial commitRobin H. Johnson2015-08-0814-0/+684
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed