diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-08-08 03:33:10 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-08-08 03:33:10 +0000 |
commit | 6491370e66daedd993214b6b231e3def30e283c0 (patch) | |
tree | 09de030df7d5a4bab152a94754aa80cb95225c0e /x11-proto/inputproto | |
parent | Initial commit for modular X. (diff) | |
download | gentoo-2-6491370e66daedd993214b6b231e3def30e283c0.tar.gz gentoo-2-6491370e66daedd993214b6b231e3def30e283c0.tar.bz2 gentoo-2-6491370e66daedd993214b6b231e3def30e283c0.zip |
Initial commit for modular X.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'x11-proto/inputproto')
-rw-r--r-- | x11-proto/inputproto/ChangeLog | 10 | ||||
-rw-r--r-- | x11-proto/inputproto/Manifest | 2 | ||||
-rw-r--r-- | x11-proto/inputproto/files/digest-inputproto-1.3 | 1 | ||||
-rw-r--r-- | x11-proto/inputproto/inputproto-1.3.ebuild | 18 |
4 files changed, 31 insertions, 0 deletions
diff --git a/x11-proto/inputproto/ChangeLog b/x11-proto/inputproto/ChangeLog new file mode 100644 index 000000000000..5ed2ad663ac7 --- /dev/null +++ b/x11-proto/inputproto/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for x11-proto/inputproto +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/inputproto/ChangeLog,v 1.1 2005/08/08 03:28:49 spyderous Exp $ + +*inputproto-1.3 (08 Aug 2005) + + 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; + +inputproto-1.3.ebuild: + Initial commit for modular X + diff --git a/x11-proto/inputproto/Manifest b/x11-proto/inputproto/Manifest new file mode 100644 index 000000000000..85a247c2e6d9 --- /dev/null +++ b/x11-proto/inputproto/Manifest @@ -0,0 +1,2 @@ +MD5 91b0d7a71d767cbad44fb8c2d25fe2c9 inputproto-1.3.ebuild 398 +MD5 f39511d5f3210e9fe28d3d63645408fc files/digest-inputproto-1.3 66 diff --git a/x11-proto/inputproto/files/digest-inputproto-1.3 b/x11-proto/inputproto/files/digest-inputproto-1.3 new file mode 100644 index 000000000000..66a0a6ada0bf --- /dev/null +++ b/x11-proto/inputproto/files/digest-inputproto-1.3 @@ -0,0 +1 @@ +MD5 a23730f0f928ee108ff7701c12c85137 inputproto-1.3.tar.bz2 46046 diff --git a/x11-proto/inputproto/inputproto-1.3.ebuild b/x11-proto/inputproto/inputproto-1.3.ebuild new file mode 100644 index 000000000000..18ef1a487f45 --- /dev/null +++ b/x11-proto/inputproto/inputproto-1.3.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/inputproto/inputproto-1.3.ebuild,v 1.1 2005/08/08 03:28:49 spyderous Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org Input 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="" |