diff options
author | Dominik Stadler <centic@gentoo.org> | 2006-12-30 21:20:41 +0000 |
---|---|---|
committer | Dominik Stadler <centic@gentoo.org> | 2006-12-30 21:20:41 +0000 |
commit | b9e9d065dfc5533c04c36489e9f65a8040236ad7 (patch) | |
tree | 9845e34c8e4003f82a93b79213ff7d5974656478 /sci-calculators | |
parent | Dropped ppc-macos keyword, see you in prefix (diff) | |
download | gentoo-2-b9e9d065dfc5533c04c36489e9f65a8040236ad7.tar.gz gentoo-2-b9e9d065dfc5533c04c36489e9f65a8040236ad7.tar.bz2 gentoo-2-b9e9d065dfc5533c04c36489e9f65a8040236ad7.zip |
Mark stable on x86, remove installing COPYING, not needed.
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'sci-calculators')
-rw-r--r-- | sci-calculators/abakus/ChangeLog | 6 | ||||
-rw-r--r-- | sci-calculators/abakus/abakus-0.90.ebuild | 6 | ||||
-rw-r--r-- | sci-calculators/abakus/abakus-0.91.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/sci-calculators/abakus/ChangeLog b/sci-calculators/abakus/ChangeLog index 304a02531bc1..a89a7e1a0cf2 100644 --- a/sci-calculators/abakus/ChangeLog +++ b/sci-calculators/abakus/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-calculators/abakus # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/abakus/ChangeLog,v 1.7 2006/07/12 15:29:25 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/abakus/ChangeLog,v 1.8 2006/12/30 21:20:41 centic Exp $ + + 30 Dec 2006; Dominik Stadler <centic@gentoo.org> abakus-0.90.ebuild, + abakus-0.91.ebuild: + Mark stable on x86, remove installing COPYING, not needed. 12 Jul 2006; Danny van Dyk <kugelfang@gentoo.org> abakus-0.90.ebuild, abakus-0.91.ebuild: diff --git a/sci-calculators/abakus/abakus-0.90.ebuild b/sci-calculators/abakus/abakus-0.90.ebuild index db3bf7f8677a..6b78b6fe555c 100644 --- a/sci-calculators/abakus/abakus-0.90.ebuild +++ b/sci-calculators/abakus/abakus-0.90.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/abakus/abakus-0.90.ebuild,v 1.5 2006/07/12 15:29:25 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/abakus/abakus-0.90.ebuild,v 1.6 2006/12/30 21:20:41 centic Exp $ inherit kde @@ -11,7 +11,7 @@ SRC_URI="http://www.kde-apps.org/content/files/16751-abakus-0.90.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" # leave gmp out for now, does not work for me IUSE="debug gmp" @@ -37,6 +37,6 @@ src_compile() { src_install() { DESTDIR="${D}/usr" scons install - dodoc AUTHORS COPYING README + dodoc AUTHORS README } diff --git a/sci-calculators/abakus/abakus-0.91.ebuild b/sci-calculators/abakus/abakus-0.91.ebuild index a54451b5140c..6aa179b89b34 100644 --- a/sci-calculators/abakus/abakus-0.91.ebuild +++ b/sci-calculators/abakus/abakus-0.91.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/abakus/abakus-0.91.ebuild,v 1.2 2006/07/12 15:29:25 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/abakus/abakus-0.91.ebuild,v 1.3 2006/12/30 21:20:41 centic Exp $ inherit kde @@ -10,7 +10,7 @@ SRC_URI="http://www.kde-apps.org/content/files/16751-${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" # leave gmp out for now, does not work for me IUSE="debug gmp" @@ -36,6 +36,6 @@ src_compile() { src_install() { DESTDIR="${D}/usr" scons install - dodoc AUTHORS COPYING README + dodoc AUTHORS README } |