diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-08-01 23:44:44 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-08-01 23:44:44 -0400 |
commit | a6c83f4f2354d3df16d7a84f922625a0154e0269 (patch) | |
tree | f4c2dd0db3d20a2ddaa4a795ce671e04aa9d6a27 /dev-python/amodem | |
parent | dev-python/amodem: bump to 1.15.1 (diff) | |
download | gentoo-a6c83f4f2354d3df16d7a84f922625a0154e0269.tar.gz gentoo-a6c83f4f2354d3df16d7a84f922625a0154e0269.tar.bz2 gentoo-a6c83f4f2354d3df16d7a84f922625a0154e0269.zip |
dev-python/amodem: drop old
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-python/amodem')
-rw-r--r-- | dev-python/amodem/Manifest | 1 | ||||
-rw-r--r-- | dev-python/amodem/amodem-1.15.0.ebuild | 17 |
2 files changed, 0 insertions, 18 deletions
diff --git a/dev-python/amodem/Manifest b/dev-python/amodem/Manifest index 2d2ec5660a31..6a3f57ffa2de 100644 --- a/dev-python/amodem/Manifest +++ b/dev-python/amodem/Manifest @@ -1,2 +1 @@ -DIST amodem-1.15.0.tar.gz 28779 BLAKE2B abc2afbce47cf5e3b2ae34bd54228618e887b3f0b919d421114ce5e56e3e8a14477f130f03d77851c1e256afb22d4b657367c8e59954438dec72f3059278de64 SHA512 5d39e08d47410a55c218ed2dc5a413cbbba602fe1049d3e8824ca62b439d029c42294b2a17e4077b2c746336b1471a4a94ffa19b9eb3145869dfc158404bcad8 DIST amodem-1.15.1.tar.gz 30482 BLAKE2B 964cb6b6e674044650898d1f9ae67b3b181f836a4c52caad08046841ea222a0b8e7aab23789ca440b5ae98c1b5f20ce6a7f31707032471fe3543397f2818d731 SHA512 16d1ab37146181432da5388f5a387e477979578a656c73efca18d721ba90dc47ced28ef054c589ea693dcf1bf2744317ddc22110cc61b9330ff8665b9f209240 diff --git a/dev-python/amodem/amodem-1.15.0.ebuild b/dev-python/amodem/amodem-1.15.0.ebuild deleted file mode 100644 index 99aa9b456180..000000000000 --- a/dev-python/amodem/amodem-1.15.0.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_6 pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Transmit data between two computers using audio" -HOMEPAGE="https://github.com/romanz/amodem" -SRC_URI="https://github.com/romanz/amodem/archive/v${PV}.tar.gz -> ${P}.tar.gz - mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" |