* [gentoo-commits] proj/sci:master commit in: sci-chemistry/mgltools-stride/, sci-chemistry/mgltools-scenario/
@ 2013-06-10 11:27 Justin Lecher
0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher @ 2013-06-10 11:27 UTC (permalink / raw
To: gentoo-commits
commit: 166e14dd451c1f5ca9fa4bbe36a0a3b007489dbd
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 10 11:26:42 2013 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Jun 10 11:26:42 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=166e14dd
dropped old
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
---
sci-chemistry/mgltools-scenario/ChangeLog | 34 -------------
sci-chemistry/mgltools-scenario/metadata.xml | 5 --
.../mgltools-scenario-1.5.4-r1.ebuild | 58 ----------------------
sci-chemistry/mgltools-stride/ChangeLog | 35 -------------
sci-chemistry/mgltools-stride/metadata.xml | 5 --
.../mgltools-stride-1.5.4-r1.ebuild | 54 --------------------
6 files changed, 191 deletions(-)
diff --git a/sci-chemistry/mgltools-scenario/ChangeLog b/sci-chemistry/mgltools-scenario/ChangeLog
deleted file mode 100644
index 17f6d16..0000000
--- a/sci-chemistry/mgltools-scenario/ChangeLog
+++ /dev/null
@@ -1,34 +0,0 @@
-# ChangeLog for sci-chemistry/mgltools-scenario
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 14 Apr 2013; Justin Lecher <jlec@gentoo.org>
- mgltools-scenario-1.5.4-r1.ebuild:
- Correct license
-
- 27 Jan 2013; Justin Lecher <jlec@gentoo.org> metadata.xml:
- Version Bump; move to distutils-r1.eclass
-
- 27 Apr 2012; Justin Lecher <jlec@gentoo.org>
- mgltools-scenario-1.5.4-r1.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
-
- 06 Jan 2012; Justin Lecher <jlec@gentoo.org>
- mgltools-scenario-1.5.4-r1.ebuild, metadata.xml:
- CAT move for simpy package
-
-*mgltools-scenario-1.5.4-r1 (27 Jun 2010)
-
- 27 Jun 2010; Justin Lecher <jlec@gentoo.org>
- -mgltools-scenario-1.5.4.ebuild, +mgltools-scenario-1.5.4-r1.ebuild:
- Python ABI fixes
-
-*mgltools-scenario-1.5.4 (17 May 2009)
-
- 17 May 2009; Justin Lecher (jlec) <jlec@j-schmitz.net>
- +mgltools-scenario-1.5.4.ebuild, +metadata.xml:
- Initial setup
-
diff --git a/sci-chemistry/mgltools-scenario/metadata.xml b/sci-chemistry/mgltools-scenario/metadata.xml
deleted file mode 100644
index 51fdeda..0000000
--- a/sci-chemistry/mgltools-scenario/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>sci-chemistry</herd>
-</pkgmetadata>
diff --git a/sci-chemistry/mgltools-scenario/mgltools-scenario-1.5.4-r1.ebuild b/sci-chemistry/mgltools-scenario/mgltools-scenario-1.5.4-r1.ebuild
deleted file mode 100644
index d715b88..0000000
--- a/sci-chemistry/mgltools-scenario/mgltools-scenario-1.5.4-r1.ebuild
+++ /dev/null
@@ -1,58 +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="scenario"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="mgltools plugin -- scenario"
-HOMEPAGE="http://mgltools.scripps.edu"
-#SRC_URI="http://mgltools.scripps.edu/downloads/tars/releases/REL${PV}/mgltools_source_${PV}.tar.gz"
-SRC_URI="http://dev.gentooexperimental.org/~jlec/distfiles/mgltools_source_${PV}.tar.gz"
-
-LICENSE="MGLTOOLS MPL-1.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- dev-python/simpy
- dev-python/pmw"
-DEPEND="${RDEPEND}
- dev-lang/swig"
-
-RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-*"
-S="${WORKDIR}"/${MY_P}
-
-DOCS="scenario/Readme"
-
-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-stride/ChangeLog b/sci-chemistry/mgltools-stride/ChangeLog
deleted file mode 100644
index af19a31..0000000
--- a/sci-chemistry/mgltools-stride/ChangeLog
+++ /dev/null
@@ -1,35 +0,0 @@
-# ChangeLog for sci-chemistry/mgltools-stride
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 14 Apr 2013; Justin Lecher <jlec@gentoo.org> mgltools-stride-1.5.4-r1.ebuild:
- Fix license, thanks ulm looking for correct licensing
-
- 14 Apr 2013; Justin Lecher <jlec@gentoo.org> mgltools-stride-1.5.4-r1.ebuild:
- Correct license
-
- 27 Jan 2013; Justin Lecher <jlec@gentoo.org> metadata.xml:
- Version Bump; move to distutils-r1.eclass
-
- 27 Apr 2012; Justin Lecher <jlec@gentoo.org> mgltools-stride-1.5.4-r1.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
-
-*mgltools-stride-1.5.4-r1 (27 Jun 2010)
-
- 27 Jun 2010; Justin Lecher <jlec@gentoo.org>
- -mgltools-stride-1.5.4.ebuild, +mgltools-stride-1.5.4-r1.ebuild:
- Python ABI fixes
-
- 19 May 2009; Justin Lecher (jlec) <jlec@j-schmitz.net>
- mgltools-stride-1.5.4.ebuild:
- missing license added
-
-*mgltools-stride-1.5.4 (17 May 2009)
-
- 17 May 2009; Justin Lecher (jlec) <jlec@j-schmitz.net>
- +mgltools-stride-1.5.4.ebuild, +metadata.xml:
- Initial setup
-
diff --git a/sci-chemistry/mgltools-stride/metadata.xml b/sci-chemistry/mgltools-stride/metadata.xml
deleted file mode 100644
index 51fdeda..0000000
--- a/sci-chemistry/mgltools-stride/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>sci-chemistry</herd>
-</pkgmetadata>
diff --git a/sci-chemistry/mgltools-stride/mgltools-stride-1.5.4-r1.ebuild b/sci-chemistry/mgltools-stride/mgltools-stride-1.5.4-r1.ebuild
deleted file mode 100644
index 9bf85ae..0000000
--- a/sci-chemistry/mgltools-stride/mgltools-stride-1.5.4-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="3"
-
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit distutils
-
-MY_PN="stride"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="mgltools plugin -- stride"
-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 STRIDE"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-python/numpy"
-DEPEND="${RDEPEND}
- dev-lang/swig"
-
-RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-*"
-S="${WORKDIR}"/${MY_P}
-
-src_unpack() {
- tar xzpf "${DISTDIR}"/${A} mgltools_source_${PV}/MGLPACKS/${MY_P}.tar.gz
- tar xzpf mgltools_source_${PV}/MGLPACKS/${MY_P}.tar.gz
-}
-
-src_prepare() {
- find "${S}" -name CVS -type d -exec rm -rf '{}' \; >& /dev/null
- find "${S}" -name LICENSE -type f -exec rm -f '{}' \; >& /dev/null
-
- sed \
- -e 's:^.*CVS:#&1:g' \
- -e 's:^.*LICENSE:#&1:g' \
- -i "${S}"/MANIFEST.in
- distutils_src_prepare
-}
-
-pkg_postinst() {
- python_mod_optimize ${MY_PN}
-}
-
-pkg_postrm() {
- python_mod_cleanup ${MY_PN}
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/mgltools-stride/, sci-chemistry/mgltools-scenario/
@ 2013-06-10 11:57 Justin Lecher
0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher @ 2013-06-10 11:57 UTC (permalink / raw
To: gentoo-commits
commit: 93139fc0553f69cc2c6a34efaee03f67a1d6e39d
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 10 11:26:42 2013 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Jun 10 11:29:25 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=93139fc0
dropped old
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
---
sci-chemistry/mgltools-scenario/ChangeLog | 34 -------------
sci-chemistry/mgltools-scenario/metadata.xml | 5 --
.../mgltools-scenario-1.5.4-r1.ebuild | 58 ----------------------
sci-chemistry/mgltools-stride/ChangeLog | 35 -------------
sci-chemistry/mgltools-stride/metadata.xml | 5 --
.../mgltools-stride-1.5.4-r1.ebuild | 54 --------------------
6 files changed, 191 deletions(-)
diff --git a/sci-chemistry/mgltools-scenario/ChangeLog b/sci-chemistry/mgltools-scenario/ChangeLog
deleted file mode 100644
index 17f6d16..0000000
--- a/sci-chemistry/mgltools-scenario/ChangeLog
+++ /dev/null
@@ -1,34 +0,0 @@
-# ChangeLog for sci-chemistry/mgltools-scenario
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 14 Apr 2013; Justin Lecher <jlec@gentoo.org>
- mgltools-scenario-1.5.4-r1.ebuild:
- Correct license
-
- 27 Jan 2013; Justin Lecher <jlec@gentoo.org> metadata.xml:
- Version Bump; move to distutils-r1.eclass
-
- 27 Apr 2012; Justin Lecher <jlec@gentoo.org>
- mgltools-scenario-1.5.4-r1.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
-
- 06 Jan 2012; Justin Lecher <jlec@gentoo.org>
- mgltools-scenario-1.5.4-r1.ebuild, metadata.xml:
- CAT move for simpy package
-
-*mgltools-scenario-1.5.4-r1 (27 Jun 2010)
-
- 27 Jun 2010; Justin Lecher <jlec@gentoo.org>
- -mgltools-scenario-1.5.4.ebuild, +mgltools-scenario-1.5.4-r1.ebuild:
- Python ABI fixes
-
-*mgltools-scenario-1.5.4 (17 May 2009)
-
- 17 May 2009; Justin Lecher (jlec) <jlec@j-schmitz.net>
- +mgltools-scenario-1.5.4.ebuild, +metadata.xml:
- Initial setup
-
diff --git a/sci-chemistry/mgltools-scenario/metadata.xml b/sci-chemistry/mgltools-scenario/metadata.xml
deleted file mode 100644
index 51fdeda..0000000
--- a/sci-chemistry/mgltools-scenario/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>sci-chemistry</herd>
-</pkgmetadata>
diff --git a/sci-chemistry/mgltools-scenario/mgltools-scenario-1.5.4-r1.ebuild b/sci-chemistry/mgltools-scenario/mgltools-scenario-1.5.4-r1.ebuild
deleted file mode 100644
index d715b88..0000000
--- a/sci-chemistry/mgltools-scenario/mgltools-scenario-1.5.4-r1.ebuild
+++ /dev/null
@@ -1,58 +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="scenario"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="mgltools plugin -- scenario"
-HOMEPAGE="http://mgltools.scripps.edu"
-#SRC_URI="http://mgltools.scripps.edu/downloads/tars/releases/REL${PV}/mgltools_source_${PV}.tar.gz"
-SRC_URI="http://dev.gentooexperimental.org/~jlec/distfiles/mgltools_source_${PV}.tar.gz"
-
-LICENSE="MGLTOOLS MPL-1.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- dev-python/simpy
- dev-python/pmw"
-DEPEND="${RDEPEND}
- dev-lang/swig"
-
-RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-*"
-S="${WORKDIR}"/${MY_P}
-
-DOCS="scenario/Readme"
-
-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-stride/ChangeLog b/sci-chemistry/mgltools-stride/ChangeLog
deleted file mode 100644
index af19a31..0000000
--- a/sci-chemistry/mgltools-stride/ChangeLog
+++ /dev/null
@@ -1,35 +0,0 @@
-# ChangeLog for sci-chemistry/mgltools-stride
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 14 Apr 2013; Justin Lecher <jlec@gentoo.org> mgltools-stride-1.5.4-r1.ebuild:
- Fix license, thanks ulm looking for correct licensing
-
- 14 Apr 2013; Justin Lecher <jlec@gentoo.org> mgltools-stride-1.5.4-r1.ebuild:
- Correct license
-
- 27 Jan 2013; Justin Lecher <jlec@gentoo.org> metadata.xml:
- Version Bump; move to distutils-r1.eclass
-
- 27 Apr 2012; Justin Lecher <jlec@gentoo.org> mgltools-stride-1.5.4-r1.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
-
-*mgltools-stride-1.5.4-r1 (27 Jun 2010)
-
- 27 Jun 2010; Justin Lecher <jlec@gentoo.org>
- -mgltools-stride-1.5.4.ebuild, +mgltools-stride-1.5.4-r1.ebuild:
- Python ABI fixes
-
- 19 May 2009; Justin Lecher (jlec) <jlec@j-schmitz.net>
- mgltools-stride-1.5.4.ebuild:
- missing license added
-
-*mgltools-stride-1.5.4 (17 May 2009)
-
- 17 May 2009; Justin Lecher (jlec) <jlec@j-schmitz.net>
- +mgltools-stride-1.5.4.ebuild, +metadata.xml:
- Initial setup
-
diff --git a/sci-chemistry/mgltools-stride/metadata.xml b/sci-chemistry/mgltools-stride/metadata.xml
deleted file mode 100644
index 51fdeda..0000000
--- a/sci-chemistry/mgltools-stride/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>sci-chemistry</herd>
-</pkgmetadata>
diff --git a/sci-chemistry/mgltools-stride/mgltools-stride-1.5.4-r1.ebuild b/sci-chemistry/mgltools-stride/mgltools-stride-1.5.4-r1.ebuild
deleted file mode 100644
index 9bf85ae..0000000
--- a/sci-chemistry/mgltools-stride/mgltools-stride-1.5.4-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="3"
-
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit distutils
-
-MY_PN="stride"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="mgltools plugin -- stride"
-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 STRIDE"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-python/numpy"
-DEPEND="${RDEPEND}
- dev-lang/swig"
-
-RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-*"
-S="${WORKDIR}"/${MY_P}
-
-src_unpack() {
- tar xzpf "${DISTDIR}"/${A} mgltools_source_${PV}/MGLPACKS/${MY_P}.tar.gz
- tar xzpf mgltools_source_${PV}/MGLPACKS/${MY_P}.tar.gz
-}
-
-src_prepare() {
- find "${S}" -name CVS -type d -exec rm -rf '{}' \; >& /dev/null
- find "${S}" -name LICENSE -type f -exec rm -f '{}' \; >& /dev/null
-
- sed \
- -e 's:^.*CVS:#&1:g' \
- -e 's:^.*LICENSE:#&1:g' \
- -i "${S}"/MANIFEST.in
- distutils_src_prepare
-}
-
-pkg_postinst() {
- python_mod_optimize ${MY_PN}
-}
-
-pkg_postrm() {
- python_mod_cleanup ${MY_PN}
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-06-10 11:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-10 11:27 [gentoo-commits] proj/sci:master commit in: sci-chemistry/mgltools-stride/, sci-chemistry/mgltools-scenario/ Justin Lecher
-- strict thread matches above, loose matches on Subject: below --
2013-06-10 11:57 Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox