diff options
author | Matti Bickel <mabi@gentoo.org> | 2009-03-01 12:19:05 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2009-03-01 12:19:05 +0000 |
commit | 7f9a0e68c33ee15bc019dad33f301e231c6e4104 (patch) | |
tree | f753b051fd6ce214f0336b9a1e9e03631bc09421 /sci-calculators | |
parent | Bump to 0.7. Fixes #118113. Added ~sparc and ~amd64 keywords. Ebuild modifica... (diff) | |
download | gentoo-2-7f9a0e68c33ee15bc019dad33f301e231c6e4104.tar.gz gentoo-2-7f9a0e68c33ee15bc019dad33f301e231c6e4104.tar.bz2 gentoo-2-7f9a0e68c33ee15bc019dad33f301e231c6e4104.zip |
bump, uses eapi=1 now
(Portage version: 2.1.6.7/cvs/Linux ppc)
Diffstat (limited to 'sci-calculators')
-rw-r--r-- | sci-calculators/calculator/ChangeLog | 12 | ||||
-rw-r--r-- | sci-calculators/calculator/calculator-1.6.30.ebuild | 14 | ||||
-rw-r--r-- | sci-calculators/calculator/calculator-1.6.35.ebuild (renamed from sci-calculators/calculator/calculator-1.6.31.ebuild) | 6 |
3 files changed, 14 insertions, 18 deletions
diff --git a/sci-calculators/calculator/ChangeLog b/sci-calculators/calculator/ChangeLog index f5d9b7990a4e..e2c3c3e86d68 100644 --- a/sci-calculators/calculator/ChangeLog +++ b/sci-calculators/calculator/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for sci-calculators/calculator -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calculator/ChangeLog,v 1.21 2008/12/05 10:05:16 armin76 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calculator/ChangeLog,v 1.22 2009/03/01 12:19:05 mabi Exp $ + +*calculator-1.6.35 (01 Mar 2009) + + 01 Mar 2009; Matti Bickel <mabi@gentoo.org> -calculator-1.6.30.ebuild, + -calculator-1.6.31.ebuild, +calculator-1.6.35.ebuild: + removed old builds, added new version using EAPI 1 slot deps, to avoid + bumping when nothing really changed in the fox stable api. This will be the + last bump for calculator-1.6 05 Dec 2008; Raúl Porcel <armin76@gentoo.org> calculator-1.6.34.ebuild: sparc stable wrt #249286 diff --git a/sci-calculators/calculator/calculator-1.6.30.ebuild b/sci-calculators/calculator/calculator-1.6.30.ebuild deleted file mode 100644 index fd0bdbe66002..000000000000 --- a/sci-calculators/calculator/calculator-1.6.30.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calculator/calculator-1.6.30.ebuild,v 1.3 2008/02/19 13:11:03 fmccor Exp $ - -inherit fox - -DESCRIPTION="Scientific calculator based on the FOX Toolkit" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 hppa ~ppc ~ppc64 sparc ~x86" -IUSE="" - -RDEPEND="~x11-libs/fox-${PV}" diff --git a/sci-calculators/calculator/calculator-1.6.31.ebuild b/sci-calculators/calculator/calculator-1.6.35.ebuild index 300c4024f354..72eff30e9c42 100644 --- a/sci-calculators/calculator/calculator-1.6.31.ebuild +++ b/sci-calculators/calculator/calculator-1.6.35.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calculator/calculator-1.6.31.ebuild,v 1.1 2008/02/18 08:04:28 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calculator/calculator-1.6.35.ebuild,v 1.1 2009/03/01 12:19:05 mabi Exp $ + +EAPI="1" inherit fox |