diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-05-24 07:18:15 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-05-24 07:18:15 +0000 |
commit | d2c4b3e05b77bbd430570dc34a5474a644ce2190 (patch) | |
tree | 5b609d7b022b14afab6344a9fd6630f6296c3be3 /x11-apps/iceauth | |
parent | Version bump to 1.0.6. (diff) | |
download | gentoo-2-d2c4b3e05b77bbd430570dc34a5474a644ce2190.tar.gz gentoo-2-d2c4b3e05b77bbd430570dc34a5474a644ce2190.tar.bz2 gentoo-2-d2c4b3e05b77bbd430570dc34a5474a644ce2190.zip |
Version bump to the 1.0.5.
(Portage version: 2.2.0_alpha34/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/iceauth')
-rw-r--r-- | x11-apps/iceauth/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/iceauth/iceauth-1.0.5.ebuild | 16 |
2 files changed, 22 insertions, 1 deletions
diff --git a/x11-apps/iceauth/ChangeLog b/x11-apps/iceauth/ChangeLog index 9110b7c7cde5..c9069d734c9e 100644 --- a/x11-apps/iceauth/ChangeLog +++ b/x11-apps/iceauth/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/iceauth # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/iceauth/ChangeLog,v 1.55 2011/02/14 15:47:26 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/iceauth/ChangeLog,v 1.56 2011/05/24 07:18:15 scarabeus Exp $ + +*iceauth-1.0.5 (24 May 2011) + + 24 May 2011; Tomáš Chvátal <scarabeus@gentoo.org> +iceauth-1.0.5.ebuild: + Version bump to the 1.0.5. 14 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> -iceauth-1.0.3.ebuild: old diff --git a/x11-apps/iceauth/iceauth-1.0.5.ebuild b/x11-apps/iceauth/iceauth-1.0.5.ebuild new file mode 100644 index 000000000000..7355dfa53d0d --- /dev/null +++ b/x11-apps/iceauth/iceauth-1.0.5.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/iceauth/iceauth-1.0.5.ebuild,v 1.1 2011/05/24 07:18:15 scarabeus Exp $ + +EAPI=4 + +inherit xorg-2 + +DESCRIPTION="ICE authority file utility" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris ~x86-winnt" +IUSE="" + +RDEPEND="x11-libs/libICE" +DEPEND="${RDEPEND} + x11-proto/xproto" |