diff options
author | 2005-08-08 04:46:15 +0000 | |
---|---|---|
committer | 2005-08-08 04:46:15 +0000 | |
commit | 63073acf5ac5c24c171e3187e0a6314cd1fea24c (patch) | |
tree | b116773c5c051a9ad53f004c02a91a0127d4fbca /x11-libs/libXtst/libXtst-0.99.0.ebuild | |
parent | Initial commit for modular X. (diff) | |
download | gentoo-2-63073acf5ac5c24c171e3187e0a6314cd1fea24c.tar.gz gentoo-2-63073acf5ac5c24c171e3187e0a6314cd1fea24c.tar.bz2 gentoo-2-63073acf5ac5c24c171e3187e0a6314cd1fea24c.zip |
Initial commit for modular X.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'x11-libs/libXtst/libXtst-0.99.0.ebuild')
-rw-r--r-- | x11-libs/libXtst/libXtst-0.99.0.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/x11-libs/libXtst/libXtst-0.99.0.ebuild b/x11-libs/libXtst/libXtst-0.99.0.ebuild new file mode 100644 index 000000000000..bef94aa60462 --- /dev/null +++ b/x11-libs/libXtst/libXtst-0.99.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXtst/libXtst-0.99.0.ebuild,v 1.1 2005/08/08 04:43:20 spyderous Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org Xtst library" +#HOMEPAGE="http://foo.bar.com/" +#SRC_URI="ftp://foo.bar.com/${P}.tar.bz2" +#LICENSE="" +#SLOT="0" +KEYWORDS="~x86" +#IUSE="X gnome" +RDEPEND="x11-libs/libX11 + x11-libs/libXext" +DEPEND="${RDEPEND} + x11-proto/recordproto + x11-proto/xextproto" |