public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/mgltools-gle/
@ 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:     7aa972c3136d36308215a0de0a8fe9688ef930fb
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  8 14:32:17 2012 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Jan  8 14:32:17 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=7aa972c3

Version Bump, #373679

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

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

diff --git a/sci-chemistry/mgltools-gle/ChangeLog b/sci-chemistry/mgltools-gle/ChangeLog
index de89fe9..dddbf3e 100644
--- a/sci-chemistry/mgltools-gle/ChangeLog
+++ b/sci-chemistry/mgltools-gle/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for sci-chemistry/mgltools-gle
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*mgltools-gle-1.5.6_rc2 (08 Jan 2012)
+
+  08 Jan 2012; Justin Lecher <jlec@gentoo.org> +mgltools-gle-1.5.6_rc2.ebuild,
+  metadata.xml:
+  Version Bump, #373679
+
   19 Sep 2010; Justin Lecher <jlec@gentoo.org> mgltools-gle-1.5.4-r1.ebuild:
   virtual/glut -> media-libs/freeglut & virtual/glu -> virtual/opengl
   Correction

diff --git a/sci-chemistry/mgltools-gle/metadata.xml b/sci-chemistry/mgltools-gle/metadata.xml
index efb490d..d747d72 100644
--- a/sci-chemistry/mgltools-gle/metadata.xml
+++ b/sci-chemistry/mgltools-gle/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-gle/mgltools-gle-1.5.6_rc2.ebuild b/sci-chemistry/mgltools-gle/mgltools-gle-1.5.6_rc2.ebuild
new file mode 100644
index 0000000..3aa54ee
--- /dev/null
+++ b/sci-chemistry/mgltools-gle/mgltools-gle-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="gle"
+MY_P="${MY_PN}-${PV/_rc2/}"
+
+PYTHON_MODNAME="${MY_PN}"
+
+DESCRIPTION="MGLTools Plugin -- gle"
+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="virtual/opengl"
+DEPEND="${RDEPEND}
+	dev-lang/swig"
+
+S="${WORKDIR}"/${MY_P}
+
+src_unpack() {
+	tar xzpf "${DISTDIR}"/${A} mgltools_source_${PV/_/}/MGLPACKS/${MY_P}.tar.gz
+	tar xzpf mgltools_source_${PV/_/}/MGLPACKS/${MY_P}.tar.gz
+}
+
+src_prepare() {
+	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-gle/
@ 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:     fae70af9a2f4dd20b038f8bdaf66f6acb148ad5b
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  7 11:05:43 2012 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Mar  7 11:05:43 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=fae70af9

Removed maintainer, as herd is enough

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

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

diff --git a/sci-chemistry/mgltools-gle/ChangeLog b/sci-chemistry/mgltools-gle/ChangeLog
index dddbf3e..705a63e 100644
--- a/sci-chemistry/mgltools-gle/ChangeLog
+++ b/sci-chemistry/mgltools-gle/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-gle-1.5.6_rc2 (08 Jan 2012)
 
   08 Jan 2012; Justin Lecher <jlec@gentoo.org> +mgltools-gle-1.5.6_rc2.ebuild,

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

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

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

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

diff --git a/sci-chemistry/mgltools-gle/ChangeLog b/sci-chemistry/mgltools-gle/ChangeLog
index 705a63e..19eb892 100644
--- a/sci-chemistry/mgltools-gle/ChangeLog
+++ b/sci-chemistry/mgltools-gle/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-gle-1.5.4-r1.ebuild,
+  mgltools-gle-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-gle/mgltools-gle-1.5.4-r1.ebuild b/sci-chemistry/mgltools-gle/mgltools-gle-1.5.4-r1.ebuild
index 43b898c..97ae3df 100644
--- a/sci-chemistry/mgltools-gle/mgltools-gle-1.5.4-r1.ebuild
+++ b/sci-chemistry/mgltools-gle/mgltools-gle-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: $
 
@@ -25,7 +25,7 @@ RDEPEND="virtual/opengl"
 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-gle/mgltools-gle-1.5.6_rc2.ebuild b/sci-chemistry/mgltools-gle/mgltools-gle-1.5.6_rc2.ebuild
index 3aa54ee..245a16a 100644
--- a/sci-chemistry/mgltools-gle/mgltools-gle-1.5.6_rc2.ebuild
+++ b/sci-chemistry/mgltools-gle/mgltools-gle-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-gle/
@ 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:     25054240055aa1a336b8fb40625b73f546b5ff42
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 27 17:28:56 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Jan 27 17:28:56 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=25054240

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

Package-Manager: portage-2.2.0_alpha161

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

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

diff --git a/sci-chemistry/mgltools-gle/metadata.xml b/sci-chemistry/mgltools-gle/metadata.xml
index e42d0af..51fdeda 100644
--- a/sci-chemistry/mgltools-gle/metadata.xml
+++ b/sci-chemistry/mgltools-gle/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-gle/mgltools-gle-1.5.6_rc3.ebuild b/sci-chemistry/mgltools-gle/mgltools-gle-1.5.6_rc3.ebuild
new file mode 100644
index 0000000..73328fb
--- /dev/null
+++ b/sci-chemistry/mgltools-gle/mgltools-gle-1.5.6_rc3.ebuild
@@ -0,0 +1,47 @@
+# 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} )
+PYTHON_REQ_USE="tk"
+
+inherit distutils-r1 eutils
+
+MY_PN="gle"
+MY_P="${MY_PN}-${PV/_rc3/}"
+
+PYTHON_MODNAME="${MY_PN}"
+
+DESCRIPTION="MGLTools Plugin -- gle"
+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="virtual/opengl"
+DEPEND="${RDEPEND}
+	dev-lang/swig"
+
+S="${WORKDIR}"/${MY_P}
+
+src_unpack() {
+	tar xzpf "${DISTDIR}"/${A} mgltools_source_${PV/_/}/MGLPACKS/${MY_P}.tar.gz
+	tar xzpf mgltools_source_${PV/_/}/MGLPACKS/${MY_P}.tar.gz
+}
+
+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-gle/
@ 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:     fb5e20f4373e16262ced237c95d28b84c25c7a4b
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 12 12:42:10 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Apr 12 12:42:10 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=fb5e20f4

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

Package-Manager: portage-2.2.0_alpha173

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

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

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

diff --git a/sci-chemistry/mgltools-gle/mgltools-gle-1.5.6_rc2.ebuild b/sci-chemistry/mgltools-gle/mgltools-gle-1.5.6_rc2.ebuild
deleted file mode 100644
index 245a16a..0000000
--- a/sci-chemistry/mgltools-gle/mgltools-gle-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="gle"
-MY_P="${MY_PN}-${PV/_rc2/}"
-
-PYTHON_MODNAME="${MY_PN}"
-
-DESCRIPTION="MGLTools Plugin -- gle"
-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="virtual/opengl"
-DEPEND="${RDEPEND}
-	dev-lang/swig"
-
-S="${WORKDIR}"/${MY_P}
-
-src_unpack() {
-	tar xzpf "${DISTDIR}"/${A} mgltools_source_${PV/_/}/MGLPACKS/${MY_P}.tar.gz
-	tar xzpf mgltools_source_${PV/_/}/MGLPACKS/${MY_P}.tar.gz
-}
-
-src_prepare() {
-	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-gle/
@ 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:     2c19e891a9eabda634268184ac0780e633cc2fba
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 13:03:31 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 13:03:31 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=2c19e891

sci-chemistry/mgltools-gle: Fix SRC_URI

Package-Manager: portage-2.2.0_alpha171

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

diff --git a/sci-chemistry/mgltools-gle/ChangeLog b/sci-chemistry/mgltools-gle/ChangeLog
index 36be5f8..c19fc80 100644
--- a/sci-chemistry/mgltools-gle/ChangeLog
+++ b/sci-chemistry/mgltools-gle/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-gle-1.5.6.ebuild:
+  Fix SRC_URI
+
 *mgltools-gle-1.5.6 (12 Apr 2013)
 
   12 Apr 2013; Justin Lecher <jlec@gentoo.org> -mgltools-gle-1.5.6_rc2.ebuild,

diff --git a/sci-chemistry/mgltools-gle/mgltools-gle-1.5.6.ebuild b/sci-chemistry/mgltools-gle/mgltools-gle-1.5.6.ebuild
index 73328fb..e7c2c7c 100644
--- a/sci-chemistry/mgltools-gle/mgltools-gle-1.5.6.ebuild
+++ b/sci-chemistry/mgltools-gle/mgltools-gle-1.5.6.ebuild
@@ -16,8 +16,7 @@ PYTHON_MODNAME="${MY_PN}"
 
 DESCRIPTION="MGLTools Plugin -- gle"
 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-gle/
@ 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:     3ac7e3f8add1db4a871c7288b7dae16963449d7c
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 13:33:31 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 13:33:31 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=3ac7e3f8

sci-chemistry/mgltools-gle: Correct license

Package-Manager: portage-2.2.0_alpha171

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

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

diff --git a/sci-chemistry/mgltools-gle/mgltools-gle-1.5.4-r1.ebuild b/sci-chemistry/mgltools-gle/mgltools-gle-1.5.4-r1.ebuild
index 97ae3df..2dce9a5 100644
--- a/sci-chemistry/mgltools-gle/mgltools-gle-1.5.4-r1.ebuild
+++ b/sci-chemistry/mgltools-gle/mgltools-gle-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: $
 
@@ -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-gle/mgltools-gle-1.5.6.ebuild b/sci-chemistry/mgltools-gle/mgltools-gle-1.5.6.ebuild
index e7c2c7c..ab0c68e 100644
--- a/sci-chemistry/mgltools-gle/mgltools-gle-1.5.6.ebuild
+++ b/sci-chemistry/mgltools-gle/mgltools-gle-1.5.6.ebuild
@@ -18,7 +18,7 @@ DESCRIPTION="MGLTools Plugin -- gle"
 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-gle/
@ 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:     b96103c598c5f0ed110c8c5f1ea24c19d9ecf187
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 10 09:06:31 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Jun 10 09:06:31 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b96103c5

sci-chemistry/mgltools-gle: Drop old

Package-Manager: portage-2.2.0_alpha179

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

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

diff --git a/sci-chemistry/mgltools-gle/mgltools-gle-1.5.4-r1.ebuild b/sci-chemistry/mgltools-gle/mgltools-gle-1.5.4-r1.ebuild
deleted file mode 100644
index 2dce9a5..0000000
--- a/sci-chemistry/mgltools-gle/mgltools-gle-1.5.4-r1.ebuild
+++ /dev/null
@@ -1,53 +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="gle"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="mgltools plugin -- gle"
-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="virtual/opengl"
-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-gle/mgltools-gle-1.5.6.ebuild b/sci-chemistry/mgltools-gle/mgltools-gle-1.5.6.ebuild
index ab0c68e..b7eaea8 100644
--- a/sci-chemistry/mgltools-gle/mgltools-gle-1.5.6.ebuild
+++ b/sci-chemistry/mgltools-gle/mgltools-gle-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} )
 PYTHON_REQ_USE="tk"
 
 inherit distutils-r1 eutils


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

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/mgltools-gle/
@ 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:     d9fb6cd98ef5753187e2bbf26e3994e11513a365
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 10 09:06:31 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=d9fb6cd9

