summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2009-08-18 22:18:39 +0000
committerRyan Hill <dirtyepic@gentoo.org>2009-08-18 22:18:39 +0000
commit443c3e054c0238df5acb0d64d1b2613a21102529 (patch)
tree958492ad95b41166d3317bde55deddff194dcd47 /x11-apps
parentstable x86, bug 279736 (diff)
downloadgentoo-2-443c3e054c0238df5acb0d64d1b2613a21102529.tar.gz
gentoo-2-443c3e054c0238df5acb0d64d1b2613a21102529.tar.bz2
gentoo-2-443c3e054c0238df5acb0d64d1b2613a21102529.zip
Version bump.
(Portage version: 2.2_rc38/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/mkfontscale/ChangeLog7
-rw-r--r--x11-apps/mkfontscale/mkfontscale-1.0.6.ebuild19
2 files changed, 25 insertions, 1 deletions
diff --git a/x11-apps/mkfontscale/ChangeLog b/x11-apps/mkfontscale/ChangeLog
index 5b1e62d556f8..4c1043f3969b 100644
--- a/x11-apps/mkfontscale/ChangeLog
+++ b/x11-apps/mkfontscale/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-apps/mkfontscale
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/mkfontscale/ChangeLog,v 1.50 2009/06/23 21:23:03 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/mkfontscale/ChangeLog,v 1.51 2009/08/18 22:18:39 dirtyepic Exp $
+
+*mkfontscale-1.0.6 (18 Aug 2009)
+
+ 18 Aug 2009; Ryan Hill <dirtyepic@gentoo.org> +mkfontscale-1.0.6.ebuild:
+ Version bump.
23 Jun 2009; Tobias Klausmann <klausman@gentoo.org>
mkfontscale-1.0.5.ebuild:
diff --git a/x11-apps/mkfontscale/mkfontscale-1.0.6.ebuild b/x11-apps/mkfontscale/mkfontscale-1.0.6.ebuild
new file mode 100644
index 000000000000..91e3b5971f6f
--- /dev/null
+++ b/x11-apps/mkfontscale/mkfontscale-1.0.6.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/mkfontscale/mkfontscale-1.0.6.ebuild,v 1.1 2009/08/18 22:18:39 dirtyepic Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="create an index of scalable font files for X"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+RDEPEND="x11-libs/libfontenc
+ =media-libs/freetype-2*"
+DEPEND="${RDEPEND}
+ x11-proto/xproto"
+
+CONFIGURE_OPTIONS="--with-bzip2"