diff options
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.2 | 1 | ||||
-rw-r--r-- | x11-apps/ico/ico-0.99.2.ebuild | 13 |
3 files changed, 20 insertions, 1 deletions
diff --git a/x11-apps/ico/ChangeLog b/x11-apps/ico/ChangeLog index 9ada2835fd27..d3a4ee598860 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.6 2005/09/09 07:07:26 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/ico/ChangeLog,v 1.7 2005/10/20 00:45:20 spyderous Exp $ + +*ico-0.99.2 (20 Oct 2005) + + 20 Oct 2005; Donnie Berkholz <spyderous@gentoo.org>; +ico-0.99.2.ebuild: + Bump for 7.0 RC1. 09 Sep 2005; Donnie Berkholz <spyderous@gentoo.org>; +metadata.xml: Add metadata. diff --git a/x11-apps/ico/files/digest-ico-0.99.2 b/x11-apps/ico/files/digest-ico-0.99.2 new file mode 100644 index 000000000000..2da4b9801d00 --- /dev/null +++ b/x11-apps/ico/files/digest-ico-0.99.2 @@ -0,0 +1 @@ +MD5 37d056de4585433f87f758d9a7367e70 ico-0.99.2.tar.bz2 83821 diff --git a/x11-apps/ico/ico-0.99.2.ebuild b/x11-apps/ico/ico-0.99.2.ebuild new file mode 100644 index 000000000000..848174ebe70b --- /dev/null +++ b/x11-apps/ico/ico-0.99.2.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.2.ebuild,v 1.1 2005/10/20 00:45:20 spyderous 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}" |