Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a category check for setting FONT also. | Donnie Berkholz | 2006-03-22 | 1 | -1/+2 |
| | |||||
* | (#103174) Don't install fonts.* files when they're autogenerated, to avoid ↵ | Donnie Berkholz | 2006-03-21 | 1 | -1/+19 |
| | | | | errors with FEATURES=collision-protect. | ||||
* | Attempt to clarify vanilla gcc message. | Donnie Berkholz | 2006-03-09 | 1 | -2/+2 |
| | |||||
* | Make USE=debug work more nicely with FEATURES=splitdebug. | Donnie Berkholz | 2006-02-28 | 1 | -2/+4 |
| | |||||
* | Remove 7.0-rcX SRC_URI's. | Donnie Berkholz | 2006-02-15 | 1 | -7/+2 |
| | |||||
* | Add category-based SRC_URI's for individual releases. | Donnie Berkholz | 2006-02-15 | 1 | -2/+36 |
| | |||||
* | (#121728) util-macros conditional dep was reversed. | Donnie Berkholz | 2006-02-05 | 1 | -2/+2 |
| | |||||
* | Use -g instead of -ggdb. | Donnie Berkholz | 2006-02-03 | 1 | -2/+2 |
| | |||||
* | Add USE=debug support. | Donnie Berkholz | 2006-02-01 | 1 | -2/+29 |
| | |||||
* | Set the license of modular X packages to the name of the package itself. | Joshua Baergen | 2006-01-19 | 1 | -2/+5 |
| | |||||
* | util-macros shouldn't DEPEND on itself. Makes it a tad difficult to install ↵ | Donnie Berkholz | 2006-01-13 | 1 | -3/+7 |
| | | | | with a correct dep resolver. Reported by ciaranm. | ||||
* | No need to pass --disable-static for drivers anymore, that's the default. | Donnie Berkholz | 2006-01-05 | 1 | -4/+1 |
| | |||||
* | Apply whitespace checks from repoman to eclasses. | Sven Wegener | 2006-01-01 | 1 | -2/+2 |
| | |||||
* | Move mkfontscale and mkfontdir into RDEPEND from DEPEND; they're used in ↵ | Donnie Berkholz | 2005-12-23 | 1 | -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 Berkholz | 2005-12-23 | 1 | -2/+3 |
| | |||||
* | Add SRC_URI for RC4. | Joshua Baergen | 2005-12-17 | 1 | -2/+3 |
| | |||||
* | Clarify docs. | Donnie Berkholz | 2005-12-12 | 1 | -1/+3 |
| | |||||
* | Add some documentation on how to use the eclass. | Donnie Berkholz | 2005-12-12 | 1 | -1/+17 |
| | |||||
* | Remove outdated comments about fonts. | Donnie Berkholz | 2005-12-12 | 1 | -4/+1 |
| | |||||
* | (#115085) Add mkfontdir and mkfontscale to DEPEND for fonts. | Donnie Berkholz | 2005-12-10 | 1 | -1/+4 |
| | |||||
* | Re-enable the installation of driver manpages to 4x instead of 4. Fixes bug ↵ | Joshua Baergen | 2005-12-09 | 1 | -4/+24 |
| | | | | #29541. | ||||
* | Fix all single-bracket tests [ ] to be double-bracketed [[ ]] for consistency. | Donnie Berkholz | 2005-12-09 | 1 | -20/+20 |
| | |||||
* | Move elibtoolize from x-modular_unpack_source() to x-modular_src_unpack() so ↵ | Donnie Berkholz | 2005-12-09 | 1 | -5/+5 |
| | | | | it gets executed _after_ x-modular_reconf_source. | ||||
* | Prevent packages that bork with hardened gccs from building. Based on ↵ | Joshua Baergen | 2005-12-07 | 1 | -2/+10 |
| | | | | Starling's patch in bug #110506. | ||||
* | Major rework of font handling for 7.0RC3's new --with-fontdir and ↵ | Donnie Berkholz | 2005-12-07 | 1 | -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 Berkholz | 2005-12-06 | 1 | -2/+2 |
| | |||||
* | Update package path for RC3. | Joshua Baergen | 2005-12-04 | 1 | -2/+3 |
| | |||||
* | Changed xorg-x11 blocker for clarity. | Joshua Baergen | 2005-11-16 | 1 | -2/+2 |
| | |||||
* | (#112480) Add RDEPEND on >=sys-apps/man-1.6b-r2 so it looks in the [0-8]x/ ↵ | Donnie Berkholz | 2005-11-15 | 1 | -2/+4 |
| | | | | directories. | ||||
* | Add RC2 to SRC_URI list. | Donnie Berkholz | 2005-11-11 | 1 | -2/+3 |
| | |||||
* | Drop collision-protect warning for now as we're probably going with a | Joshua Baergen | 2005-11-02 | 1 | -13/+1 |
| | | | | blocker. | ||||
* | Add an error about collision-protect in case we allow monolithic->modular | Joshua Baergen | 2005-11-02 | 1 | -1/+13 |
| | | | | upgrade paths without unmerging the old version first. | ||||
* | Modify block so that release candidate metabuilds are allowed. | Joshua Baergen | 2005-10-30 | 1 | -2/+2 |
| | |||||
* | Add elibtoolize to fix shared lib problems on MIPS, fBSD, etc... | Joshua Baergen | 2005-10-23 | 1 | -2/+6 |
| | |||||
* | Restrict util-macros dep to >=x11-misc/util-macros-0.99.0_p20051007. | Donnie Berkholz | 2005-10-20 | 1 | -2/+2 |
| | |||||
* | Update SRC_URI to look in 7.0 RC1 location first, then RC0. Also only active ↵ | Donnie Berkholz | 2005-10-20 | 1 | -3/+4 |
| | | | | font code if pkg starts with 'font-', not just 'font'. | ||||
* | Add blocker on <x11-base/xorg-x11-7. | Donnie Berkholz | 2005-09-12 | 1 | -5/+4 |
| | |||||
* | Restore double brackets between ||'d test for --disable-static, and keep ↵ | Donnie Berkholz | 2005-09-05 | 1 | -3/+2 |
| | | | | then on the same line as if. | ||||
* | Requires >=dev-util/pkgconfig-0.18 for PKG_CHECK_EXISTS. | Donnie Berkholz | 2005-09-05 | 1 | -2/+2 |
| | |||||
* | Apply whitespace check from repoman to eclasses. | Sven Wegener | 2005-09-04 | 1 | -2/+2 |
| | |||||
* | fixing disabling of static drivers. bug #104071 | Doug Goldstein | 2005-09-03 | 1 | -2/+3 |
| | |||||
* | added --force to autoreconf because we need libtoolize --force --copy and ↵ | Doug Goldstein | 2005-09-03 | 1 | -2/+2 |
| | | | | not just --copy | ||||
* | Don't build .a files for drivers; Don't install libtool archives for server ↵ | Donnie Berkholz | 2005-08-22 | 1 | -1/+14 |
| | | | | modules in /usr/lib/xorg/modules. | ||||
* | Create x-modular_src_configure() and x-modular_src_make() so people can do ↵ | Donnie Berkholz | 2005-08-21 | 1 | -2/+10 |
| | | | | actions in-between them, if necessary. | ||||
* | (#102554) Don't mention X11R6, since this is now X11R7. | Donnie Berkholz | 2005-08-15 | 1 | -2/+1 |
| | |||||
* | Autodiscover font directories so there's no need to specify FONT or ↵ | Donnie Berkholz | 2005-08-14 | 1 | -2/+18 |
| | | | | FONT_DIRS in font ebuilds. | ||||
* | Add encodings as RDEPEND and font-alias as PDEPEND for all font packages. | Donnie Berkholz | 2005-08-14 | 1 | -1/+9 |
| | |||||
* | Add a default pkg_postinst(), which only does something for font ebuilds. ↵ | Donnie Berkholz | 2005-08-11 | 1 | -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 Berkholz | 2005-08-08 | 1 | -0/+111 |