diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-10-22 18:06:23 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-10-22 18:06:23 +0000 |
commit | 0f48225a57b7d8ee86a6257cd6605a6eaef8be85 (patch) | |
tree | 02b21289ead2f08af381c076d7587bad2959ab60 /x11-libs/libfontenc | |
parent | + forgotten init. (diff) | |
download | historical-0f48225a57b7d8ee86a6257cd6605a6eaef8be85.tar.gz historical-0f48225a57b7d8ee86a6257cd6605a6eaef8be85.tar.bz2 historical-0f48225a57b7d8ee86a6257cd6605a6eaef8be85.zip |
Version bump with minor changes.
Package-Manager: portage-2.1.2_pre3-r5
Diffstat (limited to 'x11-libs/libfontenc')
-rw-r--r-- | x11-libs/libfontenc/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/libfontenc/files/digest-libfontenc-1.0.3 | 3 | ||||
-rw-r--r-- | x11-libs/libfontenc/libfontenc-1.0.3.ebuild | 18 |
3 files changed, 28 insertions, 1 deletions
diff --git a/x11-libs/libfontenc/ChangeLog b/x11-libs/libfontenc/ChangeLog index 3180e9c335c3..ae6dd2013467 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.30 2006/07/19 13:58:05 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfontenc/ChangeLog,v 1.31 2006/10/22 18:05:37 joshuabaergen Exp $ + +*libfontenc-1.0.3 (21 Oct 2006) + + 21 Oct 2006; Joshua Baergen <joshuabaergen@gentoo.org> + +libfontenc-1.0.3.ebuild: + Version bump. 19 Jul 2006; Guy Martin <gmsoft@gentoo.org> libfontenc-1.0.2.ebuild: Stable on hppa. diff --git a/x11-libs/libfontenc/files/digest-libfontenc-1.0.3 b/x11-libs/libfontenc/files/digest-libfontenc-1.0.3 new file mode 100644 index 000000000000..0e70bfd93f9c --- /dev/null +++ b/x11-libs/libfontenc/files/digest-libfontenc-1.0.3 @@ -0,0 +1,3 @@ +MD5 96711208ac27ff70a17bb07a3bf90f98 libfontenc-1.0.3.tar.bz2 238863 +RMD160 7fba5054691a447676651e72427f0d63179d4d82 libfontenc-1.0.3.tar.bz2 238863 +SHA256 70ba2aacd2cb6bfbda8faee45ad2b90f6eaa97a3edda64d40f0bdd0c0791d98c libfontenc-1.0.3.tar.bz2 238863 diff --git a/x11-libs/libfontenc/libfontenc-1.0.3.ebuild b/x11-libs/libfontenc/libfontenc-1.0.3.ebuild new file mode 100644 index 000000000000..e58c7547d8bf --- /dev/null +++ b/x11-libs/libfontenc/libfontenc-1.0.3.ebuild @@ -0,0 +1,18 @@ +# 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.3.ebuild,v 1.1 2006/10/22 18:05:37 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" |