diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-08-08 03:38:29 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-08-08 03:38:29 +0000 |
commit | 0513dce4bd98da1bd7f16a83162f2258066e8003 (patch) | |
tree | 76fc0e1d10e7648a1fcd6acac4ffd3bf84db39fe /x11-proto/xf86rushproto | |
parent | Initial commit for modular X. (diff) | |
download | gentoo-2-0513dce4bd98da1bd7f16a83162f2258066e8003.tar.gz gentoo-2-0513dce4bd98da1bd7f16a83162f2258066e8003.tar.bz2 gentoo-2-0513dce4bd98da1bd7f16a83162f2258066e8003.zip |
Initial commit for modular X.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'x11-proto/xf86rushproto')
-rw-r--r-- | x11-proto/xf86rushproto/ChangeLog | 10 | ||||
-rw-r--r-- | x11-proto/xf86rushproto/Manifest | 2 | ||||
-rw-r--r-- | x11-proto/xf86rushproto/files/digest-xf86rushproto-1.1 | 1 | ||||
-rw-r--r-- | x11-proto/xf86rushproto/xf86rushproto-1.1.ebuild | 18 |
4 files changed, 31 insertions, 0 deletions
diff --git a/x11-proto/xf86rushproto/ChangeLog b/x11-proto/xf86rushproto/ChangeLog new file mode 100644 index 000000000000..b4b39da51f1e --- /dev/null +++ b/x11-proto/xf86rushproto/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for x11-proto/xf86rushproto +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xf86rushproto/ChangeLog,v 1.1 2005/08/08 03:37:02 spyderous Exp $ + +*xf86rushproto-1.1 (08 Aug 2005) + + 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; + +xf86rushproto-1.1.ebuild: + Initial commit for modular X + diff --git a/x11-proto/xf86rushproto/Manifest b/x11-proto/xf86rushproto/Manifest new file mode 100644 index 000000000000..032f05f25e33 --- /dev/null +++ b/x11-proto/xf86rushproto/Manifest @@ -0,0 +1,2 @@ +MD5 26bcd2a6d111a0015e4203125ce07069 xf86rushproto-1.1.ebuild 401 +MD5 8fc9724cd8685b542ddbc56d1f227fb0 files/digest-xf86rushproto-1.1 69 diff --git a/x11-proto/xf86rushproto/files/digest-xf86rushproto-1.1 b/x11-proto/xf86rushproto/files/digest-xf86rushproto-1.1 new file mode 100644 index 000000000000..5d3535e6978a --- /dev/null +++ b/x11-proto/xf86rushproto/files/digest-xf86rushproto-1.1 @@ -0,0 +1 @@ +MD5 61ba57edd16ef37894f0d9f13ac5bb67 xf86rushproto-1.1.tar.bz2 37346 diff --git a/x11-proto/xf86rushproto/xf86rushproto-1.1.ebuild b/x11-proto/xf86rushproto/xf86rushproto-1.1.ebuild new file mode 100644 index 000000000000..c791e9d01c41 --- /dev/null +++ b/x11-proto/xf86rushproto/xf86rushproto-1.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/xf86rushproto/xf86rushproto-1.1.ebuild,v 1.1 2005/08/08 03:37:02 spyderous Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org XF86Rush 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="" |