summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fisette <ribosome@gentoo.org>2005-08-20 16:50:19 +0000
committerOlivier Fisette <ribosome@gentoo.org>2005-08-20 16:50:19 +0000
commita885847d2d8e935c2c7f209850462e8bbb88530d (patch)
tree7b840474a64be04e5047b6554909f1d0f3b7120e /sci-mathematics/koctave
parentChanged dependency from kdebase to kdelibs and kdesdk-misc (and corresponding... (diff)
downloadgentoo-2-a885847d2d8e935c2c7f209850462e8bbb88530d.tar.gz
gentoo-2-a885847d2d8e935c2c7f209850462e8bbb88530d.tar.bz2
gentoo-2-a885847d2d8e935c2c7f209850462e8bbb88530d.zip
Changed dependency from kdebase to kdelibs (see bug #83058). Added to x86. Removed old version.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sci-mathematics/koctave')
-rw-r--r--sci-mathematics/koctave/ChangeLog7
-rw-r--r--sci-mathematics/koctave/files/digest-koctave-0.651
-rw-r--r--sci-mathematics/koctave/koctave-0.65-r1.ebuild6
-rw-r--r--sci-mathematics/koctave/koctave-0.65.ebuild27
4 files changed, 9 insertions, 32 deletions
diff --git a/sci-mathematics/koctave/ChangeLog b/sci-mathematics/koctave/ChangeLog
index e53b5156ebb7..7115441d81dc 100644
--- a/sci-mathematics/koctave/ChangeLog
+++ b/sci-mathematics/koctave/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-mathematics/koctave
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/koctave/ChangeLog,v 1.7 2005/06/05 19:43:30 ribosome Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/koctave/ChangeLog,v 1.8 2005/08/20 16:50:19 ribosome Exp $
+
+ 20 Aug 2005; Olivier Fisette <ribosome@gentoo.org> -koctave-0.65.ebuild,
+ koctave-0.65-r1.ebuild:
+ Changed dependency from kdebase to kdelibs (see bug #83058). Added to x86.
+ Removed old version.
*koctave-0.65-r1 (05 Jun 2005)
diff --git a/sci-mathematics/koctave/files/digest-koctave-0.65 b/sci-mathematics/koctave/files/digest-koctave-0.65
deleted file mode 100644
index debc3ab88a9d..000000000000
--- a/sci-mathematics/koctave/files/digest-koctave-0.65
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f094f30ed2ec150bb6ae95676b2647e0 koctave3-0.65.tar.bz2 928143
diff --git a/sci-mathematics/koctave/koctave-0.65-r1.ebuild b/sci-mathematics/koctave/koctave-0.65-r1.ebuild
index c5d87e433a30..fc46e36d7a9d 100644
--- a/sci-mathematics/koctave/koctave-0.65-r1.ebuild
+++ b/sci-mathematics/koctave/koctave-0.65-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 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.2 2005/07/14 12:15:55 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/koctave/koctave-0.65-r1.ebuild,v 1.3 2005/08/20 16:50:19 ribosome Exp $
inherit kde
@@ -11,13 +11,13 @@ SRC_URI="http://athlone.ath.cx/~matti/kde/koctave/${PN}3-${PV}.tar.bz2
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~x86 ~amd64 ~ppc ~sparc"
+KEYWORDS="x86 ~amd64 ~ppc ~sparc"
IUSE="arts"
DEPEND="virtual/libc
sci-mathematics/octave
- || ( kde-base/kdebase-meta kde-base/kdebase )"
+ kde-base/kdelibs"
S=${WORKDIR}/${PN}3-${PV}
diff --git a/sci-mathematics/koctave/koctave-0.65.ebuild b/sci-mathematics/koctave/koctave-0.65.ebuild
deleted file mode 100644
index 3b5ed3c1b020..000000000000
--- a/sci-mathematics/koctave/koctave-0.65.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/koctave/koctave-0.65.ebuild,v 1.7 2005/07/14 12:15:55 agriffis Exp $
-
-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"
-S=${WORKDIR}/${PN}3-${PV}
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ~amd64 ~ppc ~sparc"
-IUSE="arts"
-
-
-DEPEND="virtual/libc
- sci-mathematics/octave
- || ( kde-base/kdebase-meta kde-base/kdebase )"
-
-need-kde 3
-
-src_unpack() {
- kde_src_unpack
- use arts || epatch ${FILESDIR}/${P}-arts-configure.patch
-}