diff options
author | Rémi Cardona <remi@gentoo.org> | 2009-10-12 17:23:52 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2009-10-12 17:23:52 +0000 |
commit | 41aa9c456206fff7da7694e38041e111b516f676 (patch) | |
tree | f18eeb1ca5a10f3e57b322af69d8c4d20d1bb016 /x11-apps/iceauth | |
parent | Fix quoting (diff) | |
download | gentoo-2-41aa9c456206fff7da7694e38041e111b516f676.tar.gz gentoo-2-41aa9c456206fff7da7694e38041e111b516f676.tar.bz2 gentoo-2-41aa9c456206fff7da7694e38041e111b516f676.zip |
x11-apps/iceauth: bump to 1.0.3, add missing IUSE
(Portage version: 2.2_rc45/cvs/Linux i686)
Diffstat (limited to 'x11-apps/iceauth')
-rw-r--r-- | x11-apps/iceauth/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/iceauth/iceauth-1.0.3.ebuild | 14 |
2 files changed, 20 insertions, 1 deletions
diff --git a/x11-apps/iceauth/ChangeLog b/x11-apps/iceauth/ChangeLog index 9c3e72b658b8..818cb1570aa3 100644 --- a/x11-apps/iceauth/ChangeLog +++ b/x11-apps/iceauth/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/iceauth # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/iceauth/ChangeLog,v 1.35 2009/05/05 07:32:42 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/iceauth/ChangeLog,v 1.36 2009/10/12 17:23:52 remi Exp $ + +*iceauth-1.0.3 (12 Oct 2009) + + 12 Oct 2009; Rémi Cardona <remi@gentoo.org> +iceauth-1.0.3.ebuild: + bump to 1.0.3, add missing IUSE 05 May 2009; Christian Faulhammer <fauli@gentoo.org> iceauth-1.0.2.ebuild: fix repoman warnings diff --git a/x11-apps/iceauth/iceauth-1.0.3.ebuild b/x11-apps/iceauth/iceauth-1.0.3.ebuild new file mode 100644 index 000000000000..7deff3e04f69 --- /dev/null +++ b/x11-apps/iceauth/iceauth-1.0.3.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/iceauth/iceauth-1.0.3.ebuild,v 1.1 2009/10/12 17:23:52 remi Exp $ + +inherit x-modular + +DESCRIPTION="ICE authority file utility" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="x11-libs/libX11 + x11-libs/libICE" +DEPEND="${RDEPEND}" |