diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-08-08 03:27:51 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-08-08 03:27:51 +0000 |
commit | 0069cb1226ce1eac70a43f3ab49ae23e5235aff9 (patch) | |
tree | 998ecdfdd536614dea77111812968496d4a84bc2 /x11-proto/fontcacheproto | |
parent | Fix description and remove xproto from build deps. (diff) | |
download | gentoo-2-0069cb1226ce1eac70a43f3ab49ae23e5235aff9.tar.gz gentoo-2-0069cb1226ce1eac70a43f3ab49ae23e5235aff9.tar.bz2 gentoo-2-0069cb1226ce1eac70a43f3ab49ae23e5235aff9.zip |
Initial commit for modular X.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'x11-proto/fontcacheproto')
-rw-r--r-- | x11-proto/fontcacheproto/ChangeLog | 10 | ||||
-rw-r--r-- | x11-proto/fontcacheproto/Manifest | 2 | ||||
-rw-r--r-- | x11-proto/fontcacheproto/files/digest-fontcacheproto-0.1 | 1 | ||||
-rw-r--r-- | x11-proto/fontcacheproto/fontcacheproto-0.1.ebuild | 18 |
4 files changed, 31 insertions, 0 deletions
diff --git a/x11-proto/fontcacheproto/ChangeLog b/x11-proto/fontcacheproto/ChangeLog new file mode 100644 index 000000000000..8c0dc30e3763 --- /dev/null +++ b/x11-proto/fontcacheproto/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for x11-proto/fontcacheproto +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/fontcacheproto/ChangeLog,v 1.1 2005/08/08 03:27:22 spyderous Exp $ + +*fontcacheproto-0.1 (08 Aug 2005) + + 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; + +fontcacheproto-0.1.ebuild: + Initial commit for modular X + diff --git a/x11-proto/fontcacheproto/Manifest b/x11-proto/fontcacheproto/Manifest new file mode 100644 index 000000000000..553f362cb4bc --- /dev/null +++ b/x11-proto/fontcacheproto/Manifest @@ -0,0 +1,2 @@ +MD5 02c8f709876c1f76c30c42f1f808e230 fontcacheproto-0.1.ebuild 402 +MD5 34d667d9d3dc1e9424db87ae0b0c65cd files/digest-fontcacheproto-0.1 70 diff --git a/x11-proto/fontcacheproto/files/digest-fontcacheproto-0.1 b/x11-proto/fontcacheproto/files/digest-fontcacheproto-0.1 new file mode 100644 index 000000000000..1f6e83f2ee5c --- /dev/null +++ b/x11-proto/fontcacheproto/files/digest-fontcacheproto-0.1 @@ -0,0 +1 @@ +MD5 9ff9d0d855b365517b8ad7397f68a907 fontcacheproto-0.1.tar.bz2 37861 diff --git a/x11-proto/fontcacheproto/fontcacheproto-0.1.ebuild b/x11-proto/fontcacheproto/fontcacheproto-0.1.ebuild new file mode 100644 index 000000000000..56257ae5e002 --- /dev/null +++ b/x11-proto/fontcacheproto/fontcacheproto-0.1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/fontcacheproto/fontcacheproto-0.1.ebuild,v 1.1 2005/08/08 03:27:22 spyderous Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org Fontcache protocol headers" +#HOMEPAGE="http://foo.bar.com/" +#SRC_URI="ftp://foo.bar.com/${P}.tar.bz2" +#LICENSE="" +#SLOT="0" +KEYWORDS="~x86" +#IUSE="X gnome" +#DEPEND="" +#RDEPEND="" |