diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-01-20 18:41:55 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-01-20 18:41:55 +0000 |
commit | 97ee7d5d5ccc963ac16a1880161a10d738bccd01 (patch) | |
tree | 3b8ed8f8eb31a20a4161559b2db4fbc078b6dc90 | |
parent | Version bump. (diff) | |
download | gentoo-2-97ee7d5d5ccc963ac16a1880161a10d738bccd01.tar.gz gentoo-2-97ee7d5d5ccc963ac16a1880161a10d738bccd01.tar.bz2 gentoo-2-97ee7d5d5ccc963ac16a1880161a10d738bccd01.zip |
Version bump.
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
-rw-r--r-- | x11-apps/ico/ChangeLog | 11 | ||||
-rw-r--r-- | x11-apps/ico/ico-1.0.4.ebuild | 14 |
2 files changed, 22 insertions, 3 deletions
diff --git a/x11-apps/ico/ChangeLog b/x11-apps/ico/ChangeLog index 23831b0d46b1..18cd8858db53 100644 --- a/x11-apps/ico/ChangeLog +++ b/x11-apps/ico/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/ico -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/ico/ChangeLog,v 1.29 2011/02/13 18:54:12 scarabeus Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/ico/ChangeLog,v 1.30 2013/01/20 18:41:55 chithanh Exp $ + +*ico-1.0.4 (20 Jan 2013) + + 20 Jan 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +ico-1.0.4.ebuild: + Version bump. 13 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> -ico-1.0.2.ebuild: old @@ -114,4 +120,3 @@ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; +ico-0.99.0.ebuild: Initial commit for modular X. - diff --git a/x11-apps/ico/ico-1.0.4.ebuild b/x11-apps/ico/ico-1.0.4.ebuild new file mode 100644 index 000000000000..576ba5eee6da --- /dev/null +++ b/x11-apps/ico/ico-1.0.4.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/ico/ico-1.0.4.ebuild,v 1.1 2013/01/20 18:41:55 chithanh Exp $ + +EAPI=5 + +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}" |