diff options
author | Rémi Cardona <remi@gentoo.org> | 2009-10-12 10:44:50 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2009-10-12 10:44:50 +0000 |
commit | c31dc869cf96592ffda843e16c2e1c07c87aeb43 (patch) | |
tree | ea46dbbf409e8be2064642f46ac7551d5668e396 /x11-apps | |
parent | x11-apps/mkfontscale: bump to 1.0.7, sync with overlay (diff) | |
download | gentoo-2-c31dc869cf96592ffda843e16c2e1c07c87aeb43.tar.gz gentoo-2-c31dc869cf96592ffda843e16c2e1c07c87aeb43.tar.bz2 gentoo-2-c31dc869cf96592ffda843e16c2e1c07c87aeb43.zip |
x11-apps/mkfontdir: bump to 1.0.5, sync with overlay
(Portage version: 2.2_rc45/cvs/Linux i686)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/mkfontdir/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/mkfontdir/mkfontdir-1.0.5.ebuild | 13 |
2 files changed, 19 insertions, 1 deletions
diff --git a/x11-apps/mkfontdir/ChangeLog b/x11-apps/mkfontdir/ChangeLog index 085b0a54289a..b99b7d5dce56 100644 --- a/x11-apps/mkfontdir/ChangeLog +++ b/x11-apps/mkfontdir/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/mkfontdir # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/mkfontdir/ChangeLog,v 1.50 2009/10/11 10:56:38 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/mkfontdir/ChangeLog,v 1.51 2009/10/12 10:44:50 remi Exp $ + +*mkfontdir-1.0.5 (12 Oct 2009) + + 12 Oct 2009; Rémi Cardona <remi@gentoo.org> +mkfontdir-1.0.5.ebuild: + bump to 1.0.5, sync with overlay 11 Oct 2009; nixnut <nixnut@gentoo.org> ChangeLog: ppc stable #282290 diff --git a/x11-apps/mkfontdir/mkfontdir-1.0.5.ebuild b/x11-apps/mkfontdir/mkfontdir-1.0.5.ebuild new file mode 100644 index 000000000000..c9653745438c --- /dev/null +++ b/x11-apps/mkfontdir/mkfontdir-1.0.5.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/mkfontdir/mkfontdir-1.0.5.ebuild,v 1.1 2009/10/12 10:44:50 remi Exp $ + +inherit x-modular + +DESCRIPTION="create an index of X font files in a directory" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="x11-apps/mkfontscale" +DEPEND="${RDEPEND}" |