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-opengltk/
Date: Fri, 12 Apr 2013 15:01:25 +0000 (UTC)	[thread overview]
Message-ID: <1365773992.0c15c4ae773d1f2ac7c14b065aa317d1b2f7479f.jlec@gentoo> (raw)

commit:     0c15c4ae773d1f2ac7c14b065aa317d1b2f7479f
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 12 13:39:52 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Apr 12 13:39:52 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0c15c4ae

sci-chemistry/mgltools-opengltk: Version Bump; drop old

Package-Manager: portage-2.2.0_alpha173

---
 sci-chemistry/mgltools-opengltk/ChangeLog          |    7 ++
 ...6_rc3.ebuild => mgltools-opengltk-1.5.6.ebuild} |    0
 .../mgltools-opengltk-1.5.6_rc2.ebuild             |   68 --------------------
 3 files changed, 7 insertions(+), 68 deletions(-)

diff --git a/sci-chemistry/mgltools-opengltk/ChangeLog b/sci-chemistry/mgltools-opengltk/ChangeLog
index a54d6f9..4908fef 100644
--- a/sci-chemistry/mgltools-opengltk/ChangeLog
+++ b/sci-chemistry/mgltools-opengltk/ChangeLog
@@ -2,6 +2,13 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*mgltools-opengltk-1.5.6 (12 Apr 2013)
+
+  12 Apr 2013; Justin Lecher <jlec@gentoo.org>
+  -mgltools-opengltk-1.5.6_rc2.ebuild, -mgltools-opengltk-1.5.6_rc3.ebuild,
+  +mgltools-opengltk-1.5.6.ebuild:
+  Version Bump; drop old
+
 *mgltools-opengltk-1.5.6_rc3 (27 Jan 2013)
 
   27 Jan 2013; Justin Lecher <jlec@gentoo.org>

diff --git a/sci-chemistry/mgltools-opengltk/mgltools-opengltk-1.5.6_rc3.ebuild b/sci-chemistry/mgltools-opengltk/mgltools-opengltk-1.5.6.ebuild
similarity index 100%
rename from sci-chemistry/mgltools-opengltk/mgltools-opengltk-1.5.6_rc3.ebuild
rename to sci-chemistry/mgltools-opengltk/mgltools-opengltk-1.5.6.ebuild

diff --git a/sci-chemistry/mgltools-opengltk/mgltools-opengltk-1.5.6_rc2.ebuild b/sci-chemistry/mgltools-opengltk/mgltools-opengltk-1.5.6_rc2.ebuild
deleted file mode 100644
index 20d78ba..0000000
--- a/sci-chemistry/mgltools-opengltk/mgltools-opengltk-1.5.6_rc2.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# 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.* 2.7-pypy-*"
-
-inherit distutils eutils prefix
-
-MY_PN="opengltk"
-MY_P="${MY_PN}-${PV/_rc2/}"
-
-PYTHON_MODNAME="${MY_PN}"
-
-DESCRIPTION="MGLTools Plugin -- opengltk"
-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-lang/tk
-	dev-python/numpy
-	dev-tcltk/tkdnd
-	dev-tcltk/togl
-	media-libs/glew
-	virtual/opengl"
-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
-}
-
-src_prepare() {
-	local tcl_ver="$(best_version dev-lang/tcl | cut -d- -f3 | cut -d. -f1,2)"
-
-	epatch \
-		"${FILESDIR}"/${P}-unbundle.patch \
-		"${FILESDIR}"/${P}-glew.patch
-
-	eprefixify setup.py
-
-	ecvs_clean
-	find "${S}" -name LICENSE -type f -delete || die
-	find Togl2.0 tkdnd2.0 include/tcltk84 -delete || die
-
-	sed  \
-		-e 's:^.*CVS:#&1:g' \
-		-e 's:^.*LICENSE:#&1:g' \
-		-i "${S}"/MANIFEST.in || die
-
-	sed \
-		-e "s:8.4:${tcl_ver}:g" \
-		-e "s:8.5:${tcl_ver}:g" \
-		-i setup.py || die
-	distutils_src_prepare
-}


             reply	other threads:[~2013-04-12 15:01 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-12 15:01 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-01-29 11:59 [gentoo-commits] proj/sci:master commit in: sci-chemistry/mgltools-opengltk/ Justin Lecher
2015-03-25 17:34 Justin Lecher
2013-06-10 11:57 Justin Lecher
2013-06-10 11:25 Justin Lecher
2013-04-14 14:09 Justin Lecher
2013-04-14 13:17 Justin Lecher
2013-01-27 19:22 Justin Lecher
2012-04-27 12:40 Justin Lecher
2012-03-07 11:10 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=1365773992.0c15c4ae773d1f2ac7c14b065aa317d1b2f7479f.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