diff options
-rw-r--r-- | x11-apps/ico/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/ico/ico-1.0.3.ebuild | 14 |
2 files changed, 20 insertions, 1 deletions
diff --git a/x11-apps/ico/ChangeLog b/x11-apps/ico/ChangeLog index f6dc0430b31f..afa3d5708595 100644 --- a/x11-apps/ico/ChangeLog +++ b/x11-apps/ico/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/ico # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/ico/ChangeLog,v 1.23 2010/03/25 08:07:27 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/ico/ChangeLog,v 1.24 2010/11/01 14:49:16 scarabeus Exp $ + +*ico-1.0.3 (01 Nov 2010) + + 01 Nov 2010; Tomáš Chvátal <scarabeus@gentoo.org> +ico-1.0.3.ebuild: + Version bump 25 Mar 2010; Robin H. Johnson <robbat2@gentoo.org> ico-1.0.2.ebuild: Add ~amd64 keyword. 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}" |