public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/mgltools-autodocktools/
Date: Sun,  8 Jan 2012 15:22:42 +0000 (UTC)	[thread overview]
Message-ID: <e60c8cce8640d79260eb1b5f6c924b25bd326fa0.jlec@gentoo> (raw)

commit:     e60c8cce8640d79260eb1b5f6c924b25bd326fa0
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  8 14:50:59 2012 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Jan  8 14:50:59 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e60c8cce

Version Bump, #373679

(Portage version: 2.2.0_alpha84/git/Linux x86_64, signed Manifest commit with key 70EB7916)

---
 sci-chemistry/mgltools-autodocktools/ChangeLog     |    8 ++-
 sci-chemistry/mgltools-autodocktools/metadata.xml  |    8 +-
 .../mgltools-autodocktools-1.5.6_rc2.ebuild        |   71 ++++++++++++++++++++
 3 files changed, 82 insertions(+), 5 deletions(-)

diff --git a/sci-chemistry/mgltools-autodocktools/ChangeLog b/sci-chemistry/mgltools-autodocktools/ChangeLog
index f108777..21fcecd 100644
--- a/sci-chemistry/mgltools-autodocktools/ChangeLog
+++ b/sci-chemistry/mgltools-autodocktools/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for sci-chemistry/mgltools-autodocktools
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*mgltools-autodocktools-1.5.6_rc2 (08 Jan 2012)
+
+  08 Jan 2012; Justin Lecher <jlec@gentoo.org>
+  +mgltools-autodocktools-1.5.6_rc2.ebuild, metadata.xml:
+  Version Bump, #373679
+
   12 Apr 2011; Justin Lecher <jlec@gentoo.org>
   mgltools-autodocktools-1.5.4-r2.ebuild:
   Added missing RDEPEND

diff --git a/sci-chemistry/mgltools-autodocktools/metadata.xml b/sci-chemistry/mgltools-autodocktools/metadata.xml
index efb490d..d747d72 100644
--- a/sci-chemistry/mgltools-autodocktools/metadata.xml
+++ b/sci-chemistry/mgltools-autodocktools/metadata.xml
@@ -1,8 +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>
+	<herd>sci</herd>
+	<maintainer>
+		<email>sci@gentoo.org</email>
+	</maintainer>
 </pkgmetadata>

diff --git a/sci-chemistry/mgltools-autodocktools/mgltools-autodocktools-1.5.6_rc2.ebuild b/sci-chemistry/mgltools-autodocktools/mgltools-autodocktools-1.5.6_rc2.ebuild
new file mode 100644
index 0000000..e5f32ed
--- /dev/null
+++ b/sci-chemistry/mgltools-autodocktools/mgltools-autodocktools-1.5.6_rc2.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
+PYTHON_USE_WITH="tk"
+
+inherit distutils eutils
+
+MY_PN="AutoDockTools"
+MY_P="${MY_PN}-${PV/_rc2/}"
+
+PYTHON_MODNAME="${MY_PN}"
+
+DESCRIPTION="MGLTools Plugin -- "
+HOMEPAGE="http://mgltools.scripps.edu"
+#SRC_URI="http://mgltools.scripps.edu/downloads/tars/releases/REL${PV}/mgltools_source_${PV}.tar.gz"
+SRC_URI="http://dev.gentoo.org/~jlec/distfiles/mgltools_source_${PV/_/}.tar.gz"
+
+LICENSE="MGLTOOLS"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	dev-python/imaging[tk]
+	dev-python/zsi
+	sci-chemistry/autodock
+	sci-chemistry/mgltools-dejavu
+	sci-chemistry/mgltools-geomutils
+	sci-chemistry/mgltools-mglutil
+	sci-chemistry/mgltools-molkit
+	sci-chemistry/mgltools-opengltk
+	sci-chemistry/mgltools-pmv
+	sci-chemistry/mgltools-pybabel
+	sci-chemistry/mgltools-pyglf
+	sci-chemistry/mgltools-support
+	sci-chemistry/mgltools-viewer-framework"
+DEPEND="${RDEPEND}
+	dev-lang/swig"
+
+S="${WORKDIR}"/${MY_P}
+
+DOCS="AutoDockTools/RELNOTES"
+
+src_unpack() {
+	tar xzpf "${DISTDIR}"/${A} mgltools_source_${PV/_/}/MGLPACKS/${MY_P}.tar.gz
+	tar xzpf mgltools_source_${PV/_/}/MGLPACKS/${MY_P}.tar.gz
+}
+
+src_prepare() {
+	ecvs_clean
+	find "${S}" -name LICENSE -type f -delete || die
+
+	sed  \
+		-e 's:^.*CVS:#&1:g' \
+		-e 's:^.*LICENSE:#&1:g' \
+		-i "${S}"/MANIFEST.in || die
+	distutils_src_prepare
+}
+
+src_install() {
+	distutils_src_install
+
+	sed '1s:^.*$:#!/usr/bin/python:g' -i AutoDockTools/bin/runAdt || die
+	dobin AutoDockTools/bin/runAdt || die
+}



             reply	other threads:[~2012-01-08 15:25 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-08 15:22 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-06-10 11:57 [gentoo-commits] proj/sci:master commit in: sci-chemistry/mgltools-autodocktools/ Justin Lecher
2013-06-10 11:25 Justin Lecher
2013-04-14 13:16 Justin Lecher
2013-04-12 15:01 Justin Lecher
2012-03-07 11:10 Justin Lecher
2011-04-12 16:52 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e60c8cce8640d79260eb1b5f6c924b25bd326fa0.jlec@gentoo \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox