public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/mgltools-geomutils/
@ 2012-01-08 15:22 Justin Lecher
  0 siblings, 0 replies; 10+ messages in thread
From: Justin Lecher @ 2012-01-08 15:22 UTC (permalink / raw
  To: gentoo-commits

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

Version Bump, #373679

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

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

diff --git a/sci-chemistry/mgltools-geomutils/ChangeLog b/sci-chemistry/mgltools-geomutils/ChangeLog
index 33a9c5d..45ee804 100644
--- a/sci-chemistry/mgltools-geomutils/ChangeLog
+++ b/sci-chemistry/mgltools-geomutils/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for sci-chemistry/mgltools-geomutils
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*mgltools-geomutils-1.5.6_rc2 (08 Jan 2012)
+
+  08 Jan 2012; Justin Lecher <jlec@gentoo.org>
+  +mgltools-geomutils-1.5.6_rc2.ebuild, metadata.xml:
+  Version Bump, #373679
+
 *mgltools-geomutils-1.5.4-r1 (27 Jun 2010)
 
   27 Jun 2010; Justin Lecher <jlec@gentoo.org>

diff --git a/sci-chemistry/mgltools-geomutils/metadata.xml b/sci-chemistry/mgltools-geomutils/metadata.xml
index efb490d..d747d72 100644
--- a/sci-chemistry/mgltools-geomutils/metadata.xml
+++ b/sci-chemistry/mgltools-geomutils/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-geomutils/mgltools-geomutils-1.5.6_rc2.ebuild b/sci-chemistry/mgltools-geomutils/mgltools-geomutils-1.5.6_rc2.ebuild
new file mode 100644
index 0000000..34b8147
--- /dev/null
+++ b/sci-chemistry/mgltools-geomutils/mgltools-geomutils-1.5.6_rc2.ebuild
@@ -0,0 +1,49 @@
+# 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.*"
+
+inherit distutils eutils
+
+MY_PN="geomutils"
+MY_P="${MY_PN}-${PV/_rc2/}"
+
+PYTHON_MODNAME="${MY_PN}"
+
+DESCRIPTION="MGLTools Plugin -- geomutils"
+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/numpy"
+DEPEND="${RDEPEND}
+	dev-lang/swig"
+
+RESTRICT_PYTHON_ABIS="3.*"
+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() {
+	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
+}



^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/mgltools-geomutils/
@ 2012-03-07 11:10 Justin Lecher
  0 siblings, 0 replies; 10+ messages in thread
From: Justin Lecher @ 2012-03-07 11:10 UTC (permalink / raw
  To: gentoo-commits

commit:     f31d322d931bf66211ab07c967aa40227a8244aa
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  7 11:05:31 2012 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Mar  7 11:05:31 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f31d322d

Removed maintainer, as herd is enough

(Portage version: 2.2.0_alpha90/git/Linux x86_64, unsigned Manifest commit)

---
 sci-chemistry/mgltools-geomutils/ChangeLog    |    3 +++
 sci-chemistry/mgltools-geomutils/metadata.xml |    5 +----
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sci-chemistry/mgltools-geomutils/ChangeLog b/sci-chemistry/mgltools-geomutils/ChangeLog
index 45ee804..765da38 100644
--- a/sci-chemistry/mgltools-geomutils/ChangeLog
+++ b/sci-chemistry/mgltools-geomutils/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  07 Mar 2012; Justin Lecher <jlec@gentoo.org> metadata.xml:
+  Removed maintainer, as herd is enough
+
 *mgltools-geomutils-1.5.6_rc2 (08 Jan 2012)
 
   08 Jan 2012; Justin Lecher <jlec@gentoo.org>

diff --git a/sci-chemistry/mgltools-geomutils/metadata.xml b/sci-chemistry/mgltools-geomutils/metadata.xml
index 0c3126c..e42d0af 100644
--- a/sci-chemistry/mgltools-geomutils/metadata.xml
+++ b/sci-chemistry/mgltools-geomutils/metadata.xml
@@ -1,8 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>sci-chemistry</herd>
-<maintainer>
-  <email>sci-chemistry@gentoo.org</email>
-</maintainer>
+	<herd>sci-chemistry</herd>
 </pkgmetadata>



^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/mgltools-geomutils/
@ 2012-04-27 12:40 Justin Lecher
  0 siblings, 0 replies; 10+ messages in thread
From: Justin Lecher @ 2012-04-27 12:40 UTC (permalink / raw
  To: gentoo-commits

commit:     fb543690993ab37b73047b03b6c4dab4f00c0a73
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 27 12:36:20 2012 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Apr 27 12:36:20 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=fb543690

sci-chemistry/mgltools-geomutils: Add 2.7-pypy-* to RESTRICT_PYTHON_ABIS

(Portage version: 2.2.0_alpha101/git/Linux x86_64, unsigned Manifest commit)

---
 sci-chemistry/mgltools-geomutils/ChangeLog         |    4 ++++
 .../mgltools-geomutils-1.5.4-r1.ebuild             |    4 ++--
 .../mgltools-geomutils-1.5.6_rc2.ebuild            |    4 ++--
 3 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/sci-chemistry/mgltools-geomutils/ChangeLog b/sci-chemistry/mgltools-geomutils/ChangeLog
index 765da38..e264878 100644
--- a/sci-chemistry/mgltools-geomutils/ChangeLog
+++ b/sci-chemistry/mgltools-geomutils/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  27 Apr 2012; Justin Lecher <jlec@gentoo.org>
+  mgltools-geomutils-1.5.4-r1.ebuild, mgltools-geomutils-1.5.6_rc2.ebuild:
+  Add 2.7-pypy-* to RESTRICT_PYTHON_ABIS
+
   07 Mar 2012; Justin Lecher <jlec@gentoo.org> metadata.xml:
   Removed maintainer, as herd is enough
 

diff --git a/sci-chemistry/mgltools-geomutils/mgltools-geomutils-1.5.4-r1.ebuild b/sci-chemistry/mgltools-geomutils/mgltools-geomutils-1.5.4-r1.ebuild
index 78583cc..e5ce32a 100644
--- a/sci-chemistry/mgltools-geomutils/mgltools-geomutils-1.5.4-r1.ebuild
+++ b/sci-chemistry/mgltools-geomutils/mgltools-geomutils-1.5.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -26,7 +26,7 @@ RDEPEND="dev-python/numpy"
 DEPEND="${RDEPEND}
 	dev-lang/swig"
 
-RESTRICT_PYTHON_ABIS="3.*"
+RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-*"
 S="${WORKDIR}"/${MY_P}
 
 src_unpack() {

diff --git a/sci-chemistry/mgltools-geomutils/mgltools-geomutils-1.5.6_rc2.ebuild b/sci-chemistry/mgltools-geomutils/mgltools-geomutils-1.5.6_rc2.ebuild
index 34b8147..42d8978 100644
--- a/sci-chemistry/mgltools-geomutils/mgltools-geomutils-1.5.6_rc2.ebuild
+++ b/sci-chemistry/mgltools-geomutils/mgltools-geomutils-1.5.6_rc2.ebuild
@@ -6,7 +6,7 @@ EAPI=4
 
 PYTHON_DEPEND="2"
 SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
+RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-*"
 
 inherit distutils eutils
 
@@ -29,7 +29,7 @@ RDEPEND="dev-python/numpy"
 DEPEND="${RDEPEND}
 	dev-lang/swig"
 
-RESTRICT_PYTHON_ABIS="3.*"
+RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-*"
 S="${WORKDIR}"/${MY_P}
 
 src_unpack() {



^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/mgltools-geomutils/
@ 2013-01-27 19:22 Justin Lecher
  0 siblings, 0 replies; 10+ messages in thread
From: Justin Lecher @ 2013-01-27 19:22 UTC (permalink / raw
  To: gentoo-commits

commit:     af23b3832793d2b805562a1f7e5b7f20c4a644e3
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 27 17:27:56 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Jan 27 17:27:56 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=af23b383

sci-chemistry/mgltools-geomutils: Version Bump; move to distutils-r1.eclass

Package-Manager: portage-2.2.0_alpha161

---
 sci-chemistry/mgltools-geomutils/ChangeLog         |    8 +++-
 sci-chemistry/mgltools-geomutils/metadata.xml      |    2 +-
 .../mgltools-geomutils-1.5.6_rc3.ebuild            |   46 ++++++++++++++++++++
 3 files changed, 54 insertions(+), 2 deletions(-)

diff --git a/sci-chemistry/mgltools-geomutils/ChangeLog b/sci-chemistry/mgltools-geomutils/ChangeLog
index e264878..6a3bcc3 100644
--- a/sci-chemistry/mgltools-geomutils/ChangeLog
+++ b/sci-chemistry/mgltools-geomutils/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for sci-chemistry/mgltools-geomutils
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*mgltools-geomutils-1.5.6_rc3 (27 Jan 2013)
+
+  27 Jan 2013; Justin Lecher <jlec@gentoo.org>
+  +mgltools-geomutils-1.5.6_rc3.ebuild, metadata.xml:
+  Version Bump; move to distutils-r1.eclass
+
   27 Apr 2012; Justin Lecher <jlec@gentoo.org>
   mgltools-geomutils-1.5.4-r1.ebuild, mgltools-geomutils-1.5.6_rc2.ebuild:
   Add 2.7-pypy-* to RESTRICT_PYTHON_ABIS

diff --git a/sci-chemistry/mgltools-geomutils/metadata.xml b/sci-chemistry/mgltools-geomutils/metadata.xml
index e42d0af..51fdeda 100644
--- a/sci-chemistry/mgltools-geomutils/metadata.xml
+++ b/sci-chemistry/mgltools-geomutils/metadata.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd>sci-chemistry</herd>
+  <herd>sci-chemistry</herd>
 </pkgmetadata>

diff --git a/sci-chemistry/mgltools-geomutils/mgltools-geomutils-1.5.6_rc3.ebuild b/sci-chemistry/mgltools-geomutils/mgltools-geomutils-1.5.6_rc3.ebuild
new file mode 100644
index 0000000..6bda7ec
--- /dev/null
+++ b/sci-chemistry/mgltools-geomutils/mgltools-geomutils-1.5.6_rc3.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_5,2_6,2_7} )
+
+inherit distutils-r1 eutils
+
+MY_PN="geomutils"
+MY_P="${MY_PN}-${PV/_rc3/}"
+
+PYTHON_MODNAME="${MY_PN}"
+
+DESCRIPTION="MGLTools Plugin -- geomutils"
+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/numpy"
+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
+}
+
+python_prepare_all() {
+	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-r1_python_prepare_all
+}


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/mgltools-geomutils/
@ 2013-04-12 15:01 Justin Lecher
  0 siblings, 0 replies; 10+ messages in thread
From: Justin Lecher @ 2013-04-12 15:01 UTC (permalink / raw
  To: gentoo-commits

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

sci-chemistry/mgltools-geomutils: Version Bump, drop old

Package-Manager: portage-2.2.0_alpha173

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

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

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

diff --git a/sci-chemistry/mgltools-geomutils/mgltools-geomutils-1.5.6_rc2.ebuild b/sci-chemistry/mgltools-geomutils/mgltools-geomutils-1.5.6_rc2.ebuild
deleted file mode 100644
index 42d8978..0000000
--- a/sci-chemistry/mgltools-geomutils/mgltools-geomutils-1.5.6_rc2.ebuild
+++ /dev/null
@@ -1,49 +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
-
-MY_PN="geomutils"
-MY_P="${MY_PN}-${PV/_rc2/}"
-
-PYTHON_MODNAME="${MY_PN}"
-
-DESCRIPTION="MGLTools Plugin -- geomutils"
-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/numpy"
-DEPEND="${RDEPEND}
-	dev-lang/swig"
-
-RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-*"
-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() {
-	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
-}


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/mgltools-geomutils/
@ 2013-04-14 13:17 Justin Lecher
  0 siblings, 0 replies; 10+ messages in thread
From: Justin Lecher @ 2013-04-14 13:17 UTC (permalink / raw
  To: gentoo-commits

commit:     4dbb87ee8047b1dee40ce50cf2e8d89d6796aa5e
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 13:03:12 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 13:03:12 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=4dbb87ee

sci-chemistry/mgltools-geomutils: Fix SRC_URI

Package-Manager: portage-2.2.0_alpha171

---
 sci-chemistry/mgltools-geomutils/ChangeLog         |    3 +++
 .../mgltools-geomutils-1.5.6.ebuild                |    3 +--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/sci-chemistry/mgltools-geomutils/ChangeLog b/sci-chemistry/mgltools-geomutils/ChangeLog
index e4fcaa6..ad4df59 100644
--- a/sci-chemistry/mgltools-geomutils/ChangeLog
+++ b/sci-chemistry/mgltools-geomutils/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  14 Apr 2013; Justin Lecher <jlec@gentoo.org> mgltools-geomutils-1.5.6.ebuild:
+  Fix SRC_URI
+
 *mgltools-geomutils-1.5.6 (12 Apr 2013)
 
   12 Apr 2013; Justin Lecher <jlec@gentoo.org>

diff --git a/sci-chemistry/mgltools-geomutils/mgltools-geomutils-1.5.6.ebuild b/sci-chemistry/mgltools-geomutils/mgltools-geomutils-1.5.6.ebuild
index 6bda7ec..e2558b8 100644
--- a/sci-chemistry/mgltools-geomutils/mgltools-geomutils-1.5.6.ebuild
+++ b/sci-chemistry/mgltools-geomutils/mgltools-geomutils-1.5.6.ebuild
@@ -15,8 +15,7 @@ PYTHON_MODNAME="${MY_PN}"
 
 DESCRIPTION="MGLTools Plugin -- geomutils"
 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"
+SRC_URI="http://mgltools.scripps.edu/downloads/tars/releases/REL${PV}/mgltools_source_${PV}.tar.gz"
 
 LICENSE="MGLTOOLS"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/mgltools-geomutils/
@ 2013-04-14 14:09 Justin Lecher
  0 siblings, 0 replies; 10+ messages in thread
From: Justin Lecher @ 2013-04-14 14:09 UTC (permalink / raw
  To: gentoo-commits

commit:     b349c9ecbfa9920ea9096281af4d904f7edaa0f7
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 13:33:15 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 13:33:15 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b349c9ec

sci-chemistry/mgltools-geomutils: Correct license

Package-Manager: portage-2.2.0_alpha171

---
 sci-chemistry/mgltools-geomutils/ChangeLog         |    4 ++++
 .../mgltools-geomutils-1.5.4-r1.ebuild             |    4 ++--
 .../mgltools-geomutils-1.5.6.ebuild                |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/sci-chemistry/mgltools-geomutils/ChangeLog b/sci-chemistry/mgltools-geomutils/ChangeLog
index ad4df59..be10833 100644
--- a/sci-chemistry/mgltools-geomutils/ChangeLog
+++ b/sci-chemistry/mgltools-geomutils/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  14 Apr 2013; Justin Lecher <jlec@gentoo.org>
+  mgltools-geomutils-1.5.4-r1.ebuild, mgltools-geomutils-1.5.6.ebuild:
+  Correct license
+
   14 Apr 2013; Justin Lecher <jlec@gentoo.org> mgltools-geomutils-1.5.6.ebuild:
   Fix SRC_URI
 

diff --git a/sci-chemistry/mgltools-geomutils/mgltools-geomutils-1.5.4-r1.ebuild b/sci-chemistry/mgltools-geomutils/mgltools-geomutils-1.5.4-r1.ebuild
index e5ce32a..9aec0b4 100644
--- a/sci-chemistry/mgltools-geomutils/mgltools-geomutils-1.5.4-r1.ebuild
+++ b/sci-chemistry/mgltools-geomutils/mgltools-geomutils-1.5.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -17,7 +17,7 @@ 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.gentooexperimental.org/~jlec/distfiles/mgltools_source_${PV}.tar.gz"
 
-LICENSE="MGLTOOLS"
+LICENSE="MGLTOOLS MPL-1.1"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""

diff --git a/sci-chemistry/mgltools-geomutils/mgltools-geomutils-1.5.6.ebuild b/sci-chemistry/mgltools-geomutils/mgltools-geomutils-1.5.6.ebuild
index e2558b8..60f4094 100644
--- a/sci-chemistry/mgltools-geomutils/mgltools-geomutils-1.5.6.ebuild
+++ b/sci-chemistry/mgltools-geomutils/mgltools-geomutils-1.5.6.ebuild
@@ -17,7 +17,7 @@ DESCRIPTION="MGLTools Plugin -- geomutils"
 HOMEPAGE="http://mgltools.scripps.edu"
 SRC_URI="http://mgltools.scripps.edu/downloads/tars/releases/REL${PV}/mgltools_source_${PV}.tar.gz"
 
-LICENSE="MGLTOOLS"
+LICENSE="MGLTOOLS MPL-1.1"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/mgltools-geomutils/
@ 2013-06-10 11:25 Justin Lecher
  0 siblings, 0 replies; 10+ messages in thread
From: Justin Lecher @ 2013-06-10 11:25 UTC (permalink / raw
  To: gentoo-commits

commit:     567773f5ff49e28e979a0ac6646733507fecb6da
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 10 09:03:11 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Jun 10 09:03:11 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=567773f5

sci-chemistry/mgltools-geomutils: Drop old

Package-Manager: portage-2.2.0_alpha179

---
 sci-chemistry/mgltools-geomutils/ChangeLog         |  4 ++
 .../mgltools-geomutils-1.5.4-r1.ebuild             | 57 ----------------------
 .../mgltools-geomutils-1.5.6.ebuild                |  2 +-
 3 files changed, 5 insertions(+), 58 deletions(-)

diff --git a/sci-chemistry/mgltools-geomutils/ChangeLog b/sci-chemistry/mgltools-geomutils/ChangeLog
index be10833..0a85510 100644
--- a/sci-chemistry/mgltools-geomutils/ChangeLog
+++ b/sci-chemistry/mgltools-geomutils/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  10 Jun 2013; Justin Lecher <jlec@gentoo.org>
+  -mgltools-geomutils-1.5.4-r1.ebuild, mgltools-geomutils-1.5.6.ebuild:
+  Drop old
+
   14 Apr 2013; Justin Lecher <jlec@gentoo.org>
   mgltools-geomutils-1.5.4-r1.ebuild, mgltools-geomutils-1.5.6.ebuild:
   Correct license

diff --git a/sci-chemistry/mgltools-geomutils/mgltools-geomutils-1.5.4-r1.ebuild b/sci-chemistry/mgltools-geomutils/mgltools-geomutils-1.5.4-r1.ebuild
deleted file mode 100644
index 9aec0b4..0000000
--- a/sci-chemistry/mgltools-geomutils/mgltools-geomutils-1.5.4-r1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="3"
-
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit distutils eutils
-
-MY_PN="geomutils"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="mgltools plugin -- geomutils"
-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.gentooexperimental.org/~jlec/distfiles/mgltools_source_${PV}.tar.gz"
-
-LICENSE="MGLTOOLS MPL-1.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-python/numpy"
-DEPEND="${RDEPEND}
-	dev-lang/swig"
-
-RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-*"
-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() {
-	find "${S}" -name CVS -type d -exec rm -rf '{}' \; >& /dev/null
-	find "${S}" -name LICENSE -type f -exec rm -f '{}' \; >& /dev/null
-
-	sed  \
-		-e 's:^.*CVS:#&1:g' \
-		-e 's:^.*LICENSE:#&1:g' \
-		-i "${S}"/MANIFEST.in
-
-	epatch "${FILESDIR}"/${PV}-gcc4.3.patch
-	epatch "${FILESDIR}"/${PV}-impl-dec.patch
-	distutils_src_prepare
-}
-
-pkg_postinst() {
-	python_mod_optimize ${MY_PN}
-}
-
-pkg_postrm() {
-	python_mod_cleanup ${MY_PN}
-}

diff --git a/sci-chemistry/mgltools-geomutils/mgltools-geomutils-1.5.6.ebuild b/sci-chemistry/mgltools-geomutils/mgltools-geomutils-1.5.6.ebuild
index 60f4094..697b73c 100644
--- a/sci-chemistry/mgltools-geomutils/mgltools-geomutils-1.5.6.ebuild
+++ b/sci-chemistry/mgltools-geomutils/mgltools-geomutils-1.5.6.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_5,2_6,2_7} )
+PYTHON_COMPAT=( python{2_6,2_7} )
 
 inherit distutils-r1 eutils
 


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/mgltools-geomutils/
@ 2013-06-10 11:57 Justin Lecher
  0 siblings, 0 replies; 10+ messages in thread
From: Justin Lecher @ 2013-06-10 11:57 UTC (permalink / raw
  To: gentoo-commits

commit:     d2280f677a154da68ea0dd06c7e8733293750a99
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 10 09:03:11 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Jun 10 11:29:24 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d2280f67

sci-chemistry/mgltools-geomutils: Drop old

Package-Manager: portage-2.2.0_alpha179

---
 sci-chemistry/mgltools-geomutils/ChangeLog         |  4 ++
 .../mgltools-geomutils-1.5.4-r1.ebuild             | 57 ----------------------
 .../mgltools-geomutils-1.5.6.ebuild                |  2 +-
 3 files changed, 5 insertions(+), 58 deletions(-)

diff --git a/sci-chemistry/mgltools-geomutils/ChangeLog b/sci-chemistry/mgltools-geomutils/ChangeLog
index be10833..0a85510 100644
--- a/sci-chemistry/mgltools-geomutils/ChangeLog
+++ b/sci-chemistry/mgltools-geomutils/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  10 Jun 2013; Justin Lecher <jlec@gentoo.org>
+  -mgltools-geomutils-1.5.4-r1.ebuild, mgltools-geomutils-1.5.6.ebuild:
+  Drop old
+
   14 Apr 2013; Justin Lecher <jlec@gentoo.org>
   mgltools-geomutils-1.5.4-r1.ebuild, mgltools-geomutils-1.5.6.ebuild:
   Correct license

diff --git a/sci-chemistry/mgltools-geomutils/mgltools-geomutils-1.5.4-r1.ebuild b/sci-chemistry/mgltools-geomutils/mgltools-geomutils-1.5.4-r1.ebuild
deleted file mode 100644
index 9aec0b4..0000000
--- a/sci-chemistry/mgltools-geomutils/mgltools-geomutils-1.5.4-r1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="3"
-
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit distutils eutils
-
-MY_PN="geomutils"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="mgltools plugin -- geomutils"
-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.gentooexperimental.org/~jlec/distfiles/mgltools_source_${PV}.tar.gz"
-
-LICENSE="MGLTOOLS MPL-1.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-python/numpy"
-DEPEND="${RDEPEND}
-	dev-lang/swig"
-
-RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-*"
-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() {
-	find "${S}" -name CVS -type d -exec rm -rf '{}' \; >& /dev/null
-	find "${S}" -name LICENSE -type f -exec rm -f '{}' \; >& /dev/null
-
-	sed  \
-		-e 's:^.*CVS:#&1:g' \
-		-e 's:^.*LICENSE:#&1:g' \
-		-i "${S}"/MANIFEST.in
-
-	epatch "${FILESDIR}"/${PV}-gcc4.3.patch
-	epatch "${FILESDIR}"/${PV}-impl-dec.patch
-	distutils_src_prepare
-}
-
-pkg_postinst() {
-	python_mod_optimize ${MY_PN}
-}
-
-pkg_postrm() {
-	python_mod_cleanup ${MY_PN}
-}

diff --git a/sci-chemistry/mgltools-geomutils/mgltools-geomutils-1.5.6.ebuild b/sci-chemistry/mgltools-geomutils/mgltools-geomutils-1.5.6.ebuild
index 60f4094..697b73c 100644
--- a/sci-chemistry/mgltools-geomutils/mgltools-geomutils-1.5.6.ebuild
+++ b/sci-chemistry/mgltools-geomutils/mgltools-geomutils-1.5.6.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_5,2_6,2_7} )
+PYTHON_COMPAT=( python{2_6,2_7} )
 
 inherit distutils-r1 eutils
 


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/mgltools-geomutils/
@ 2015-03-25 17:34 Justin Lecher
  0 siblings, 0 replies; 10+ messages in thread
From: Justin Lecher @ 2015-03-25 17:34 UTC (permalink / raw
  To: gentoo-commits

commit:     c0129ced1fa6db3f3151af357854bb5c9017ecc8
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 25 17:14:34 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Mar 25 17:14:34 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=c0129ced

sci-chemistry/mgltools-geomutils: Add missing die

Package-Manager: portage-2.2.18

 sci-chemistry/mgltools-geomutils/ChangeLog                       | 3 +++
 sci-chemistry/mgltools-geomutils/mgltools-geomutils-1.5.6.ebuild | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/sci-chemistry/mgltools-geomutils/ChangeLog b/sci-chemistry/mgltools-geomutils/ChangeLog
index 418d573..15c9059 100644
--- a/sci-chemistry/mgltools-geomutils/ChangeLog
+++ b/sci-chemistry/mgltools-geomutils/ChangeLog
@@ -3,6 +3,9 @@
 # $Header: $
 
   25 Mar 2015; Justin Lecher <jlec@gentoo.org> mgltools-geomutils-1.5.6.ebuild:
+  sci-chemistry/mgltools-geomutils: Add missing die
+
+  25 Mar 2015; Justin Lecher <jlec@gentoo.org> mgltools-geomutils-1.5.6.ebuild:
   sci-chemistry/mgltools-geomutils: Drop PYTHON_MODNAME and support for
   python2_6
 

diff --git a/sci-chemistry/mgltools-geomutils/mgltools-geomutils-1.5.6.ebuild b/sci-chemistry/mgltools-geomutils/mgltools-geomutils-1.5.6.ebuild
index 023c781..66eb7c4 100644
--- a/sci-chemistry/mgltools-geomutils/mgltools-geomutils-1.5.6.ebuild
+++ b/sci-chemistry/mgltools-geomutils/mgltools-geomutils-1.5.6.ebuild
@@ -27,8 +27,8 @@ DEPEND="${RDEPEND}
 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
+	tar xzpf "${DISTDIR}"/${A} mgltools_source_${PV/_/}/MGLPACKS/${MY_P}.tar.gz || die
+	tar xzpf mgltools_source_${PV/_/}/MGLPACKS/${MY_P}.tar.gz || die
 }
 
 python_prepare_all() {


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-03-25 17:34 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-08 15:22 [gentoo-commits] proj/sci:master commit in: sci-chemistry/mgltools-geomutils/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2012-03-07 11:10 Justin Lecher
2012-04-27 12:40 Justin Lecher
2013-01-27 19:22 Justin Lecher
2013-04-12 15:01 Justin Lecher
2013-04-14 13:17 Justin Lecher
2013-04-14 14:09 Justin Lecher
2013-06-10 11:25 Justin Lecher
2013-06-10 11:57 Justin Lecher
2015-03-25 17:34 Justin Lecher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox