mrueg 15/07/02 02:31:58 Modified: ChangeLog Added: libfontenc-1.1.3.ebuild Removed: libfontenc-1.1.1.ebuild Log: Version bump. Remove old. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.86 x11-libs/libfontenc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfontenc/ChangeLog?rev=1.86&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfontenc/ChangeLog?rev=1.86&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfontenc/ChangeLog?r1=1.85&r2=1.86 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfontenc/ChangeLog,v retrieving revision 1.85 retrieving revision 1.86 diff -u -r1.85 -r1.86 --- ChangeLog 18 Jan 2014 12:04:24 -0000 1.85 +++ ChangeLog 2 Jul 2015 02:31:58 -0000 1.86 @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/libfontenc -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfontenc/ChangeLog,v 1.85 2014/01/18 12:04:24 vapier Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfontenc/ChangeLog,v 1.86 2015/07/02 02:31:58 mrueg Exp $ + +*libfontenc-1.1.3 (02 Jul 2015) + + 02 Jul 2015; Manuel RĂ¼ger <mr...@gentoo.org> +libfontenc-1.1.3.ebuild, + -libfontenc-1.1.1.ebuild: + Version bump. Remove old. 18 Jan 2014; Mike Frysinger <vap...@gentoo.org> libfontenc-1.1.2.ebuild: Add arm64 love. 1.1 x11-libs/libfontenc/libfontenc-1.1.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfontenc/libfontenc-1.1.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfontenc/libfontenc-1.1.3.ebuild?rev=1.1&content-type=text/plain Index: libfontenc-1.1.3.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-libs/libfontenc/libfontenc-1.1.3.ebuild,v 1.1 2015/07/02 02:31:58 mrueg Exp $ EAPI=5 inherit xorg-2 DESCRIPTION="X.Org fontenc library" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt" IUSE="" RDEPEND="sys-libs/zlib x11-proto/xproto" DEPEND="${RDEPEND}" XORG_CONFIGURE_OPTIONS=( --with-encodingsdir="${EPREFIX}/usr/share/fonts/encodings" )