diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-04-29 15:18:55 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-04-29 15:18:55 +0000 |
commit | eebd60eb78f478ef866511a1ac4d8e56b4d38e8f (patch) | |
tree | daef6f9eea58b778eb8b3ae03d12c06eae4bc85e /x11-libs | |
parent | Version bump. Fix a possible NULL dereference. (diff) | |
download | gentoo-2-eebd60eb78f478ef866511a1ac4d8e56b4d38e8f.tar.gz gentoo-2-eebd60eb78f478ef866511a1ac4d8e56b4d38e8f.tar.bz2 gentoo-2-eebd60eb78f478ef866511a1ac4d8e56b4d38e8f.zip |
Version bump. Fix a file descriptor leak.
(Portage version: 2.1_pre10)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libfontenc/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/libfontenc/files/digest-libfontenc-1.0.2 | 3 | ||||
-rw-r--r-- | x11-libs/libfontenc/libfontenc-1.0.2.ebuild | 16 |
3 files changed, 26 insertions, 1 deletions
diff --git a/x11-libs/libfontenc/ChangeLog b/x11-libs/libfontenc/ChangeLog index a2f0229e6491..87a3f7143b68 100644 --- a/x11-libs/libfontenc/ChangeLog +++ b/x11-libs/libfontenc/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/libfontenc # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfontenc/ChangeLog,v 1.22 2006/03/31 19:54:06 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfontenc/ChangeLog,v 1.23 2006/04/29 15:18:55 joshuabaergen Exp $ + +*libfontenc-1.0.2 (29 Apr 2006) + + 29 Apr 2006; Joshua Baergen <joshuabaergen@gentoo.org> + +libfontenc-1.0.2.ebuild: + Version bump. Fix a file descriptor leak. 31 Mar 2006; Diego Pettenò <flameeyes@gentoo.org> libfontenc-1.0.1.ebuild: diff --git a/x11-libs/libfontenc/files/digest-libfontenc-1.0.2 b/x11-libs/libfontenc/files/digest-libfontenc-1.0.2 new file mode 100644 index 000000000000..53d55dc09045 --- /dev/null +++ b/x11-libs/libfontenc/files/digest-libfontenc-1.0.2 @@ -0,0 +1,3 @@ +MD5 40d7d3718492cacfb0e0e8b9e1a0e251 libfontenc-1.0.2.tar.bz2 229242 +RMD160 e09eee80b950f45ca7cda3dfe884971132646b44 libfontenc-1.0.2.tar.bz2 229242 +SHA256 0c970ea1a729aec7c8f257c74d1c6196c48a93c7c7ccad4836c70568e900becf libfontenc-1.0.2.tar.bz2 229242 diff --git a/x11-libs/libfontenc/libfontenc-1.0.2.ebuild b/x11-libs/libfontenc/libfontenc-1.0.2.ebuild new file mode 100644 index 000000000000..e6da4c8cf115 --- /dev/null +++ b/x11-libs/libfontenc/libfontenc-1.0.2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfontenc/libfontenc-1.0.2.ebuild,v 1.1 2006/04/29 15:18:55 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +# SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org fontenc library" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +RDEPEND="" +DEPEND="${RDEPEND} + x11-proto/xproto" + +CONFIGURE_OPTIONS="--with-encodingsdir=/usr/share/fonts/encodings" |