diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-04-19 07:02:20 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-04-19 07:02:20 +0000 |
commit | b14ebe0606627cfe5ebbc0844d7e2a64794344d6 (patch) | |
tree | ca1f7c5843fe7846ebde97962154d42783e80227 /sci-chemistry/mead | |
parent | Missed a commit from my laptop. (diff) | |
download | gentoo-2-b14ebe0606627cfe5ebbc0844d7e2a64794344d6.tar.gz gentoo-2-b14ebe0606627cfe5ebbc0844d7e2a64794344d6.tar.bz2 gentoo-2-b14ebe0606627cfe5ebbc0844d7e2a64794344d6.zip |
Removed old version, removed python support, as numeric is gone
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/mead')
-rw-r--r-- | sci-chemistry/mead/ChangeLog | 8 | ||||
-rw-r--r-- | sci-chemistry/mead/mead-2.2.5.ebuild | 45 | ||||
-rw-r--r-- | sci-chemistry/mead/mead-2.2.7.ebuild | 18 |
3 files changed, 10 insertions, 61 deletions
diff --git a/sci-chemistry/mead/ChangeLog b/sci-chemistry/mead/ChangeLog index 1ce6d8627466..478d87319926 100644 --- a/sci-chemistry/mead/ChangeLog +++ b/sci-chemistry/mead/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-chemistry/mead -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mead/ChangeLog,v 1.6 2009/02/15 22:57:07 dirtyepic Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mead/ChangeLog,v 1.7 2010/04/19 07:02:20 jlec Exp $ + + 19 Apr 2010; Justin Lecher <jlec@gentoo.org> -mead-2.2.5.ebuild, + mead-2.2.7.ebuild: + Removed old version, removed python support, as numeric is gone *mead-2.2.7 (15 Feb 2009) diff --git a/sci-chemistry/mead/mead-2.2.5.ebuild b/sci-chemistry/mead/mead-2.2.5.ebuild deleted file mode 100644 index 1cf128534470..000000000000 --- a/sci-chemistry/mead/mead-2.2.5.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mead/mead-2.2.5.ebuild,v 1.1 2005/12/17 21:02:40 spyderous Exp $ - -inherit eutils python - -DESCRIPTION="Macroscopic Electrostatics with Atomic Detail" -HOMEPAGE="http://www.scripps.edu/mb/bashford/" -SRC_URI="ftp://ftp.scripps.edu/pub/bashford/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="python" -RESTRICT="fetch" -RDEPEND="" -DEPEND="${RDEPEND} - python? ( dev-lang/swig )" - -pkg_nofetch() { - einfo "Download ${SRC_URI}" - einfo "and place it in ${DISTDIR}." - einfo "Use anonymous as a login, password an email address." -} - -src_unpack() { - unpack ${A} - epatch ${FILESDIR}/respect-cflags.patch -} - -src_compile() { - if use python; then - python_version - conf_opts="${conf_opts} --with-py-site-packages-dir=${D}/usr/$(get_libdir)/python${PYVER}/site-packages" - fi - - econf \ - $(use_with python) \ - ${conf_opts} \ - || die "configure failed" - emake || die "make failed" -} - -src_install() { - einstall || die "install failed" -} diff --git a/sci-chemistry/mead/mead-2.2.7.ebuild b/sci-chemistry/mead/mead-2.2.7.ebuild index 265c0e911604..1d835c53b78b 100644 --- a/sci-chemistry/mead/mead-2.2.7.ebuild +++ b/sci-chemistry/mead/mead-2.2.7.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mead/mead-2.2.7.ebuild,v 1.1 2009/02/15 22:57:07 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mead/mead-2.2.7.ebuild,v 1.2 2010/04/19 07:02:20 jlec Exp $ -inherit eutils python +inherit eutils DESCRIPTION="Macroscopic Electrostatics with Atomic Detail" -HOMEPAGE="http://www.scripps.edu/mb/bashford/" +HOMEPAGE="http://www.teokem.lu.se/~ulf/Methods/mead.html" SRC_URI="ftp://ftp.scripps.edu/pub/bashford/${P}.tar.gz" LICENSE="GPL-2" @@ -16,10 +16,6 @@ IUSE="python" RESTRICT="fetch" -RDEPEND="python? ( dev-python/numeric )" -DEPEND="${RDEPEND} - python? ( dev-lang/swig )" - pkg_nofetch() { elog "Download ${SRC_URI}" elog "and place it in ${DISTDIR}." @@ -36,13 +32,7 @@ src_unpack() { } src_compile() { - if use python; then - python_version - conf_opts="${conf_opts} --with-py-site-packages-dir=${D}/usr/$(get_libdir)/python${PYVER}/site-packages" - fi - econf \ - $(use_with python) \ ${conf_opts} \ || die "configure failed" emake || die "make failed" |