summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Do not use gnome2_schemas_update --uninstall; --uninstall has no effect ↵Alexandre Rostovtsev2011-12-141-2/+2
| | | | since glib-2.25.11, and will cause an error starting with 2.31.x (bug #394501, thanks to Marc-Antoine Perennou for reporting).
* Add gnome2_environment_reset() to reset env variables that often cause build ↵Alexandre Rostovtsev2011-11-141-3/+3
| | | | or test failures (most recently bug #380639). The XDG_* resetting code had been tested in the gnome overlay for months with good results.
* Pass --disable-maintainer-mode when needed, thanks to Nirbheek for his help.Pacho Ramos2011-09-251-1/+6
|
* Use ${T} instead of ${S} for the gstreamer registryNirbheek Chauhan2011-08-251-2/+2
|
* Move GST_REGISTRY export to src_prepareArun Raghavan2011-08-241-4/+7
| | | | | We might end up calling gst functions anywhere (gupnp-dlna calls it in documentation generation, for example).
* For ebuilds with USE=static-libs, remove .la files conditionally for ↵Nirbheek Chauhan2011-08-141-2/+4
| | | | GNOME2_LA_PUNT
* Bug #345659 - fix hardcoded /root/.gnome2Zac Medico2011-07-151-3/+3
| | | | | | This uses a special $(unset HOME; echo ~) trick to query the home directory that gnome-vfs uses from the password database, as suggested by Jonathan Callen <abcd@gentoo.org> in bug 345659, comment #24.
* Convert every instance of hasq to has.Samuli Suominen2011-07-081-2/+2
|
* Fix la file removal 'find' call to not use GNU find options, and not require ↵Nirbheek Chauhan2011-04-221-2/+2
| | | | EAPI 3
* Add GNOME2_LA_PUNT support from the overlay.Gilles Dartiguelongue2011-04-211-2/+15
|
* Enable stupid/basic EAPI=4 support.Gilles Dartiguelongue2011-04-211-3/+9
|
* Fix SCROLLKEEPER_UPDATE variable documentation.Gilles Dartiguelongue2011-04-211-2/+2
|
* Drop die for econf, econf dies on its own.Gilles Dartiguelongue2011-04-211-2/+2
|
* Add eclass documentation.Gilles Dartiguelongue2011-04-091-13/+64
|
* list supported EAPI explicitelyGilles Dartiguelongue2010-12-071-2/+3
|
* add die statement to dodir and dodocGilles Dartiguelongue2010-12-071-3/+5
|
* add gsettings support to gnome eclasses, thanks to abcdGilles Dartiguelongue2010-12-071-1/+4
|
* 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
|