diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2005-12-07 11:34:46 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2005-12-07 11:34:46 +0000 |
commit | d211b404ffdc0a662ace6b269bc439134424c3bc (patch) | |
tree | fc54ae7755564d6f03aa746956d963a8080826e7 /media-fonts/font-misc-ethiopic | |
parent | small typo fix (diff) | |
download | historical-d211b404ffdc0a662ace6b269bc439134424c3bc.tar.gz historical-d211b404ffdc0a662ace6b269bc439134424c3bc.tar.bz2 historical-d211b404ffdc0a662ace6b269bc439134424c3bc.zip |
Bump for 7.0RC3.
Package-Manager: portage-2.0.53
Diffstat (limited to 'media-fonts/font-misc-ethiopic')
4 files changed, 54 insertions, 1 deletions
diff --git a/media-fonts/font-misc-ethiopic/ChangeLog b/media-fonts/font-misc-ethiopic/ChangeLog index 95525e37e648..46fc149c0042 100644 --- a/media-fonts/font-misc-ethiopic/ChangeLog +++ b/media-fonts/font-misc-ethiopic/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for media-fonts/font-misc-ethiopic # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/font-misc-ethiopic/ChangeLog,v 1.2 2005/11/03 07:40:13 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/font-misc-ethiopic/ChangeLog,v 1.3 2005/12/07 11:31:18 spyderous Exp $ + +*font-misc-ethiopic-0.99.2 (07 Dec 2005) + + 07 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; + +files/correct-otffontdir-and-ttffontdir.patch, + +font-misc-ethiopic-0.99.2.ebuild: + Bump for 7.0RC3. *font-misc-ethiopic-0.99.1 (20 Oct 2005) diff --git a/media-fonts/font-misc-ethiopic/files/correct-otffontdir-and-ttffontdir.patch b/media-fonts/font-misc-ethiopic/files/correct-otffontdir-and-ttffontdir.patch new file mode 100644 index 000000000000..9be15423d05d --- /dev/null +++ b/media-fonts/font-misc-ethiopic/files/correct-otffontdir-and-ttffontdir.patch @@ -0,0 +1,20 @@ +diff -urN font-misc-ethiopic-0.99.2.orig/configure.ac font-misc-ethiopic-0.99.2/configure.ac +--- font-misc-ethiopic-0.99.2.orig/configure.ac 2005-12-03 09:08:53.000000000 -0800 ++++ font-misc-ethiopic-0.99.2/configure.ac 2005-12-07 02:27:56.000000000 -0800 +@@ -35,14 +35,14 @@ + m4_ifdef([AS_HELP_STRING], , [m4_define([AS_HELP_STRING], m4_defn([AC_HELP_STRING]))]) + + DEFAULT_TTFFONTDIR=${libdir}/X11/fonts/TTF +-AC_ARG_WITH(fontdir, ++AC_ARG_WITH(ttf-fontdir, + AS_HELP_STRING([--with-ttf-fontdir=FONTDIR], [Path to install TTF fonts]), + [TTFFONTDIR="$withval"], + [TTFFONTDIR="$DEFAULT_TTFFONTDIR"]) + AC_SUBST(TTFFONTDIR) + + DEFAULT_OTFFONTDIR=${libdir}/X11/fonts/OTF +-AC_ARG_WITH(fontdir, ++AC_ARG_WITH(otf-fontdir, + AS_HELP_STRING([--with-otf-fontdir=FONTDIR], [Path to install OTF fonts]), + [OTFFONTDIR="$withval"], + [OTFFONTDIR="$DEFAULT_OTFFONTDIR"]) diff --git a/media-fonts/font-misc-ethiopic/files/digest-font-misc-ethiopic-0.99.2 b/media-fonts/font-misc-ethiopic/files/digest-font-misc-ethiopic-0.99.2 new file mode 100644 index 000000000000..289b3d997860 --- /dev/null +++ b/media-fonts/font-misc-ethiopic/files/digest-font-misc-ethiopic-0.99.2 @@ -0,0 +1 @@ +MD5 1d1af126018d683bf67822835a3c38a7 font-misc-ethiopic-0.99.2.tar.bz2 183915 diff --git a/media-fonts/font-misc-ethiopic/font-misc-ethiopic-0.99.2.ebuild b/media-fonts/font-misc-ethiopic/font-misc-ethiopic-0.99.2.ebuild new file mode 100644 index 000000000000..bb17066e0f07 --- /dev/null +++ b/media-fonts/font-misc-ethiopic/font-misc-ethiopic-0.99.2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/font-misc-ethiopic/font-misc-ethiopic-0.99.2.ebuild,v 1.1 2005/12/07 11:31:18 spyderous Exp $ + +# Must be before x-modular eclass is inherited +SNAPSHOT="yes" + +FONT_DIR="TTF OTF" + +inherit x-modular + +DESCRIPTION="Miscellaneous Ethiopic fonts" +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~s390 ~sh ~sparc ~x86" +RDEPEND="" +DEPEND="${RDEPEND} + x11-apps/mkfontdir + x11-apps/mkfontscale + x11-apps/bdftopcf + >=media-fonts/font-util-0.99.2" + +CONFIGURE_OPTIONS="--with-mapfiles=${XDIR}/share/fonts/util + --with-ttf-fontdir=/usr/share/fonts/TTF + --with-otf-fontdir=/usr/share/fonts/OTF" + +PATCHES="${FILESDIR}/correct-otffontdir-and-ttffontdir.patch" |