summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add a category check for setting FONT also.Donnie Berkholz2006-03-221-1/+2
|
* (#103174) Don't install fonts.* files when they're autogenerated, to avoid ↵Donnie Berkholz2006-03-211-1/+19
| | | | errors with FEATURES=collision-protect.
* Attempt to clarify vanilla gcc message.Donnie Berkholz2006-03-091-2/+2
|
* Make USE=debug work more nicely with FEATURES=splitdebug.Donnie Berkholz2006-02-281-2/+4
|
* Remove 7.0-rcX SRC_URI's.Donnie Berkholz2006-02-151-7/+2
|
* Add category-based SRC_URI's for individual releases.Donnie Berkholz2006-02-151-2/+36
|
* (#121728) util-macros conditional dep was reversed.Donnie Berkholz2006-02-051-2/+2
|
* Use -g instead of -ggdb.Donnie Berkholz2006-02-031-2/+2
|
* Add USE=debug support.Donnie Berkholz2006-02-011-2/+29
|
* Set the license of modular X packages to the name of the package itself.Joshua Baergen2006-01-191-2/+5
|
* util-macros shouldn't DEPEND on itself. Makes it a tad difficult to install ↵Donnie Berkholz2006-01-131-3/+7
| | | | with a correct dep resolver. Reported by ciaranm.
* No need to pass --disable-static for drivers anymore, that's the default.Donnie Berkholz2006-01-051-4/+1
|
* Apply whitespace checks from repoman to eclasses.Sven Wegener2006-01-011-2/+2
|
* Move mkfontscale and mkfontdir into RDEPEND from DEPEND; they're used in ↵Donnie Berkholz2005-12-231-3/+2
| | | | pkg_* so need RDEPEND for binary packages. Reported by Michael Frank <mhf@users.berlios.de>.
* Add SRC_URI for 7.0 release.Donnie Berkholz2005-12-231-2/+3
|
* Add SRC_URI for RC4.Joshua Baergen2005-12-171-2/+3
|
* Clarify docs.Donnie Berkholz2005-12-121-1/+3
|
* Add some documentation on how to use the eclass.Donnie Berkholz2005-12-121-1/+17
|
* Remove outdated comments about fonts.Donnie Berkholz2005-12-121-4/+1
|
* (#115085) Add mkfontdir and mkfontscale to DEPEND for fonts.Donnie Berkholz2005-12-101-1/+4
|
* Re-enable the installation of driver manpages to 4x instead of 4. Fixes bug ↵Joshua Baergen2005-12-091-4/+24
| | | | #29541.
* Fix all single-bracket tests [ ] to be double-bracketed [[ ]] for consistency.Donnie Berkholz2005-12-091-20/+20
|
* Move elibtoolize from x-modular_unpack_source() to x-modular_src_unpack() so ↵Donnie Berkholz2005-12-091-5/+5
| | | | it gets executed _after_ x-modular_reconf_source.
* Prevent packages that bork with hardened gccs from building. Based on ↵Joshua Baergen2005-12-071-2/+10
| | | | Starling's patch in bug #110506.
* Major rework of font handling for 7.0RC3's new --with-fontdir and ↵Donnie Berkholz2005-12-071-6/+107
| | | | --disable-iso8859-*. Add a default pkg_postrm() to clean out font directories only containing metadata.
* (#114503) Update util-macros dep to 0.99.2 for man page installation locations.Donnie Berkholz2005-12-061-2/+2
|
* Update package path for RC3.Joshua Baergen2005-12-041-2/+3
|
* Changed xorg-x11 blocker for clarity.Joshua Baergen2005-11-161-2/+2
|
* (#112480) Add RDEPEND on >=sys-apps/man-1.6b-r2 so it looks in the [0-8]x/ ↵Donnie Berkholz2005-11-151-2/+4
| | | | directories.
* Add RC2 to SRC_URI list.Donnie Berkholz2005-11-111-2/+3
|
* Drop collision-protect warning for now as we're probably going with aJoshua Baergen2005-11-021-13/+1
| | | | blocker.
* Add an error about collision-protect in case we allow monolithic->modularJoshua Baergen2005-11-021-1/+13
| | | | upgrade paths without unmerging the old version first.
* Modify block so that release candidate metabuilds are allowed.Joshua Baergen2005-10-301-2/+2
|
* Add elibtoolize to fix shared lib problems on MIPS, fBSD, etc...Joshua Baergen2005-10-231-2/+6
|
* Restrict util-macros dep to >=x11-misc/util-macros-0.99.0_p20051007.Donnie Berkholz2005-10-201-2/+2
|
* Update SRC_URI to look in 7.0 RC1 location first, then RC0. Also only active ↵Donnie Berkholz2005-10-201-3/+4
| | | | font code if pkg starts with 'font-', not just 'font'.
* Add blocker on <x11-base/xorg-x11-7.Donnie Berkholz2005-09-121-5/+4
|
* Restore double brackets between ||'d test for --disable-static, and keep ↵Donnie Berkholz2005-09-051-3/+2
| | | | then on the same line as if.
* Requires >=dev-util/pkgconfig-0.18 for PKG_CHECK_EXISTS.Donnie Berkholz2005-09-051-2/+2
|
* Apply whitespace check from repoman to eclasses.Sven Wegener2005-09-041-2/+2
|
* fixing disabling of static drivers. bug #104071Doug Goldstein2005-09-031-2/+3
|
* added --force to autoreconf because we need libtoolize --force --copy and ↵Doug Goldstein2005-09-031-2/+2
| | | | not just --copy
* Don't build .a files for drivers; Don't install libtool archives for server ↵Donnie Berkholz2005-08-221-1/+14
| | | | modules in /usr/lib/xorg/modules.
* Create x-modular_src_configure() and x-modular_src_make() so people can do ↵Donnie Berkholz2005-08-211-2/+10
| | | | actions in-between them, if necessary.
* (#102554) Don't mention X11R6, since this is now X11R7.Donnie Berkholz2005-08-151-2/+1
|
* Autodiscover font directories so there's no need to specify FONT or ↵Donnie Berkholz2005-08-141-2/+18
| | | | FONT_DIRS in font ebuilds.
* Add encodings as RDEPEND and font-alias as PDEPEND for all font packages.Donnie Berkholz2005-08-141-1/+9
|
* Add a default pkg_postinst(), which only does something for font ebuilds. ↵Donnie Berkholz2005-08-111-2/+108
| | | | Add font setup code, which is activated by setting FONT=yes and FONT_DIRS=<subdirs>, where they fall into /usr/share/fonts/<subdir>. Sample of this is the font-misc-misc ebuild. This ensures correct fonts.* setup, which isn't happening currently since each subpackage provides its own fonts.* but installs into the same dir as other packages.
* Eclass for modular X ebuilds.Donnie Berkholz2005-08-081-0/+111