summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-apps/fonttosfnt')
-rw-r--r--x11-apps/fonttosfnt/ChangeLog8
-rw-r--r--x11-apps/fonttosfnt/files/digest-fonttosfnt-0.99.21
-rw-r--r--x11-apps/fonttosfnt/fonttosfnt-0.99.2.ebuild15
3 files changed, 23 insertions, 1 deletions
diff --git a/x11-apps/fonttosfnt/ChangeLog b/x11-apps/fonttosfnt/ChangeLog
index a7964a714ed4..18fb15e16d84 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.4 2005/10/20 00:45:20 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/fonttosfnt/ChangeLog,v 1.5 2005/11/11 19:47:59 joshuabaergen Exp $
+
+*fonttosfnt-0.99.2 (11 Nov 2005)
+
+ 11 Nov 2005; Joshua Baergen <joshuabaergen@gentoo.org>
+ +fonttosfnt-0.99.2.ebuild:
+ Bump for 7.0RC2.
*fonttosfnt-0.99.1 (20 Oct 2005)
diff --git a/x11-apps/fonttosfnt/files/digest-fonttosfnt-0.99.2 b/x11-apps/fonttosfnt/files/digest-fonttosfnt-0.99.2
new file mode 100644
index 000000000000..3b30946263d6
--- /dev/null
+++ b/x11-apps/fonttosfnt/files/digest-fonttosfnt-0.99.2
@@ -0,0 +1 @@
+MD5 cf91952043a11ab1684c6ce607eb143d fonttosfnt-0.99.2.tar.bz2 88516
diff --git a/x11-apps/fonttosfnt/fonttosfnt-0.99.2.ebuild b/x11-apps/fonttosfnt/fonttosfnt-0.99.2.ebuild
new file mode 100644
index 000000000000..2c42aa63ca4a
--- /dev/null
+++ b/x11-apps/fonttosfnt/fonttosfnt-0.99.2.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.2.ebuild,v 1.1 2005/11/11 19:47:59 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}"