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 775DC13835A for ; Sun, 28 Mar 2021 09:39:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B248BE0880; Sun, 28 Mar 2021 09:39:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 9BAF2E0880 for ; Sun, 28 Mar 2021 09:39:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4A1E2340DFD for ; Sun, 28 Mar 2021 09:39:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5625563D for ; Sun, 28 Mar 2021 09:39:37 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1616923893.1eb0051b05de2cacfed3bd90d6d869b529343266.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-shells/fish-agnoster-theme/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-shells/fish-agnoster-theme/fish-agnoster-theme-0.1.0_p20200415.ebuild X-VCS-Directories: app-shells/fish-agnoster-theme/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 1eb0051b05de2cacfed3bd90d6d869b529343266 X-VCS-Branch: dev Date: Sun, 28 Mar 2021 09:39: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: 2235101b-8074-4c8e-b7cc-427381a805f9 X-Archives-Hash: 07a29979ce2969ec0b0bd19109eede84 commit: 1eb0051b05de2cacfed3bd90d6d869b529343266 Author: Andrew Ammerlaan riseup net> AuthorDate: Sun Mar 28 09:31:33 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Mar 28 09:31:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1eb0051b app-shells/fish-agnoster-theme: remove RedundantDodir Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> .../fish-agnoster-theme/fish-agnoster-theme-0.1.0_p20200415.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app-shells/fish-agnoster-theme/fish-agnoster-theme-0.1.0_p20200415.ebuild b/app-shells/fish-agnoster-theme/fish-agnoster-theme-0.1.0_p20200415.ebuild index d1497eaea..b8fab127a 100644 --- a/app-shells/fish-agnoster-theme/fish-agnoster-theme-0.1.0_p20200415.ebuild +++ b/app-shells/fish-agnoster-theme/fish-agnoster-theme-0.1.0_p20200415.ebuild @@ -3,19 +3,22 @@ EAPI="7" COMMIT="1ae9625e27ef47d2e6abc60156cd154cd1c37f46" + DESCRIPTION="Fancy, colorful theme with support for Powerline fonts" HOMEPAGE="https://github.com/hauleth/agnoster" SRC_URI="https://github.com/hauleth/agnoster/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" + LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" + DEPEND="" RDEPEND="app-shells/fish" + S="${WORKDIR}/agnoster-${COMMIT}" DOCS=( README.md ) src_install() { - dodir "/usr/share/fish/vendor_conf.d" insinto "/usr/share/fish/vendor_conf.d" doins -r agnoster doins -r *.fish