diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-12-19 15:16:55 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-12-19 15:16:55 +0000 |
commit | c86460768fca4c102f94ccedb9fe71d26ec7ce71 (patch) | |
tree | a37199b5e3df318cdacf2638dc49f400c9bd3145 /x11-apps/xcalc | |
parent | Version bump. (diff) | |
download | gentoo-2-c86460768fca4c102f94ccedb9fe71d26ec7ce71.tar.gz gentoo-2-c86460768fca4c102f94ccedb9fe71d26ec7ce71.tar.bz2 gentoo-2-c86460768fca4c102f94ccedb9fe71d26ec7ce71.zip |
Version bump.
(Portage version: 2.2_rc60/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.3.ebuild | 16 |
2 files changed, 22 insertions, 1 deletions
diff --git a/x11-apps/xcalc/ChangeLog b/x11-apps/xcalc/ChangeLog index a2da31b98f1f..b16e76280a7a 100644 --- a/x11-apps/xcalc/ChangeLog +++ b/x11-apps/xcalc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xcalc # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcalc/ChangeLog,v 1.29 2009/07/07 01:32:38 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcalc/ChangeLog,v 1.30 2009/12/19 15:16:55 scarabeus Exp $ + +*xcalc-1.0.3 (19 Dec 2009) + + 19 Dec 2009; Tomáš Chvátal <scarabeus@gentoo.org> +xcalc-1.0.3.ebuild: + Version bump. 07 Jul 2009; Jeroen Roovers <jer@gentoo.org> xcalc-1.0.2-r1.ebuild: Stable for HPPA too. diff --git a/x11-apps/xcalc/xcalc-1.0.3.ebuild b/x11-apps/xcalc/xcalc-1.0.3.ebuild new file mode 100644 index 000000000000..dbdba5d3e89f --- /dev/null +++ b/x11-apps/xcalc/xcalc-1.0.3.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcalc/xcalc-1.0.3.ebuild,v 1.1 2009/12/19 15:16:55 scarabeus Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="scientific calculator for X" + +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +RDEPEND="x11-libs/libXaw" +DEPEND="${RDEPEND}" |