* [gentoo-commits] proj/sci:master commit in: sci-chemistry/mgltools-bhtree/
@ 2012-01-08 15:22 Justin Lecher
0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2012-01-08 15:22 UTC (permalink / raw
To: gentoo-commits
commit: 930d5888ab03e83d1ddefdfbf24396ae3a078c29
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 8 14:47:19 2012 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Jan 8 14:47:19 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=930d5888
Version Bump, #373679
(Portage version: 2.2.0_alpha84/git/Linux x86_64, signed Manifest commit with key 70EB7916)
---
sci-chemistry/mgltools-bhtree/ChangeLog | 8 +++-
sci-chemistry/mgltools-bhtree/metadata.xml | 8 ++--
.../mgltools-bhtree-1.5.6_rc2.ebuild | 48 ++++++++++++++++++++
3 files changed, 59 insertions(+), 5 deletions(-)
diff --git a/sci-chemistry/mgltools-bhtree/ChangeLog b/sci-chemistry/mgltools-bhtree/ChangeLog
index 64bfbbb..db54462 100644
--- a/sci-chemistry/mgltools-bhtree/ChangeLog
+++ b/sci-chemistry/mgltools-bhtree/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for sci-chemistry/mgltools-bhtree
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*mgltools-bhtree-1.5.6_rc2 (08 Jan 2012)
+
+ 08 Jan 2012; Justin Lecher <jlec@gentoo.org>
+ +mgltools-bhtree-1.5.6_rc2.ebuild, metadata.xml:
+ Version Bump, #373679
+
*mgltools-bhtree-1.5.4-r1 (27 Jun 2010)
27 Jun 2010; Justin Lecher <jlec@gentoo.org>
diff --git a/sci-chemistry/mgltools-bhtree/metadata.xml b/sci-chemistry/mgltools-bhtree/metadata.xml
index efb490d..d747d72 100644
--- a/sci-chemistry/mgltools-bhtree/metadata.xml
+++ b/sci-chemistry/mgltools-bhtree/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-bhtree/mgltools-bhtree-1.5.6_rc2.ebuild b/sci-chemistry/mgltools-bhtree/mgltools-bhtree-1.5.6_rc2.ebuild
new file mode 100644
index 0000000..f71ab46
--- /dev/null
+++ b/sci-chemistry/mgltools-bhtree/mgltools-bhtree-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="bhtree"
+MY_P="${MY_PN}-${PV/_rc2/}"
+
+PYTHON_MODNAME="${MY_PN}"
+
+DESCRIPTION="MGLTools Plugin -- bhtree"
+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] 4+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/mgltools-bhtree/
@ 2012-03-07 11:10 Justin Lecher
0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2012-03-07 11:10 UTC (permalink / raw
To: gentoo-commits
commit: e4ebd453083c98095625829c706278febbc04139
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 7 11:04:54 2012 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Mar 7 11:04:54 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e4ebd453
Removed maintainer, as herd is enough
(Portage version: 2.2.0_alpha90/git/Linux x86_64, unsigned Manifest commit)
---
sci-chemistry/mgltools-bhtree/ChangeLog | 3 +++
sci-chemistry/mgltools-bhtree/metadata.xml | 5 +----
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/sci-chemistry/mgltools-bhtree/ChangeLog b/sci-chemistry/mgltools-bhtree/ChangeLog
index db54462..0334e23 100644
--- a/sci-chemistry/mgltools-bhtree/ChangeLog
+++ b/sci-chemistry/mgltools-bhtree/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-bhtree-1.5.6_rc2 (08 Jan 2012)
08 Jan 2012; Justin Lecher <jlec@gentoo.org>
diff --git a/sci-chemistry/mgltools-bhtree/metadata.xml b/sci-chemistry/mgltools-bhtree/metadata.xml
index 0c3126c..e42d0af 100644
--- a/sci-chemistry/mgltools-bhtree/metadata.xml
+++ b/sci-chemistry/mgltools-bhtree/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] 4+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/mgltools-bhtree/
@ 2013-04-12 15:01 Justin Lecher
0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2013-04-12 15:01 UTC (permalink / raw
To: gentoo-commits
commit: 1ef085249eb1695f218d2d617ea9f8e548b6f4d4
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 12 12:08:19 2013 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Apr 12 12:08:19 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=1ef08524
sci-chemistry/mgltools-bhtree: Version Bump, drop old
Package-Manager: portage-2.2.0_alpha173
---
sci-chemistry/mgltools-bhtree/ChangeLog | 7 +++
...5.6_rc3.ebuild => mgltools-bhtree-1.5.6.ebuild} | 0
.../mgltools-bhtree-1.5.6_rc2.ebuild | 48 --------------------
3 files changed, 7 insertions(+), 48 deletions(-)
diff --git a/sci-chemistry/mgltools-bhtree/ChangeLog b/sci-chemistry/mgltools-bhtree/ChangeLog
index bc1f630..8c8eaa7 100644
--- a/sci-chemistry/mgltools-bhtree/ChangeLog
+++ b/sci-chemistry/mgltools-bhtree/ChangeLog
@@ -2,6 +2,13 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*mgltools-bhtree-1.5.6 (12 Apr 2013)
+
+ 12 Apr 2013; Justin Lecher <jlec@gentoo.org>
+ -mgltools-bhtree-1.5.6_rc2.ebuild, -mgltools-bhtree-1.5.6_rc3.ebuild,
+ +mgltools-bhtree-1.5.6.ebuild:
+ Version Bump, drop old
+
*mgltools-bhtree-1.5.6_rc3 (27 Jan 2013)
27 Jan 2013; Justin Lecher <jlec@gentoo.org>
diff --git a/sci-chemistry/mgltools-bhtree/mgltools-bhtree-1.5.6_rc3.ebuild b/sci-chemistry/mgltools-bhtree/mgltools-bhtree-1.5.6.ebuild
similarity index 100%
rename from sci-chemistry/mgltools-bhtree/mgltools-bhtree-1.5.6_rc3.ebuild
rename to sci-chemistry/mgltools-bhtree/mgltools-bhtree-1.5.6.ebuild
diff --git a/sci-chemistry/mgltools-bhtree/mgltools-bhtree-1.5.6_rc2.ebuild b/sci-chemistry/mgltools-bhtree/mgltools-bhtree-1.5.6_rc2.ebuild
deleted file mode 100644
index 67c1f3f..0000000
--- a/sci-chemistry/mgltools-bhtree/mgltools-bhtree-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="bhtree"
-MY_P="${MY_PN}-${PV/_rc2/}"
-
-PYTHON_MODNAME="${MY_PN}"
-
-DESCRIPTION="MGLTools Plugin -- bhtree"
-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] 4+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/mgltools-bhtree/
@ 2013-04-14 13:16 Justin Lecher
0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2013-04-14 13:16 UTC (permalink / raw
To: gentoo-commits
commit: 312c8d3607a9b17d6fe2c386d8695aeea4819796
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 13:01:24 2013 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 13:01:24 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=312c8d36
sci-chemistry/mgltools-bhtree: Fix SRC_URI
Package-Manager: portage-2.2.0_alpha171
---
sci-chemistry/mgltools-bhtree/ChangeLog | 3 +++
.../mgltools-bhtree/mgltools-bhtree-1.5.6.ebuild | 3 +--
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/sci-chemistry/mgltools-bhtree/ChangeLog b/sci-chemistry/mgltools-bhtree/ChangeLog
index 8c8eaa7..3cdda8b 100644
--- a/sci-chemistry/mgltools-bhtree/ChangeLog
+++ b/sci-chemistry/mgltools-bhtree/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-bhtree-1.5.6.ebuild:
+ Fix SRC_URI
+
*mgltools-bhtree-1.5.6 (12 Apr 2013)
12 Apr 2013; Justin Lecher <jlec@gentoo.org>
diff --git a/sci-chemistry/mgltools-bhtree/mgltools-bhtree-1.5.6.ebuild b/sci-chemistry/mgltools-bhtree/mgltools-bhtree-1.5.6.ebuild
index 21d8802..2efba6e 100644
--- a/sci-chemistry/mgltools-bhtree/mgltools-bhtree-1.5.6.ebuild
+++ b/sci-chemistry/mgltools-bhtree/mgltools-bhtree-1.5.6.ebuild
@@ -16,8 +16,7 @@ PYTHON_MODNAME="${MY_PN}"
DESCRIPTION="MGLTools Plugin -- bhtree"
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] 4+ messages in thread
end of thread, other threads:[~2013-04-14 13:17 UTC | newest]
Thread overview: 4+ 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-bhtree/ Justin Lecher
-- strict thread matches above, loose matches on Subject: below --
2013-04-14 13:16 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