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/randrproto | |
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/randrproto')
-rw-r--r-- | x11-proto/randrproto/ChangeLog | 10 | ||||
-rw-r--r-- | x11-proto/randrproto/Manifest | 2 | ||||
-rw-r--r-- | x11-proto/randrproto/files/digest-randrproto-1.1 | 1 | ||||
-rw-r--r-- | x11-proto/randrproto/randrproto-1.1.ebuild | 18 |
4 files changed, 31 insertions, 0 deletions
diff --git a/x11-proto/randrproto/ChangeLog b/x11-proto/randrproto/ChangeLog new file mode 100644 index 000000000000..97536b41b316 --- /dev/null +++ b/x11-proto/randrproto/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for x11-proto/randrproto +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/randrproto/ChangeLog,v 1.1 2005/08/08 03:30:45 spyderous Exp $ + +*randrproto-1.1 (08 Aug 2005) + + 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; + +randrproto-1.1.ebuild: + Initial commit for modular X + diff --git a/x11-proto/randrproto/Manifest b/x11-proto/randrproto/Manifest new file mode 100644 index 000000000000..0817c6321848 --- /dev/null +++ b/x11-proto/randrproto/Manifest @@ -0,0 +1,2 @@ +MD5 93682a0079b3baf35e228a32543698f6 randrproto-1.1.ebuild 398 +MD5 ae0440c5f5ddfa5df3dda05c3da31721 files/digest-randrproto-1.1 66 diff --git a/x11-proto/randrproto/files/digest-randrproto-1.1 b/x11-proto/randrproto/files/digest-randrproto-1.1 new file mode 100644 index 000000000000..2b57f438b77e --- /dev/null +++ b/x11-proto/randrproto/files/digest-randrproto-1.1 @@ -0,0 +1 @@ +MD5 bd22688abe231c40deba07220cf0a960 randrproto-1.1.tar.bz2 37995 diff --git a/x11-proto/randrproto/randrproto-1.1.ebuild b/x11-proto/randrproto/randrproto-1.1.ebuild new file mode 100644 index 000000000000..1de1e5f8eb61 --- /dev/null +++ b/x11-proto/randrproto/randrproto-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/randrproto/randrproto-1.1.ebuild,v 1.1 2005/08/08 03:30:45 spyderous Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org Randr 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="" |