diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-01-18 20:44:14 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-01-18 20:44:14 +0000 |
commit | 80ad0a289c4885c861685ce3cfd22ba59780396b (patch) | |
tree | 4e8f1af4d8c1b2d027abcff030af06d63507105b /sci-chemistry/molrep | |
parent | Fixed typo (diff) | |
download | gentoo-2-80ad0a289c4885c861685ce3cfd22ba59780396b.tar.gz gentoo-2-80ad0a289c4885c861685ce3cfd22ba59780396b.tar.bz2 gentoo-2-80ad0a289c4885c861685ce3cfd22ba59780396b.zip |
removed old
(Portage version: 2.2.0_alpha17/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/molrep')
-rw-r--r-- | sci-chemistry/molrep/ChangeLog | 6 | ||||
-rw-r--r-- | sci-chemistry/molrep/molrep-10.2.38.ebuild | 44 | ||||
-rw-r--r-- | sci-chemistry/molrep/molrep-11.0.00_p3.ebuild | 56 |
3 files changed, 5 insertions, 101 deletions
diff --git a/sci-chemistry/molrep/ChangeLog b/sci-chemistry/molrep/ChangeLog index 4d1a6e765795..427936a9ecd4 100644 --- a/sci-chemistry/molrep/ChangeLog +++ b/sci-chemistry/molrep/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-chemistry/molrep # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molrep/ChangeLog,v 1.11 2011/01/16 12:16:43 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molrep/ChangeLog,v 1.12 2011/01/18 20:44:14 jlec Exp $ + + 18 Jan 2011; Justin Lecher <jlec@gentoo.org> -molrep-10.2.38.ebuild, + -molrep-11.0.00_p3.ebuild: + removed old 16 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> molrep-11.0.02.ebuild: marked ~ppc wrt #303931 diff --git a/sci-chemistry/molrep/molrep-10.2.38.ebuild b/sci-chemistry/molrep/molrep-10.2.38.ebuild deleted file mode 100644 index f00fbabb678d..000000000000 --- a/sci-chemistry/molrep/molrep-10.2.38.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molrep/molrep-10.2.38.ebuild,v 1.1 2010/03/12 07:54:58 jlec Exp $ - -EAPI="3" - -inherit base multilib toolchain-funcs - -DESCRIPTION="molecular replacement program" -HOMEPAGE="http://www.ysbl.york.ac.uk/~alexei/molrep.html" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="ccp4" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - >=sci-libs/ccp4-libs-6.1.3 - sci-libs/mmdb - virtual/lapack" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${PN}" - -PATCHES=( - "${FILESDIR}"/10.2.35-respect-FLAGS.patch - ) - -src_compile() { - cd "${S}"/src - emake clean || die - emake \ - MR_FORT=$(tc-getFC) \ - FFLAGS="${FFLAGS}" \ - LDFLAGS="${LDFLAGS}" \ - MR_LIBRARY="-L${EPREFIX}/usr/$(get_libdir) -lccp4f -lccp4c -lmmdb -lccif -llapack -lstdc++ -lm" \ - || die -} - -src_install() { - dobin bin/${PN} || die - dodoc readme doc/${PN}.rtf || die -} diff --git a/sci-chemistry/molrep/molrep-11.0.00_p3.ebuild b/sci-chemistry/molrep/molrep-11.0.00_p3.ebuild deleted file mode 100644 index 667ff49515fe..000000000000 --- a/sci-chemistry/molrep/molrep-11.0.00_p3.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molrep/molrep-11.0.00_p3.ebuild,v 1.1 2010/07/23 08:04:01 jlec Exp $ - -EAPI="3" - -inherit eutils multilib toolchain-funcs - -DESCRIPTION="molecular replacement program" -HOMEPAGE="http://www.ysbl.york.ac.uk/~alexei/molrep.html" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="ccp4" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND=" - >=sci-libs/ccp4-libs-6.1.3 - sci-libs/mmdb - virtual/lapack" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${PN}" - -src_prepare() { - epatch "${FILESDIR}"/11.0.00-respect-FLAGS.patch - epatch "${FILESDIR}"/11.0.00-test.patch -} - -src_compile() { - cd "${S}"/src - emake clean || die - emake \ - MR_FORT="$(tc-getFC) ${FFLAGS}" \ - FFLAGS="${FFLAGS}" \ - LDFLAGS="${LDFLAGS}" \ - MR_LIBRARY="-L${EPREFIX}/usr/$(get_libdir) -lccp4f -lccp4c -lmmdb -lccif -llapack -lstdc++ -lm" \ - || die -} - -src_test() { - export MR_TEST="${S}/bin/" - cd "${S}"/molrep_check/work - mkdir out scr - cp ../*.bat . - bash em.bat || die - bash mr.bat || die -} - -src_install() { - exeinto /usr/libexec/ccp4/bin/ - doexe bin/${PN} || die - dosym ../libexec/ccp4/bin/${PN} /usr/bin/${PN} - dodoc readme doc/${PN}.rtf || die -} |