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 016A5138330 for ; Wed, 7 Sep 2016 13:55:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25C7821C299; Wed, 7 Sep 2016 13:55:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C841321C299 for ; Wed, 7 Sep 2016 13:55:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 095B93408A6 for ; Wed, 7 Sep 2016 13:55:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 040E42465 for ; Wed, 7 Sep 2016 13:55:18 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1473256341.17e8c9f7ed460335c2ca8c3c4bead680a1c86ff7.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/paperkey/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/paperkey/Manifest app-crypt/paperkey/paperkey-1.4.ebuild X-VCS-Directories: app-crypt/paperkey/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 17e8c9f7ed460335c2ca8c3c4bead680a1c86ff7 X-VCS-Branch: master Date: Wed, 7 Sep 2016 13:55:18 +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: 18c52705-f093-4c1c-8136-2024cb306a60 X-Archives-Hash: 08ed77c8d432c330d148ef7914be4e33 commit: 17e8c9f7ed460335c2ca8c3c4bead680a1c86ff7 Author: Manuel Rüger gentoo org> AuthorDate: Wed Sep 7 13:52:21 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Wed Sep 7 13:52:21 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17e8c9f7 app-crypt/paperkey: Version bump Package-Manager: portage-2.3.0 app-crypt/paperkey/Manifest | 1 + app-crypt/paperkey/paperkey-1.4.ebuild | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/app-crypt/paperkey/Manifest b/app-crypt/paperkey/Manifest index 04e75d6..670ef74 100644 --- a/app-crypt/paperkey/Manifest +++ b/app-crypt/paperkey/Manifest @@ -1 +1,2 @@ DIST paperkey-1.3.tar.gz 250153 SHA256 5b57d7522336fb65c4c398eec27bf44ec0aaa35926157b79a76423231792cbfb SHA512 240a57b43084b91758d19a2ef6804651db32118f7578f48445014b7ab91caadcbd6b08df4a95ba8788691456e802f3ebb8455e212aac0679c12df8d567894acd WHIRLPOOL 719538c16880089d7da154773ca1046445981894343c6435590e707627c71bd4252e2415e6f00cf81a32fd23bbde7cd4714a3547f19171e031eeb369ffb6f3b1 +DIST paperkey-1.4.tar.gz 259446 SHA256 e12bb0ec835127d12a922a8d60b3dfdb3ca8ee60bb5b4d15ae4cea85bbcf336f SHA512 d0e87760bfd66c39c407f59f94cdd3dfd8f399a51b854a2485f923f4f1faa95a40a68ffd018b9141b923c1db346993600e5e3644314e4f8c94585d47f1367e9c WHIRLPOOL 6a02bc0161e165b6e483ac08904943348ec0a10eba509028d5d092e1cec03d9e906e2d1307c16cb256fe4965a62c5c791becc0cc27200ab0b993de985cf629e5 diff --git a/app-crypt/paperkey/paperkey-1.4.ebuild b/app-crypt/paperkey/paperkey-1.4.ebuild new file mode 100644 index 00000000..843e434 --- /dev/null +++ b/app-crypt/paperkey/paperkey-1.4.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="OpenPGP key archiver" +HOMEPAGE="http://www.jabberwocky.com/software/paperkey/" +SRC_URI="http://www.jabberwocky.com/software/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DOCS="README"