commit: 1eb0051b05de2cacfed3bd90d6d869b529343266 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Sun Mar 28 09:31:33 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> 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 <andrewammerlaan <AT> 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
