diff options
author | Rémi Cardona <remi@gentoo.org> | 2009-10-12 10:22:40 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2009-10-12 10:22:40 +0000 |
commit | 2ed0a97c1a7cb20abdac5781a92c4d790987a9ed (patch) | |
tree | ad845b609d4d980384672e3c9e95eb32c20a7887 /x11-apps | |
parent | media-fonts/font-util: bump to 1.1.0, sync with overlay (diff) | |
download | gentoo-2-2ed0a97c1a7cb20abdac5781a92c4d790987a9ed.tar.gz gentoo-2-2ed0a97c1a7cb20abdac5781a92c4d790987a9ed.tar.bz2 gentoo-2-2ed0a97c1a7cb20abdac5781a92c4d790987a9ed.zip |
x11-apps/mkfontscale: bump to 1.0.7, sync with overlay
(Portage version: 2.2_rc45/cvs/Linux i686)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/mkfontscale/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/mkfontscale/mkfontscale-1.0.7.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/x11-apps/mkfontscale/ChangeLog b/x11-apps/mkfontscale/ChangeLog index dcd70394ccb4..bc89343fec92 100644 --- a/x11-apps/mkfontscale/ChangeLog +++ b/x11-apps/mkfontscale/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/mkfontscale # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/mkfontscale/ChangeLog,v 1.54 2009/10/11 10:54:19 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/mkfontscale/ChangeLog,v 1.55 2009/10/12 10:22:40 remi Exp $ + +*mkfontscale-1.0.7 (12 Oct 2009) + + 12 Oct 2009; Rémi Cardona <remi@gentoo.org> +mkfontscale-1.0.7.ebuild: + bump to 1.0.7, sync with overlay 11 Oct 2009; nixnut <nixnut@gentoo.org> mkfontscale-1.0.6.ebuild: ppc stable #282290 diff --git a/x11-apps/mkfontscale/mkfontscale-1.0.7.ebuild b/x11-apps/mkfontscale/mkfontscale-1.0.7.ebuild new file mode 100644 index 000000000000..a6de61ee4a39 --- /dev/null +++ b/x11-apps/mkfontscale/mkfontscale-1.0.7.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/mkfontscale/mkfontscale-1.0.7.ebuild,v 1.1 2009/10/12 10:22:40 remi Exp $ + +inherit x-modular + +DESCRIPTION="create an index of scalable font files for X" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="x11-libs/libfontenc + =media-libs/freetype-2*" +DEPEND="${RDEPEND} + x11-proto/xproto" + +CONFIGURE_OPTIONS="--with-bzip2" |