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

Version Bump, #373679

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

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

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

diff --git a/sci-chemistry/mgltools-pyglf/metadata.xml b/sci-chemistry/mgltools-pyglf/metadata.xml
index efb490d..d747d72 100644
--- a/sci-chemistry/mgltools-pyglf/metadata.xml
+++ b/sci-chemistry/mgltools-pyglf/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-pyglf/mgltools-pyglf-1.5.6_rc2.ebuild b/sci-chemistry/mgltools-pyglf/mgltools-pyglf-1.5.6_rc2.ebuild
new file mode 100644
index 0000000..07692a4
--- /dev/null
+++ b/sci-chemistry/mgltools-pyglf/mgltools-pyglf-1.5.6_rc2.ebuild
@@ -0,0 +1,48 @@
+# 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="pyglf"
+MY_P="${MY_PN}-${PV/_rc2/}"
+
+PYTHON_MODNAME="${MY_PN}"
+
+DESCRIPTION="MGLTools Plugin -- pyglf"
+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
+}
+
+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-pyglf/
@ 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:     3bbf0dba5ac82e33ab9f1ffe83ca569fd10045b1
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  7 11:07:18 2012 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Mar  7 11:07:18 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=3bbf0dba

Removed maintainer, as herd is enough

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

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

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

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

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

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

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

diff --git a/sci-chemistry/mgltools-pyglf/ChangeLog b/sci-chemistry/mgltools-pyglf/ChangeLog
index 7da4a8d..5e60b5c 100644
--- a/sci-chemistry/mgltools-pyglf/ChangeLog
+++ b/sci-chemistry/mgltools-pyglf/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-pyglf-1.5.4-r1.ebuild,
+  mgltools-pyglf-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-pyglf/mgltools-pyglf-1.5.4-r1.ebuild b/sci-chemistry/mgltools-pyglf/mgltools-pyglf-1.5.4-r1.ebuild
index 19ce7b1..127ab7c 100644
--- a/sci-chemistry/mgltools-pyglf/mgltools-pyglf-1.5.4-r1.ebuild
+++ b/sci-chemistry/mgltools-pyglf/mgltools-pyglf-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-pyglf/mgltools-pyglf-1.5.6_rc2.ebuild b/sci-chemistry/mgltools-pyglf/mgltools-pyglf-1.5.6_rc2.ebuild
index 07692a4..0a119d2 100644
--- a/sci-chemistry/mgltools-pyglf/mgltools-pyglf-1.5.6_rc2.ebuild
+++ b/sci-chemistry/mgltools-pyglf/mgltools-pyglf-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-pyglf/
@ 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:     c3afeced9e18e024b47b967c91979881c21089f3
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 27 18:10:10 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Jan 27 18:10:10 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c3afeced

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

Package-Manager: portage-2.2.0_alpha161

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

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

diff --git a/sci-chemistry/mgltools-pyglf/metadata.xml b/sci-chemistry/mgltools-pyglf/metadata.xml
index e42d0af..51fdeda 100644
--- a/sci-chemistry/mgltools-pyglf/metadata.xml
+++ b/sci-chemistry/mgltools-pyglf/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-pyglf/mgltools-pyglf-1.5.6_rc3.ebuild b/sci-chemistry/mgltools-pyglf/mgltools-pyglf-1.5.6_rc3.ebuild
new file mode 100644
index 0000000..476ce86
--- /dev/null
+++ b/sci-chemistry/mgltools-pyglf/mgltools-pyglf-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="pyglf"
+MY_P="${MY_PN}-${PV/_rc3/}"
+
+PYTHON_MODNAME="${MY_PN}"
+
+DESCRIPTION="MGLTools Plugin -- pyglf"
+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-pyglf/
@ 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:     10051359535dea1cc93235ec11aae70f02202ada
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 12 13:45:47 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Apr 12 13:45:47 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=10051359

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

Package-Manager: portage-2.2.0_alpha173

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

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

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

