diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2005-05-27 13:01:39 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2005-05-27 13:01:39 +0000 |
commit | 2a8ce422717dec5d39238fa64a3fabc6c78aac47 (patch) | |
tree | f4981b69696f8eed6d069bbfc89fa84dc853488d /sci-mathematics | |
parent | p.mask'ing also esmtp-0.5.1 (diff) | |
download | historical-2a8ce422717dec5d39238fa64a3fabc6c78aac47.tar.gz historical-2a8ce422717dec5d39238fa64a3fabc6c78aac47.tar.bz2 historical-2a8ce422717dec5d39238fa64a3fabc6c78aac47.zip |
Fixing namespace related stuff, bug #88370
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'sci-mathematics')
4 files changed, 24 insertions, 20 deletions
diff --git a/sci-mathematics/ksimus-datarecorder/ChangeLog b/sci-mathematics/ksimus-datarecorder/ChangeLog index e71c23d8b05b..22b760dd7866 100644 --- a/sci-mathematics/ksimus-datarecorder/ChangeLog +++ b/sci-mathematics/ksimus-datarecorder/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/ksimus-datarecorder -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ksimus-datarecorder/ChangeLog,v 1.2 2004/12/28 20:15:22 swegener Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ksimus-datarecorder/ChangeLog,v 1.3 2005/05/27 13:01:39 phosphan Exp $ + + 27 May 2005; Patrick Kursawe <phosphan@gentoo.org> + ksimus-datarecorder-0.3.6.ebuild: + Fixing namespace related stuff, bug #88370 *ksimus-datarecorder-0.3.6 (28 Dec 2004) diff --git a/sci-mathematics/ksimus-datarecorder/Manifest b/sci-mathematics/ksimus-datarecorder/Manifest index 624db232adf2..33523cea53eb 100644 --- a/sci-mathematics/ksimus-datarecorder/Manifest +++ b/sci-mathematics/ksimus-datarecorder/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 b27fd6f2f13fe118d9c4f713e9ecb889 ksimus-datarecorder-0.3.6.ebuild 572 -MD5 c4181d28973d3eff7a85a2c82074d3d8 ChangeLog 1083 +MD5 a7668d63c04b8d8fd2a4fea50a957136 ksimus-datarecorder-0.3.6.ebuild 729 +MD5 45fcc75f70751c7f91fddd227f4cbb70 ChangeLog 1218 MD5 c000c0728c9136f1b54cbc3a5fc07644 metadata.xml 220 -MD5 2aba03df1bd1b4ffdd8e552a327de184 files/digest-ksimus-datarecorder-0.3.6 79 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.10 (GNU/Linux) - -iD8DBQFB0b7gI1lqEGTUzyQRApnBAKCGglNwXAg81tml0W5uMAVpeZSX6wCgnPUP -LSIFkf7+8BjLd/x8CDeaR+4= -=SH8Q ------END PGP SIGNATURE----- +MD5 597a1fc7c18dc0896707a81961a43e00 files/digest-ksimus-datarecorder-0.3.6 168 diff --git a/sci-mathematics/ksimus-datarecorder/files/digest-ksimus-datarecorder-0.3.6 b/sci-mathematics/ksimus-datarecorder/files/digest-ksimus-datarecorder-0.3.6 index 280248821b7c..531290442ee4 100644 --- a/sci-mathematics/ksimus-datarecorder/files/digest-ksimus-datarecorder-0.3.6 +++ b/sci-mathematics/ksimus-datarecorder/files/digest-ksimus-datarecorder-0.3.6 @@ -1 +1,2 @@ MD5 bd83fbe513c12dc6cd7b34df38364aa9 ksimus-datarecorder-3-0.3.6.tar.gz 606926 +MD5 67e1f5b6ebbef4578e924c8c6355b098 ksimus-datarecorder-0.3.6-namespaces.patch.bz2 1530 diff --git a/sci-mathematics/ksimus-datarecorder/ksimus-datarecorder-0.3.6.ebuild b/sci-mathematics/ksimus-datarecorder/ksimus-datarecorder-0.3.6.ebuild index 60b5c2259048..ec103b99408d 100644 --- a/sci-mathematics/ksimus-datarecorder/ksimus-datarecorder-0.3.6.ebuild +++ b/sci-mathematics/ksimus-datarecorder/ksimus-datarecorder-0.3.6.ebuild @@ -1,13 +1,15 @@ -# 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-datarecorder/ksimus-datarecorder-0.3.6.ebuild,v 1.1 2004/12/28 15:27:45 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ksimus-datarecorder/ksimus-datarecorder-0.3.6.ebuild,v 1.2 2005/05/27 13:01:39 phosphan Exp $ -inherit kde +inherit kde eutils -DESCRIPTION="The package Data Recorder contains some components which records data for KSimus." +MYPATCH="${PN}-${PV}-namespaces.patch" HOMEPAGE="http://ksimus.berlios.de/" +DESCRIPTION="The package Data Recorder contains some components which record data for KSimus." KEYWORDS="x86" -SRC_URI="http://ksimus.berlios.de/download/ksimus-datarecorder-3-${PV}.tar.gz" +SRC_URI="http://ksimus.berlios.de/download/${PN}-3-${PV}.tar.gz + mirror://gentoo/${MYPATCH}.bz2" LICENSE="GPL-2" IUSE="" @@ -16,3 +18,10 @@ SLOT="0" DEPEND="sci-mathematics/ksimus" need-kde 3 + +src_unpack() { + unpack ${A} + unpack ${MYPATCH}.bz2 + cd ${S} + epatch ${WORKDIR}/${MYPATCH} +} |