diff options
Diffstat (limited to 'x11-apps/mkfontscale')
-rw-r--r-- | x11-apps/mkfontscale/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/mkfontscale/mkfontscale-1.0.5.ebuild | 17 |
2 files changed, 24 insertions, 1 deletions
diff --git a/x11-apps/mkfontscale/ChangeLog b/x11-apps/mkfontscale/ChangeLog index fd9983750dad..010f39ed782e 100644 --- a/x11-apps/mkfontscale/ChangeLog +++ b/x11-apps/mkfontscale/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/mkfontscale # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/mkfontscale/ChangeLog,v 1.40 2008/03/17 04:28:40 ricmm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/mkfontscale/ChangeLog,v 1.41 2008/06/06 21:29:18 dberkholz Exp $ + +*mkfontscale-1.0.5 (06 Jun 2008) + + 06 Jun 2008; Donnie Berkholz <dberkholz@gentoo.org>; + +mkfontscale-1.0.5.ebuild: + Bump. 17 Mar 2008; <ricmm@gentoo.org> mkfontscale-1.0.3.ebuild: Drop to ~mips due to unstable deps diff --git a/x11-apps/mkfontscale/mkfontscale-1.0.5.ebuild b/x11-apps/mkfontscale/mkfontscale-1.0.5.ebuild new file mode 100644 index 000000000000..a5b72646385d --- /dev/null +++ b/x11-apps/mkfontscale/mkfontscale-1.0.5.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/mkfontscale/mkfontscale-1.0.5.ebuild,v 1.1 2008/06/06 21:29:18 dberkholz Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="create an index of scalable font files for X" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" + +RDEPEND="x11-libs/libfontenc + x11-libs/libX11 + =media-libs/freetype-2*" +DEPEND="${RDEPEND}" |