From fe240b25e12273bebff6869b3ecc1f3e1a09023e Mon Sep 17 00:00:00 2001 From: "Justin Lecher (jlec)" Date: Sun, 17 May 2009 23:18:13 +0200 Subject: sci-chemistry/mgltools-support added --- sci-chemistry/mgltools-support/ChangeLog | 10 ++++++++ sci-chemistry/mgltools-support/Manifest | 4 +++ sci-chemistry/mgltools-support/metadata.xml | 8 ++++++ .../mgltools-support/mgltools-support-1.5.4.ebuild | 29 ++++++++++++++++++++++ 4 files changed, 51 insertions(+) create mode 100644 sci-chemistry/mgltools-support/ChangeLog create mode 100644 sci-chemistry/mgltools-support/Manifest create mode 100644 sci-chemistry/mgltools-support/metadata.xml create mode 100644 sci-chemistry/mgltools-support/mgltools-support-1.5.4.ebuild (limited to 'sci-chemistry') diff --git a/sci-chemistry/mgltools-support/ChangeLog b/sci-chemistry/mgltools-support/ChangeLog new file mode 100644 index 000000000..bfcbe5bec --- /dev/null +++ b/sci-chemistry/mgltools-support/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for sci-chemistry/mgltools-support +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*mgltools-support-1.5.4 (17 May 2009) + + 17 May 2009; Justin Lecher (jlec) + +mgltools-support-1.5.4.ebuild, +metadata.xml: + Initial checkin + diff --git a/sci-chemistry/mgltools-support/Manifest b/sci-chemistry/mgltools-support/Manifest new file mode 100644 index 000000000..71aeb4cab --- /dev/null +++ b/sci-chemistry/mgltools-support/Manifest @@ -0,0 +1,4 @@ +DIST mgltools_source_1.5.4.tar.gz 21503548 RMD160 0b8f7cfe8d808db72bf5c1ea24b5fdd08f8b519c SHA1 ef2e7e1fd48271f9d1676497af37061742931a81 SHA256 1fead1e3a45a87c5db90d44b1cf4d29a73846e162e3fa5e9c20a912320e49866 +EBUILD mgltools-support-1.5.4.ebuild 673 RMD160 0d8dff996f194aa71a956de3521970d6be27c175 SHA1 617a6cac38d3528f391b0c600f8d307606909384 SHA256 4f03fd7ef9f3b6f3e21b2d0e75108742529b5b61bbe6ef188be507dfaa19d5a1 +MISC ChangeLog 295 RMD160 0f0bbfc2b8a53cef42a107a89b839b973d7abf8d SHA1 87c7d11c5beacf5065fd75d6e71d23a558f119eb SHA256 ad660d5c5a2992414be12fa5442be06b6ebefbc8ee9d685a8a0a8241da5e4b74 +MISC metadata.xml 215 RMD160 bc9c07aa91f2f175542244e4e4522a73558210a1 SHA1 facb283386de1c0b6b938cdcd4dde04d1694298b SHA256 13f32353652adbd3d934d41381cfc2cacc9e1127c508cebc73806cc1026ee80c diff --git a/sci-chemistry/mgltools-support/metadata.xml b/sci-chemistry/mgltools-support/metadata.xml new file mode 100644 index 000000000..efb490d78 --- /dev/null +++ b/sci-chemistry/mgltools-support/metadata.xml @@ -0,0 +1,8 @@ + + + +sci + + sci@gentoo.org + + diff --git a/sci-chemistry/mgltools-support/mgltools-support-1.5.4.ebuild b/sci-chemistry/mgltools-support/mgltools-support-1.5.4.ebuild new file mode 100644 index 000000000..2e44809a5 --- /dev/null +++ b/sci-chemistry/mgltools-support/mgltools-support-1.5.4.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit distutils + +MY_P="${P/mgltools-s/S}" + +DESCRIPTION="mgltools plugin -- support" +HOMEPAGE="http://mgltools.scripps.edu" +SRC_URI="http://mgltools.scripps.edu/downloads/tars/releases/REL${PV}/mgltools_source_${PV}.tar.gz" + +LICENSE="MGLTOOLS" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + dev-lang/swig" + +S="${WORKDIR}"/${MY_P} + +src_unpack() { + tar xzpf "${DISTDIR}"/${A} mgltools_source_${PV}/MGLPACKS/${MY_P}.tar.gz + tar xzpf mgltools_source_${PV}/MGLPACKS/${MY_P}.tar.gz + + find . -name CVS -type d -exec rm -rf '{}' \; +} -- cgit v1.2.3-65-gdbad