diff options
author | 2005-08-08 03:38:29 +0000 | |
---|---|---|
committer | 2005-08-08 03:38:29 +0000 | |
commit | 0513dce4bd98da1bd7f16a83162f2258066e8003 (patch) | |
tree | 76fc0e1d10e7648a1fcd6acac4ffd3bf84db39fe /x11-proto/videoproto | |
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/videoproto')
-rw-r--r-- | x11-proto/videoproto/ChangeLog | 10 | ||||
-rw-r--r-- | x11-proto/videoproto/Manifest | 2 | ||||
-rw-r--r-- | x11-proto/videoproto/files/digest-videoproto-2.2 | 1 | ||||
-rw-r--r-- | x11-proto/videoproto/videoproto-2.2.ebuild | 18 |
4 files changed, 31 insertions, 0 deletions
diff --git a/x11-proto/videoproto/ChangeLog b/x11-proto/videoproto/ChangeLog new file mode 100644 index 000000000000..1155693f8f77 --- /dev/null +++ b/x11-proto/videoproto/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for x11-proto/videoproto +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/videoproto/ChangeLog,v 1.1 2005/08/08 03:33:39 spyderous Exp $ + +*videoproto-2.2 (08 Aug 2005) + + 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; + +videoproto-2.2.ebuild: + Initial commit for modular X + diff --git a/x11-proto/videoproto/Manifest b/x11-proto/videoproto/Manifest new file mode 100644 index 000000000000..af87c60ff43f --- /dev/null +++ b/x11-proto/videoproto/Manifest @@ -0,0 +1,2 @@ +MD5 2d393b99d4843813242d8832eab7598c videoproto-2.2.ebuild 398 +MD5 526b9ee86dbc63eb64940da9e73334b3 files/digest-videoproto-2.2 66 diff --git a/x11-proto/videoproto/files/digest-videoproto-2.2 b/x11-proto/videoproto/files/digest-videoproto-2.2 new file mode 100644 index 000000000000..3cd8b5601d7f --- /dev/null +++ b/x11-proto/videoproto/files/digest-videoproto-2.2 @@ -0,0 +1 @@ +MD5 0228ce195ce44cbb84e9785ed32fc98c videoproto-2.2.tar.bz2 42429 diff --git a/x11-proto/videoproto/videoproto-2.2.ebuild b/x11-proto/videoproto/videoproto-2.2.ebuild new file mode 100644 index 000000000000..4ed102c3304f --- /dev/null +++ b/x11-proto/videoproto/videoproto-2.2.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/videoproto/videoproto-2.2.ebuild,v 1.1 2005/08/08 03:33:39 spyderous Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org Video 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="" |