aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <sfabbro@uvic.ca>2012-07-12 07:57:14 -0700
committerSebastien Fabbro <sfabbro@uvic.ca>2012-07-12 07:57:14 -0700
commit53b392956cdea3c069e1df1c7101bed7250e045a (patch)
treee79556563bf6f58ec627a776336facd35d0ef411 /sci-mathematics
parentdev-libs/double-conversion: Initial import (diff)
downloadsci-53b392956cdea3c069e1df1c7101bed7250e045a.tar.gz
sci-53b392956cdea3c069e1df1c7101bed7250e045a.tar.bz2
sci-53b392956cdea3c069e1df1c7101bed7250e045a.zip
remove duplicate
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/libdsfmt/ChangeLog8
-rw-r--r--sci-mathematics/libdsfmt/Manifest1
-rw-r--r--sci-mathematics/libdsfmt/libdsfmt-1.3.1.ebuild22
-rw-r--r--sci-mathematics/libdsfmt/metadata.xml5
4 files changed, 0 insertions, 36 deletions
diff --git a/sci-mathematics/libdsfmt/ChangeLog b/sci-mathematics/libdsfmt/ChangeLog
deleted file mode 100644
index 620d069ee..000000000
--- a/sci-mathematics/libdsfmt/ChangeLog
+++ /dev/null
@@ -1,8 +0,0 @@
-# ChangeLog for sci-mathematics/libdsfmt
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 19 Jun 2008; Sébastien Fabbro <bicatali@gentoo.org> +metadata.xml,
- +libdsfmt-1.3.1.ebuild:
- Initial import, ebuild by Perttu Luukko, bug #227851
-
diff --git a/sci-mathematics/libdsfmt/Manifest b/sci-mathematics/libdsfmt/Manifest
deleted file mode 100644
index 15563b6d9..000000000
--- a/sci-mathematics/libdsfmt/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libdsfmt-1.3.1.tar.bz2 332529 RMD160 695537ef2f7b315c46fdb221ea5a0ee4a3618540 SHA1 b729754c106829acc83fbfa2bf1488913a0d6fd8 SHA256 e7ce2b4f5eb4c77e5908e740126b36cacd4990d56962b5fcfb67fa2603c68f53
diff --git a/sci-mathematics/libdsfmt/libdsfmt-1.3.1.ebuild b/sci-mathematics/libdsfmt/libdsfmt-1.3.1.ebuild
deleted file mode 100644
index 05f03fd59..000000000
--- a/sci-mathematics/libdsfmt/libdsfmt-1.3.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-DESCRIPTION="Double precision SIMD-oriented Fast Mersenne Twister"
-HOMEPAGE="http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/index.html"
-SRC_URI="http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/VERSIONS/ARCHIVES/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="sse2"
-
-src_compile() {
- econf $(use_enable sse2) || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "install failed"
- dodoc ChangeLog NEWS README
-}
diff --git a/sci-mathematics/libdsfmt/metadata.xml b/sci-mathematics/libdsfmt/metadata.xml
deleted file mode 100644
index 2b0bd5314..000000000
--- a/sci-mathematics/libdsfmt/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>sci-mathematics</herd>
-</pkgmetadata>