diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2005-08-20 16:50:19 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2005-08-20 16:50:19 +0000 |
commit | 60c9d698992327f1d46ee11949650d0ca207ac4b (patch) | |
tree | 1d6a14832cc2eecf65874b03a30db8a8631ce41e /sci-mathematics/koctave | |
parent | Changed dependency from kdebase to kdelibs and kdesdk-misc (and corresponding... (diff) | |
download | historical-60c9d698992327f1d46ee11949650d0ca207ac4b.tar.gz historical-60c9d698992327f1d46ee11949650d0ca207ac4b.tar.bz2 historical-60c9d698992327f1d46ee11949650d0ca207ac4b.zip |
Changed dependency from kdebase to kdelibs (see bug #83058). Added to x86. Removed old version.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'sci-mathematics/koctave')
-rw-r--r-- | sci-mathematics/koctave/ChangeLog | 7 | ||||
-rw-r--r-- | sci-mathematics/koctave/Manifest | 16 | ||||
-rw-r--r-- | sci-mathematics/koctave/files/digest-koctave-0.65 | 1 | ||||
-rw-r--r-- | sci-mathematics/koctave/koctave-0.65-r1.ebuild | 6 | ||||
-rw-r--r-- | sci-mathematics/koctave/koctave-0.65.ebuild | 27 |
5 files changed, 11 insertions, 46 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/Manifest b/sci-mathematics/koctave/Manifest index 86ff98d06f41..ea7eefad6d19 100644 --- a/sci-mathematics/koctave/Manifest +++ b/sci-mathematics/koctave/Manifest @@ -1,17 +1,5 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 cb4c8deb69b27593ca850986e3c21e4a koctave-0.65-r1.ebuild 841 -MD5 b73ac90ba6882475a8858743290133e2 koctave-0.65.ebuild 725 -MD5 eb1aaac834210e8318fc207ac7892546 ChangeLog 1822 +MD5 4754a8cfe2f81f449ec269da45f96854 koctave-0.65-r1.ebuild 811 +MD5 23856efc56430e68a0f5664190a64db6 ChangeLog 2024 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 MD5 4f0ca821e35f031a4ca215f4640e10d4 files/koctave-0.65-arts-configure.patch 3569 -MD5 c118f6e51940e1810fd2907f9edde38f files/digest-koctave-0.65 66 MD5 9b94d969cb9913fb64624694df0523f4 files/digest-koctave-0.65-r1 140 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFC1leOBXaUFmZvwyMRAnuaAJ9q4ZOP1fDNoGKJGz0G/bq+ouyNVACcCihQ -U8XLld2m1eCOftK987C3pmM= -=yGFS ------END PGP SIGNATURE----- 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 -} |