Log of /eclass/gnome2.eclass
Parent Directory
|
Revision Log
Revision
1.122 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun May 26 14:08:21 2013 UTC
(5 years, 8 months ago)
by
pacho
Branch:
MAIN
Changes since
1.121: +6 -1 lines
Diff to
previous 1.121
Pass --enable-compile-warnings=minimum as we don't want -Werror* flags, bug #471336
Revision
1.116 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Dec 5 23:41:52 2012 UTC
(6 years, 2 months ago)
by
cardoe
Branch:
MAIN
Changes since
1.115: +7 -6 lines
Diff to
previous 1.115
The gnome2.eclass checks the configure script for certain items and
adjusts the arguments to econf based on those checks. Unfortunately
when checking the configure script it did not respect ECONF_SOURCE.
Revision
1.115 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Dec 2 11:07:09 2012 UTC
(6 years, 2 months ago)
by
pacho
Branch:
MAIN
Changes since
1.114: +14 -4 lines
Diff to
previous 1.114
Always pass --disable-gtk-doc for eapi >= 5 as we don't want docs to get rebuilt as discussed with gnome team. Thanks a lot to Gilles for working on this.
Revision
1.114 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Nov 27 00:48:01 2012 UTC
(6 years, 2 months ago)
by
tetromino
Branch:
MAIN
Changes since
1.113: +2 -2 lines
Diff to
previous 1.113
Handle DOCS when it is an exported array, i.e. "declare -ax" (bug #444740, thanks to Arfrever).
Revision
1.113 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Nov 26 15:47:20 2012 UTC
(6 years, 2 months ago)
by
tetromino
Branch:
MAIN
Changes since
1.112: +2 -3 lines
Diff to
previous 1.112
Typo, probably caused by strange font in pms.pdf (bug #444740, thanks to Alphat-PC).
Revision
1.112 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Nov 24 19:00:49 2012 UTC
(6 years, 2 months ago)
by
pacho
Branch:
MAIN
Changes since
1.111: +20 -4 lines
Diff to
previous 1.111
Handle documentation as 'default' for eapi5 and newer (as discussed via mail), bug #373131
Revision
1.107 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Sep 27 16:35:41 2012 UTC
(6 years, 4 months ago)
by
axs
Branch:
MAIN
Changes since
1.106: +2 -2 lines
Diff to
previous 1.106
naive bump of all EAPI-specific checks in eclasses to permit EAPI=5 where EAPI=4 was previously allowed
Revision
1.104 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Dec 14 19:47:54 2011 UTC
(7 years, 2 months ago)
by
tetromino
Branch:
MAIN
Changes since
1.103: +2 -2 lines
Diff to
previous 1.103
Do not use gnome2_schemas_update --uninstall; --uninstall has no effect since glib-2.25.11, and will cause an error starting with 2.31.x (bug #394501, thanks to Marc-Antoine Perennou for reporting).
Revision
1.103 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Nov 14 06:10:32 2011 UTC
(7 years, 3 months ago)
by
tetromino
Branch:
MAIN
Changes since
1.102: +3 -3 lines
Diff to
previous 1.102
Add gnome2_environment_reset() to reset env variables that often cause build or test failures (most recently bug #380639). The XDG_* resetting code had been tested in the gnome overlay for months with good results.
Revision
1.100 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Aug 24 07:12:35 2011 UTC
(7 years, 6 months ago)
by
ford_prefect
Branch:
MAIN
Changes since
1.99: +7 -4 lines
Diff to
previous 1.99
Move GST_REGISTRY export to src_prepare
We might end up calling gst functions anywhere (gupnp-dlna calls it in
documentation generation, for example).
Revision
1.99 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Aug 14 03:46:33 2011 UTC
(7 years, 6 months ago)
by
nirbheek
Branch:
MAIN
Changes since
1.98: +4 -2 lines
Diff to
previous 1.98
For ebuilds with USE=static-libs, remove .la files conditionally for GNOME2_LA_PUNT
Revision
1.98 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jul 15 17:31:37 2011 UTC
(7 years, 7 months ago)
by
zmedico
Branch:
MAIN
Changes since
1.97: +3 -3 lines
Diff to
previous 1.97
Bug #345659 - fix hardcoded /root/.gnome2
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.
Revision
1.96 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Apr 22 11:04:13 2011 UTC
(7 years, 10 months ago)
by
nirbheek
Branch:
MAIN
Changes since
1.95: +2 -2 lines
Diff to
previous 1.95
Fix la file removal 'find' call to not use GNU find options, and not require EAPI 3
Revision
1.78 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Dec 13 02:27:48 2006 UTC
(12 years, 2 months ago)
by
leonardop
Branch:
MAIN
Changes since
1.77: +13 -185 lines
Diff to
previous 1.77
* gnome2.eclass: Moved auxiliary functions to gnome2-utils.eclass.
Moved $SCROLLKEEPER_UPDATE logic out of gnome2_scrollkeeper_update.
Removed 'eutils' from inherit call since it seems to have been added by
mistake.
Revision
1.77 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Dec 12 02:58:22 2006 UTC
(12 years, 2 months ago)
by
leonardop
Branch:
MAIN
Changes since
1.76: +74 -68 lines
Diff to
previous 1.76
* gnome2.eclass: Pre-split clean-ups.
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.
Revision
1.74 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Oct 31 16:11:09 2006 UTC
(12 years, 3 months ago)
by
allanonjl
Branch:
MAIN
Changes since
1.73: +2 -2 lines
Diff to
previous 1.73
tweak the grep line so we only install .schemas files and not just everything in /etc/gconf/schemas. thanks to agaffney for suggestions. fixes #151949
Revision
1.71 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jun 7 21:13:17 2006 UTC
(12 years, 8 months ago)
by
allanonjl
Branch:
MAIN
Changes since
1.70: +7 -3 lines
Diff to
previous 1.70
add GCONF_DEBUG var to opt-out of default behavior for adding debug use flag. fixes #135024
Revision
1.67 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Mar 28 20:59:57 2006 UTC
(12 years, 10 months ago)
by
compnerd
Branch:
MAIN
Changes since
1.66: +19 -3 lines
Diff to
previous 1.66
Adding empty error printing check. Verified by allanonjl. This is a temporary
hack until bash 3.1 is unmasked which correctly reports the sizes of local
arrays.
Revision
1.64 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Mar 17 14:43:32 2006 UTC
(12 years, 11 months ago)
by
allanonjl
Branch:
MAIN
Changes since
1.63: +2 -2 lines
Diff to
previous 1.63
remove the sneaky doc flag that ended up in the eclass during migration. see #107962
Revision
1.63 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Mar 15 00:38:40 2006 UTC
(12 years, 11 months ago)
by
allanonjl
Branch:
MAIN
Changes since
1.62: +141 -84 lines
Diff to
previous 1.62
new version of the eclass. Special thanks to nichoj and compnerd who 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.
Revision
1.62 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Sep 8 17:19:22 2005 UTC
(13 years, 5 months ago)
by
leonardop
Branch:
MAIN
Changes since
1.61: +4 -2 lines
Diff to
previous 1.61
* gnome2.eclass: (gnome2_icon_cache_update): Only run gtk-update-icon-cache
on directories with an index.theme file (bug #105256).
Revision
1.60 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Aug 17 16:49:32 2005 UTC
(13 years, 6 months ago)
by
leonardop
Branch:
MAIN
Changes since
1.59: +3 -3 lines
Diff to
previous 1.59
* gnome2.eclass: (gnome2_omf_fix): Tweaked the sed expression so it covers
more general cases that it wasn't catching.
(gnome2_scrollkeeper_update): Use einfo instead of echo for consistency.
Revision
1.59 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Aug 3 07:35:50 2005 UTC
(13 years, 6 months ago)
by
leonardop
Branch:
MAIN
Changes since
1.58: +15 -6 lines
Diff to
previous 1.58
* gnome2.eclass: Added extra checks so global variables don't get rewritten
every time the eclass is parsed
(gnome2_src_configure): Moved 'use debug' logic from the global scope.
Revision
1.57 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Aug 1 23:19:07 2005 UTC
(13 years, 6 months ago)
by
foser
Branch:
MAIN
Changes since
1.56: +2 -2 lines
Diff to
previous 1.56
remove debug from IUSE, it is not meaningful to the majority of packages
that use the eclass
Revision
1.54 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jul 20 16:30:36 2005 UTC
(13 years, 7 months ago)
by
leonardop
Branch:
MAIN
Changes since
1.53: +22 -1 lines
Diff to
previous 1.53
* gnome2_icon_cache_update(), gnome2_pkg_postinst(), gnome2_pkg_postrm():
New function to update the icon cache files under /usr/share/icons/* (bug
#92289).
Revision
1.51 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jul 6 20:23:20 2005 UTC
(13 years, 7 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.50: +1 -2 lines
Diff to
previous 1.50
Remove ECLASS= and INHERITED= which haven't been necessary for a long time now
Revision
1.50 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jul 6 20:20:03 2005 UTC
(13 years, 7 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.49: +1 -2 lines
Diff to
previous 1.49
Remove ECLASS= and INHERITED= which haven't been necessary for a long time now
Revision
1.49 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jul 1 20:35:31 2005 UTC
(13 years, 7 months ago)
by
leonardop
Branch:
MAIN
Changes since
1.48: +7 -7 lines
Diff to
previous 1.48
* (gnome2_src_configure):
Simplifying syntax for 'doc' USE flag support
* (gnome2_gconf_install):
Simplifying syntax.
Verify that the schemas files exist before processing them.
Revision
1.37 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Nov 30 22:47:20 2003 UTC
(15 years, 2 months ago)
by
plasmaroo
Branch:
MAIN
Changes since
1.36: +3 -2 lines
Diff to
previous 1.36
Fix capitalization for the einfo when installing gconf schemas and add a
'echo' to fix spacings and make things look better.
Revision
1.34 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jun 12 00:41:47 2003 UTC
(15 years, 8 months ago)
by
liquidx
Branch:
MAIN
Branch point for:
RELEASE-1_4
Changes since
1.33: +10 -4 lines
Diff to
previous 1.33
remove scrollkeeper-update's completely in omf_fix. it should solve ALOT
of the sandbox scrollkeeper problems (hopefully!). also added sed-4 as dep.
Revision
1.30 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Apr 15 10:23:40 2003 UTC
(15 years, 10 months ago)
by
liquidx
Branch:
MAIN
Changes since
1.29: +43 -31 lines
Diff to
previous 1.29
* respects USE="debug"
* scrollkeeper-update now runs in postrm()
* does not include /var/lib/scrollkeeper in the package
* option to use make DESTDIR install rather than einstall
Revision
1.18 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jul 12 15:24:36 2002 UTC
(16 years, 7 months ago)
by
danarmak
Branch:
MAIN
Changes since
1.17: +2 -1 lines
Diff to
previous 1.17
add INHERITED variable to all eclasses. this keeps track of what eclasses were inherited. e.g. INHERITED='kde-base kde base'. this will allow drobbins to take eclass mtime changes into account when deciding whether to refresh ebuild cache.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.
Sticky Tag: |
|