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 5408D138334 for ; Sat, 16 Mar 2019 18:32:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33841E089E; Sat, 16 Mar 2019 18:32:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 059B7E089E for ; Sat, 16 Mar 2019 18:32:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 92C6B335D01 for ; Sat, 16 Mar 2019 18:32:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E030556A for ; Sat, 16 Mar 2019 18:32:24 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1552761068.67d49cccc5b3670df97109bd87d6603ed286d671.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/ccrypt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/ccrypt/Manifest app-crypt/ccrypt/ccrypt-1.11.ebuild X-VCS-Directories: app-crypt/ccrypt/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 67d49cccc5b3670df97109bd87d6603ed286d671 X-VCS-Branch: master Date: Sat, 16 Mar 2019 18:32:24 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d4950ef5-349a-4c6d-b7ae-3b7f9836cab4 X-Archives-Hash: 8c4e2df183c58b494b1e29df2b638846 commit: 67d49cccc5b3670df97109bd87d6603ed286d671 Author: Alon Bar-Lev gentoo org> AuthorDate: Sat Mar 16 18:31:08 2019 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Sat Mar 16 18:31:08 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67d49ccc app-crypt/ccrypt: version bump Signed-off-by: Alon Bar-Lev gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 app-crypt/ccrypt/Manifest | 1 + app-crypt/ccrypt/ccrypt-1.11.ebuild | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/app-crypt/ccrypt/Manifest b/app-crypt/ccrypt/Manifest index 9a252e71c4a..6907e257b0f 100644 --- a/app-crypt/ccrypt/Manifest +++ b/app-crypt/ccrypt/Manifest @@ -1 +1,2 @@ DIST ccrypt-1.10.tar.gz 669491 BLAKE2B 61aabe48fd3e368c4915697acc4a63837cb97246e31c2268385e419fc6912a1d0bf3f3773c78266bde0d648bb10f739628a55560e0eedbd397c5826b5019b602 SHA512 b0130998f9830f63e8181340b3138260ab3c2014174e74fbcca77299dc9e0f807471fbfb7cc403dec7d0809f136e8afcb4c9bfd4ee5e43a1b3cc7185e14c3188 +DIST ccrypt-1.11.tar.gz 834575 BLAKE2B 6b3441f6b1c58ed63db43ddc999ee64e67afc3ce02222de2a41562bc066aad0f076e75ab496d94e7f3f1a9554b1382c083f3af04074904c1110f610cb5ac19b3 SHA512 75c2b93e855d36e717d3b7cabee7ce43ce372a21c8291beb43f24fd69e11114bb0e19e6dd03ec5d901e7e60eac9351afab65c346b7304b16054b91d392050313 diff --git a/app-crypt/ccrypt/ccrypt-1.11.ebuild b/app-crypt/ccrypt/ccrypt-1.11.ebuild new file mode 100644 index 00000000000..140cb93941e --- /dev/null +++ b/app-crypt/ccrypt/ccrypt-1.11.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +DESCRIPTION="Encryption and decryption" +HOMEPAGE="https://sourceforge.net/projects/ccrypt/" +SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"