From 1f18d2a5e053f12eefac64d68811924153cf414f Mon Sep 17 00:00:00 2001 From: Martinez Date: Thu, 26 Feb 2015 13:18:35 +0100 Subject: [PATCH] ebuild bump --- over-prompt-9999.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/over-prompt-9999.ebuild b/over-prompt-9999.ebuild index cddec24..84e98e3 100644 --- a/over-prompt-9999.ebuild +++ b/over-prompt-9999.ebuild @@ -6,11 +6,12 @@ EAPI=5 inherit git-2 -DESCRIPTION="A nonintrusive shell prompt that provides: username, hostname, tty name, cwd, return value of the last command, current time, disk space, and system load. Zsh is preferred, although bash is also somewhat supported." +DESCRIPTION="A nonintrusive shell prompt that provides: username, hostname, tty name, cwd, return value of the last command, current time, disk space, and system load. Fish or zsh is preferred, although bash is also somewhat supported." -HOMEPAGE="http://overtech.cz/" +HOMEPAGE="https://git.covalent.cz/overwatch/over-prompt" SRC_URI="" -EGIT_REPO_URI="git://overtech.cz/over-prompt.git" +export GIT_SSL_NO_VERIFY=true # git.covalent.cz has a self-signed cert for now +EGIT_REPO_URI="https://git.covalent.cz/overwatch/over-prompt.git" LICENSE="AOJSL" SLOT="0" @@ -28,7 +29,7 @@ src_install() { } pkg_postinst() { - einfo "Source /usr/share/${PN}/bash-init or /usr/share/${PN}/zsh-init" + einfo "Source the appropriate /usr/share/${PN}/*-init" einfo "(depending on which shell you're running) to enable the prompt." einfo "If you wish, write the following into /etc/over/prompt.cfg:" einfo ""