summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add EAPI-3/Prefix support, bug #312531Jonathan Callen2010-04-261-6/+7
|
* Make gnome2.eclass EAPI 2 ready. Bug #239123Daniel Gryniewicz2009-02-171-3/+13
|
* gnome2-utils.eclass: change function name to match gnome2_icon_update_cacheRémi Cardona2008-03-221-2/+2
|
* fix gnome2 and xfce44 eclasses (see bug #155993)Rémi Cardona2008-03-221-4/+10
|
* fixing quoting issues pointed out by maekkeGilles Dartiguelongue2008-02-101-3/+3
|
* Fix ROOT usage. Apparenly, it's useless.Daniel Gryniewicz2007-02-231-2/+2
|
* add some cleanups from vapierSaleem Abdulrasool2007-02-051-8/+8
|
* remove the inheritance from debug.eclass on gnome2.eclassSaleem Abdulrasool2007-01-041-2/+2
|
* Apply whitespace checks from repoman to eclasses.Sven Wegener2007-01-011-2/+2
|
* * gnome2.eclass: Moved auxiliary functions to gnome2-utils.eclass.Leonardo Boshell2006-12-131-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.Leonardo Boshell2006-12-121-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)Saleem Abdulrasool2006-12-071-2/+6
|
* add in a \b after .schemas to be even safer, thanks to steevJohn N. Laliberte2006-10-311-2/+2
|
* tweak the grep line so we only install .schemas files and not just ↵John N. Laliberte2006-10-311-2/+2
| | | | everything in /etc/gconf/schemas. thanks to agaffney for suggestions. fixes #151949
* restart gconf daemon after installing new schemas (#132862)Marinus Schraal2006-08-031-1/+8
|
* remove spurious || use debug to fix logic. thanks to marienz.John N. Laliberte2006-06-121-3/+5
|
* add GCONF_DEBUG var to opt-out of default behavior for adding debug use ↵John N. Laliberte2006-06-071-3/+7
| | | | flag. fixes #135024
* add addwrite for root/.gnome2. see #128289.John N. Laliberte2006-04-231-1/+4
|
* findutils is in system. Remove explicit dep, for g/fbsdDaniel Gryniewicz2006-04-181-3/+2
|
* slight fix to the test to print out errors if updating a file failsJohn N. Laliberte2006-03-291-3/+3
|
* Adding empty error printing check. Verified by allanonjl. This is a temporarySaleem Abdulrasool2006-03-281-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)John N. Laliberte2006-03-251-2/+2
|
* Apply whitespace checks from repoman to eclasses.Sven Wegener2006-03-181-2/+2
|
* remove the sneaky doc flag that ended up in the eclass during migration. see ↵John N. Laliberte2006-03-171-2/+2
| | | | #107962
* new version of the eclass. Special thanks to nichoj and compnerd who ↵John N. Laliberte2006-03-151-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-cacheLeonardo Boshell2005-09-081-2/+4
| | | | on directories with an index.theme file (bug #105256).
* * gnome2.eclass: (gnome2_omf_fix): Don't be too verbose.Leonardo Boshell2005-08-231-4/+5
|
* * gnome2.eclass: (gnome2_omf_fix): Tweaked the sed expression so it coversLeonardo Boshell2005-08-171-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 rewrittenLeonardo Boshell2005-08-031-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 QAMarinus Schraal2005-08-011-2/+2
| | | | notice
* remove debug from IUSE, it is not meaningful to the majority of packagesMarinus Schraal2005-08-011-2/+2
| | | | that use the eclass
* die (#97761)Marinus Schraal2005-08-011-3/+5
|
* fix incorrect IUSEMarinus Schraal2005-07-231-2/+2
|
* * gnome2_icon_cache_update(), gnome2_pkg_postinst(), gnome2_pkg_postrm():Leonardo Boshell2005-07-201-1/+22
| | | | | New function to update the icon cache files under /usr/share/icons/* (bug #92289).
* QA: Apply whitespace checks from repoman to eclasses.Sven Wegener2005-07-111-10/+7
|
* add IUSE=docAron Griffis2005-07-061-2/+2
|
* Remove ECLASS= and INHERITED= which haven't been necessary for a long time nowAron Griffis2005-07-061-2/+1
|
* Remove ECLASS= and INHERITED= which haven't been necessary for a long time nowAron Griffis2005-07-061-2/+1
|
* * (gnome2_src_configure):Leonardo Boshell2005-07-011-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 #92920Marinus Schraal2005-06-051-2/+1
|
* and revert disabling of elibtoolizeMarinus Schraal2005-05-271-2/+3
|
* don't use elibtoolize by defaultMarinus Schraal2005-05-191-2/+2
|
* add fdo-mime eclass & update gnome2 eclass to use itMarinus Schraal2004-09-141-2/+21
|
* Changed inherit x; inherit y; to inherit x y, using a single inheritMike Gardiner2004-07-231-3/+2
| | | | line
* Removed the conditional inheritD.M.D. Ljungmark2004-07-111-3/+3
|
* update the copyright infoMike Frysinger2004-06-251-2/+2
|
* change use syntax to the right formMike Frysinger2004-05-111-3/+3
|
* revert gconf deinstall for now, doesn't work as it isMarinus Schraal2004-04-091-5/+6
|
* add some code to cleanout gconf stuffMarinus Schraal2004-04-091-7/+27
| | | | cleanup some output
* Moved from newdepend to DEPEND= in gnome2.eclassD.M.D. Ljungmark2004-03-241-2/+2
|