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

Version Bump, #373679

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

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

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

diff --git a/sci-chemistry/mgltools-pybabel/metadata.xml b/sci-chemistry/mgltools-pybabel/metadata.xml
index efb490d..d747d72 100644
--- a/sci-chemistry/mgltools-pybabel/metadata.xml
+++ b/sci-chemistry/mgltools-pybabel/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-pybabel/mgltools-pybabel-1.5.6_rc2.ebuild b/sci-chemistry/mgltools-pybabel/mgltools-pybabel-1.5.6_rc2.ebuild
new file mode 100644
index 0000000..03e7132
--- /dev/null
+++ b/sci-chemistry/mgltools-pybabel/mgltools-pybabel-1.5.6_rc2.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="3"
+
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
+
+inherit distutils eutils
+
+MY_PN="PyBabel"
+MY_P="${MY_PN}-${PV/_rc2/}"
+
+PYTHON_MODNAME="${MY_PN}"
+
+DESCRIPTION="MGLTools Plugin -- PyBabel"
+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=""
+DEPEND="${RDEPEND}
+	dev-lang/swig"
+
+S="${WORKDIR}"/${MY_P}
+
+DOCS="PyBabel/RELNOTES"
+
+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-pybabel/
@ 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:     efeac601fd7c0bb48c8caf6764f623fe76a6dc91
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  7 11:07:07 2012 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Mar  7 11:07:07 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=efeac601

Removed maintainer, as herd is enough

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

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

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

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

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

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

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

diff --git a/sci-chemistry/mgltools-pybabel/ChangeLog b/sci-chemistry/mgltools-pybabel/ChangeLog
index 6370bc7..fad1901 100644
--- a/sci-chemistry/mgltools-pybabel/ChangeLog
+++ b/sci-chemistry/mgltools-pybabel/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-pybabel-1.5.4-r1.ebuild, mgltools-pybabel-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-pybabel/mgltools-pybabel-1.5.4-r1.ebuild b/sci-chemistry/mgltools-pybabel/mgltools-pybabel-1.5.4-r1.ebuild
index 05cee9a..f2cfa0d 100644
--- a/sci-chemistry/mgltools-pybabel/mgltools-pybabel-1.5.4-r1.ebuild
+++ b/sci-chemistry/mgltools-pybabel/mgltools-pybabel-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=""
 DEPEND="${RDEPEND}
 	dev-lang/swig"
 
-RESTRICT_PYTHON_ABIS="3.*"
+RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-*"
 S="${WORKDIR}"/${MY_P}
 
 DOCS="PyBabel/RELNOTES"

diff --git a/sci-chemistry/mgltools-pybabel/mgltools-pybabel-1.5.6_rc2.ebuild b/sci-chemistry/mgltools-pybabel/mgltools-pybabel-1.5.6_rc2.ebuild
index 03e7132..8d26c46 100644
--- a/sci-chemistry/mgltools-pybabel/mgltools-pybabel-1.5.6_rc2.ebuild
+++ b/sci-chemistry/mgltools-pybabel/mgltools-pybabel-1.5.6_rc2.ebuild
@@ -6,7 +6,7 @@ EAPI="3"
 
 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-pybabel/
@ 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:     735d0a531cee65eaaa9292d5ec44af71533a3a2e
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 27 18:09:09 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Jan 27 18:09:09 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=735d0a53

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

Package-Manager: portage-2.2.0_alpha161

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

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

diff --git a/sci-chemistry/mgltools-pybabel/metadata.xml b/sci-chemistry/mgltools-pybabel/metadata.xml
index e42d0af..51fdeda 100644
--- a/sci-chemistry/mgltools-pybabel/metadata.xml
+++ b/sci-chemistry/mgltools-pybabel/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-pybabel/mgltools-pybabel-1.5.6_rc3.ebuild b/sci-chemistry/mgltools-pybabel/mgltools-pybabel-1.5.6_rc3.ebuild
new file mode 100644
index 0000000..37be253
--- /dev/null
+++ b/sci-chemistry/mgltools-pybabel/mgltools-pybabel-1.5.6_rc3.ebuild
@@ -0,0 +1,48 @@
+# 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="PyBabel"
+MY_P="${MY_PN}-${PV/_rc3/}"
+
+PYTHON_MODNAME="${MY_PN}"
+
+DESCRIPTION="MGLTools Plugin -- PyBabel"
+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=""
+DEPEND="${RDEPEND}
+	dev-lang/swig"
+
+S="${WORKDIR}"/${MY_P}
+
+DOCS=( PyBabel/RELNOTES )
+
+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-pybabel/
@ 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:     1e7b6be01c1b0d40c44db771e5b7401697e8a261
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 12 13:45:35 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Apr 12 13:45:35 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=1e7b6be0

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

