summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-01-14 10:05:22 +0000
committerJustin Lecher <jlec@gentoo.org>2013-01-14 10:05:22 +0000
commit6d2ad83ed806993f2790404fbc2ba4a3a5018e6f (patch)
treeb7a6478d1e894d8304e43a55bdfc473cc8af137d /sci-libs
parentsci-libs/cln: Drop old, fixes #303189 & #444450 (diff)
downloadgentoo-2-6d2ad83ed806993f2790404fbc2ba4a3a5018e6f.tar.gz
gentoo-2-6d2ad83ed806993f2790404fbc2ba4a3a5018e6f.tar.bz2
gentoo-2-6d2ad83ed806993f2790404fbc2ba4a3a5018e6f.zip
sci-libs/djbfft: Drop old, fixes #423877
(Portage version: 2.2.0_alpha151/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/djbfft/ChangeLog8
-rw-r--r--sci-libs/djbfft/djbfft-0.76.ebuild56
-rw-r--r--sci-libs/djbfft/metadata.xml6
3 files changed, 9 insertions, 61 deletions
diff --git a/sci-libs/djbfft/ChangeLog b/sci-libs/djbfft/ChangeLog
index 90c887940576..b7b7e8ee88ff 100644
--- a/sci-libs/djbfft/ChangeLog
+++ b/sci-libs/djbfft/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/djbfft
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/djbfft/ChangeLog,v 1.19 2012/12/27 08:15:03 armin76 Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/djbfft/ChangeLog,v 1.20 2013/01/14 10:05:22 jlec Exp $
+
+ 14 Jan 2013; Justin Lecher <jlec@gentoo.org> -djbfft-0.76.ebuild,
+ metadata.xml:
+ Drop old, fixes #423877
27 Dec 2012; Raúl Porcel <armin76@gentoo.org> djbfft-0.76-r1.ebuild:
alpha/sh/sparc stable wrt #442748
diff --git a/sci-libs/djbfft/djbfft-0.76.ebuild b/sci-libs/djbfft/djbfft-0.76.ebuild
deleted file mode 100644
index 1ad2fd4684fb..000000000000
--- a/sci-libs/djbfft/djbfft-0.76.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2008 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.10 2008/04/06 17:45:23 hollow Exp $
-
-inherit eutils flag-o-matic toolchain-funcs multilib
-
-DESCRIPTION="extremely fast library for floating-point convolution"
-HOMEPAGE="http://cr.yp.to/djbfft.html"
-SRC_URI="http://cr.yp.to/djbfft/${P}.tar.gz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ppc ppc64 sh sparc x86 ~x86-fbsd"
-IUSE=""
-
-# 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.
-RESTRICT="test"
-
-src_unpack() {
- MY_PV="${PV:0:1}.${PV:2:1}.${PV:3:1}" # a.bc -> a.b.c
- MY_D="${D}usr"
-
- # mask out everything, which is not suggested by the author (RTFM)!
- ALLOWED_FLAGS="-fstack-protector -march -mcpu -pipe -mpreferred-stack-boundary -ffast-math"
- strip-flags
-
- MY_CFLAGS="${CFLAGS} -O1 -fomit-frame-pointer"
- use x86 && MY_CFLAGS="${MY_CFLAGS} -malign-double"
-
- LIBPERMS="0755"
- LIBDJBFFT="libdjbfft.so.${MY_PV}"
-
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${P}-gcc3.patch"
- epatch "${FILESDIR}/${P}-shared.patch"
-
- sed -i -e "s:\"lib\":\"$(get_libdir)\":" hier.c
- echo "$(tc-getCC) $MY_CFLAGS -fPIC -DPIC" > "conf-cc"
- echo "$(tc-getCC) ${LDFLAGS}" > "conf-ld"
- echo "${MY_D}" > "conf-home"
- einfo "conf-cc: $(<conf-cc)"
-}
-
-src_compile() {
- emake LIBDJBFFT="$LIBDJBFFT" LIBPERMS="$LIBPERMS" || die "emake failed"
-}
-
-src_install() {
- make LIBDJBFFT="$LIBDJBFFT" setup check || die "install failed"
- dosym "${LIBDJBFFT}" /usr/$(get_libdir)/libdjbfft.so
- dosym "${LIBDJBFFT}" /usr/$(get_libdir)/libdjbfft.so.${MY_PV%%.*}
- dodoc CHANGES README TODO VERSION
-}
diff --git a/sci-libs/djbfft/metadata.xml b/sci-libs/djbfft/metadata.xml
index 9e2c1d38f2d6..acca8fb6c86a 100644
--- a/sci-libs/djbfft/metadata.xml
+++ b/sci-libs/djbfft/metadata.xml
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci</herd>
-<herd>video</herd>
-<longdescription lang="en">
+ <herd>sci</herd>
+ <herd>video</herd>
+ <longdescription lang="en">
D.J. Bernstein Fast Fourier Transform (djbfft) is an extremely
fast library for floating-point convolution. The current version
holds most of the speed records for double-precision FFTs on