diff options
-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} |