diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-11-27 02:13:19 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-11-27 02:13:19 +0000 |
commit | 45681fb0d0116c9b25674e1b46756b07ee1fc399 (patch) | |
tree | 2aca4610d120e23910210de45f0acaf99c2dac6a /x11-apps/xcalc | |
parent | Version bump (diff) | |
download | gentoo-2-45681fb0d0116c9b25674e1b46756b07ee1fc399.tar.gz gentoo-2-45681fb0d0116c9b25674e1b46756b07ee1fc399.tar.bz2 gentoo-2-45681fb0d0116c9b25674e1b46756b07ee1fc399.zip |
Version bump
(Portage version: 2.2.0_alpha5/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/xcalc')
-rw-r--r-- | x11-apps/xcalc/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xcalc/xcalc-1.0.4.1.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/x11-apps/xcalc/ChangeLog b/x11-apps/xcalc/ChangeLog index 082a82ec78b2..0b07d68f4b53 100644 --- a/x11-apps/xcalc/ChangeLog +++ b/x11-apps/xcalc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xcalc # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcalc/ChangeLog,v 1.38 2010/10/21 15:11:29 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcalc/ChangeLog,v 1.39 2010/11/27 02:13:19 scarabeus Exp $ + +*xcalc-1.0.4.1 (27 Nov 2010) + + 27 Nov 2010; Tomáš Chvátal <scarabeus@gentoo.org> +xcalc-1.0.4.1.ebuild: + Version bump 21 Oct 2010; Tomáš Chvátal <scarabeus@gentoo.org> -xcalc-1.0.2-r1.ebuild: diff --git a/x11-apps/xcalc/xcalc-1.0.4.1.ebuild b/x11-apps/xcalc/xcalc-1.0.4.1.ebuild new file mode 100644 index 000000000000..f4305edeeeb6 --- /dev/null +++ b/x11-apps/xcalc/xcalc-1.0.4.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcalc/xcalc-1.0.4.1.ebuild,v 1.1 2010/11/27 02:13:17 scarabeus Exp $ + +EAPI=3 + +inherit xorg-2 + +DESCRIPTION="scientific calculator for X" + +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x86-solaris" +IUSE="" + +RDEPEND="x11-libs/libXaw + x11-libs/libXt + x11-libs/libX11" +DEPEND="${RDEPEND}" |