diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-11-11 19:49:16 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-11-11 19:49:16 +0000 |
commit | 8a5dbd4950bec584c67c9cb3bd18b2191e202851 (patch) | |
tree | e45c791636dd57a78a965a083d9dc66ceca2ecb0 /x11-apps/ico | |
parent | Split out malloc patch from the rest of bsd patch. Apply it on 2.2.0 that sti... (diff) | |
download | gentoo-2-8a5dbd4950bec584c67c9cb3bd18b2191e202851.tar.gz gentoo-2-8a5dbd4950bec584c67c9cb3bd18b2191e202851.tar.bz2 gentoo-2-8a5dbd4950bec584c67c9cb3bd18b2191e202851.zip |
Bump for 7.0RC2.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'x11-apps/ico')
-rw-r--r-- | x11-apps/ico/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/ico/files/digest-ico-0.99.3 | 1 | ||||
-rw-r--r-- | x11-apps/ico/ico-0.99.3.ebuild | 13 |
3 files changed, 20 insertions, 1 deletions
diff --git a/x11-apps/ico/ChangeLog b/x11-apps/ico/ChangeLog index 273028229418..3398928021ee 100644 --- a/x11-apps/ico/ChangeLog +++ b/x11-apps/ico/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/ico # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/ico/ChangeLog,v 1.8 2005/10/31 17:42:08 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/ico/ChangeLog,v 1.9 2005/11/11 19:48:50 joshuabaergen Exp $ + +*ico-0.99.3 (11 Nov 2005) + + 11 Nov 2005; Joshua Baergen <joshuabaergen@gentoo.org> +ico-0.99.3.ebuild: + Bump for 7.0RC2. 31 Oct 2005; Donnie Berkholz <spyderous@gentoo.org>; -ico-0.99.0.ebuild, -ico-0.99.1_pre20050905.ebuild: diff --git a/x11-apps/ico/files/digest-ico-0.99.3 b/x11-apps/ico/files/digest-ico-0.99.3 new file mode 100644 index 000000000000..102d032d097c --- /dev/null +++ b/x11-apps/ico/files/digest-ico-0.99.3 @@ -0,0 +1 @@ +MD5 b6eb0da82e67f68b28d26ab97142600a ico-0.99.3.tar.bz2 83870 diff --git a/x11-apps/ico/ico-0.99.3.ebuild b/x11-apps/ico/ico-0.99.3.ebuild new file mode 100644 index 000000000000..6aff58805771 --- /dev/null +++ b/x11-apps/ico/ico-0.99.3.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/ico/ico-0.99.3.ebuild,v 1.1 2005/11/11 19:48:50 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org ico application" +KEYWORDS="~arm ~mips ~s390 ~sparc ~x86" +RDEPEND=">=x11-libs/libX11-0.99.1_pre0" +DEPEND="${RDEPEND}" |