summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-10-03 12:10:23 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2009-10-03 12:10:23 +0000
commit05a4324454ce531b8eb17a4143857b6b24bd3be3 (patch)
tree0b237d27f2a7cf682456b654db924f43cae06c4a /x11-libs/libfontenc
parentVersion bump. Remove old. (diff)
downloadhistorical-05a4324454ce531b8eb17a4143857b6b24bd3be3.tar.gz
historical-05a4324454ce531b8eb17a4143857b6b24bd3be3.tar.bz2
historical-05a4324454ce531b8eb17a4143857b6b24bd3be3.zip
Version bump.
Package-Manager: portage-2.2_rc41/cvs/Linux x86_64
Diffstat (limited to 'x11-libs/libfontenc')
-rw-r--r--x11-libs/libfontenc/ChangeLog8
-rw-r--r--x11-libs/libfontenc/libfontenc-1.0.5.ebuild20
2 files changed, 27 insertions, 1 deletions
diff --git a/x11-libs/libfontenc/ChangeLog b/x11-libs/libfontenc/ChangeLog
index dba1ec3a837a..5806302f3f4b 100644
--- a/x11-libs/libfontenc/ChangeLog
+++ b/x11-libs/libfontenc/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-libs/libfontenc
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfontenc/ChangeLog,v 1.44 2009/05/08 21:11:23 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfontenc/ChangeLog,v 1.45 2009/10/03 12:10:23 scarabeus Exp $
+
+*libfontenc-1.0.5 (03 Oct 2009)
+
+ 03 Oct 2009; Tomáš Chvátal <scarabeus@gentoo.org>
+ +libfontenc-1.0.5.ebuild:
+ Version bump.
08 May 2009; Samuli Suominen <ssuominen@gentoo.org>
libfontenc-1.0.4.ebuild:
diff --git a/x11-libs/libfontenc/libfontenc-1.0.5.ebuild b/x11-libs/libfontenc/libfontenc-1.0.5.ebuild
new file mode 100644
index 000000000000..92f8c9695cc9
--- /dev/null
+++ b/x11-libs/libfontenc/libfontenc-1.0.5.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfontenc/libfontenc-1.0.5.ebuild,v 1.1 2009/10/03 12:10:23 scarabeus 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"
+IUSE=""
+
+RDEPEND="sys-libs/zlib"
+DEPEND="${RDEPEND}
+ x11-proto/xproto"
+
+pkg_setup() {
+ CONFIGURE_OPTIONS="--with-encodingsdir=/usr/share/fonts/encodings"
+}