From: "Justin Lecher (jlec)" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/pymmlib: ChangeLog pymmlib-1.2.0.ebuild
Date: Thu, 1 Mar 2012 13:18:44 +0000 (UTC) [thread overview]
Message-ID: <20120301131844.81CCA2004B@flycatcher.gentoo.org> (raw)
jlec 12/03/01 13:18:44
Modified: ChangeLog
Added: pymmlib-1.2.0.ebuild
Log:
Version Bump
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Revision Changes Path
1.24 sci-libs/pymmlib/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pymmlib/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pymmlib/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pymmlib/ChangeLog?r1=1.23&r2=1.24
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/pymmlib/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog 28 Feb 2012 12:50:40 -0000 1.23
+++ ChangeLog 1 Mar 2012 13:18:44 -0000 1.24
@@ -1,6 +1,11 @@
# ChangeLog for sci-libs/pymmlib
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/pymmlib/ChangeLog,v 1.23 2012/02/28 12:50:40 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/pymmlib/ChangeLog,v 1.24 2012/03/01 13:18:44 jlec Exp $
+
+*pymmlib-1.2.0 (01 Mar 2012)
+
+ 01 Mar 2012; Justin Lecher <jlec@gentoo.org> +pymmlib-1.2.0.ebuild:
+ Version Bump
28 Feb 2012; Patrick Lauer <patrick@gentoo.org> pymmlib-1.0.0-r1.ebuild:
Restricting jython
1.1 sci-libs/pymmlib/pymmlib-1.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pymmlib/pymmlib-1.2.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pymmlib/pymmlib-1.2.0.ebuild?rev=1.1&content-type=text/plain
Index: pymmlib-1.2.0.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/pymmlib/pymmlib-1.2.0.ebuild,v 1.1 2012/03/01 13:18:44 jlec Exp $
EAPI=4
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* *-jython"
inherit distutils multilib
DESCRIPTION="Toolkit and library for the analysis and manipulation of macromolecular structural models"
HOMEPAGE="http://pymmlib.sourceforge.net/"
SRC_URI="mirror://sourceforge/pymmlib/${P}.tar.gz"
LICENSE="Artistic"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="doc"
RDEPEND="
dev-python/numpy
dev-python/pygtkglext
media-libs/freeglut
virtual/glu
virtual/opengl
x11-libs/libXmu"
DEPEND="${RDEPEND}
doc? ( dev-python/epydoc )"
src_prepare() {
rm mmLib/NumericCompat.py || die
python_convert_shebangs $(python_get_version -f) "${S}"/applications/* "${S}"/examples/*.py
distutils_src_prepare
}
src_compile() {
distutils_src_compile
if use doc; then
$(PYTHON -f) setup.py doc || die
fi
}
src_install() {
distutils_src_install
dobin "${S}"/applications/* "${S}"/examples/*.py
dodoc "${S}"/README.txt
dohtml -r "${S}"/doc
}
reply other threads:[~2012-03-01 13:18 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20120301131844.81CCA2004B@flycatcher.gentoo.org \
--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