From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 23BED138331 for ; Wed, 21 Feb 2018 00:58:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B666E0839; Wed, 21 Feb 2018 00:58:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 337D8E0839 for ; Wed, 21 Feb 2018 00:58:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ED7CF335C2A for ; Wed, 21 Feb 2018 00:58:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D5EF4216 for ; Wed, 21 Feb 2018 00:58:46 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1519174712.d69d3f1c16a6729c9f1081e2bc2d340784477df5.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/amodem/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/amodem/Manifest dev-python/amodem/amodem-1.12.0.ebuild X-VCS-Directories: dev-python/amodem/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: d69d3f1c16a6729c9f1081e2bc2d340784477df5 X-VCS-Branch: master Date: Wed, 21 Feb 2018 00:58:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 16220f94-a402-4acc-b416-e51a583b2959 X-Archives-Hash: ea20f5542d78cee0c329d10c3a773b65 commit: d69d3f1c16a6729c9f1081e2bc2d340784477df5 Author: Anthony G. Basile gentoo org> AuthorDate: Wed Feb 21 00:58:32 2018 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Wed Feb 21 00:58:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d69d3f1c dev-python/amodem: remove older version Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-python/amodem/Manifest | 1 - dev-python/amodem/amodem-1.12.0.ebuild | 18 ------------------ 2 files changed, 19 deletions(-) diff --git a/dev-python/amodem/Manifest b/dev-python/amodem/Manifest index 434a8d913a7..cd2a51bfb02 100644 --- a/dev-python/amodem/Manifest +++ b/dev-python/amodem/Manifest @@ -1,3 +1,2 @@ -DIST amodem-1.12.0.tar.gz 19926 BLAKE2B 906e080e215c2915563dbb68103547bef3617fd20458ab387838f3f30155cf395edec0947ac3c61fbc1f8e2a391c77319f67c4ca6da85eb477a7508b7b876a36 SHA512 7707545f77c0680959e6df398cf48c6600d2b9f94e26f6752a47a8434475cc4dff4147a00c7a8a89740d203aed4974ea4cb034921c2da93838bac5faf02816c5 DIST amodem-1.13.1.tar.gz 28643 BLAKE2B cef1d0c405e3ce666876cf1bc8ea2277bce928cc636a1d1a93f7c391b7e4caf4b1fbbbecdcdd64f862d45e100bc32c468768f3518f77eb73f24900eb5b113615 SHA512 4f4b7a69156039bdd9eeddcf755964daa7a7b1716d612f1facd95cddba42a0f2bce0c1f8b869f9d22380d0d3bc823b2968b3d1aaf5e2633505b875477e13dfd7 DIST amodem-1.13.tar.gz 20171 BLAKE2B 03ce5e6d36a90024e3ca83853fffe5742d6d41fa065adee1083f00ceeef96be791ca8605e739bdde432216e281198dc740666160615c1e1009940129f53bf45d SHA512 daf1d86fd201153da46e5b0f31d07c0fdea2dc55aa3136d72de894e6ae6c9ddb753d4cd8227b5e3ac44a6803aff00c3299045ebd620b95d1ee8fb4945e7958b4 diff --git a/dev-python/amodem/amodem-1.12.0.ebuild b/dev-python/amodem/amodem-1.12.0.ebuild deleted file mode 100644 index 6f420166943..00000000000 --- a/dev-python/amodem/amodem-1.12.0.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python{2_7,3_4} pypy 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" -IUSE=""