sci-chemistry/mgltools-gle: Drop old

Package-Manager: portage-2.2.0_alpha179

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

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

diff --git a/sci-chemistry/mgltools-gle/mgltools-gle-1.5.4-r1.ebuild b/sci-chemistry/mgltools-gle/mgltools-gle-1.5.4-r1.ebuild
deleted file mode 100644
index 2dce9a5..0000000
--- a/sci-chemistry/mgltools-gle/mgltools-gle-1.5.4-r1.ebuild
+++ /dev/null
@@ -1,53 +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="gle"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="mgltools plugin -- gle"
-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="virtual/opengl"
-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-gle/mgltools-gle-1.5.6.ebuild b/sci-chemistry/mgltools-gle/mgltools-gle-1.5.6.ebuild
index ab0c68e..b7eaea8 100644
--- a/sci-chemistry/mgltools-gle/mgltools-gle-1.5.6.ebuild
+++ b/sci-chemistry/mgltools-gle/mgltools-gle-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} )
 PYTHON_REQ_USE="tk"
 
 inherit distutils-r1 eutils


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

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/mgltools-gle/
@ 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:     1d679210db40b67f526461e7795eb0fbb3ef33ad
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 25 17:15:12 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Mar 25 17:15:12 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=1d679210

sci-chemistry/mgltools-gle: Add missing die

