From ac18f06b3dd5346a26a18ba8440192e33745ffd2 Mon Sep 17 00:00:00 2001 From: Chí-Thanh Christopher Nguyễn Date: Thu, 18 Jul 2013 14:47:12 +0000 Subject: Version bump. (Portage version: 2.1.12.2/cvs/Linux x86_64, unsigned Manifest commit) --- x11-apps/mkfontscale/ChangeLog | 8 +++++++- x11-apps/mkfontscale/mkfontscale-1.1.1.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 x11-apps/mkfontscale/mkfontscale-1.1.1.ebuild (limited to 'x11-apps/mkfontscale') 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 + +mkfontscale-1.1.1.ebuild: + Version bump. 22 Feb 2013; Zac Medico 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 +) -- cgit v1.2.3-65-gdbad