public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/mgltools-webservices/
@ 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:     a2080819a0560456750cdc8948c5e51533921172
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  6 16:19:57 2012 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jan  6 16:19:57 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a2080819

Version Bump, #373679

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

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

diff --git a/sci-chemistry/mgltools-webservices/ChangeLog b/sci-chemistry/mgltools-webservices/ChangeLog
index 685d4c9..8ce5cca 100644
--- a/sci-chemistry/mgltools-webservices/ChangeLog
+++ b/sci-chemistry/mgltools-webservices/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for sci-chemistry/mgltools-webservices
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*mgltools-webservices-1.5.6_rc2 (06 Jan 2012)
+
+  06 Jan 2012; Justin Lecher <jlec@gentoo.org>
+  +mgltools-webservices-1.5.6_rc2.ebuild, metadata.xml:
+  Version Bump, #373679
+
 *mgltools-webservices-1.5.4-r2 (29 Jun 2010)
 
   29 Jun 2010; Justin Lecher <jlec@gentoo.org>

diff --git a/sci-chemistry/mgltools-webservices/metadata.xml b/sci-chemistry/mgltools-webservices/metadata.xml
index efb490d..d747d72 100644
--- a/sci-chemistry/mgltools-webservices/metadata.xml
+++ b/sci-chemistry/mgltools-webservices/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-webservices/mgltools-webservices-1.5.6_rc2.ebuild b/sci-chemistry/mgltools-webservices/mgltools-webservices-1.5.6_rc2.ebuild
new file mode 100644
index 0000000..bf67ded
--- /dev/null
+++ b/sci-chemistry/mgltools-webservices/mgltools-webservices-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="WebServices"
+MY_P="${MY_PN}-${PV/_rc2/}"
+
+PYTHON_MODNAME="${MY_PN}"
+
+DESCRIPTION="MGLTools Plugin -- WebServices"
+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/zsi"
+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() {
+	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-webservices/
@ 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:     a33d05a6c511bf8cdbbe7d0efb917c51a80d19e1
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  7 11:10:09 2012 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Mar  7 11:10:09 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a33d05a6

Removed maintainer, as herd is enough

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

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

diff --git a/sci-chemistry/mgltools-webservices/ChangeLog b/sci-chemistry/mgltools-webservices/ChangeLog
index 8ce5cca..5438733 100644
--- a/sci-chemistry/mgltools-webservices/ChangeLog
+++ b/sci-chemistry/mgltools-webservices/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-webservices-1.5.6_rc2 (06 Jan 2012)
 
   06 Jan 2012; Justin Lecher <jlec@gentoo.org>

diff --git a/sci-chemistry/mgltools-webservices/metadata.xml b/sci-chemistry/mgltools-webservices/metadata.xml
index 0c3126c..e42d0af 100644
--- a/sci-chemistry/mgltools-webservices/metadata.xml
+++ b/sci-chemistry/mgltools-webservices/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-webservices/
@ 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:     8030bff50f2262b75fb075c305f788727d1f631b
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 27 12:40:19 2012 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Apr 27 12:40:19 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=8030bff5

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

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

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

diff --git a/sci-chemistry/mgltools-webservices/ChangeLog b/sci-chemistry/mgltools-webservices/ChangeLog
index 5438733..c76f5d0 100644
--- a/sci-chemistry/mgltools-webservices/ChangeLog
+++ b/sci-chemistry/mgltools-webservices/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-webservices-1.5.4-r2.ebuild, mgltools-webservices-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-webservices/mgltools-webservices-1.5.4-r2.ebuild b/sci-chemistry/mgltools-webservices/mgltools-webservices-1.5.4-r2.ebuild
index ae13d65..6fde059 100644
--- a/sci-chemistry/mgltools-webservices/mgltools-webservices-1.5.4-r2.ebuild
+++ b/sci-chemistry/mgltools-webservices/mgltools-webservices-1.5.4-r2.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="
 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-webservices/mgltools-webservices-1.5.6_rc2.ebuild b/sci-chemistry/mgltools-webservices/mgltools-webservices-1.5.6_rc2.ebuild
index bf67ded..9a781d4 100644
--- a/sci-chemistry/mgltools-webservices/mgltools-webservices-1.5.6_rc2.ebuild
+++ b/sci-chemistry/mgltools-webservices/mgltools-webservices-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
 



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

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/mgltools-webservices/
@ 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:     5bafaeb1e5f61dddb94a18a8cdde05af3275e5a6
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 27 18:54:26 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Jan 27 18:54:26 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5bafaeb1

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

Package-Manager: portage-2.2.0_alpha161

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

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

diff --git a/sci-chemistry/mgltools-webservices/metadata.xml b/sci-chemistry/mgltools-webservices/metadata.xml
index e42d0af..51fdeda 100644
--- a/sci-chemistry/mgltools-webservices/metadata.xml
+++ b/sci-chemistry/mgltools-webservices/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-webservices/mgltools-webservices-1.5.6_rc3.ebuild b/sci-chemistry/mgltools-webservices/mgltools-webservices-1.5.6_rc3.ebuild
new file mode 100644
index 0000000..ef9f617
--- /dev/null
+++ b/sci-chemistry/mgltools-webservices/mgltools-webservices-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="WebServices"
+MY_P="${MY_PN}-${PV/_rc3/}"
+
+PYTHON_MODNAME="${MY_PN}"
+
+DESCRIPTION="MGLTools Plugin -- WebServices"
+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/zsi"
+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-webservices/
@ 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:     6f75f89392c3a32e1c7707a7fb1b4a01c6ea9707
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 13:14:58 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 13:14:58 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6f75f893

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

Package-Manager: portage-2.2.0_alpha171

---
 sci-chemistry/mgltools-webservices/ChangeLog       |    7 +++
 ...c3.ebuild => mgltools-webservices-1.5.6.ebuild} |    3 +-
 .../mgltools-webservices-1.5.6_rc2.ebuild          |   49 --------------------
 3 files changed, 8 insertions(+), 51 deletions(-)

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

