summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-07-18 14:47:12 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-07-18 14:47:12 +0000
commitac18f06b3dd5346a26a18ba8440192e33745ffd2 (patch)
tree66af4d8704517f3382970b9cbc54eb75b5299775 /x11-apps
parentsci-chemistry/molequeue: Add missing deps (diff)
downloadgentoo-2-ac18f06b3dd5346a26a18ba8440192e33745ffd2.tar.gz
gentoo-2-ac18f06b3dd5346a26a18ba8440192e33745ffd2.tar.bz2
gentoo-2-ac18f06b3dd5346a26a18ba8440192e33745ffd2.zip
Version bump.
(Portage version: 2.1.12.2/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/mkfontscale/ChangeLog8
-rw-r--r--x11-apps/mkfontscale/mkfontscale-1.1.1.ebuild23
2 files changed, 30 insertions, 1 deletions
diff --git a/x11-apps/mkfontscale/ChangeLog b/x11-apps/mkfontscale/ChangeLog
index 715f4e404ef7..4389d3877ff1 100644
--- a/x11-apps/mkfontscale/ChangeLog
+++ b/x11-apps/mkfontscale/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-apps/mkfontscale
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/mkfontscale/ChangeLog,v 1.102 2013/02/22 17:48:43 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/mkfontscale/ChangeLog,v 1.103 2013/07/18 14:47:12 chithanh Exp $
+
+*mkfontscale-1.1.1 (18 Jul 2013)
+
+ 18 Jul 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +mkfontscale-1.1.1.ebuild:
+ Version bump.
22 Feb 2013; Zac Medico <zmedico@gentoo.org> mkfontscale-1.1.0.ebuild:
Add ~arm-linux keyword.
diff --git a/x11-apps/mkfontscale/mkfontscale-1.1.1.ebuild b/x11-apps/mkfontscale/mkfontscale-1.1.1.ebuild
new file mode 100644
index 000000000000..5f691faba172
--- /dev/null
+++ b/x11-apps/mkfontscale/mkfontscale-1.1.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/mkfontscale/mkfontscale-1.1.1.ebuild,v 1.1 2013/07/18 14:47:12 chithanh Exp $
+
+EAPI=5
+
+inherit xorg-2
+
+DESCRIPTION="create an index of scalable font files for X"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="x11-libs/libfontenc
+ media-libs/freetype:2"
+DEPEND="${RDEPEND}
+ x11-proto/xproto
+ app-arch/gzip
+ app-arch/bzip2"
+
+XORG_CONFIGURE_OPTIONS=(
+ --with-bzip2
+)