Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gnome2-utils.eclass: change function name to match gnome2_icon_update_cache | 2008-03-22 | 1 | -2/+2 | |
| | |||||
* | fix gnome2 and xfce44 eclasses (see bug #155993) | 2008-03-22 | 1 | -4/+10 | |
| | |||||
* | fixing quoting issues pointed out by maekke | 2008-02-10 | 1 | -3/+3 | |
| | |||||
* | Fix ROOT usage. Apparenly, it's useless. | 2007-02-23 | 1 | -2/+2 | |
| | |||||
* | add some cleanups from vapier | 2007-02-05 | 1 | -8/+8 | |
| | |||||
* | remove the inheritance from debug.eclass on gnome2.eclass | 2007-01-04 | 1 | -2/+2 | |
| | |||||
* | Apply whitespace checks from repoman to eclasses. | 2007-01-01 | 1 | -2/+2 | |
| | |||||
* | * gnome2.eclass: Moved auxiliary functions to gnome2-utils.eclass. | 2006-12-13 | 1 | -185/+13 | |
| | | | | | | | Moved $SCROLLKEEPER_UPDATE logic out of gnome2_scrollkeeper_update. Removed 'eutils' from inherit call since it seems to have been added by mistake. | ||||
* | * gnome2.eclass: Pre-split clean-ups. | 2006-12-12 | 1 | -66/+72 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Added a small comment header at the top. Prefix $SCROLLKEEPER_DIR with $ROOT and make sure it's used only in gnome2_scrollkeeper_update(). (gnome2_src_configure): Clarify the comment for the addwrite call. (gnome2_src_install): Replace $SCROLLKEEPER_DIR with the local $sk_tmp_dir, since this function creates this dir under $D. Replace single debug-print call with specific mesages according to the method of installation used. (gnome2_gconf_install), (gnome2_gconf_uninstall): Added short comment. Return early if $GCONFTOOL_BIN is not valid. Declare F as local. (gnome2_icon_cache_update): Added short comment. Show output only if the function actually performs an update. (gnome2_omf_fix): Added comment about the function before its declaration. Removed redundant addition to $omf_makefiles. (gnome2_scrollkeeper_update): Added short comment. | ||||
* | add patch from betelguese to fix QA warning (bug #107962) | 2006-12-07 | 1 | -2/+6 | |
| | |||||
* | add in a \b after .schemas to be even safer, thanks to steev | 2006-10-31 | 1 | -2/+2 | |
| | |||||
* | tweak the grep line so we only install .schemas files and not just ↵ | 2006-10-31 | 1 | -2/+2 | |
| | | | | everything in /etc/gconf/schemas. thanks to agaffney for suggestions. fixes #151949 | ||||
* | restart gconf daemon after installing new schemas (#132862) | 2006-08-03 | 1 | -1/+8 | |
| | |||||
* | remove spurious || use debug to fix logic. thanks to marienz. | 2006-06-12 | 1 | -3/+5 | |
| | |||||
* | add GCONF_DEBUG var to opt-out of default behavior for adding debug use ↵ | 2006-06-07 | 1 | -3/+7 | |
| | | | | flag. fixes #135024 | ||||
* | add addwrite for root/.gnome2. see #128289. | 2006-04-23 | 1 | -1/+4 | |
| | |||||
* | findutils is in system. Remove explicit dep, for g/fbsd | 2006-04-18 | 1 | -3/+2 | |
| | |||||
* | slight fix to the test to print out errors if updating a file fails | 2006-03-29 | 1 | -3/+3 | |
| | |||||
* | Adding empty error printing check. Verified by allanonjl. This is a temporary | 2006-03-28 | 1 | -3/+19 | |
| | | | | | hack until bash 3.1 is unmasked which correctly reports the sizes of local arrays. | ||||
* | add scrollkeeper_localstate_dir to make install (as we do with einstall) | 2006-03-25 | 1 | -2/+2 | |
| | |||||
* | Apply whitespace checks from repoman to eclasses. | 2006-03-18 | 1 | -2/+2 | |
| | |||||
* | remove the sneaky doc flag that ended up in the eclass during migration. see ↵ | 2006-03-17 | 1 | -2/+2 | |
| | | | | #107962 | ||||
* | new version of the eclass. Special thanks to nichoj and compnerd who ↵ | 2006-03-15 | 1 | -84/+141 | |
| | | | | contributed to the changes. make DESTDIR=${D} install is now default. You can revert to the old behavior by setting USE_EINSTALL in your ebuild. Other minor syntax changes and increased robustness of some tests. | ||||
* | * gnome2.eclass: (gnome2_icon_cache_update): Only run gtk-update-icon-cache | 2005-09-08 | 1 | -2/+4 | |
| | | | | on directories with an index.theme file (bug #105256). | ||||
* | * gnome2.eclass: (gnome2_omf_fix): Don't be too verbose. | 2005-08-23 | 1 | -4/+5 | |
| | |||||
* | * gnome2.eclass: (gnome2_omf_fix): Tweaked the sed expression so it covers | 2005-08-17 | 1 | -3/+3 | |
| | | | | | more general cases that it wasn't catching. (gnome2_scrollkeeper_update): Use einfo instead of echo for consistency. | ||||
* | * gnome2.eclass: Added extra checks so global variables don't get rewritten | 2005-08-03 | 1 | -6/+15 | |
| | | | | | every time the eclass is parsed (gnome2_src_configure): Moved 'use debug' logic from the global scope. | ||||
* | revert that change for now, or we get flooded by bugs about a silly QA | 2005-08-01 | 1 | -2/+2 | |
| | | | | notice | ||||
* | remove debug from IUSE, it is not meaningful to the majority of packages | 2005-08-01 | 1 | -2/+2 | |
| | | | | that use the eclass | ||||
* | die (#97761) | 2005-08-01 | 1 | -3/+5 | |
| | |||||
* | fix incorrect IUSE | 2005-07-23 | 1 | -2/+2 | |
| | |||||
* | * gnome2_icon_cache_update(), gnome2_pkg_postinst(), gnome2_pkg_postrm(): | 2005-07-20 | 1 | -1/+22 | |
| | | | | | New function to update the icon cache files under /usr/share/icons/* (bug #92289). | ||||
* | QA: Apply whitespace checks from repoman to eclasses. | 2005-07-11 | 1 | -10/+7 | |
| | |||||
* | add IUSE=doc | 2005-07-06 | 1 | -2/+2 | |
| | |||||
* | Remove ECLASS= and INHERITED= which haven't been necessary for a long time now | 2005-07-06 | 1 | -2/+1 | |
| | |||||
* | Remove ECLASS= and INHERITED= which haven't been necessary for a long time now | 2005-07-06 | 1 | -2/+1 | |
| | |||||
* | * (gnome2_src_configure): | 2005-07-01 | 1 | -7/+7 | |
| | | | | | | | | Simplifying syntax for 'doc' USE flag support * (gnome2_gconf_install): Simplifying syntax. Verify that the schemas files exist before processing them. | ||||
* | update for #92920 | 2005-06-05 | 1 | -2/+1 | |
| | |||||
* | and revert disabling of elibtoolize | 2005-05-27 | 1 | -2/+3 | |
| | |||||
* | don't use elibtoolize by default | 2005-05-19 | 1 | -2/+2 | |
| | |||||
* | add fdo-mime eclass & update gnome2 eclass to use it | 2004-09-14 | 1 | -2/+21 | |
| | |||||
* | Changed inherit x; inherit y; to inherit x y, using a single inherit | 2004-07-23 | 1 | -3/+2 | |
| | | | | line | ||||
* | Removed the conditional inherit | 2004-07-11 | 1 | -3/+3 | |
| | |||||
* | update the copyright info | 2004-06-25 | 1 | -2/+2 | |
| | |||||
* | change use syntax to the right form | 2004-05-11 | 1 | -3/+3 | |
| | |||||
* | revert gconf deinstall for now, doesn't work as it is | 2004-04-09 | 1 | -5/+6 | |
| | |||||
* | add some code to cleanout gconf stuff | 2004-04-09 | 1 | -7/+27 | |
| | | | | cleanup some output | ||||
* | Moved from newdepend to DEPEND= in gnome2.eclass | 2004-03-24 | 1 | -2/+2 | |
| | |||||
* | Fix capitalization for the einfo when installing gconf schemas and add a | 2003-11-30 | 1 | -2/+3 | |
| | | | | 'echo' to fix spacings and make things look better. | ||||
* | put params behind quotes to protect against double quote bugs | 2003-10-26 | 1 | -6/+6 | |
| |