summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix capitalization for the einfo when installing gconf schemas and add aTim Yamin2003-11-301-2/+3
| | | | 'echo' to fix spacings and make things look better.
* put params behind quotes to protect against double quote bugsAlastair Tse2003-10-261-6/+6
|
* remove deprecated $DEBUGMike Frysinger2003-08-031-5/+3
|
* remove scrollkeeper-update's completely in omf_fix. it should solve ALOTAlastair Tse2003-06-121-4/+10
| | | | of the sandbox scrollkeeper problems (hopefully!). also added sed-4 as dep.
* tighten up the gnome_omf_fix regex a bit.Alastair Tse2003-05-041-3/+3
|
* added gnome2_omf_fix(). fixes omf makefiles to speed up docs compilation.Alastair Tse2003-05-041-1/+23
|
* fixed var scrollkeeper with make installAlastair Tse2003-04-171-2/+4
|
* * respects USE="debug"Alastair Tse2003-04-151-31/+43
| | | | | | * scrollkeeper-update now runs in postrm() * does not include /var/lib/scrollkeeper in the package * option to use make DESTDIR install rather than einstall
* allow gnome2_src_configure/compile to have more than 1 parameterAlastair Tse2003-04-091-3/+3
|
* allow multiple parameters to pass into gnome2_src_installAlastair Tse2003-02-241-2/+2
|
* header fixesMike Frysinger2003-02-161-6/+6
|
* whitespace fixD.M.D. Ljungmark2002-10-201-2/+2
|
* split SRC_URI into gnome.org.eclass and inherit thatD.M.D. Ljungmark2002-09-231-5/+2
|
* SRC_URI fix from carpaskiD.M.D. Ljungmark2002-09-231-1/+5
|
* removed two commentsD.M.D. Ljungmark2002-08-221-3/+1
|
* small fixorMartin Schlemmer2002-08-221-4/+10
|
* fix segfaults for gnome-system-monitorMartin Schlemmer2002-08-171-1/+4
|
* changes to make binary packages install schemasD.M.D. Ljungmark2002-08-051-15/+21
|