summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-11-01 14:49:16 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-11-01 14:49:16 +0000
commit4c6bdd6bf6cc6c617bdad7a28f83d166844e2da2 (patch)
treefca8607dc67263d64f6991ba6cd217131363d1eb /x11-apps/ico
parentVersion bump (diff)
downloadgentoo-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')
-rw-r--r--x11-apps/ico/ChangeLog7
-rw-r--r--x11-apps/ico/ico-1.0.3.ebuild14
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}"