summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-05-04 03:59:01 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-05-04 03:59:01 +0000
commit7ba19450b34e5be4af420a62158d57f50f5e055d (patch)
tree374407d1d5bae0a313b3cc5bb4bffbebc10383bf /x11-libs/libfontenc
parentBump to latest prerelease. (diff)
downloadgentoo-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/ChangeLog8
-rw-r--r--x11-libs/libfontenc/libfontenc-1.1.0.ebuild17
-rw-r--r--x11-libs/libfontenc/libfontenc-1.1.2.ebuild19
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"
+)