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 | a708a07e3fda85bdec0c8ac62d70c0b1a535caeb (patch) | |
tree | daa4b47760634be26b54f11a83d91059beaa9bb5 /sci-libs/djbfft | |
parent | Added to ~ppc (diff) | |
download | gentoo-2-a708a07e3fda85bdec0c8ac62d70c0b1a535caeb.tar.gz gentoo-2-a708a07e3fda85bdec0c8ac62d70c0b1a535caeb.tar.bz2 gentoo-2-a708a07e3fda85bdec0c8ac62d70c0b1a535caeb.zip |
Fixing #82804
(Portage version: 2.0.51-r15)
Diffstat (limited to 'sci-libs/djbfft')
-rw-r--r-- | sci-libs/djbfft/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/djbfft/djbfft-0.76.ebuild | 9 |
2 files changed, 12 insertions, 2 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/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" |