diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2005-02-22 12:45:44 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2005-02-22 12:45:44 +0000 |
commit | 3bdc778b3e62e64b5db26a75d8401ecb6bf2caa6 (patch) | |
tree | 7f3ba6b9651632d9b3c50e12b2e83be076782ef1 /sci-libs/djbfft | |
parent | Added to ~ppc (diff) | |
download | historical-3bdc778b3e62e64b5db26a75d8401ecb6bf2caa6.tar.gz historical-3bdc778b3e62e64b5db26a75d8401ecb6bf2caa6.tar.bz2 historical-3bdc778b3e62e64b5db26a75d8401ecb6bf2caa6.zip |
Fixing #82804
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'sci-libs/djbfft')
-rw-r--r-- | sci-libs/djbfft/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/djbfft/Manifest | 6 | ||||
-rw-r--r-- | sci-libs/djbfft/djbfft-0.76.ebuild | 9 |
3 files changed, 15 insertions, 5 deletions
diff --git a/sci-libs/djbfft/ChangeLog b/sci-libs/djbfft/ChangeLog index d2c57dfc8931..5ee75e8dddc5 100644 --- a/sci-libs/djbfft/ChangeLog +++ b/sci-libs/djbfft/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/djbfft # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/djbfft/ChangeLog,v 1.3 2005/01/26 21:57:54 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/djbfft/ChangeLog,v 1.4 2005/02/22 12:45:44 phosphan Exp $ + + 22 Feb 2005; Patrick Kursawe <phosphan@gentoo.org> djbfft-0.76.ebuild: + Fixing bug #82804 by adding dummy src_test function 26 Jan 2005; Markus Rothe <corsair@gentoo.org> djbfft-0.76.ebuild: Stable on ppc64 as dependency of media-libs/a52dec-0.7.4-r3 diff --git a/sci-libs/djbfft/Manifest b/sci-libs/djbfft/Manifest index 661bbe9994b6..209079e870e5 100644 --- a/sci-libs/djbfft/Manifest +++ b/sci-libs/djbfft/Manifest @@ -1,6 +1,6 @@ -MD5 b7f6131611c0fa2d9e71056cecb6d196 ChangeLog 1970 -MD5 ee42f5e8559e4f5d4bee711ba8bb62f9 djbfft-0.76.ebuild 1662 +MD5 eb84379fd7046726d16bf3436c25ab8b djbfft-0.76.ebuild 1868 +MD5 0a669843171e105c926822a83b74f967 ChangeLog 2099 MD5 927e1f57b0bbae197566f1d4ed3ee706 metadata.xml 175 -MD5 b29c07feb993d4b8bec1813dbf1dc75a files/digest-djbfft-0.76 62 MD5 5fbb1af38ac1b0acf9b9e0e08124e371 files/djbfft-0.76-gcc3.patch 1176 MD5 1f0a753178eb680993ea0bcae7a7fbd2 files/djbfft-0.76-shared.patch 3691 +MD5 b29c07feb993d4b8bec1813dbf1dc75a files/digest-djbfft-0.76 62 diff --git a/sci-libs/djbfft/djbfft-0.76.ebuild b/sci-libs/djbfft/djbfft-0.76.ebuild index 7c2462f3cf76..54f6399da6bc 100644 --- a/sci-libs/djbfft/djbfft-0.76.ebuild +++ b/sci-libs/djbfft/djbfft-0.76.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-libs/djbfft/djbfft-0.76.ebuild,v 1.2 2005/01/26 21:57:54 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/djbfft/djbfft-0.76.ebuild,v 1.3 2005/02/22 12:45:44 phosphan Exp $ IUSE="static" @@ -14,6 +14,13 @@ LICENSE="as-is" SLOT="0" KEYWORDS="amd64 ~hppa ~ppc sparc x86 ~alpha ppc64" +src_test() { + : + # the "check" target of the Makefile (version 0.76 at least) only checks if + # all files were installed with correct permissions. Can't check that at + # this point of the installation. +} + src_unpack() { MY_PV="${PV:0:1}.${PV:2:1}.${PV:3:1}" # a.bc -> a.b.c MY_D="${D}usr" |