diff options
author | Rémi Cardona <remi@gentoo.org> | 2009-01-14 13:41:07 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2009-01-14 13:41:07 +0000 |
commit | 98857c731661bad3acb0b6597f8d5015fbb0ba78 (patch) | |
tree | a2f3799c0f82f682557359299e92847fe02acb1c | |
parent | x11-apps/xvidtune: remove xprint support (see bug #254874) (diff) | |
download | gentoo-2-98857c731661bad3acb0b6597f8d5015fbb0ba78.tar.gz gentoo-2-98857c731661bad3acb0b6597f8d5015fbb0ba78.tar.bz2 gentoo-2-98857c731661bad3acb0b6597f8d5015fbb0ba78.zip |
x11-apps/xcalc: remove xprint support (see bug #254874)
(Portage version: 2.2_rc21/cvs/Linux 2.6.27-gentoo-r2 x86_64)
-rw-r--r-- | x11-apps/xcalc/ChangeLog | 9 | ||||
-rw-r--r-- | x11-apps/xcalc/xcalc-1.0.2-r1.ebuild | 18 |
2 files changed, 25 insertions, 2 deletions
diff --git a/x11-apps/xcalc/ChangeLog b/x11-apps/xcalc/ChangeLog index ca52eaf6597f..afe4b1cd0f79 100644 --- a/x11-apps/xcalc/ChangeLog +++ b/x11-apps/xcalc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xcalc -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcalc/ChangeLog,v 1.20 2008/02/05 11:28:38 corsair Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcalc/ChangeLog,v 1.21 2009/01/14 13:41:07 remi Exp $ + +*xcalc-1.0.2-r1 (14 Jan 2009) + + 14 Jan 2009; Rémi Cardona <remi@gentoo.org> +xcalc-1.0.2-r1.ebuild: + remove xprint support (see bug #254874) 05 Feb 2008; Markus Rothe <corsair@gentoo.org> xcalc-1.0.2.ebuild: Stable on ppc64 diff --git a/x11-apps/xcalc/xcalc-1.0.2-r1.ebuild b/x11-apps/xcalc/xcalc-1.0.2-r1.ebuild new file mode 100644 index 000000000000..63ea4abe0914 --- /dev/null +++ b/x11-apps/xcalc/xcalc-1.0.2-r1.ebuild @@ -0,0 +1,18 @@ +# 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.2-r1.ebuild,v 1.1 2009/01/14 13:41:07 remi Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="scientific calculator for X" + +KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +RDEPEND="x11-libs/libXaw" +DEPEND="${RDEPEND}" + +CONFIGURE_OPTIONS="--disable-xprint" |