diff options
author | 2005-12-04 21:42:23 +0000 | |
---|---|---|
committer | 2005-12-04 21:42:23 +0000 | |
commit | 0bc30b66b89e81a68c0e283f65405b6046b208e8 (patch) | |
tree | 83a06499e00279c221c80ad7f954ec51711e83c0 /x11-apps/fonttosfnt | |
parent | Add compile fixes (#75372, #111923) as well as a gcl fix so compilation works... (diff) | |
download | gentoo-2-0bc30b66b89e81a68c0e283f65405b6046b208e8.tar.gz gentoo-2-0bc30b66b89e81a68c0e283f65405b6046b208e8.tar.bz2 gentoo-2-0bc30b66b89e81a68c0e283f65405b6046b208e8.zip |
Bump for 7.0RC3.
(Portage version: 2.0.53)
Diffstat (limited to 'x11-apps/fonttosfnt')
-rw-r--r-- | x11-apps/fonttosfnt/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/fonttosfnt/files/digest-fonttosfnt-0.99.3 | 1 | ||||
-rw-r--r-- | x11-apps/fonttosfnt/fonttosfnt-0.99.3.ebuild | 15 |
3 files changed, 23 insertions, 1 deletions
diff --git a/x11-apps/fonttosfnt/ChangeLog b/x11-apps/fonttosfnt/ChangeLog index 18fb15e16d84..fa6a08de3470 100644 --- a/x11-apps/fonttosfnt/ChangeLog +++ b/x11-apps/fonttosfnt/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/fonttosfnt # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/fonttosfnt/ChangeLog,v 1.5 2005/11/11 19:47:59 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/fonttosfnt/ChangeLog,v 1.6 2005/12/04 21:42:23 joshuabaergen Exp $ + +*fonttosfnt-0.99.3 (04 Dec 2005) + + 04 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +fonttosfnt-0.99.3.ebuild: + Bump for 7.0RC3. *fonttosfnt-0.99.2 (11 Nov 2005) diff --git a/x11-apps/fonttosfnt/files/digest-fonttosfnt-0.99.3 b/x11-apps/fonttosfnt/files/digest-fonttosfnt-0.99.3 new file mode 100644 index 000000000000..b2717ff64e15 --- /dev/null +++ b/x11-apps/fonttosfnt/files/digest-fonttosfnt-0.99.3 @@ -0,0 +1 @@ +MD5 b2cc6665493f0a9ca0102248979acbac fonttosfnt-0.99.3.tar.bz2 89245 diff --git a/x11-apps/fonttosfnt/fonttosfnt-0.99.3.ebuild b/x11-apps/fonttosfnt/fonttosfnt-0.99.3.ebuild new file mode 100644 index 000000000000..62a17f0e9a4e --- /dev/null +++ b/x11-apps/fonttosfnt/fonttosfnt-0.99.3.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/fonttosfnt/fonttosfnt-0.99.3.ebuild,v 1.1 2005/12/04 21:42:23 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org fonttosfnt application" +KEYWORDS="~arm ~mips ~s390 ~sparc ~x86" +RDEPEND="x11-libs/libX11 + =media-libs/freetype-2* + x11-libs/libfontenc" +DEPEND="${RDEPEND}" |