aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2010-06-27 20:01:16 +0200
committerJustin Lecher <jlec@gentoo.org>2010-06-27 23:10:03 +0200
commit072f0c895f61c541f85783731a766eae80021422 (patch)
treec0e904647617f886876809ee212922a52ede267e /sci-chemistry
parentPython ABI fixes (diff)
downloadsci-072f0c895f61c541f85783731a766eae80021422.tar.gz
sci-072f0c895f61c541f85783731a766eae80021422.tar.bz2
sci-072f0c895f61c541f85783731a766eae80021422.zip
No support for current stuf like py >2.5 and numpy
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/mdtools/ChangeLog10
-rw-r--r--sci-chemistry/mdtools/Manifest4
-rw-r--r--sci-chemistry/mdtools/mdtools-1997m.ebuild29
-rw-r--r--sci-chemistry/mdtools/metadata.xml8
4 files changed, 0 insertions, 51 deletions
diff --git a/sci-chemistry/mdtools/ChangeLog b/sci-chemistry/mdtools/ChangeLog
deleted file mode 100644
index 8452fd783..000000000
--- a/sci-chemistry/mdtools/ChangeLog
+++ /dev/null
@@ -1,10 +0,0 @@
-# ChangeLog for sci-chemistry/mdtools
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*mdtools-1997m (21 Mar 2009)
-
- 21 Mar 2009; justin Lecher (jlec) <jlec@j-schmitz.net> +metadata.xml,
- +mdtools-1997m.ebuild:
- initial checkin
-
diff --git a/sci-chemistry/mdtools/Manifest b/sci-chemistry/mdtools/Manifest
deleted file mode 100644
index c1bd8d41a..000000000
--- a/sci-chemistry/mdtools/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST MDToolsMarch97.tar.gz 98167 RMD160 0b98096e83e02583c64cef7c0733c6bab4caeb9a SHA1 f40e5d03dc3f56e44cc8ef50f660f062d9bb1f9f SHA256 9464e7b5ff208930fae427ddae9568e940fd37046f64fa1903db9da09570baa5
-EBUILD mdtools-1997m.ebuild 619 RMD160 a8f121afe563f67264a4bc4db29d1daf9f9591a6 SHA1 339445b9b3ef20e2ee5af5c44d1da833d3fea8df SHA256 34f93a347d711d384ebf816a2958e2c6d354d08cd8ba12c235011bdca80f0581
-MISC ChangeLog 268 RMD160 b68aa4c7362735401042614593ae6ccdc68935fe SHA1 442d8e5ac030bcbf6ebc947c90dabe72194593fb SHA256 4c684f164db6a60b8622a02d4d2bd588848823e48bf6590f47f11c5e087d26a2
-MISC metadata.xml 215 RMD160 bc9c07aa91f2f175542244e4e4522a73558210a1 SHA1 facb283386de1c0b6b938cdcd4dde04d1694298b SHA256 13f32353652adbd3d934d41381cfc2cacc9e1127c508cebc73806cc1026ee80c
diff --git a/sci-chemistry/mdtools/mdtools-1997m.ebuild b/sci-chemistry/mdtools/mdtools-1997m.ebuild
deleted file mode 100644
index ff6c406b6..000000000
--- a/sci-chemistry/mdtools/mdtools-1997m.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit python
-
-MY_P="MDToolsMarch97"
-
-DESCRIPTION="Classes for the analysis and modification of protein structure and dynamics data."
-HOMEPAGE="http://www.ks.uiuc.edu/~jim/mdtools/"
-SRC_URI="${HOMEPAGE}${MY_P}.tar.gz"
-
-LICENSE="as-is"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-RDEPEND="dev-python/numeric"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}"/${MY_P}
-
-src_install() {
- insinto $(python_get_sitedir)/${PN}
- doins *.py || die "no modules"
- insinto /usr/share/ยง{PN}
- doins -r data || die "no data"
-}
diff --git a/sci-chemistry/mdtools/metadata.xml b/sci-chemistry/mdtools/metadata.xml
deleted file mode 100644
index efb490d78..000000000
--- a/sci-chemistry/mdtools/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>sci</herd>
-<maintainer>
- <email>sci@gentoo.org</email>
-</maintainer>
-</pkgmetadata>