diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 20:10:55 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 20:10:55 +0000 |
commit | 089062cc20da2f5b83208ee0db6752a80bfc3ea4 (patch) | |
tree | 8bbf7290f60c076e3f47a74c941b1cb6358f9c5d /sci-mathematics | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-089062cc20da2f5b83208ee0db6752a80bfc3ea4.tar.gz gentoo-2-089062cc20da2f5b83208ee0db6752a80bfc3ea4.tar.bz2 gentoo-2-089062cc20da2f5b83208ee0db6752a80bfc3ea4.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/koctave/ChangeLog | 7 | ||||
-rw-r--r-- | sci-mathematics/koctave/koctave-0.65-r1.ebuild | 11 |
2 files changed, 10 insertions, 8 deletions
diff --git a/sci-mathematics/koctave/ChangeLog b/sci-mathematics/koctave/ChangeLog index 6cac761425ed..70bb5ade31b5 100644 --- a/sci-mathematics/koctave/ChangeLog +++ b/sci-mathematics/koctave/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/koctave -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/koctave/ChangeLog,v 1.14 2008/10/12 11:54:21 markusle Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/koctave/ChangeLog,v 1.15 2009/09/23 20:10:55 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> koctave-0.65-r1.ebuild: + Remove virtual/libc 12 Oct 2008; Markus Dittrich <markusle@gentoo.org> koctave-0.65-r1.ebuild: Added slot dependencies for kde-3.5 to make sure we don't pull in kde-4. diff --git a/sci-mathematics/koctave/koctave-0.65-r1.ebuild b/sci-mathematics/koctave/koctave-0.65-r1.ebuild index be88abc1e277..ed8aca44326a 100644 --- a/sci-mathematics/koctave/koctave-0.65-r1.ebuild +++ b/sci-mathematics/koctave/koctave-0.65-r1.ebuild @@ -1,11 +1,11 @@ -# 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-mathematics/koctave/koctave-0.65-r1.ebuild,v 1.9 2008/10/12 11:54:21 markusle Exp $ - -inherit kde +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/koctave/koctave-0.65-r1.ebuild,v 1.10 2009/09/23 20:10:55 patrick Exp $ EAPI="1" +inherit kde + DESCRIPTION="A KDE GUI for Octave numerical computing system" HOMEPAGE="http://athlone.ath.cx/~matti/kde/koctave/" SRC_URI="http://athlone.ath.cx/~matti/kde/koctave/${PN}3-${PV}.tar.bz2 @@ -16,8 +16,7 @@ LICENSE="GPL-2" KEYWORDS="amd64 ~ppc ~sparc x86" IUSE="arts" -DEPEND="virtual/libc - sci-mathematics/octave +DEPEND="sci-mathematics/octave || ( kde-base/konsole:3.5 kde-base/kdebase:3.5 )" S="${WORKDIR}"/${PN}3-${PV} |