diff options
author | 2007-08-01 20:34:30 +0000 | |
---|---|---|
committer | 2007-08-01 20:34:30 +0000 | |
commit | 5204cb244ebd7e6708e31b9aeaa26a418eedb436 (patch) | |
tree | 43d62413b2e9b812fcbc93ba037b30c930067975 /x11-apps | |
parent | Bump. Manpage fixes, automake 1.10 compat. (diff) | |
download | gentoo-2-5204cb244ebd7e6708e31b9aeaa26a418eedb436.tar.gz gentoo-2-5204cb244ebd7e6708e31b9aeaa26a418eedb436.tar.bz2 gentoo-2-5204cb244ebd7e6708e31b9aeaa26a418eedb436.zip |
Bump. Coverity fixes, fix coredump if signal caught during initialization, ANSIfy function declarations, constify some static data constants, reduction of RW data in binary, manpage fixes, automake 1.10 compat.
(Portage version: 2.1.3_rc9)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/iceauth/ChangeLog | 12 | ||||
-rw-r--r-- | x11-apps/iceauth/files/digest-iceauth-1.0.2 | 3 | ||||
-rw-r--r-- | x11-apps/iceauth/iceauth-1.0.2.ebuild | 16 |
3 files changed, 29 insertions, 2 deletions
diff --git a/x11-apps/iceauth/ChangeLog b/x11-apps/iceauth/ChangeLog index 9296ef5ef3a4..f3fdbf19525b 100644 --- a/x11-apps/iceauth/ChangeLog +++ b/x11-apps/iceauth/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for x11-apps/iceauth -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/iceauth/ChangeLog,v 1.25 2006/10/10 23:55:19 dberkholz Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/iceauth/ChangeLog,v 1.26 2007/08/01 20:34:30 dberkholz Exp $ + +*iceauth-1.0.2 (01 Aug 2007) + + 01 Aug 2007; Donnie Berkholz <dberkholz@gentoo.org>; + +iceauth-1.0.2.ebuild: + Bump. Coverity fixes, fix coredump if signal caught during initialization, + ANSIfy function declarations, constify some static data constants, reduction + of RW data in binary, manpage fixes, automake 1.10 compat. 10 Oct 2006; Donnie Berkholz <dberkholz@gentoo.org>; iceauth-1.0.1.ebuild: Update description to be less generic. diff --git a/x11-apps/iceauth/files/digest-iceauth-1.0.2 b/x11-apps/iceauth/files/digest-iceauth-1.0.2 new file mode 100644 index 000000000000..28127946a4e9 --- /dev/null +++ b/x11-apps/iceauth/files/digest-iceauth-1.0.2 @@ -0,0 +1,3 @@ +MD5 7ab8b64edf0212a9d9a3c8129901a450 iceauth-1.0.2.tar.bz2 97052 +RMD160 c036cbce847cb73780520270bef28659ed8f8c80 iceauth-1.0.2.tar.bz2 97052 +SHA256 06401591de57a2c4cf2255e3d5230ea19351c5516cf8dae98c61092392bab5bb iceauth-1.0.2.tar.bz2 97052 diff --git a/x11-apps/iceauth/iceauth-1.0.2.ebuild b/x11-apps/iceauth/iceauth-1.0.2.ebuild new file mode 100644 index 000000000000..9f142722bd2a --- /dev/null +++ b/x11-apps/iceauth/iceauth-1.0.2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/iceauth/iceauth-1.0.2.ebuild,v 1.1 2007/08/01 20:34:30 dberkholz Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="ICE authority file utility" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" + +RDEPEND="x11-libs/libX11 + x11-libs/libICE" +DEPEND="${RDEPEND}" |