diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-11-01 14:49:16 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-11-01 14:49:16 +0000 |
commit | 4c6bdd6bf6cc6c617bdad7a28f83d166844e2da2 (patch) | |
tree | fca8607dc67263d64f6991ba6cd217131363d1eb /x11-apps/ico/ico-1.0.3.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-4c6bdd6bf6cc6c617bdad7a28f83d166844e2da2.tar.gz gentoo-2-4c6bdd6bf6cc6c617bdad7a28f83d166844e2da2.tar.bz2 gentoo-2-4c6bdd6bf6cc6c617bdad7a28f83d166844e2da2.zip |
Version bump
(Portage version: 2.2_rc98/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/ico/ico-1.0.3.ebuild')
-rw-r--r-- | x11-apps/ico/ico-1.0.3.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-apps/ico/ico-1.0.3.ebuild b/x11-apps/ico/ico-1.0.3.ebuild new file mode 100644 index 000000000000..8a791c4d3b44 --- /dev/null +++ b/x11-apps/ico/ico-1.0.3.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/ico/ico-1.0.3.ebuild,v 1.1 2010/11/01 14:49:16 scarabeus Exp $ + +EAPI=3 + +inherit xorg-2 + +DESCRIPTION="animate an icosahedron or other polyhedron" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-linux" +IUSE="" + +RDEPEND="x11-libs/libX11" +DEPEND="${RDEPEND}" |