diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-08-08 04:32:27 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-08-08 04:32:27 +0000 |
commit | 75de9dd361cb63e5c4a1834cbf050b7d872842bb (patch) | |
tree | ce8e04d09d7fb934d1acc37cdcf64d0a4724eaee /x11-libs/libXfontcache | |
parent | Initial commit for modular X. (diff) | |
download | gentoo-2-75de9dd361cb63e5c4a1834cbf050b7d872842bb.tar.gz gentoo-2-75de9dd361cb63e5c4a1834cbf050b7d872842bb.tar.bz2 gentoo-2-75de9dd361cb63e5c4a1834cbf050b7d872842bb.zip |
Initial commit for modular X.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'x11-libs/libXfontcache')
-rw-r--r-- | x11-libs/libXfontcache/ChangeLog | 10 | ||||
-rw-r--r-- | x11-libs/libXfontcache/files/digest-libXfontcache-0.99.0 | 1 | ||||
-rw-r--r-- | x11-libs/libXfontcache/libXfontcache-0.99.0.ebuild | 21 |
3 files changed, 32 insertions, 0 deletions
diff --git a/x11-libs/libXfontcache/ChangeLog b/x11-libs/libXfontcache/ChangeLog new file mode 100644 index 000000000000..2ecf01a0414b --- /dev/null +++ b/x11-libs/libXfontcache/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for x11-libs/libXfontcache +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfontcache/ChangeLog,v 1.1 2005/08/08 04:29:04 spyderous Exp $ + +*libXfontcache-0.99.0 (08 Aug 2005) + + 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; + +libXfontcache-0.99.0.ebuild: + Initial commit for modular X. + diff --git a/x11-libs/libXfontcache/files/digest-libXfontcache-0.99.0 b/x11-libs/libXfontcache/files/digest-libXfontcache-0.99.0 new file mode 100644 index 000000000000..7499207fbb33 --- /dev/null +++ b/x11-libs/libXfontcache/files/digest-libXfontcache-0.99.0 @@ -0,0 +1 @@ +MD5 c420bde60f7a59600accc56d6c7e38b9 libXfontcache-0.99.0.tar.bz2 186457 diff --git a/x11-libs/libXfontcache/libXfontcache-0.99.0.ebuild b/x11-libs/libXfontcache/libXfontcache-0.99.0.ebuild new file mode 100644 index 000000000000..12c59da7594f --- /dev/null +++ b/x11-libs/libXfontcache/libXfontcache-0.99.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfontcache/libXfontcache-0.99.0.ebuild,v 1.1 2005/08/08 04:29:04 spyderous 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="~x86" +#IUSE="X gnome" +RDEPEND="x11-libs/libX11 + x11-libs/libXext" +DEPEND="${RDEPEND} + x11-proto/xextproto + x11-proto/fontcacheproto" |