diff --git a/sci-chemistry/mgltools-pyglf/mgltools-pyglf-1.5.6_rc2.ebuild b/sci-chemistry/mgltools-pyglf/mgltools-pyglf-1.5.6_rc2.ebuild
deleted file mode 100644
index 0a119d2..0000000
--- a/sci-chemistry/mgltools-pyglf/mgltools-pyglf-1.5.6_rc2.ebuild
+++ /dev/null
@@ -1,48 +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="pyglf"
-MY_P="${MY_PN}-${PV/_rc2/}"
-
-PYTHON_MODNAME="${MY_PN}"
-
-DESCRIPTION="MGLTools Plugin -- pyglf"
-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
-}
-
-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-pyglf/
@ 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:     107bcb85f42f88adf5d93885e1439b8cd73188c2
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 13:05:54 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 13:05:54 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=107bcb85

sci-chemistry/mgltools-pyglf: Fix SRC_URI

Package-Manager: portage-2.2.0_alpha171

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

diff --git a/sci-chemistry/mgltools-pyglf/ChangeLog b/sci-chemistry/mgltools-pyglf/ChangeLog
index 51c8067..4798c5a 100644
--- a/sci-chemistry/mgltools-pyglf/ChangeLog
+++ b/sci-chemistry/mgltools-pyglf/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-pyglf-1.5.6.ebuild:
+  Fix SRC_URI
+
 *mgltools-pyglf-1.5.6 (12 Apr 2013)
 
   12 Apr 2013; Justin Lecher <jlec@gentoo.org>

diff --git a/sci-chemistry/mgltools-pyglf/mgltools-pyglf-1.5.6.ebuild b/sci-chemistry/mgltools-pyglf/mgltools-pyglf-1.5.6.ebuild
index 476ce86..c8d72d1 100644
--- a/sci-chemistry/mgltools-pyglf/mgltools-pyglf-1.5.6.ebuild
+++ b/sci-chemistry/mgltools-pyglf/mgltools-pyglf-1.5.6.ebuild
@@ -15,8 +15,7 @@ PYTHON_MODNAME="${MY_PN}"
 
 DESCRIPTION="MGLTools Plugin -- pyglf"
 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-pyglf/
@ 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:     89c51ad865d2060f609b9c2586a9babdad396115
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 13:36:08 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 13:36:08 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=89c51ad8

sci-chemistry/mgltools-pyglf: Correct license

Package-Manager: portage-2.2.0_alpha171

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

diff --git a/sci-chemistry/mgltools-pyglf/ChangeLog b/sci-chemistry/mgltools-pyglf/ChangeLog
index 4798c5a..0290b0a 100644
--- a/sci-chemistry/mgltools-pyglf/ChangeLog
+++ b/sci-chemistry/mgltools-pyglf/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-pyglf-1.5.4-r1.ebuild,
+  mgltools-pyglf-1.5.6.ebuild:
+  Correct license
+
   14 Apr 2013; Justin Lecher <jlec@gentoo.org> mgltools-pyglf-1.5.6.ebuild:
   Fix SRC_URI
 

diff --git a/sci-chemistry/mgltools-pyglf/mgltools-pyglf-1.5.4-r1.ebuild b/sci-chemistry/mgltools-pyglf/mgltools-pyglf-1.5.4-r1.ebuild
index 127ab7c..d74853f 100644
--- a/sci-chemistry/mgltools-pyglf/mgltools-pyglf-1.5.4-r1.ebuild
+++ b/sci-chemistry/mgltools-pyglf/mgltools-pyglf-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-pyglf/mgltools-pyglf-1.5.6.ebuild b/sci-chemistry/mgltools-pyglf/mgltools-pyglf-1.5.6.ebuild
index c8d72d1..6c5699c 100644
--- a/sci-chemistry/mgltools-pyglf/mgltools-pyglf-1.5.6.ebuild
+++ b/sci-chemistry/mgltools-pyglf/mgltools-pyglf-1.5.6.ebuild
@@ -17,7 +17,7 @@ DESCRIPTION="MGLTools Plugin -- pyglf"
 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-pyglf/
@ 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:     a3c3bdaf7127e950d6073827f62508c951494f98
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 10 09:55:26 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Jun 10 09:55:26 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a3c3bdaf

sci-chemistry/mgltools-pyglf: Drop old

Package-Manager: portage-2.2.0_alpha179

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

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

