summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use git-r3 for live ebuilds.Michał Górny2014-03-021-4/+4
|
* Update the emul-linux blocker to support abi_x86_32 flag on emul-linux.Michał Górny2013-07-301-2/+2
|
* Bump the emul-linux-x86 blocker to match the new release.Michał Górny2013-02-251-2/+2
|
* Introduce multilib support for xlibs.Michał Górny2013-02-241-8/+35
|
* Add EAPI 5 sub-slot dependency on x11-base/xorg-server for packages which ↵Chí-Thanh Christopher Nguyễn2013-01-311-2/+24
| | | | require rebuilding when the server is upgraded.
* naive bump of all EAPI-specific checks in eclasses to permit EAPI=5 where ↵Ian Stakenvicius2012-09-271-2/+2
| | | | EAPI=4 was previously allowed
* Fix disable-dependency-tracking passing. Fixes bug#372239.Tomas Chvatal2012-08-141-2/+10
|
* Replace remove_libtool_files with prune_libtool_files.Michał Górny2012-06-111-3/+3
|
* Fix not assigned variable. IE bug#416673.Tomas Chvatal2012-06-111-2/+2
|
* Fix xorg-2's git:// EGIT_REPO_URI.Matt Turner2012-05-091-2/+2
|
* Raise util-macros dependency.Chí-Thanh Christopher Nguyễn2012-05-041-2/+2
|
* dev-util/pkgconfig -> virtual/pkgconfigJeff Horelick2012-05-021-2/+2
|
* Use autotools-utils to reconfigure.Michał Górny2012-03-221-7/+10
|
* xorg-2.eclass: bump util-macros dependencyChí-Thanh Christopher Nguyễn2011-11-011-2/+2
|
* Update fonts.scale & fonts.dir on font removal.Michał Górny2011-10-141-14/+14
| | | | | | | This way, user won't end up with invalid fonts in the listings (and thus segfaulting xfontsel). Fixes: https://bugs.gentoo.org/show_bug.cgi?id=384649
* Fix typo in fonts.scale filename.Michał Górny2011-10-091-2/+2
|
* ewarn -> eqawarn to not stress users with our mistakes.Michał Górny2011-09-121-3/+6
|
* fix random bugs in eclass documentation, and convert to new @AUTHOR tagMike Frysinger2011-08-221-6/+6
|
* Raise dependency on util-macrosChí-Thanh Christopher Nguyễn2011-06-201-2/+2
|
* Add a http fallback URI for git.Michał Górny2011-05-171-2/+2
|
* Fix typo video -> inputTomas Chvatal2011-05-141-2/+2
|
* Add more common protos.Tomas Chvatal2011-05-081-1/+3
|
* All input drivers require inputproto so just handle it in eclass.Tomas Chvatal2011-05-081-1/+6
|
* Replace CONFIGURE_OPTIONS with XORG_CONFIGURE_OPTIONS array. Use git-2 eclass.Michał Górny2011-04-201-11/+14
|
* Update util-macros dependency.Tomas Chvatal2011-04-171-2/+2
|
* Fixup die case for eapi in qt4-r2 and xorg-2 eclasses.Tomas Chvatal2011-03-191-2/+2
|
* Append to IUSE, do not override it.Tomas Chvatal2011-03-191-3/+3
|
* Update ewarn to explicitly state what ebuild is brokenTomas Chvatal2011-03-181-2/+2
|
* Allow pre-setting the GIT repository path in the ebuild as well.Diego Elio Pettenò2011-03-171-2/+2
|
* Bump version for font-util so we enforce upgrade.Tomas Chvatal2011-03-171-3/+3
|
* Fix variable ref in EGIT_REPO_URI.Michał Górny2011-03-161-2/+2
|
* Fix dtd dependency to depend on existing version.Tomas Chvatal2011-03-161-2/+2
|
* Fix whitespace typo.Tomas Chvatal2011-03-161-3/+3
|
* Fix IUSE handling for both dri and doc useflag. Current logic was not ↵Tomas Chvatal2011-03-161-45/+86
| | | | working at all. Preserve namespace for all eclass variables that are to be set in ebuilds.
* Add missed asciidoc to the documentation list.Tomas Chvatal2011-03-161-1/+2
|
* update util-macros depenency to latest stable.Tomas Chvatal2011-03-151-2/+2
|
* Make BASE_INDIVIDUAL_URI a tweakable value.Diego Elio Pettenò2011-03-141-6/+9
| | | | | | | When setting it to an explicit empty string, it will signal the eclass not to provide a SRC_URI at all. This is useful both for software using the xorg interface but not the freedesktop source uri, and for writing custom git-based ebuilds.
* Some docs are still in dtd:4.1.Tomas Chvatal2011-03-081-1/+2
|
* Depend on proper xorg-server for all drivers.Tomas Chvatal2011-03-021-2/+6
|
* Alter the deps only for video drivers this way.Tomas Chvatal2011-03-011-2/+2
|
* Sync eclass from the x11 overlay.Michał Górny2011-02-281-69/+103
| | | | | | | | Changes: - use of autotools-utils, with out of tree builds by default; - complete .la file removal, - common doc and video driver dependency handling, - simplified font encoding disable calls (with new enough util-macros).
* Revert disable-dependency-tracking and stick to eapi4 for this.Tomas Chvatal2011-02-151-2/+1
|
* By default disable dependency tracking, all x11 packages support this one.Tomas Chvatal2011-01-151-1/+2
|
* Add debug-print sections, Fix typo in variable description, add eapi=4 as ↵Tomas Chvatal2011-01-061-13/+42
| | | | basically supported by this eclass.
* Add PACKAGE_NAME variable that allows specification of git checkout folder, ↵Tomas Chvatal2010-11-091-2/+8
| | | | so we dont have to respecify complete EGIT_REPO_URI.
* Append eautoreconf depstring to archs where it is mandatory to run ↵Tomas Chvatal2010-11-051-14/+20
| | | | eautoreconf. (this is required for cache)
* static-libs useflag is not required on x11-apps at all so drop it in eclass ↵Tomas Chvatal2010-11-011-1/+2
| | | | rather than per-package.
* Update dep for util-macros to latest.Tomas Chvatal2010-10-311-2/+2
|
* Conditional previous commit in favor of stripping it only on libs.Tomas Chvatal2010-10-281-5/+7
|
* Filter bdirect support in eclass rather than per package since it is broken ↵Tomas Chvatal2010-10-281-1/+6
| | | | in probably all libs (based on my small testing)