morse2txt: a new tool, issue #282

This commit is contained in:
Anton Bolshakov 2014-08-20 12:47:35 +00:00
parent 28aa97654a
commit 6dad5def27
2 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,2 @@
DIST morse2txt-1.0.0.tar.gz 232763 SHA256 60f831276b21eab0d500e47fa91f97c9cc09d8c4bbbc495be771d37c477a0bf3 SHA512 8c4fa5e0d16ccebb4452d1a2cb5213028ff9b11bfde438478d3a3561c6f136bda2652a62c14d48f086e5d2444ec10dd2b736678b2af19ca71530da26cb12b437 WHIRLPOOL 52f4e6aeb39cf2f14a16f7233f14d46122eae2cc0bf82f68d3b6a85a687920da37a36dd7fe2c7e7b18a7aa0c4127d29fb83ce69e04b95c05bb36e9c6945ccecf
EBUILD morse2txt-1.0.0.ebuild 560 SHA256 3d949f3adacd7a89af3b671d8e25c0e81d5314f950739414abe35bd311f870d3 SHA512 f18e8185fd953356034a12151399a9da711eec1f8f207b05a5b19e428c7356a4ffbe5991ae9d822813abce9bc95bd2a9df4a362c387ed276d12aafc66b6e6f9d WHIRLPOOL 1a3879697a5128fcff09c8c2760a8702e071e1587d40c0063ef5ab89057ed372967cd45fa8c965f7fc26106685faa318d0d69a750afa32f4ee05adf99fd09560

View file

@ -0,0 +1,17 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: blshkv $
EAPI=5
DESCRIPTION="Morse code decoder"
HOMEPAGE="http://morse2txt.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"