diff --git a/sci-chemistry/mgltools-pyglf/mgltools-pyglf-1.5.4-r1.ebuild b/sci-chemistry/mgltools-pyglf/mgltools-pyglf-1.5.4-r1.ebuild
deleted file mode 100644
index d74853f..0000000
--- a/sci-chemistry/mgltools-pyglf/mgltools-pyglf-1.5.4-r1.ebuild
+++ /dev/null
@@ -1,54 +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="pyglf"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="mgltools plugin -- pyglf"
-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
-	distutils_src_prepare
-}
-
-pkg_postinst() {
-	python_mod_optimize ${MY_PN}
-}
-
-pkg_postrm() {
-	python_mod_cleanup ${MY_PN}
-}

diff --git a/sci-chemistry/mgltools-pyglf/mgltools-pyglf-1.5.6.ebuild b/sci-chemistry/mgltools-pyglf/mgltools-pyglf-1.5.6.ebuild
index 6c5699c..c20c3f6 100644
--- a/sci-chemistry/mgltools-pyglf/mgltools-pyglf-1.5.6.ebuild
+++ b/sci-chemistry/mgltools-pyglf/mgltools-pyglf-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-pyglf/
@ 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:     49f1fe9643e65bcc548d5bdc136a94fe7d6d9e74
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 10 09:55:26 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=49f1fe96

sci-chemistry/mgltools-pyglf: Drop old

Package-Manager: portage-2.2.0_alpha179

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

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

diff --git a/sci-chemistry/mgltools-pyglf/mgltools-pyglf-1.5.4-r1.ebuild b/sci-chemistry/mgltools-pyglf/mgltools-pyglf-1.5.4-r1.ebuild
deleted file mode 100644
index d74853f..0000000
--- a/sci-chemistry/mgltools-pyglf/mgltools-pyglf-1.5.4-r1.ebuild
+++ /dev/null
@@ -1,54 +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="pyglf"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="mgltools plugin -- pyglf"
-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
-	distutils_src_prepare
-}
-
-pkg_postinst() {
-	python_mod_optimize ${MY_PN}
-}
-
-pkg_postrm() {
-	python_mod_cleanup ${MY_PN}
-}

diff --git a/sci-chemistry/mgltools-pyglf/mgltools-pyglf-1.5.6.ebuild b/sci-chemistry/mgltools-pyglf/mgltools-pyglf-1.5.6.ebuild
index 6c5699c..c20c3f6 100644
--- a/sci-chemistry/mgltools-pyglf/mgltools-pyglf-1.5.6.ebuild
+++ b/sci-chemistry/mgltools-pyglf/mgltools-pyglf-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-pyglf/
@ 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:     b11f56755b8dea634bdc6a72927004064105ba05
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 25 17:21:41 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Mar 25 17:21:41 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=b11f5675

sci-chemistry/mgltools-pyglf: Add missing die

Package-Manager: portage-2.2.18

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

diff --git a/sci-chemistry/mgltools-pyglf/ChangeLog b/sci-chemistry/mgltools-pyglf/ChangeLog
index 862a92c..dc0e429 100644
--- a/sci-chemistry/mgltools-pyglf/ChangeLog
+++ b/sci-chemistry/mgltools-pyglf/ChangeLog
@@ -3,6 +3,9 @@
 # $Header: $
 
   25 Mar 2015; Justin Lecher <jlec@gentoo.org> mgltools-pyglf-1.5.6.ebuild:
+  sci-chemistry/mgltools-pyglf: Add missing die
+
+  25 Mar 2015; Justin Lecher <jlec@gentoo.org> mgltools-pyglf-1.5.6.ebuild:
   sci-chemistry/mgltools-pyglf: Drop PYTHON_MODNAME and support for python2_6
 
   10 Jun 2013; Justin Lecher <jlec@gentoo.org> -mgltools-pyglf-1.5.4-r1.ebuild,

diff --git a/sci-chemistry/mgltools-pyglf/mgltools-pyglf-1.5.6.ebuild b/sci-chemistry/mgltools-pyglf/mgltools-pyglf-1.5.6.ebuild
index 29843be..144115d 100644
--- a/sci-chemistry/mgltools-pyglf/mgltools-pyglf-1.5.6.ebuild
+++ b/sci-chemistry/mgltools-pyglf/mgltools-pyglf-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:35 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-12 15:01 [gentoo-commits] proj/sci:master commit in: sci-chemistry/mgltools-pyglf/ 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-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
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