Package-Manager: portage-2.2.0_alpha173

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

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

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

diff --git a/sci-chemistry/mgltools-pybabel/mgltools-pybabel-1.5.6_rc2.ebuild b/sci-chemistry/mgltools-pybabel/mgltools-pybabel-1.5.6_rc2.ebuild
deleted file mode 100644
index 8d26c46..0000000
--- a/sci-chemistry/mgltools-pybabel/mgltools-pybabel-1.5.6_rc2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="3"
-
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-*"
-
-inherit distutils eutils
-
-MY_PN="PyBabel"
-MY_P="${MY_PN}-${PV/_rc2/}"
-
-PYTHON_MODNAME="${MY_PN}"
-
-DESCRIPTION="MGLTools Plugin -- PyBabel"
-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=""
-DEPEND="${RDEPEND}
-	dev-lang/swig"
-
-S="${WORKDIR}"/${MY_P}
-
-DOCS="PyBabel/RELNOTES"
-
-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-pybabel/
@ 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:     6f6143550fd10c2b45c863ec5caa46c43ad2f76a
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 13:05:37 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 13:05:37 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6f614355

sci-chemistry/mgltools-pybabel: Fix SRC_URI

Package-Manager: portage-2.2.0_alpha171

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

diff --git a/sci-chemistry/mgltools-pybabel/ChangeLog b/sci-chemistry/mgltools-pybabel/ChangeLog
index 372c572..22efa1a 100644
--- a/sci-chemistry/mgltools-pybabel/ChangeLog
+++ b/sci-chemistry/mgltools-pybabel/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-pybabel-1.5.6.ebuild:
+  Fix SRC_URI
+
 *mgltools-pybabel-1.5.6 (12 Apr 2013)
 
   12 Apr 2013; Justin Lecher <jlec@gentoo.org>

diff --git a/sci-chemistry/mgltools-pybabel/mgltools-pybabel-1.5.6.ebuild b/sci-chemistry/mgltools-pybabel/mgltools-pybabel-1.5.6.ebuild
index 37be253..e1889d4 100644
--- a/sci-chemistry/mgltools-pybabel/mgltools-pybabel-1.5.6.ebuild
+++ b/sci-chemistry/mgltools-pybabel/mgltools-pybabel-1.5.6.ebuild
@@ -15,8 +15,7 @@ PYTHON_MODNAME="${MY_PN}"
 
 DESCRIPTION="MGLTools Plugin -- PyBabel"
 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-pybabel/
@ 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:     10d410e9ee65f0c72b86b3742fd190870a4a8b3a
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 13:35:52 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 13:35:52 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=10d410e9

sci-chemistry/mgltools-pybabel: Correct license

Package-Manager: portage-2.2.0_alpha171

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

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

diff --git a/sci-chemistry/mgltools-pybabel/mgltools-pybabel-1.5.4-r1.ebuild b/sci-chemistry/mgltools-pybabel/mgltools-pybabel-1.5.4-r1.ebuild
index f2cfa0d..c1f6f61 100644
--- a/sci-chemistry/mgltools-pybabel/mgltools-pybabel-1.5.4-r1.ebuild
+++ b/sci-chemistry/mgltools-pybabel/mgltools-pybabel-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-pybabel/mgltools-pybabel-1.5.6.ebuild b/sci-chemistry/mgltools-pybabel/mgltools-pybabel-1.5.6.ebuild
index e1889d4..3dfa6ef 100644
--- a/sci-chemistry/mgltools-pybabel/mgltools-pybabel-1.5.6.ebuild
+++ b/sci-chemistry/mgltools-pybabel/mgltools-pybabel-1.5.6.ebuild
@@ -17,7 +17,7 @@ DESCRIPTION="MGLTools Plugin -- PyBabel"
 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-pybabel/
