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 14B191382C5 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 1391AE0845; Wed, 21 Feb 2018 00:58:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E8E80E0845 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 30E67335C30 for ; Wed, 21 Feb 2018 00:58:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1A8E1FE 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: <1519174675.3ae114713e2891581c9cea844057a4a737ecd442.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.13.1.ebuild X-VCS-Directories: dev-python/amodem/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 3ae114713e2891581c9cea844057a4a737ecd442 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: 3b39ecab-eb07-4046-b247-2abd026d43cb X-Archives-Hash: 2034a831e7f41b9b7ce5488fa09ea239 commit: 3ae114713e2891581c9cea844057a4a737ecd442 Author: Anthony G. Basile gentoo org> AuthorDate: Wed Feb 21 00:57:55 2018 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Wed Feb 21 00:57:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ae11471 dev-python/amodem: version bump to 1.13.1 Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-python/amodem/Manifest | 1 + dev-python/amodem/amodem-1.13.1.ebuild | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/dev-python/amodem/Manifest b/dev-python/amodem/Manifest index f6bb0d656ce..434a8d913a7 100644 --- a/dev-python/amodem/Manifest +++ b/dev-python/amodem/Manifest @@ -1,2 +1,3 @@ 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.13.1.ebuild b/dev-python/amodem/amodem-1.13.1.ebuild new file mode 100644 index 00000000000..2151cf4a475 --- /dev/null +++ b/dev-python/amodem/amodem-1.13.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} 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"