diff options
author | Remi Cardona <remi@gentoo.org> | 2009-10-11 23:57:42 +0000 |
---|---|---|
committer | Remi Cardona <remi@gentoo.org> | 2009-10-11 23:57:42 +0000 |
commit | 26e9fcfdb962e219574cf5199e9cc49ddcdc8b21 (patch) | |
tree | 84704044045c4fb60dfc5fea3923fd35b2ffd258 /x11-libs/libXfontcache | |
parent | x11-libs/libXfont: bump to 1.4.1, sync with overlay (diff) | |
download | historical-26e9fcfdb962e219574cf5199e9cc49ddcdc8b21.tar.gz historical-26e9fcfdb962e219574cf5199e9cc49ddcdc8b21.tar.bz2 historical-26e9fcfdb962e219574cf5199e9cc49ddcdc8b21.zip |
x11-libs/libXfontcache: bump to 1.0.5, sync with overlay
Package-Manager: portage-2.2_rc45/cvs/Linux i686
Diffstat (limited to 'x11-libs/libXfontcache')
-rw-r--r-- | x11-libs/libXfontcache/ChangeLog | 9 | ||||
-rw-r--r-- | x11-libs/libXfontcache/libXfontcache-1.0.5.ebuild | 15 |
2 files changed, 22 insertions, 2 deletions
diff --git a/x11-libs/libXfontcache/ChangeLog b/x11-libs/libXfontcache/ChangeLog index 3553ae74d88a..9989dfc7f8f6 100644 --- a/x11-libs/libXfontcache/ChangeLog +++ b/x11-libs/libXfontcache/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-libs/libXfontcache -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfontcache/ChangeLog,v 1.38 2007/12/20 00:24:10 cla Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfontcache/ChangeLog,v 1.39 2009/10/11 23:57:42 remi Exp $ + +*libXfontcache-1.0.5 (11 Oct 2009) + + 11 Oct 2009; Rémi Cardona <remi@gentoo.org> +libXfontcache-1.0.5.ebuild: + bump to 1.0.5, sync with overlay 19 Dec 2007; Dawid Węgliński <cla@gentoo.org> ChangeLog: Stable on x86 (bug #202087) diff --git a/x11-libs/libXfontcache/libXfontcache-1.0.5.ebuild b/x11-libs/libXfontcache/libXfontcache-1.0.5.ebuild new file mode 100644 index 000000000000..f7a673e0b521 --- /dev/null +++ b/x11-libs/libXfontcache/libXfontcache-1.0.5.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfontcache/libXfontcache-1.0.5.ebuild,v 1.1 2009/10/11 23:57:42 remi Exp $ + +inherit x-modular + +DESCRIPTION="X.Org Xfontcache library" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="x11-libs/libX11 + x11-libs/libXext" +DEPEND="${RDEPEND} + x11-proto/fontcacheproto" |