diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2005-05-27 11:51:25 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2005-05-27 11:51:25 +0000 |
commit | 61c4e354a58de04b0fab883343538a144a53de3e (patch) | |
tree | c356d5553174aeff2a13fbc1f8c2ee172df3e992 /sci-mathematics/ksimus-floatingpoint | |
parent | Initial commit (diff) | |
download | historical-61c4e354a58de04b0fab883343538a144a53de3e.tar.gz historical-61c4e354a58de04b0fab883343538a144a53de3e.tar.bz2 historical-61c4e354a58de04b0fab883343538a144a53de3e.zip |
Fixing mostly namespace-related errors (bug #88370)
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'sci-mathematics/ksimus-floatingpoint')
4 files changed, 25 insertions, 20 deletions
diff --git a/sci-mathematics/ksimus-floatingpoint/ChangeLog b/sci-mathematics/ksimus-floatingpoint/ChangeLog index 2f4b9126373e..a6e6ee1c923f 100644 --- a/sci-mathematics/ksimus-floatingpoint/ChangeLog +++ b/sci-mathematics/ksimus-floatingpoint/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/ksimus-floatingpoint -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ksimus-floatingpoint/ChangeLog,v 1.2 2004/12/28 20:18:26 swegener Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ksimus-floatingpoint/ChangeLog,v 1.3 2005/05/27 11:51:25 phosphan Exp $ + + 27 May 2005; Patrick Kursawe <phosphan@gentoo.org> + ksimus-floatingpoint-0.3.6.ebuild: + Fixing mostly namespace-related errors (bug #88370) *ksimus-floatingpoint-0.3.6 (28 Dec 2004) diff --git a/sci-mathematics/ksimus-floatingpoint/Manifest b/sci-mathematics/ksimus-floatingpoint/Manifest index 178777da3601..97c76daa66b4 100644 --- a/sci-mathematics/ksimus-floatingpoint/Manifest +++ b/sci-mathematics/ksimus-floatingpoint/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 6669e0d581ba3954208ecbbb4f692c1c ksimus-floatingpoint-0.3.6.ebuild 580 -MD5 c055055cef0bb42c166585961867ba7f ChangeLog 1097 +MD5 79a83326fe80c1deb4f9aa47d1ec31fd ksimus-floatingpoint-0.3.6.ebuild 786 +MD5 0caecc729d84b5b839a72362cdc0325f ChangeLog 1242 MD5 c000c0728c9136f1b54cbc3a5fc07644 metadata.xml 220 -MD5 16a06645b5b19dfee76ddb72fa997fb3 files/digest-ksimus-floatingpoint-0.3.6 80 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.10 (GNU/Linux) - -iD8DBQFB0b+YI1lqEGTUzyQRAroUAJ9VjC3HOd08Jm2rpEVh4e/8MBqnawCgqBSO -WNPCgM/gQzKNFG0KpmNn2VQ= -=VQdu ------END PGP SIGNATURE----- +MD5 2a4ef1acfbe6501df7f06e1120742b3c files/digest-ksimus-floatingpoint-0.3.6 170 diff --git a/sci-mathematics/ksimus-floatingpoint/files/digest-ksimus-floatingpoint-0.3.6 b/sci-mathematics/ksimus-floatingpoint/files/digest-ksimus-floatingpoint-0.3.6 index 7dfa0532b5cb..3890a4b844c2 100644 --- a/sci-mathematics/ksimus-floatingpoint/files/digest-ksimus-floatingpoint-0.3.6 +++ b/sci-mathematics/ksimus-floatingpoint/files/digest-ksimus-floatingpoint-0.3.6 @@ -1 +1,2 @@ MD5 34b4b9dc9c6f3843e0807a59b3e765f6 ksimus-floatingpoint-3-0.3.6.tar.gz 643636 +MD5 a7337714efbedb6b7b0a6b65befed1a7 ksimus-floatingpoint-0.3.6-namespaces.patch.bz2 2392 diff --git a/sci-mathematics/ksimus-floatingpoint/ksimus-floatingpoint-0.3.6.ebuild b/sci-mathematics/ksimus-floatingpoint/ksimus-floatingpoint-0.3.6.ebuild index 2f8bf8611798..c132f6e69c7e 100644 --- a/sci-mathematics/ksimus-floatingpoint/ksimus-floatingpoint-0.3.6.ebuild +++ b/sci-mathematics/ksimus-floatingpoint/ksimus-floatingpoint-0.3.6.ebuild @@ -1,13 +1,16 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ksimus-floatingpoint/ksimus-floatingpoint-0.3.6.ebuild,v 1.1 2004/12/28 15:29:51 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ksimus-floatingpoint/ksimus-floatingpoint-0.3.6.ebuild,v 1.2 2005/05/27 11:51:25 phosphan Exp $ -inherit kde +inherit kde eutils -DESCRIPTION="The package Floating Point contains some floating point related components for KSimus." +MYPATCH="${PN}-${PV}-namespaces.patch" HOMEPAGE="http://ksimus.berlios.de/" +DESCRIPTION="The package Floating Point contains some floating point related components for KSimus." KEYWORDS="x86" -SRC_URI="http://ksimus.berlios.de/download/ksimus-floatingpoint-3-${PV}.tar.gz" +SRC_URI="http://ksimus.berlios.de/download/${PN}-3-${PV}.tar.gz + mirror://gentoo/${MYPATCH}.bz2 + http://dev.gentoo.org/~phosphan/${MYPATCH}.bz2" LICENSE="GPL-2" IUSE="" @@ -16,3 +19,10 @@ SLOT="0" DEPEND="sci-mathematics/ksimus" need-kde 3 + +src_unpack() { + unpack ${A} + unpack ${MYPATCH}.bz2 + cd ${S} + epatch ${WORKDIR}/${MYPATCH} +} |