diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-08-08 04:26:39 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-08-08 04:26:39 +0000 |
commit | b5962db2a597de5def93ccf0f4eae1a205521010 (patch) | |
tree | 865f0c19ba5de4ecd958c5349392c11da0ebd572 /x11-libs/libICE/libICE-0.99.0.ebuild | |
parent | Initial commit for modular X. (diff) | |
download | gentoo-2-b5962db2a597de5def93ccf0f4eae1a205521010.tar.gz gentoo-2-b5962db2a597de5def93ccf0f4eae1a205521010.tar.bz2 gentoo-2-b5962db2a597de5def93ccf0f4eae1a205521010.zip |
Initial commit for modular X.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'x11-libs/libICE/libICE-0.99.0.ebuild')
-rw-r--r-- | x11-libs/libICE/libICE-0.99.0.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-libs/libICE/libICE-0.99.0.ebuild b/x11-libs/libICE/libICE-0.99.0.ebuild new file mode 100644 index 000000000000..60267c0c36f5 --- /dev/null +++ b/x11-libs/libICE/libICE-0.99.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libICE/libICE-0.99.0.ebuild,v 1.1 2005/08/08 04:21:49 spyderous Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org ICE 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/xtrans" +DEPEND="${RDEPEND} + x11-proto/xproto" |