diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-10-20 00:45:25 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-10-20 00:45:25 +0000 |
commit | cb65bb7016c0361820004c26bd52575a6cf5c0a7 (patch) | |
tree | 76d4bacb7f60f793b28ddb765173cf0287a6868b /x11-apps/mkfontscale | |
parent | Update SRC_URI to look in 7.0 RC1 location first, then RC0. Also only active ... (diff) | |
download | gentoo-2-cb65bb7016c0361820004c26bd52575a6cf5c0a7.tar.gz gentoo-2-cb65bb7016c0361820004c26bd52575a6cf5c0a7.tar.bz2 gentoo-2-cb65bb7016c0361820004c26bd52575a6cf5c0a7.zip |
Bump for 7.0 RC1.
(Portage version: 2.0.53_rc5)
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.1 | 1 | ||||
-rw-r--r-- | x11-apps/mkfontscale/mkfontscale-0.99.1.ebuild | 14 |
3 files changed, 22 insertions, 1 deletions
diff --git a/x11-apps/mkfontscale/ChangeLog b/x11-apps/mkfontscale/ChangeLog index 128033adcdb3..7b268e00213f 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.7 2005/10/19 02:25:11 geoman Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/mkfontscale/ChangeLog,v 1.8 2005/10/20 00:45:21 spyderous Exp $ + +*mkfontscale-0.99.1 (20 Oct 2005) + + 20 Oct 2005; Donnie Berkholz <spyderous@gentoo.org>; + +mkfontscale-0.99.1.ebuild: + Bump for 7.0 RC1. 19 Oct 2005; Stephen P. Becker <geoman@gentoo.org> mkfontscale-0.99.0.ebuild: diff --git a/x11-apps/mkfontscale/files/digest-mkfontscale-0.99.1 b/x11-apps/mkfontscale/files/digest-mkfontscale-0.99.1 new file mode 100644 index 000000000000..b9a3c6ba5799 --- /dev/null +++ b/x11-apps/mkfontscale/files/digest-mkfontscale-0.99.1 @@ -0,0 +1 @@ +MD5 841fdb77891c0a47f2d50d13e4bc1bfc mkfontscale-0.99.1.tar.bz2 85221 diff --git a/x11-apps/mkfontscale/mkfontscale-0.99.1.ebuild b/x11-apps/mkfontscale/mkfontscale-0.99.1.ebuild new file mode 100644 index 000000000000..c8a53826a7fc --- /dev/null +++ b/x11-apps/mkfontscale/mkfontscale-0.99.1.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.1.ebuild,v 1.1 2005/10/20 00:45:21 spyderous 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}" |