Log of /eclass/x-modular.eclass
Parent Directory
|
Revision Log
Revision
1.114 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Oct 11 07:41:36 2009 UTC
(8 years, 6 months ago)
by
pva
Branch:
MAIN
Changes since
1.113: +1 -3 lines
Diff to
previous 1.113
,
to
selected 1.58
Dropped workaround for bug #278221: nothing was broken with stable fontconfig version and all unstable fontconfig versions now have the sandbox.d file.
Revision
1.111 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Aug 22 20:12:42 2009 UTC
(8 years, 8 months ago)
by
dirtyepic
Branch:
MAIN
Changes since
1.110: +5 -17 lines
Diff to
previous 1.110
,
to
selected 1.58
Allow fonts to override --with-fontdir, for fonts installing more than one typeface. Drop fix_font_permissions as it doesn't do anything and is handled by font.eclass already.
Revision
1.110 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jul 24 13:32:44 2009 UTC
(8 years, 9 months ago)
by
pva
Branch:
MAIN
Changes since
1.109: +3 -1 lines
Diff to
previous 1.109
,
to
selected 1.58
x-modular.eclass: Added workaround for bug #278221: fc-cache in fontconfig 2.7.0 do chmod. Should be dropped after X fonts will be patched to avoid fc-cache run during make install.
Revision
1.109 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu May 14 12:40:55 2009 UTC
(8 years, 11 months ago)
by
remi
Branch:
MAIN
Changes since
1.108: +53 -27 lines
Diff to
previous 1.108
,
to
selected 1.58
update the x-modular eclass to what was in the X11 overlay :
- EAPI=2 support
- regroup all the "inherit" logic near the top
- improved live git ebuild support
Revision
1.98 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue May 27 18:40:19 2008 UTC
(9 years, 11 months ago)
by
dberkholz
Branch:
MAIN
Changes since
1.97: +2 -2 lines
Diff to
previous 1.97
,
to
selected 1.58
Typo: CONFIGURE_OPTIONS, not CONFIGURE_OPTIONTS. Custom configure options weren't getting through before, and now they will.
Revision
1.93 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Mar 6 04:42:26 2008 UTC
(10 years, 1 month ago)
by
dberkholz
Branch:
MAIN
Changes since
1.92: +4 -2 lines
Diff to
previous 1.92
,
to
selected 1.58
Make sure that packages needing eautoreconf run get it run. This fixes a bug accidentally introduced when setting default values so this eclass could be documented properly.
Revision
1.87 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Oct 14 10:12:24 2007 UTC
(10 years, 6 months ago)
by
dberkholz
Branch:
MAIN
Changes since
1.86: +38 -20 lines
Diff to
previous 1.86
,
to
selected 1.58
Integrate with git.eclass, so live git ebuilds are trivially easy. Just copy an ebuild to -9999.ebuild, and it automatically does everything else: inherits git.eclass, sets up the repo, sets a blank SRC_URI, unpacks properly, and creates a ChangeLog.
Revision
1.80 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Oct 30 18:40:58 2006 UTC
(11 years, 5 months ago)
by
dberkholz
Branch:
MAIN
Changes since
1.79: +6 -2 lines
Diff to
previous 1.79
,
to
selected 1.58
Only inherit font.eclass on fonts so we don't get USE=X for everything. This requires the inherit line to move below the FONT setup. Idea from Diego Pettenó.
Revision
1.79 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Oct 30 06:13:48 2006 UTC
(11 years, 5 months ago)
by
dberkholz
Branch:
MAIN
Changes since
1.78: +4 -28 lines
Diff to
previous 1.78
,
to
selected 1.58
Simplify fonts.scale and fonts.dir generation a bit -- stop using ttmkfdir, always use mkfontscale. Also, run from the build system since they are in DEPEND and not RDEPEND.
Revision
1.78 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Oct 30 05:57:41 2006 UTC
(11 years, 5 months ago)
by
dberkholz
Branch:
MAIN
Changes since
1.77: +5 -11 lines
Diff to
previous 1.77
,
to
selected 1.58
Start using font.eclass: Replace create_font_cache() code with a call to font_pkg_postinst(), and call font_pkg_postrm() in x-modular_pkg_postrm(). Also move EXPORT_FUNCTIONS down to the bottom so font.eclass functions don't override x-modular.eclass ones.
Revision
1.58 -
(
view)
(
download)
(
annotate)
-
[selected]
Mon May 15 03:23:32 2006 UTC
(11 years, 11 months ago)
by
spyderous
Branch:
MAIN
Changes since
1.57: +0 -4 lines
Diff to
previous 1.57
Only use individual/ locations for releases. The X11R# should just be branded copies of them.
Revision
1.54 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Apr 21 06:58:52 2006 UTC
(12 years ago)
by
spyderous
Branch:
MAIN
Changes since
1.53: +15 -13 lines
Diff to
previous 1.53
,
to
selected 1.58
Move the check for gcc vanilla specs into a separate function, x-modular_specs_check. This makes it easier for ebuilds to modify their src_unpack() and reuse functions from x-modular_src_unpack(). Do the same with elibtoolize, moving it into x-modular_reconf_source().
Revision
1.51 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Apr 3 02:03:04 2006 UTC
(12 years ago)
by
spyderous
Branch:
MAIN
Changes since
1.50: +3 -4 lines
Diff to
previous 1.50
,
to
selected 1.58
Switch to eautoreconf instead of autoreconf, to get extra goodness. Tested by Flameeyes, based on his patch. Keeping the versioned deps on autotools because it's possible for someone to only have a too-low version installed based on autotools eclass deps.
Revision
1.39 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jan 13 18:47:52 2006 UTC
(12 years, 3 months ago)
by
spyderous
Branch:
MAIN
Changes since
1.38: +7 -3 lines
Diff to
previous 1.38
,
to
selected 1.58
util-macros shouldn't DEPEND on itself. Makes it a tad difficult to install with a correct dep resolver. Reported by ciaranm.
Revision
1.27 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Dec 9 16:13:54 2005 UTC
(12 years, 4 months ago)
by
spyderous
Branch:
MAIN
Changes since
1.26: +5 -5 lines
Diff to
previous 1.26
,
to
selected 1.58
Move elibtoolize from x-modular_unpack_source() to x-modular_src_unpack() so it gets executed _after_ x-modular_reconf_source.
Revision
1.25 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Dec 7 11:19:47 2005 UTC
(12 years, 4 months ago)
by
spyderous
Branch:
MAIN
Changes since
1.24: +107 -6 lines
Diff to
previous 1.24
,
to
selected 1.58
Major rework of font handling for 7.0RC3's new --with-fontdir and --disable-iso8859-*. Add a default pkg_postrm() to clean out font directories only containing metadata.
Revision
1.18 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Nov 2 05:51:38 2005 UTC
(12 years, 5 months ago)
by
joshuabaergen
Branch:
MAIN
Changes since
1.17: +13 -1 lines
Diff to
previous 1.17
,
to
selected 1.58
Add an error about collision-protect in case we allow monolithic->modular
upgrade paths without unmerging the old version first.
Revision
1.14 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Oct 20 00:35:21 2005 UTC
(12 years, 6 months ago)
by
spyderous
Branch:
MAIN
Changes since
1.13: +4 -3 lines
Diff to
previous 1.13
,
to
selected 1.58
Update SRC_URI to look in 7.0 RC1 location first, then RC0. Also only active font code if pkg starts with 'font-', not just 'font'.
Revision
1.2 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Aug 11 06:19:16 2005 UTC
(12 years, 8 months ago)
by
spyderous
Branch:
MAIN
Changes since
1.1: +108 -2 lines
Diff to
previous 1.1
,
to
selected 1.58
Add a default pkg_postinst(), which only does something for font ebuilds. Add font setup code, which is activated by setting FONT=yes and FONT_DIRS=<subdirs>, where they fall into /usr/share/fonts/<subdir>. Sample of this is the font-misc-misc ebuild. This ensures correct fonts.* setup, which isn't happening currently since each subpackage provides its own fonts.* but installs into the same dir as other packages.
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: |
|