diff options
author | David Seifert <soap@gentoo.org> | 2016-05-15 11:41:48 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-05-15 12:46:51 +0200 |
commit | e24ff78007228beef23d37fb4721f32d5c0cbbf5 (patch) | |
tree | 4bb41e105b89d80f5429f54070a9cc0fd0a559bf /sci-chemistry | |
parent | app-i18n/ibus-hangul: Bump #540270 (diff) | |
download | gentoo-e24ff78007228beef23d37fb4721f32d5c0cbbf5.tar.gz gentoo-e24ff78007228beef23d37fb4721f32d5c0cbbf5.tar.bz2 gentoo-e24ff78007228beef23d37fb4721f32d5c0cbbf5.zip |
sci-chemistry/acpype: remove old
Package-Manager: portage-2.2.28
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/acpype/Manifest | 2 | ||||
-rw-r--r-- | sci-chemistry/acpype/acpype-366.ebuild | 38 | ||||
-rw-r--r-- | sci-chemistry/acpype/acpype-374.ebuild | 38 |
3 files changed, 0 insertions, 78 deletions
diff --git a/sci-chemistry/acpype/Manifest b/sci-chemistry/acpype/Manifest index 4ec6f399db2b..a300acfa91d1 100644 --- a/sci-chemistry/acpype/Manifest +++ b/sci-chemistry/acpype/Manifest @@ -1,3 +1 @@ -DIST acpype-366.tar.xz 539408 SHA256 f0c77abea0a5680ecbbecadc1a95c8f851159b7c84d079f6f527336d447e1e9d SHA512 421659f2d6db9b02003cee9d6c6ae6535361d621d41ca26a0b2853558c82819912ebbeaddedaaae1a123378aa0b02b4609d8f3d7b6aba48b8a4d004f1a59c61d WHIRLPOOL f5e2bb076e72754e6416390709a06eb7a380b589239d0c5016d207f5e91638ff95dacd56d67fd9849711cf6b75f38bc858046835933accc24670f00540a52885 -DIST acpype-374.tar.xz 521076 SHA256 60a15d1c29ba3254a17c0792ae859444641e7a9375bd24cdd8baccc27920fde3 SHA512 99915299b32878e2139f67503260b491e05f8a592c37c5668e5aea3414822965827a91e09578264cfb48684decbadfb60c833706b756ff277ffde8b15159391e WHIRLPOOL b4e59eec36438eb2ee6d05183a6f08200213923ff50fbff1377cd976c8e39cc24429eb727d890028af2b5b5ad90428c70a10821ae20b50f7fc494ff9163322a8 DIST acpype-389.tar.xz 524460 SHA256 4fd4036308cd81a480beaa56ae65b43a8c5ee3bbfc64b07b4d0b6649602f529a SHA512 0fbcb83ae8306d6bcc1cfd921d70c67a15e14c443453ab8c4cfd7082c15b95599801abbe31a46313674aa4841c5cd5499b69cc080221acc2793dc808df247987 WHIRLPOOL 21c8ee51c651c7a519716c818b0febd5fd62384aeeb6a5ce0f8dcf877181edba75fdd15be0d5a158b5a22d051765fb231c7c10038b8da1bcd98bede848057e95 diff --git a/sci-chemistry/acpype/acpype-366.ebuild b/sci-chemistry/acpype/acpype-366.ebuild deleted file mode 100644 index 0a6e1149459a..000000000000 --- a/sci-chemistry/acpype/acpype-366.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=3 - -inherit eutils python -PYTHON_DEPEND="2:2.5" - -DESCRIPTION="AnteChamber PYthon Parser interfacE" -HOMEPAGE="https://code.google.com/p/acpype/" -SRC_URI="mirror://gentoo/${P}.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux" -IUSE="" - -DEPEND="sci-chemistry/ambertools" -RDEPEND="${DEPEND}" - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} - -src_prepare() { - epatch "${FILESDIR}/${PN}.patch" - python_convert_shebangs -r 2 . -} - -src_install() { - newbin ${PN}.py ${PN} - newbin CcpnToAcpype.py CcpnToAcpype - dodoc NOTE.txt README.txt - insinto /usr/share/${PN} - doins -r ffamber_additions test -} diff --git a/sci-chemistry/acpype/acpype-374.ebuild b/sci-chemistry/acpype/acpype-374.ebuild deleted file mode 100644 index b2a3fe31342a..000000000000 --- a/sci-chemistry/acpype/acpype-374.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -PYTHON_DEPEND="2:2.5" - -inherit python - -DESCRIPTION="AnteChamber PYthon Parser interfacE" -HOMEPAGE="https://code.google.com/p/acpype/" -SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux" -IUSE="" - -DEPEND="sci-chemistry/ambertools" -RDEPEND="${DEPEND}" - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} - -src_prepare() { - python_convert_shebangs -r 2 . -} - -src_install() { - newbin ${PN}.py ${PN} - newbin CcpnToAcpype.py CcpnToAcpype - dodoc NOTE.txt README.txt - insinto /usr/share/${PN} - doins -r ffamber_additions test -} |