diff options
author | Malcolm Lashley <malc@gentoo.org> | 2006-10-08 15:40:29 +0000 |
---|---|---|
committer | Malcolm Lashley <malc@gentoo.org> | 2006-10-08 15:40:29 +0000 |
commit | 1aae99211c9fcff4ff409a0270b33512462d00aa (patch) | |
tree | 60ca748d78c8191424cb8f6bc9f7573c212ebed9 | |
parent | Fixed Manifest (diff) | |
download | gentoo-2-1aae99211c9fcff4ff409a0270b33512462d00aa.tar.gz gentoo-2-1aae99211c9fcff4ff409a0270b33512462d00aa.tar.bz2 gentoo-2-1aae99211c9fcff4ff409a0270b33512462d00aa.zip |
Stable on amd64, bug #150405
(Portage version: 2.1.2_pre2-r6)
-rw-r--r-- | x11-apps/xcalc/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xcalc/files/digest-xcalc-1.0.1 | 2 | ||||
-rw-r--r-- | x11-apps/xcalc/xcalc-1.0.1.ebuild | 4 |
3 files changed, 8 insertions, 3 deletions
diff --git a/x11-apps/xcalc/ChangeLog b/x11-apps/xcalc/ChangeLog index 29c73457fe60..557bcc9a57d1 100644 --- a/x11-apps/xcalc/ChangeLog +++ b/x11-apps/xcalc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xcalc # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcalc/ChangeLog,v 1.14 2006/08/17 20:06:01 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcalc/ChangeLog,v 1.15 2006/10/08 15:40:29 malc Exp $ + + 08 Oct 2006; <malc@gentoo.org> xcalc-1.0.1.ebuild: + Stable on amd64, bug #150405 17 Aug 2006; Markus Rothe <corsair@gentoo.org> xcalc-1.0.1.ebuild: Stable on ppc64 diff --git a/x11-apps/xcalc/files/digest-xcalc-1.0.1 b/x11-apps/xcalc/files/digest-xcalc-1.0.1 index 91e72d0422a1..943502004f00 100644 --- a/x11-apps/xcalc/files/digest-xcalc-1.0.1 +++ b/x11-apps/xcalc/files/digest-xcalc-1.0.1 @@ -1 +1,3 @@ MD5 07b948cf671fde88df1a59bfb0cab3b8 xcalc-1.0.1.tar.bz2 93745 +RMD160 8711520a583156f4c9c5b2c5660cf7a3d7c2f8dc xcalc-1.0.1.tar.bz2 93745 +SHA256 17484e5fec0ebe7dd8df7218fde1449c52be3f4c6377a85a9fd86e377a7f4248 xcalc-1.0.1.tar.bz2 93745 diff --git a/x11-apps/xcalc/xcalc-1.0.1.ebuild b/x11-apps/xcalc/xcalc-1.0.1.ebuild index e30a74f1f729..a87b69c3de59 100644 --- a/x11-apps/xcalc/xcalc-1.0.1.ebuild +++ b/x11-apps/xcalc/xcalc-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcalc/xcalc-1.0.1.ebuild,v 1.7 2006/09/30 18:59:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcalc/xcalc-1.0.1.ebuild,v 1.8 2006/10/08 15:40:29 malc Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -9,7 +9,7 @@ inherit x-modular DESCRIPTION="X.Org xcalc application" -KEYWORDS="~amd64 arm ~mips ~ppc ppc64 s390 ~sparc x86" +KEYWORDS="amd64 arm ~mips ~ppc ppc64 s390 ~sparc x86" IUSE="xprint" RDEPEND="x11-libs/libXaw" |