From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/mgltools-stride/, sci-chemistry/mgltools-scenario/
Date: Mon, 10 Jun 2013 11:27:39 +0000 (UTC) [thread overview]
Message-ID: <1370863602.166e14dd451c1f5ca9fa4bbe36a0a3b007489dbd.jlec@gentoo> (raw)
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}
-}
next reply other threads:[~2013-06-10 11:27 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-10 11:27 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-06-10 11:57 [gentoo-commits] proj/sci:master commit in: sci-chemistry/mgltools-stride/, sci-chemistry/mgltools-scenario/ Justin Lecher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1370863602.166e14dd451c1f5ca9fa4bbe36a0a3b007489dbd.jlec@gentoo \
--to=jlec@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox