diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-01-20 18:41:38 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-01-20 18:41:38 +0000 |
commit | 4da2b7c1354fb2b7b92d1777f2242bdb6867b8d9 (patch) | |
tree | 77114ac4d92477e5a6a9c6a03bc02376d534e5b1 /x11-apps | |
parent | Version bump. (diff) | |
download | gentoo-2-4da2b7c1354fb2b7b92d1777f2242bdb6867b8d9.tar.gz gentoo-2-4da2b7c1354fb2b7b92d1777f2242bdb6867b8d9.tar.bz2 gentoo-2-4da2b7c1354fb2b7b92d1777f2242bdb6867b8d9.zip |
Version bump.
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xcalc/ChangeLog | 11 | ||||
-rw-r--r-- | x11-apps/xcalc/xcalc-1.0.5.ebuild | 17 |
2 files changed, 25 insertions, 3 deletions
diff --git a/x11-apps/xcalc/ChangeLog b/x11-apps/xcalc/ChangeLog index 70c62c31ff54..1d728071db9e 100644 --- a/x11-apps/xcalc/ChangeLog +++ b/x11-apps/xcalc/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xcalc -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcalc/ChangeLog,v 1.46 2011/02/14 23:41:04 xarthisius Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcalc/ChangeLog,v 1.47 2013/01/20 18:41:38 chithanh Exp $ + +*xcalc-1.0.5 (20 Jan 2013) + + 20 Jan 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xcalc-1.0.5.ebuild: + Version bump. 14 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> xcalc-1.0.4.1.ebuild: ppc stable wrt #344827, #354237 @@ -162,4 +168,3 @@ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; +xcalc-0.99.0.ebuild: Initial commit for modular X. - diff --git a/x11-apps/xcalc/xcalc-1.0.5.ebuild b/x11-apps/xcalc/xcalc-1.0.5.ebuild new file mode 100644 index 000000000000..e2cce5e89550 --- /dev/null +++ b/x11-apps/xcalc/xcalc-1.0.5.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcalc/xcalc-1.0.5.ebuild,v 1.1 2013/01/20 18:41:38 chithanh Exp $ + +EAPI=5 + +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}" |