@ 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:     72852876555b82c969ee8b195a3ff1a1391ac458
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 10 09:51:43 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Jun 10 09:51:43 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=72852876

sci-chemistry/mgltools-pybabel: Drop old

Package-Manager: portage-2.2.0_alpha179

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

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

diff --git a/sci-chemistry/mgltools-pybabel/mgltools-pybabel-1.5.4-r1.ebuild b/sci-chemistry/mgltools-pybabel/mgltools-pybabel-1.5.4-r1.ebuild
deleted file mode 100644
index c1f6f61..0000000
--- a/sci-chemistry/mgltools-pybabel/mgltools-pybabel-1.5.4-r1.ebuild
+++ /dev/null
@@ -1,56 +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="PyBabel"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="mgltools plugin -- PyBabel"
-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=""
-DEPEND="${RDEPEND}
-	dev-lang/swig"
-
-RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-*"
-S="${WORKDIR}"/${MY_P}
-
-DOCS="PyBabel/RELNOTES"
-
-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-pybabel/mgltools-pybabel-1.5.6.ebuild b/sci-chemistry/mgltools-pybabel/mgltools-pybabel-1.5.6.ebuild
index 3dfa6ef..d806578 100644
--- a/sci-chemistry/mgltools-pybabel/mgltools-pybabel-1.5.6.ebuild
+++ b/sci-chemistry/mgltools-pybabel/mgltools-pybabel-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-pybabel/
@ 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:     e34f1955b4852cdf211b3431dcacc4fd84d723bc
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 10 09:51:43 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=e34f1955

sci-chemistry/mgltools-pybabel: Drop old

Package-Manager: portage-2.2.0_alpha179

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

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

diff --git a/sci-chemistry/mgltools-pybabel/mgltools-pybabel-1.5.4-r1.ebuild b/sci-chemistry/mgltools-pybabel/mgltools-pybabel-1.5.4-r1.ebuild
deleted file mode 100644
index c1f6f61..0000000
--- a/sci-chemistry/mgltools-pybabel/mgltools-pybabel-1.5.4-r1.ebuild
+++ /dev/null
@@ -1,56 +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="PyBabel"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="mgltools plugin -- PyBabel"
-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=""
-DEPEND="${RDEPEND}
-	dev-lang/swig"
-
-RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-*"
-S="${WORKDIR}"/${MY_P}
-
-DOCS="PyBabel/RELNOTES"
-
-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-pybabel/mgltools-pybabel-1.5.6.ebuild b/sci-chemistry/mgltools-pybabel/mgltools-pybabel-1.5.6.ebuild
index 3dfa6ef..d806578 100644
--- a/sci-chemistry/mgltools-pybabel/mgltools-pybabel-1.5.6.ebuild
+++ b/sci-chemistry/mgltools-pybabel/mgltools-pybabel-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-pybabel/
@ 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:     4ebd92cdcc55031ec77067010dd373faac0a5c4f
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 25 17:21:20 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Mar 25 17:21:20 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=4ebd92cd

sci-chemistry/mgltools-pybabel: Add missing die

Package-Manager: portage-2.2.18

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

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

diff --git a/sci-chemistry/mgltools-pybabel/mgltools-pybabel-1.5.6.ebuild b/sci-chemistry/mgltools-pybabel/mgltools-pybabel-1.5.6.ebuild
index 6d6aa7e..ba9a468 100644
--- a/sci-chemistry/mgltools-pybabel/mgltools-pybabel-1.5.6.ebuild
+++ b/sci-chemistry/mgltools-pybabel/mgltools-pybabel-1.5.6.ebuild
@@ -29,8 +29,8 @@ S="${WORKDIR}"/${MY_P}
 DOCS=( PyBabel/RELNOTES )
 
 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-pybabel/ 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-04-12 15:01 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