diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-05-04 03:59:01 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-05-04 03:59:01 +0000 |
commit | 7ba19450b34e5be4af420a62158d57f50f5e055d (patch) | |
tree | 374407d1d5bae0a313b3cc5bb4bffbebc10383bf /x11-libs/libfontenc | |
parent | Bump to latest prerelease. (diff) | |
download | gentoo-2-7ba19450b34e5be4af420a62158d57f50f5e055d.tar.gz gentoo-2-7ba19450b34e5be4af420a62158d57f50f5e055d.tar.bz2 gentoo-2-7ba19450b34e5be4af420a62158d57f50f5e055d.zip |
Version bump.
(Portage version: 2.1.11.62/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-libs/libfontenc')
-rw-r--r-- | x11-libs/libfontenc/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/libfontenc/libfontenc-1.1.0.ebuild | 17 | ||||
-rw-r--r-- | x11-libs/libfontenc/libfontenc-1.1.2.ebuild | 19 |
3 files changed, 26 insertions, 18 deletions
diff --git a/x11-libs/libfontenc/ChangeLog b/x11-libs/libfontenc/ChangeLog index 0f0cbc6d8399..42957258ecc8 100644 --- a/x11-libs/libfontenc/ChangeLog +++ b/x11-libs/libfontenc/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/libfontenc # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfontenc/ChangeLog,v 1.73 2013/02/21 19:29:03 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfontenc/ChangeLog,v 1.74 2013/05/04 03:59:01 chithanh Exp $ + +*libfontenc-1.1.2 (04 May 2013) + + 04 May 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +libfontenc-1.1.2.ebuild, -libfontenc-1.1.0.ebuild: + Version bump. 21 Feb 2013; Zac Medico <zmedico@gentoo.org> libfontenc-1.1.1.ebuild: Add ~arm-linux keyword. diff --git a/x11-libs/libfontenc/libfontenc-1.1.0.ebuild b/x11-libs/libfontenc/libfontenc-1.1.0.ebuild deleted file mode 100644 index f697cd49bb60..000000000000 --- a/x11-libs/libfontenc/libfontenc-1.1.0.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfontenc/libfontenc-1.1.0.ebuild,v 1.10 2011/02/14 14:39:15 xarthisius Exp $ - -EAPI=3 -inherit xorg-2 - -DESCRIPTION="X.Org fontenc library" - -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-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}" - -CONFIGURE_OPTIONS="--with-encodingsdir=${EPREFIX}/usr/share/fonts/encodings" diff --git a/x11-libs/libfontenc/libfontenc-1.1.2.ebuild b/x11-libs/libfontenc/libfontenc-1.1.2.ebuild new file mode 100644 index 000000000000..cd6552151d69 --- /dev/null +++ b/x11-libs/libfontenc/libfontenc-1.1.2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfontenc/libfontenc-1.1.2.ebuild,v 1.1 2013/05/04 03:59:01 chithanh Exp $ + +EAPI=5 +inherit xorg-2 + +DESCRIPTION="X.Org fontenc library" + +KEYWORDS="~alpha ~amd64 ~arm ~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" +) |