diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-04-29 15:37:44 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-04-29 15:37:44 +0000 |
commit | b95f2d01d638f935013049a9605d04637f86cf89 (patch) | |
tree | a80e3633e074d6abd4741cf3f2ae3f01d713f577 /x11-libs | |
parent | Version bump. Fix an error path leak, add a defensive NULL check, and (diff) | |
download | gentoo-2-b95f2d01d638f935013049a9605d04637f86cf89.tar.gz gentoo-2-b95f2d01d638f935013049a9605d04637f86cf89.tar.bz2 gentoo-2-b95f2d01d638f935013049a9605d04637f86cf89.zip |
Version bump. Includes the shadow manpages fix.
(Portage version: 2.1_pre10)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libXfontcache/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/libXfontcache/files/digest-libXfontcache-1.0.2 | 3 | ||||
-rw-r--r-- | x11-libs/libXfontcache/libXfontcache-1.0.2.ebuild | 21 |
3 files changed, 31 insertions, 1 deletions
diff --git a/x11-libs/libXfontcache/ChangeLog b/x11-libs/libXfontcache/ChangeLog index 7d6f17034e18..65999e4e29cc 100644 --- a/x11-libs/libXfontcache/ChangeLog +++ b/x11-libs/libXfontcache/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/libXfontcache # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfontcache/ChangeLog,v 1.14 2006/02/22 04:30:37 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfontcache/ChangeLog,v 1.15 2006/04/29 15:37:44 joshuabaergen Exp $ + +*libXfontcache-1.0.2 (29 Apr 2006) + + 29 Apr 2006; Joshua Baergen <joshuabaergen@gentoo.org> + +libXfontcache-1.0.2.ebuild: + Version bump. Includes the shadow manpages fix. *libXfontcache-1.0.1-r1 (22 Feb 2006) diff --git a/x11-libs/libXfontcache/files/digest-libXfontcache-1.0.2 b/x11-libs/libXfontcache/files/digest-libXfontcache-1.0.2 new file mode 100644 index 000000000000..352d6fbc5488 --- /dev/null +++ b/x11-libs/libXfontcache/files/digest-libXfontcache-1.0.2 @@ -0,0 +1,3 @@ +MD5 837d84166ae0dad5dc896f24206a92a5 libXfontcache-1.0.2.tar.bz2 221935 +RMD160 cb4f0123b19cc4d8484a29bf8a6f5610c125cbbb libXfontcache-1.0.2.tar.bz2 221935 +SHA256 f43414d3cd62cf543f46ada41a75732e504551fc3cf852130ee92155020a945e libXfontcache-1.0.2.tar.bz2 221935 diff --git a/x11-libs/libXfontcache/libXfontcache-1.0.2.ebuild b/x11-libs/libXfontcache/libXfontcache-1.0.2.ebuild new file mode 100644 index 000000000000..f8f2c9d54bee --- /dev/null +++ b/x11-libs/libXfontcache/libXfontcache-1.0.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfontcache/libXfontcache-1.0.2.ebuild,v 1.1 2006/04/29 15:37:44 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org Xfontcache library" +#HOMEPAGE="http://foo.bar.com/" +#SRC_URI="ftp://foo.bar.com/${P}.tar.bz2" +#LICENSE="" +#SLOT="0" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +#IUSE="X gnome" +RDEPEND="x11-libs/libX11 + x11-libs/libXext" +DEPEND="${RDEPEND} + x11-proto/xextproto + x11-proto/fontcacheproto" |