diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-04 21:47:50 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-04 21:47:50 +0000 |
commit | f33e44e3d482998db7dcd3c2a3e17ab3fb5c71b7 (patch) | |
tree | b56ecccfc21a70f135e5d0cb6ad4fa855e166175 /x11-apps/mkfontscale | |
parent | Bump for 7.0RC3. (diff) | |
download | gentoo-2-f33e44e3d482998db7dcd3c2a3e17ab3fb5c71b7.tar.gz gentoo-2-f33e44e3d482998db7dcd3c2a3e17ab3fb5c71b7.tar.bz2 gentoo-2-f33e44e3d482998db7dcd3c2a3e17ab3fb5c71b7.zip |
Bump for 7.0RC3.
(Portage version: 2.0.53)
Diffstat (limited to 'x11-apps/mkfontscale')
-rw-r--r-- | x11-apps/mkfontscale/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/mkfontscale/files/digest-mkfontscale-0.99.2 | 1 | ||||
-rw-r--r-- | x11-apps/mkfontscale/mkfontscale-0.99.2.ebuild | 14 |
3 files changed, 22 insertions, 1 deletions
diff --git a/x11-apps/mkfontscale/ChangeLog b/x11-apps/mkfontscale/ChangeLog index 7b268e00213f..cd5a6f9a7381 100644 --- a/x11-apps/mkfontscale/ChangeLog +++ b/x11-apps/mkfontscale/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/mkfontscale # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/mkfontscale/ChangeLog,v 1.8 2005/10/20 00:45:21 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/mkfontscale/ChangeLog,v 1.9 2005/12/04 21:47:21 joshuabaergen Exp $ + +*mkfontscale-0.99.2 (04 Dec 2005) + + 04 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +mkfontscale-0.99.2.ebuild: + Bump for 7.0RC3. *mkfontscale-0.99.1 (20 Oct 2005) diff --git a/x11-apps/mkfontscale/files/digest-mkfontscale-0.99.2 b/x11-apps/mkfontscale/files/digest-mkfontscale-0.99.2 new file mode 100644 index 000000000000..323a7109c5d8 --- /dev/null +++ b/x11-apps/mkfontscale/files/digest-mkfontscale-0.99.2 @@ -0,0 +1 @@ +MD5 35f2b80b163894f0067391cf5c4f219d mkfontscale-0.99.2.tar.bz2 86465 diff --git a/x11-apps/mkfontscale/mkfontscale-0.99.2.ebuild b/x11-apps/mkfontscale/mkfontscale-0.99.2.ebuild new file mode 100644 index 000000000000..b29f5d714bae --- /dev/null +++ b/x11-apps/mkfontscale/mkfontscale-0.99.2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/mkfontscale/mkfontscale-0.99.2.ebuild,v 1.1 2005/12/04 21:47:21 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org mkfontscale application" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sh ~sparc ~x86" +RDEPEND="x11-libs/libfontenc + =media-libs/freetype-2*" +DEPEND="${RDEPEND}" |