Package-Manager: portage-2.2.18

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

diff --git a/sci-chemistry/mgltools-gle/ChangeLog b/sci-chemistry/mgltools-gle/ChangeLog
index 8a7ac42..2352291 100644
--- a/sci-chemistry/mgltools-gle/ChangeLog
+++ b/sci-chemistry/mgltools-gle/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  25 Mar 2015; Justin Lecher <jlec@gentoo.org> mgltools-gle-1.5.6.ebuild:
+  sci-chemistry/mgltools-gle: Add missing die
+
   25 Mar 2015; Justin Lecher <jlec@gentoo.org>
   +files/mgltools-gle-1.5.6-swig.patch, mgltools-gle-1.5.6.ebuild:
   sci-chemistry/mgltools-gle: Add fix for newer swig

diff --git a/sci-chemistry/mgltools-gle/mgltools-gle-1.5.6.ebuild b/sci-chemistry/mgltools-gle/mgltools-gle-1.5.6.ebuild
index 90d8db8..9463686 100644
--- a/sci-chemistry/mgltools-gle/mgltools-gle-1.5.6.ebuild
+++ b/sci-chemistry/mgltools-gle/mgltools-gle-1.5.6.ebuild
@@ -28,8 +28,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 --
2013-04-12 15:01 [gentoo-commits] proj/sci:master commit in: sci-chemistry/mgltools-gle/ 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