diff --git a/sci-chemistry/mgltools-webservices/mgltools-webservices-1.5.6_rc3.ebuild b/sci-chemistry/mgltools-webservices/mgltools-webservices-1.5.6.ebuild
similarity index 82%
rename from sci-chemistry/mgltools-webservices/mgltools-webservices-1.5.6_rc3.ebuild
rename to sci-chemistry/mgltools-webservices/mgltools-webservices-1.5.6.ebuild
index ef9f617..fab0894 100644
--- a/sci-chemistry/mgltools-webservices/mgltools-webservices-1.5.6_rc3.ebuild
+++ b/sci-chemistry/mgltools-webservices/mgltools-webservices-1.5.6.ebuild
@@ -15,8 +15,7 @@ PYTHON_MODNAME="${MY_PN}"
 
 DESCRIPTION="MGLTools Plugin -- WebServices"
 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"

diff --git a/sci-chemistry/mgltools-webservices/mgltools-webservices-1.5.6_rc2.ebuild b/sci-chemistry/mgltools-webservices/mgltools-webservices-1.5.6_rc2.ebuild
deleted file mode 100644
index 9a781d4..0000000
--- a/sci-chemistry/mgltools-webservices/mgltools-webservices-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="WebServices"
-MY_P="${MY_PN}-${PV/_rc2/}"
-
-PYTHON_MODNAME="${MY_PN}"
-
-DESCRIPTION="MGLTools Plugin -- WebServices"
-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/zsi"
-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() {
-	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-webservices/
@ 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:     5f323f1304c71be6745e8d50e0f92236594476d5
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 13:40:40 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 13:40:40 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5f323f13

sci-chemistry/mgltools-webservices: Correct license

Package-Manager: portage-2.2.0_alpha171

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

diff --git a/sci-chemistry/mgltools-webservices/ChangeLog b/sci-chemistry/mgltools-webservices/ChangeLog
index 92dd61a..b5c6120 100644
--- a/sci-chemistry/mgltools-webservices/ChangeLog
+++ b/sci-chemistry/mgltools-webservices/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-webservices-1.5.4-r2.ebuild, mgltools-webservices-1.5.6.ebuild:
+  Correct license
+
 *mgltools-webservices-1.5.6 (14 Apr 2013)
 
   14 Apr 2013; Justin Lecher <jlec@gentoo.org>

diff --git a/sci-chemistry/mgltools-webservices/mgltools-webservices-1.5.4-r2.ebuild b/sci-chemistry/mgltools-webservices/mgltools-webservices-1.5.4-r2.ebuild
index 6fde059..0777542 100644
--- a/sci-chemistry/mgltools-webservices/mgltools-webservices-1.5.4-r2.ebuild
+++ b/sci-chemistry/mgltools-webservices/mgltools-webservices-1.5.4-r2.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: $
 
@@ -16,7 +16,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-webservices/mgltools-webservices-1.5.6.ebuild b/sci-chemistry/mgltools-webservices/mgltools-webservices-1.5.6.ebuild
index fab0894..39062c5 100644
--- a/sci-chemistry/mgltools-webservices/mgltools-webservices-1.5.6.ebuild
+++ b/sci-chemistry/mgltools-webservices/mgltools-webservices-1.5.6.ebuild
@@ -17,7 +17,7 @@ DESCRIPTION="MGLTools Plugin -- WebServices"
 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-webservices/
@ 2013-04-15  6:17 Justin Lecher
  0 siblings, 0 replies; 10+ messages in thread
From: Justin Lecher @ 2013-04-15  6:17 UTC (permalink / raw
  To: gentoo-commits

commit:     aab2e7c97401c6deac2df76595491e9046fa6954
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 15 06:14:31 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Apr 15 06:14:31 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=aab2e7c9

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

Package-Manager: portage-2.2.0_alpha173

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

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

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

diff --git a/sci-chemistry/mgltools-webservices/mgltools-webservices-1.5.6_rc2.ebuild b/sci-chemistry/mgltools-webservices/mgltools-webservices-1.5.6_rc2.ebuild
deleted file mode 100644
index 9a781d4..0000000
--- a/sci-chemistry/mgltools-webservices/mgltools-webservices-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="WebServices"
-MY_P="${MY_PN}-${PV/_rc2/}"
-
-PYTHON_MODNAME="${MY_PN}"
-
-DESCRIPTION="MGLTools Plugin -- WebServices"
-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/zsi"
-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() {
-	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-webservices/
@ 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:     b9f01e61f4cac38ed3a03f89afc7249b9438bdf0
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 10 10:31:05 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Jun 10 10:31:05 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b9f01e61

sci-chemistry/mgltools-webservices: Drop old

Package-Manager: portage-2.2.0_alpha179

---
 sci-chemistry/mgltools-webservices/ChangeLog       |  4 ++
 .../mgltools-webservices-1.5.4-r2.ebuild           | 50 ----------------------
 .../mgltools-webservices-1.5.6.ebuild              |  2 +-
 3 files changed, 5 insertions(+), 51 deletions(-)

diff --git a/sci-chemistry/mgltools-webservices/ChangeLog b/sci-chemistry/mgltools-webservices/ChangeLog
index b5c6120..d48d146 100644
--- a/sci-chemistry/mgltools-webservices/ChangeLog
+++ b/sci-chemistry/mgltools-webservices/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-webservices-1.5.4-r2.ebuild, mgltools-webservices-1.5.6.ebuild:
+  Drop old
+
   14 Apr 2013; Justin Lecher <jlec@gentoo.org>
   mgltools-webservices-1.5.4-r2.ebuild, mgltools-webservices-1.5.6.ebuild:
   Correct license

diff --git a/sci-chemistry/mgltools-webservices/mgltools-webservices-1.5.4-r2.ebuild b/sci-chemistry/mgltools-webservices/mgltools-webservices-1.5.4-r2.ebuild
deleted file mode 100644
index 0777542..0000000
--- a/sci-chemistry/mgltools-webservices/mgltools-webservices-1.5.4-r2.ebuild
+++ /dev/null
@@ -1,50 +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
-
-MY_PN="WebServices"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="mgltools plugin -- WebServices"
-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/zsi"
-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
-	distutils_src_prepare
-}
-
-pkg_postinst() {
-	python_mod_optimize ${MY_PN}
-}

diff --git a/sci-chemistry/mgltools-webservices/mgltools-webservices-1.5.6.ebuild b/sci-chemistry/mgltools-webservices/mgltools-webservices-1.5.6.ebuild
index 39062c5..5f82fca 100644
--- a/sci-chemistry/mgltools-webservices/mgltools-webservices-1.5.6.ebuild
+++ b/sci-chemistry/mgltools-webservices/mgltools-webservices-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-webservices/
@ 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:     25c98a40ae5946e73c2891c86a3148dbd2db62aa
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 10 10:31:05 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=25c98a40

sci-chemistry/mgltools-webservices: Drop old

Package-Manager: portage-2.2.0_alpha179

---
 sci-chemistry/mgltools-webservices/ChangeLog       |  4 ++
 .../mgltools-webservices-1.5.4-r2.ebuild           | 50 ----------------------
 .../mgltools-webservices-1.5.6.ebuild              |  2 +-
 3 files changed, 5 insertions(+), 51 deletions(-)

diff --git a/sci-chemistry/mgltools-webservices/ChangeLog b/sci-chemistry/mgltools-webservices/ChangeLog
index b5c6120..d48d146 100644
--- a/sci-chemistry/mgltools-webservices/ChangeLog
+++ b/sci-chemistry/mgltools-webservices/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-webservices-1.5.4-r2.ebuild, mgltools-webservices-1.5.6.ebuild:
+  Drop old
+
   14 Apr 2013; Justin Lecher <jlec@gentoo.org>
   mgltools-webservices-1.5.4-r2.ebuild, mgltools-webservices-1.5.6.ebuild:
   Correct license

diff --git a/sci-chemistry/mgltools-webservices/mgltools-webservices-1.5.4-r2.ebuild b/sci-chemistry/mgltools-webservices/mgltools-webservices-1.5.4-r2.ebuild
deleted file mode 100644
index 0777542..0000000
--- a/sci-chemistry/mgltools-webservices/mgltools-webservices-1.5.4-r2.ebuild
+++ /dev/null
@@ -1,50 +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
-
-MY_PN="WebServices"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="mgltools plugin -- WebServices"
-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/zsi"
-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
-	distutils_src_prepare
-}
-
-pkg_postinst() {
-	python_mod_optimize ${MY_PN}
-}

diff --git a/sci-chemistry/mgltools-webservices/mgltools-webservices-1.5.6.ebuild b/sci-chemistry/mgltools-webservices/mgltools-webservices-1.5.6.ebuild
index 39062c5..5f82fca 100644
--- a/sci-chemistry/mgltools-webservices/mgltools-webservices-1.5.6.ebuild
+++ b/sci-chemistry/mgltools-webservices/mgltools-webservices-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-webservices/
@ 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:     598ee313d2b527c649efe84f32293dd7fe460d4e
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 25 17:34:04 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Mar 25 17:34:04 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=598ee313

sci-chemistry/mgltools-webservices: Add missing die

Package-Manager: portage-2.2.18

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

diff --git a/sci-chemistry/mgltools-webservices/ChangeLog b/sci-chemistry/mgltools-webservices/ChangeLog
index 2ce7e95..fc59a49 100644
--- a/sci-chemistry/mgltools-webservices/ChangeLog
+++ b/sci-chemistry/mgltools-webservices/ChangeLog
@@ -4,6 +4,10 @@
 
   25 Mar 2015; Justin Lecher <jlec@gentoo.org>
   mgltools-webservices-1.5.6.ebuild:
+  sci-chemistry/mgltools-webservices: Add missing die
+
+  25 Mar 2015; Justin Lecher <jlec@gentoo.org>
+  mgltools-webservices-1.5.6.ebuild:
   sci-chemistry/mgltools-webservices: Drop PYTHON_MODNAME and support for
   python2_6
 

diff --git a/sci-chemistry/mgltools-webservices/mgltools-webservices-1.5.6.ebuild b/sci-chemistry/mgltools-webservices/mgltools-webservices-1.5.6.ebuild
index 1573e6c..a22280d 100644
--- a/sci-chemistry/mgltools-webservices/mgltools-webservices-1.5.6.ebuild
+++ b/sci-chemistry/mgltools-webservices/mgltools-webservices-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-03-07 11:10 [gentoo-commits] proj/sci:master commit in: sci-chemistry/mgltools-webservices/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2015-03-25 17:34 Justin Lecher
2013-06-10 11:57 Justin Lecher
2013-06-10 11:25 Justin Lecher
2013-04-15  6:17 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-01-08 15:22 Justin Lecher

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