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 3591E139694 for ; Fri, 24 Feb 2017 14:28:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74617E0C97; Fri, 24 Feb 2017 14:28:50 +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 4DC73E0C97 for ; Fri, 24 Feb 2017 14:28: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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 658B4340C97 for ; Fri, 24 Feb 2017 14:28:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 300F95308 for ; Fri, 24 Feb 2017 14:28:48 +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: <1487946521.12042ce09aa223aa3a49853d9fcd3c5bee06cf10.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/ccrypt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/ccrypt/ccrypt-1.10.ebuild X-VCS-Directories: app-crypt/ccrypt/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 12042ce09aa223aa3a49853d9fcd3c5bee06cf10 X-VCS-Branch: master Date: Fri, 24 Feb 2017 14:28:48 +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: 8320f730-c5be-4f38-97f1-135167e9ca00 X-Archives-Hash: e709053599ba4a90384ee425c37434da commit: 12042ce09aa223aa3a49853d9fcd3c5bee06cf10 Author: Alon Bar-Lev gentoo org> AuthorDate: Fri Feb 24 14:28:18 2017 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Fri Feb 24 14:28:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12042ce0 app-crypt/ccrypt: remove DOCS as these are the defaults Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-crypt/ccrypt/ccrypt-1.10.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app-crypt/ccrypt/ccrypt-1.10.ebuild b/app-crypt/ccrypt/ccrypt-1.10.ebuild index 26d7283bfc..c3c6387908 100644 --- a/app-crypt/ccrypt/ccrypt-1.10.ebuild +++ b/app-crypt/ccrypt/ccrypt-1.10.ebuild @@ -11,7 +11,3 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" - -DOCS=( - AUTHORS ChangeLog NEWS README -)