aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher (jlec) <jlec@j-schmitz.net>2009-05-17 20:02:11 +0200
committerJustin Lecher (jlec) <jlec@j-schmitz.net>2009-05-18 23:08:19 +0200
commitb791e556c333621ad755ee7909106654954d9f83 (patch)
tree9822ceefc9b9987baee1379a3411156e27eb1033 /sci-chemistry/mgltools-mglutil
parentManifest fix (diff)
downloadsci-b791e556c333621ad755ee7909106654954d9f83.tar.gz
sci-b791e556c333621ad755ee7909106654954d9f83.tar.bz2
sci-b791e556c333621ad755ee7909106654954d9f83.zip
mgltools-mglutil added
Diffstat (limited to 'sci-chemistry/mgltools-mglutil')
-rw-r--r--sci-chemistry/mgltools-mglutil/ChangeLog10
-rw-r--r--sci-chemistry/mgltools-mglutil/Manifest4
-rw-r--r--sci-chemistry/mgltools-mglutil/metadata.xml8
-rw-r--r--sci-chemistry/mgltools-mglutil/mgltools-mglutil-1.5.4.ebuild28
4 files changed, 50 insertions, 0 deletions
diff --git a/sci-chemistry/mgltools-mglutil/ChangeLog b/sci-chemistry/mgltools-mglutil/ChangeLog
new file mode 100644
index 000000000..4eec3634c
--- /dev/null
+++ b/sci-chemistry/mgltools-mglutil/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-chemistry/mgltools-mglutil
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*mgltools-mglutil-1.5.4 (17 May 2009)
+
+ 17 May 2009; Justin Lecher (jlec) <jlec@j-schmitz.net>
+ +mgltools-mglutil-1.5.4.ebuild, +metadata.xml:
+ Initial setup
+
diff --git a/sci-chemistry/mgltools-mglutil/Manifest b/sci-chemistry/mgltools-mglutil/Manifest
new file mode 100644
index 000000000..1d99061fe
--- /dev/null
+++ b/sci-chemistry/mgltools-mglutil/Manifest
@@ -0,0 +1,4 @@
+DIST mgltools_source_1.5.4.tar.gz 21503548 RMD160 0b8f7cfe8d808db72bf5c1ea24b5fdd08f8b519c SHA1 ef2e7e1fd48271f9d1676497af37061742931a81 SHA256 1fead1e3a45a87c5db90d44b1cf4d29a73846e162e3fa5e9c20a912320e49866
+EBUILD mgltools-mglutil-1.5.4.ebuild 675 RMD160 588d655c2a283c4a6794a9e5627d528dfd23e2c9 SHA1 ca6de29a4c63ff9dc6aed4fb936bdc93cb621386 SHA256 aeabb69f33346ee3752ee7afc64f53df2317bac16d717104aa7c2ee9daa44421
+MISC ChangeLog 293 RMD160 e950c1d42cde86462164572fa0d17ac31c8296bf SHA1 96abbea560b888cf0cadba317ee30f29623c376c SHA256 15013da603461db8a155362c97255abc8bbc077487614b7a17cd97a96b0adbb1
+MISC metadata.xml 215 RMD160 bc9c07aa91f2f175542244e4e4522a73558210a1 SHA1 facb283386de1c0b6b938cdcd4dde04d1694298b SHA256 13f32353652adbd3d934d41381cfc2cacc9e1127c508cebc73806cc1026ee80c
diff --git a/sci-chemistry/mgltools-mglutil/metadata.xml b/sci-chemistry/mgltools-mglutil/metadata.xml
new file mode 100644
index 000000000..efb490d78
--- /dev/null
+++ b/sci-chemistry/mgltools-mglutil/metadata.xml
@@ -0,0 +1,8 @@
+<?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>
diff --git a/sci-chemistry/mgltools-mglutil/mgltools-mglutil-1.5.4.ebuild b/sci-chemistry/mgltools-mglutil/mgltools-mglutil-1.5.4.ebuild
new file mode 100644
index 000000000..86e733f7a
--- /dev/null
+++ b/sci-chemistry/mgltools-mglutil/mgltools-mglutil-1.5.4.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit distutils
+
+MY_P="${P/mgltools-}"
+
+DESCRIPTION="mgltools plugin -- mglutil"
+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 "${S}" -name CVS -type d -exec rm -rfv '{}' \;
+}