* [gentoo-commits] proj/sci:master commit in: sci-chemistry/mgltools-networkeditor/
@ 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: 833394deee16896b4c4dfd793f69079be74c5c93
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 10 09:09:04 2013 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Jun 10 09:09:04 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=833394de
sci-chemistry/mgltools-networkeditor: Drop old
Package-Manager: portage-2.2.0_alpha179
---
sci-chemistry/mgltools-networkeditor/ChangeLog | 4 ++
.../mgltools-networkeditor-1.5.4-r1.ebuild | 56 ----------------------
.../mgltools-networkeditor-1.5.6.ebuild | 2 +-
3 files changed, 5 insertions(+), 57 deletions(-)
diff --git a/sci-chemistry/mgltools-networkeditor/ChangeLog b/sci-chemistry/mgltools-networkeditor/ChangeLog
index e8f065f..ef4b065 100644
--- a/sci-chemistry/mgltools-networkeditor/ChangeLog
+++ b/sci-chemistry/mgltools-networkeditor/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-networkeditor-1.5.4-r1.ebuild, mgltools-networkeditor-1.5.6.ebuild:
+ Drop old
+
14 Apr 2013; Justin Lecher <jlec@gentoo.org>
mgltools-networkeditor-1.5.4-r1.ebuild, mgltools-networkeditor-1.5.6.ebuild:
Correct license
diff --git a/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.4-r1.ebuild b/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.4-r1.ebuild
deleted file mode 100644
index c20aed0..0000000
--- a/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-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="NetworkEditor"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="mgltools plugin -- NetworkEditor"
-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="NetworkEditor/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-networkeditor/mgltools-networkeditor-1.5.6.ebuild b/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.6.ebuild
index bee202d..c3e4c2f 100644
--- a/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.6.ebuild
+++ b/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-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-networkeditor/
@ 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: ddf035361658edf722fccd43cad74fad41096e2b
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 25 17:18:59 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Mar 25 17:18:59 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ddf03536
sci-chemistry/mgltools-networkeditor: Add missing die
Package-Manager: portage-2.2.18
sci-chemistry/mgltools-networkeditor/ChangeLog | 4 ++++
.../mgltools-networkeditor/mgltools-networkeditor-1.5.6.ebuild | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/sci-chemistry/mgltools-networkeditor/ChangeLog b/sci-chemistry/mgltools-networkeditor/ChangeLog
index 58ae7ee..cc5fa3d 100644
--- a/sci-chemistry/mgltools-networkeditor/ChangeLog
+++ b/sci-chemistry/mgltools-networkeditor/ChangeLog
@@ -4,6 +4,10 @@
25 Mar 2015; Justin Lecher <jlec@gentoo.org>
mgltools-networkeditor-1.5.6.ebuild:
+ sci-chemistry/mgltools-networkeditor: Add missing die
+
+ 25 Mar 2015; Justin Lecher <jlec@gentoo.org>
+ mgltools-networkeditor-1.5.6.ebuild:
sci-chemistry/mgltools-networkeditor: Drop PYTHON_MODNAME and support for
python2_6
diff --git a/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.6.ebuild b/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.6.ebuild
index 2beea7f..5257d33 100644
--- a/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.6.ebuild
+++ b/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.6.ebuild
@@ -29,8 +29,8 @@ S="${WORKDIR}"/${MY_P}
DOCS=( NetworkEditor/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
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/mgltools-networkeditor/
@ 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: a496358dbdf1df87e4544afc803a57b3cd5738c3
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 10 09:09:04 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=a496358d
sci-chemistry/mgltools-networkeditor: Drop old
Package-Manager: portage-2.2.0_alpha179
---
sci-chemistry/mgltools-networkeditor/ChangeLog | 4 ++
.../mgltools-networkeditor-1.5.4-r1.ebuild | 56 ----------------------
.../mgltools-networkeditor-1.5.6.ebuild | 2 +-
3 files changed, 5 insertions(+), 57 deletions(-)
diff --git a/sci-chemistry/mgltools-networkeditor/ChangeLog b/sci-chemistry/mgltools-networkeditor/ChangeLog
index e8f065f..ef4b065 100644
--- a/sci-chemistry/mgltools-networkeditor/ChangeLog
+++ b/sci-chemistry/mgltools-networkeditor/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-networkeditor-1.5.4-r1.ebuild, mgltools-networkeditor-1.5.6.ebuild:
+ Drop old
+
14 Apr 2013; Justin Lecher <jlec@gentoo.org>
mgltools-networkeditor-1.5.4-r1.ebuild, mgltools-networkeditor-1.5.6.ebuild:
Correct license
diff --git a/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.4-r1.ebuild b/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.4-r1.ebuild
deleted file mode 100644
index c20aed0..0000000
--- a/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-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="NetworkEditor"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="mgltools plugin -- NetworkEditor"
-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="NetworkEditor/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-networkeditor/mgltools-networkeditor-1.5.6.ebuild b/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.6.ebuild
index bee202d..c3e4c2f 100644
--- a/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.6.ebuild
+++ b/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-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-networkeditor/
@ 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: e949c11ccd359f6b4879ab2758d7cec608683904
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 13:34:23 2013 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 13:34:23 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e949c11c
sci-chemistry/mgltools-networkeditor: Correct license
Package-Manager: portage-2.2.0_alpha171
---
sci-chemistry/mgltools-networkeditor/ChangeLog | 4 ++++
.../mgltools-networkeditor-1.5.4-r1.ebuild | 4 ++--
.../mgltools-networkeditor-1.5.6.ebuild | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/sci-chemistry/mgltools-networkeditor/ChangeLog b/sci-chemistry/mgltools-networkeditor/ChangeLog
index 01018a2..e8f065f 100644
--- a/sci-chemistry/mgltools-networkeditor/ChangeLog
+++ b/sci-chemistry/mgltools-networkeditor/ChangeLog
@@ -3,6 +3,10 @@
# $Header: $
14 Apr 2013; Justin Lecher <jlec@gentoo.org>
+ mgltools-networkeditor-1.5.4-r1.ebuild, mgltools-networkeditor-1.5.6.ebuild:
+ Correct license
+
+ 14 Apr 2013; Justin Lecher <jlec@gentoo.org>
mgltools-networkeditor-1.5.6.ebuild:
Fix SRC_URI
diff --git a/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.4-r1.ebuild b/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.4-r1.ebuild
index a41d7f5..c20aed0 100644
--- a/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.4-r1.ebuild
+++ b/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-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-networkeditor/mgltools-networkeditor-1.5.6.ebuild b/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.6.ebuild
index b67ddcf..bee202d 100644
--- a/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.6.ebuild
+++ b/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.6.ebuild
@@ -17,7 +17,7 @@ DESCRIPTION="MGLTools Plugin -- NetworkEditor"
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-networkeditor/
@ 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: fa982573ef1613e1b7f22e96ed9f410c7ef7e363
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 13:04:30 2013 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 13:04:30 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=fa982573
sci-chemistry/mgltools-networkeditor: Fix SRC_URI
Package-Manager: portage-2.2.0_alpha171
---
sci-chemistry/mgltools-networkeditor/ChangeLog | 4 ++++
.../mgltools-networkeditor-1.5.6.ebuild | 3 +--
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/sci-chemistry/mgltools-networkeditor/ChangeLog b/sci-chemistry/mgltools-networkeditor/ChangeLog
index b1a5ab8..01018a2 100644
--- a/sci-chemistry/mgltools-networkeditor/ChangeLog
+++ b/sci-chemistry/mgltools-networkeditor/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-networkeditor-1.5.6.ebuild:
+ Fix SRC_URI
+
*mgltools-networkeditor-1.5.6 (12 Apr 2013)
12 Apr 2013; Justin Lecher <jlec@gentoo.org>
diff --git a/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.6.ebuild b/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.6.ebuild
index 273848c..b67ddcf 100644
--- a/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.6.ebuild
+++ b/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.6.ebuild
@@ -15,8 +15,7 @@ PYTHON_MODNAME="${MY_PN}"
DESCRIPTION="MGLTools Plugin -- NetworkEditor"
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-networkeditor/
@ 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: 12f862747d60473ff71cb9299e138fccf315df11
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 12 13:35:28 2013 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Apr 12 13:35:28 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=12f86274
sci-chemistry/mgltools-networkeditor: Version Bump; drop old
Package-Manager: portage-2.2.0_alpha173
---
sci-chemistry/mgltools-networkeditor/ChangeLog | 8 +++
....ebuild => mgltools-networkeditor-1.5.6.ebuild} | 0
.../mgltools-networkeditor-1.5.6_rc2.ebuild | 50 --------------------
3 files changed, 8 insertions(+), 50 deletions(-)
diff --git a/sci-chemistry/mgltools-networkeditor/ChangeLog b/sci-chemistry/mgltools-networkeditor/ChangeLog
index e49a002..b1a5ab8 100644
--- a/sci-chemistry/mgltools-networkeditor/ChangeLog
+++ b/sci-chemistry/mgltools-networkeditor/ChangeLog
@@ -2,6 +2,14 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*mgltools-networkeditor-1.5.6 (12 Apr 2013)
+
+ 12 Apr 2013; Justin Lecher <jlec@gentoo.org>
+ -mgltools-networkeditor-1.5.6_rc2.ebuild,
+ -mgltools-networkeditor-1.5.6_rc3.ebuild,
+ +mgltools-networkeditor-1.5.6.ebuild:
+ Version Bump; drop old
+
*mgltools-networkeditor-1.5.6_rc3 (27 Jan 2013)
27 Jan 2013; Justin Lecher <jlec@gentoo.org>
diff --git a/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.6_rc3.ebuild b/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.6.ebuild
similarity index 100%
rename from sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.6_rc3.ebuild
rename to sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.6.ebuild
diff --git a/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.6_rc2.ebuild b/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.6_rc2.ebuild
deleted file mode 100644
index eadacf4..0000000
--- a/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-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=4
-
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-*"
-
-inherit distutils eutils
-
-MY_PN="NetworkEditor"
-MY_P="${MY_PN}-${PV/_rc2/}"
-
-PYTHON_MODNAME="${MY_PN}"
-
-DESCRIPTION="MGLTools Plugin -- NetworkEditor"
-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="NetworkEditor/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-networkeditor/
@ 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: b59ba307af41e42813c44826479699834753b016
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 27 17:29:57 2013 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Jan 27 17:29:57 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b59ba307
sci-chemistry/mgltools-networkeditor: Version Bump; move to distutils-r1.eclass
Package-Manager: portage-2.2.0_alpha161
---
sci-chemistry/mgltools-networkeditor/ChangeLog | 8 +++-
sci-chemistry/mgltools-networkeditor/metadata.xml | 2 +-
.../mgltools-networkeditor-1.5.6_rc3.ebuild | 48 ++++++++++++++++++++
3 files changed, 56 insertions(+), 2 deletions(-)
diff --git a/sci-chemistry/mgltools-networkeditor/ChangeLog b/sci-chemistry/mgltools-networkeditor/ChangeLog
index d125450..e49a002 100644
--- a/sci-chemistry/mgltools-networkeditor/ChangeLog
+++ b/sci-chemistry/mgltools-networkeditor/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for sci-chemistry/mgltools-networkeditor
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*mgltools-networkeditor-1.5.6_rc3 (27 Jan 2013)
+
+ 27 Jan 2013; Justin Lecher <jlec@gentoo.org>
+ +mgltools-networkeditor-1.5.6_rc3.ebuild, metadata.xml:
+ Version Bump; move to distutils-r1.eclass
+
27 Apr 2012; Justin Lecher <jlec@gentoo.org>
mgltools-networkeditor-1.5.4-r1.ebuild,
mgltools-networkeditor-1.5.6_rc2.ebuild:
diff --git a/sci-chemistry/mgltools-networkeditor/metadata.xml b/sci-chemistry/mgltools-networkeditor/metadata.xml
index e42d0af..51fdeda 100644
--- a/sci-chemistry/mgltools-networkeditor/metadata.xml
+++ b/sci-chemistry/mgltools-networkeditor/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-networkeditor/mgltools-networkeditor-1.5.6_rc3.ebuild b/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.6_rc3.ebuild
new file mode 100644
index 0000000..273848c
--- /dev/null
+++ b/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-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="NetworkEditor"
+MY_P="${MY_PN}-${PV/_rc3/}"
+
+PYTHON_MODNAME="${MY_PN}"
+
+DESCRIPTION="MGLTools Plugin -- NetworkEditor"
+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=( NetworkEditor/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-networkeditor/
@ 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: 18a51679deb6bb1894f328b2b38817e91e899acd
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 27 12:36:54 2012 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Apr 27 12:36:54 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=18a51679
sci-chemistry/mgltools-networkeditor: Add 2.7-pypy-* to RESTRICT_PYTHON_ABIS
(Portage version: 2.2.0_alpha101/git/Linux x86_64, unsigned Manifest commit)
---
sci-chemistry/mgltools-networkeditor/ChangeLog | 5 +++++
.../mgltools-networkeditor-1.5.4-r1.ebuild | 4 ++--
.../mgltools-networkeditor-1.5.6_rc2.ebuild | 2 +-
3 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/sci-chemistry/mgltools-networkeditor/ChangeLog b/sci-chemistry/mgltools-networkeditor/ChangeLog
index 71970c7..d125450 100644
--- a/sci-chemistry/mgltools-networkeditor/ChangeLog
+++ b/sci-chemistry/mgltools-networkeditor/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 27 Apr 2012; Justin Lecher <jlec@gentoo.org>
+ mgltools-networkeditor-1.5.4-r1.ebuild,
+ mgltools-networkeditor-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-networkeditor/mgltools-networkeditor-1.5.4-r1.ebuild b/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.4-r1.ebuild
index 590d98f..a41d7f5 100644
--- a/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.4-r1.ebuild
+++ b/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-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="NetworkEditor/RELNOTES"
diff --git a/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.6_rc2.ebuild b/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.6_rc2.ebuild
index ba23308..eadacf4 100644
--- a/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.6_rc2.ebuild
+++ b/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-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-networkeditor/
@ 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: f49588d74f6bfb0f3ba8be3566e30efaa5e5b709
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 7 11:06:19 2012 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Mar 7 11:06:19 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f49588d7
Removed maintainer, as herd is enough
(Portage version: 2.2.0_alpha90/git/Linux x86_64, unsigned Manifest commit)
---
sci-chemistry/mgltools-networkeditor/ChangeLog | 3 +++
sci-chemistry/mgltools-networkeditor/metadata.xml | 5 +----
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/sci-chemistry/mgltools-networkeditor/ChangeLog b/sci-chemistry/mgltools-networkeditor/ChangeLog
index 43412f2..71970c7 100644
--- a/sci-chemistry/mgltools-networkeditor/ChangeLog
+++ b/sci-chemistry/mgltools-networkeditor/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-networkeditor-1.5.6_rc2 (07 Jan 2012)
07 Jan 2012; Justin Lecher <jlec@gentoo.org>
diff --git a/sci-chemistry/mgltools-networkeditor/metadata.xml b/sci-chemistry/mgltools-networkeditor/metadata.xml
index 0c3126c..e42d0af 100644
--- a/sci-chemistry/mgltools-networkeditor/metadata.xml
+++ b/sci-chemistry/mgltools-networkeditor/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-networkeditor/
@ 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: 9a458e5c2cf4f45cd148ccacdfd791157abb3a85
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 7 17:00:37 2012 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jan 7 17:00:37 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=9a458e5c
Version Bump, #373679
(Portage version: 2.2.0_alpha84/git/Linux x86_64, signed Manifest commit with key 70EB7916)
---
sci-chemistry/mgltools-networkeditor/ChangeLog | 8 +++-
sci-chemistry/mgltools-networkeditor/metadata.xml | 8 ++--
.../mgltools-networkeditor-1.5.6_rc2.ebuild | 50 ++++++++++++++++++++
3 files changed, 61 insertions(+), 5 deletions(-)
diff --git a/sci-chemistry/mgltools-networkeditor/ChangeLog b/sci-chemistry/mgltools-networkeditor/ChangeLog
index 803a128..43412f2 100644
--- a/sci-chemistry/mgltools-networkeditor/ChangeLog
+++ b/sci-chemistry/mgltools-networkeditor/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for sci-chemistry/mgltools-networkeditor
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*mgltools-networkeditor-1.5.6_rc2 (07 Jan 2012)
+
+ 07 Jan 2012; Justin Lecher <jlec@gentoo.org>
+ +mgltools-networkeditor-1.5.6_rc2.ebuild, metadata.xml:
+ Version Bump, #373679
+
*mgltools-networkeditor-1.5.4-r1 (27 Jun 2010)
27 Jun 2010; Justin Lecher <jlec@gentoo.org>
diff --git a/sci-chemistry/mgltools-networkeditor/metadata.xml b/sci-chemistry/mgltools-networkeditor/metadata.xml
index efb490d..d747d72 100644
--- a/sci-chemistry/mgltools-networkeditor/metadata.xml
+++ b/sci-chemistry/mgltools-networkeditor/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-networkeditor/mgltools-networkeditor-1.5.6_rc2.ebuild b/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.6_rc2.ebuild
new file mode 100644
index 0000000..ba23308
--- /dev/null
+++ b/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-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=4
+
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
+
+inherit distutils eutils
+
+MY_PN="NetworkEditor"
+MY_P="${MY_PN}-${PV/_rc2/}"
+
+PYTHON_MODNAME="${MY_PN}"
+
+DESCRIPTION="MGLTools Plugin -- NetworkEditor"
+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="NetworkEditor/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
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-06-10 11:25 [gentoo-commits] proj/sci:master commit in: sci-chemistry/mgltools-networkeditor/ 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-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-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