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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 37CC515808E for ; Tue, 26 Apr 2022 23:25:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0786CE0809; Tue, 26 Apr 2022 23:25:40 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BF234E0809 for ; Tue, 26 Apr 2022 23:25:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D65CC341406 for ; Tue, 26 Apr 2022 23:25:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4FE0F290 for ; Tue, 26 Apr 2022 23:25:37 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1651015535.d6b2549c27ad12325b6a3b6845914f4bbee33632.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/package-lint/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/package-lint/package-lint-0.16-r1.ebuild app-emacs/package-lint/package-lint-0.16.ebuild X-VCS-Directories: app-emacs/package-lint/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: d6b2549c27ad12325b6a3b6845914f4bbee33632 X-VCS-Branch: master Date: Tue, 26 Apr 2022 23:25:37 +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: eb4fff5b-da50-426b-8d9d-7a260b41caf8 X-Archives-Hash: cb54331d14ed1f46124793ddcbb8bee0 commit: d6b2549c27ad12325b6a3b6845914f4bbee33632 Author: Maciej Barć gentoo org> AuthorDate: Tue Apr 26 23:25:24 2022 +0000 Commit: Maciej Barć gentoo org> CommitDate: Tue Apr 26 23:25:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6b2549c app-emacs/package-lint: fix docs installation Signed-off-by: Maciej Barć gentoo.org> .../{package-lint-0.16.ebuild => package-lint-0.16-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-emacs/package-lint/package-lint-0.16.ebuild b/app-emacs/package-lint/package-lint-0.16-r1.ebuild similarity index 97% rename from app-emacs/package-lint/package-lint-0.16.ebuild rename to app-emacs/package-lint/package-lint-0.16-r1.ebuild index 16a41eaf585d..4f165583d630 100644 --- a/app-emacs/package-lint/package-lint-0.16.ebuild +++ b/app-emacs/package-lint/package-lint-0.16-r1.ebuild @@ -15,7 +15,6 @@ LICENSE="GPL-3+" KEYWORDS="~amd64 ~x86" SLOT="0" -DOCS=( README.md ) PATCHES=( "${FILESDIR}"/${PN}-symbol-info-data-directory.patch ) SITEFILE="50${PN}-gentoo.el" @@ -31,4 +30,6 @@ src_install() { insinto ${SITEETC}/${PN} doins -r data + + einstalldocs }