diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-10-31 12:42:43 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-10-31 12:42:43 +0000 |
commit | baa18a761e117aaecd36fe8010eedf5d3d538181 (patch) | |
tree | 43466db79652a5d0beb2828a2a8dc1dcdb10b152 /x11-apps | |
parent | Version bump (diff) | |
download | historical-baa18a761e117aaecd36fe8010eedf5d3d538181.tar.gz historical-baa18a761e117aaecd36fe8010eedf5d3d538181.tar.bz2 historical-baa18a761e117aaecd36fe8010eedf5d3d538181.zip |
Version bump
Package-Manager: portage-2.2_rc98/cvs/Linux x86_64
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/iceauth/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/iceauth/Manifest | 4 | ||||
-rw-r--r-- | x11-apps/iceauth/iceauth-1.0.4.ebuild | 16 |
3 files changed, 25 insertions, 2 deletions
diff --git a/x11-apps/iceauth/ChangeLog b/x11-apps/iceauth/ChangeLog index f4573f813a77..c5bc0d03ae71 100644 --- a/x11-apps/iceauth/ChangeLog +++ b/x11-apps/iceauth/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/iceauth # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/iceauth/ChangeLog,v 1.46 2010/09/10 22:26:43 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/iceauth/ChangeLog,v 1.47 2010/10/31 12:42:43 scarabeus Exp $ + +*iceauth-1.0.4 (31 Oct 2010) + + 31 Oct 2010; Tomáš Chvátal <scarabeus@gentoo.org> +iceauth-1.0.4.ebuild: + Version bump 10 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org> -iceauth-1.0.2.ebuild: diff --git a/x11-apps/iceauth/Manifest b/x11-apps/iceauth/Manifest index 73d709b4ac05..7d29542e1849 100644 --- a/x11-apps/iceauth/Manifest +++ b/x11-apps/iceauth/Manifest @@ -1,4 +1,6 @@ DIST iceauth-1.0.3.tar.bz2 106197 RMD160 0cc6af2cb8b0dd3f7a6cb839b9a8ea3baa6ec1fd SHA1 b75b87fed108bc4fe14ef06f76025016fa54299a SHA256 abca3ff6c9f2da2600a474f0e92ae5e62c43914f7bd3d948b91b0a7f9117d81e +DIST iceauth-1.0.4.tar.bz2 115722 RMD160 33bfaafc5e0d67915a460b0bbff3154217d7d733 SHA1 9b446c0d1815dce48bdea32db7dea7e429f6a310 SHA256 0ee6fd4554f0131b1ed526ee00b9cf643e7dc97eb70fb51448848ef2f349938d EBUILD iceauth-1.0.3.ebuild 534 RMD160 f937ca59bd6c58c77591860e864f4b0b59226470 SHA1 29bad54be885476ad2d5bd749bc75778792bba17 SHA256 937a0c2d635ed8f07a9d01b3d8de7f623c4ffca7478b2128e019c41d74528af6 -MISC ChangeLog 5318 RMD160 683bd4eb2d811161f83863023dad642cbdce7510 SHA1 552ced8d3a32c0f74749a586babe17d3b07e256a SHA256 af8fa8a672bf1ede91f04ce65539b46d37a5584fdde3612375e98f121f1dbaae +EBUILD iceauth-1.0.4.ebuild 566 RMD160 dc4556b26ae6298c581e35ac229c3fd38ecd6310 SHA1 db6ba9be44840305156d368b6652808812e0fd1a SHA256 8579024d55a694ef0fb7bc80f8e03bef5b4754c29fa00bf596051c9b066bc2c2 +MISC ChangeLog 5442 RMD160 5fb53b272752a5f726118296707c715e15359742 SHA1 2b4b2fdd3bb2ecbbb964e1608ae50c43aad8c935 SHA256 0e2fd41b150b88e0c856c0e6ae06645728a8b3dd5504501b4d9dfaaebd015721 MISC metadata.xml 156 RMD160 c1274bdccf57603d580de0075ba07a35b7509560 SHA1 6f78f604e3d079d39189b40aaaa1ddb06182ad91 SHA256 5101ab0d4cc8c7125eea733c44e86962769bd77acaf53b69223b9cadcdd29055 diff --git a/x11-apps/iceauth/iceauth-1.0.4.ebuild b/x11-apps/iceauth/iceauth-1.0.4.ebuild new file mode 100644 index 000000000000..cb00246d631c --- /dev/null +++ b/x11-apps/iceauth/iceauth-1.0.4.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/iceauth/iceauth-1.0.4.ebuild,v 1.1 2010/10/31 12:42:43 scarabeus Exp $ + +EAPI=3 +XORG_STATIC=no +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" |