chithanh 15/02/05 11:03:24
Modified: ChangeLog
Added: mkfontscale-1.1.2.ebuild
Removed: mkfontscale-1.0.9-r1.ebuild
mkfontscale-1.0.8.ebuild mkfontscale-1.0.9.ebuild
mkfontscale-1.1.0.ebuild
Log:
Version bump. Remove old.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key
0x2324E7B566DF2611!)
Revision Changes Path
1.114 x11-apps/mkfontscale/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/mkfontscale/ChangeLog?rev=1.114&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/mkfontscale/ChangeLog?rev=1.114&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/mkfontscale/ChangeLog?r1=1.113&r2=1.114
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/mkfontscale/ChangeLog,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- ChangeLog 18 Jan 2014 12:21:01 -0000 1.113
+++ ChangeLog 5 Feb 2015 11:03:24 -0000 1.114
@@ -1,6 +1,14 @@
# ChangeLog for x11-apps/mkfontscale
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/mkfontscale/ChangeLog,v 1.113
2014/01/18 12:21:01 vapier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/mkfontscale/ChangeLog,v 1.114
2015/02/05 11:03:24 chithanh Exp $
+
+*mkfontscale-1.1.2 (05 Feb 2015)
+
+ 05 Feb 2015; Chí-Thanh Christopher Nguyễn <[email protected]>
+ +mkfontscale-1.1.2.ebuild, -files/mkfontscale-1.0.9-heavy-support.txt,
+ -mkfontscale-1.0.8.ebuild, -mkfontscale-1.0.9-r1.ebuild,
+ -mkfontscale-1.0.9.ebuild, -mkfontscale-1.1.0.ebuild:
+ Version bump. Remove old.
18 Jan 2014; Mike Frysinger <[email protected]> mkfontscale-1.1.1.ebuild:
Add arm64 love.
1.1 x11-apps/mkfontscale/mkfontscale-1.1.2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/mkfontscale/mkfontscale-1.1.2.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/mkfontscale/mkfontscale-1.1.2.ebuild?rev=1.1&content-type=text/plain
Index: mkfontscale-1.1.2.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
/var/cvsroot/gentoo-x86/x11-apps/mkfontscale/mkfontscale-1.1.2.ebuild,v 1.1
2015/02/05 11:03:24 chithanh Exp $
EAPI=5
inherit xorg-2
DESCRIPTION="create an index of scalable font files for X"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~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
)