summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-07-03 22:12:59 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-07-03 22:12:59 +0300
commit46f2d4c925b39c4395783f14301ba513c8bb7a57 (patch)
tree04a3677be716606e38df5f2dbb9803a83dad7e94 /app-shells/liquidprompt/liquidprompt-2.1.2.ebuild
parentapp-shells/liquidprompt: add 2.2.1 (diff)
downloadgentoo-46f2d4c925b39c4395783f14301ba513c8bb7a57.tar.gz
gentoo-46f2d4c925b39c4395783f14301ba513c8bb7a57.tar.bz2
gentoo-46f2d4c925b39c4395783f14301ba513c8bb7a57.zip
app-shells/liquidprompt: drop 2.1.2
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-shells/liquidprompt/liquidprompt-2.1.2.ebuild')
-rw-r--r--app-shells/liquidprompt/liquidprompt-2.1.2.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/app-shells/liquidprompt/liquidprompt-2.1.2.ebuild b/app-shells/liquidprompt/liquidprompt-2.1.2.ebuild
deleted file mode 100644
index aed3cbeb58e8..000000000000
--- a/app-shells/liquidprompt/liquidprompt-2.1.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Full-featured & carefully designed adaptive prompt for Bash & Zsh"
-HOMEPAGE="https://github.com/nojhan/liquidprompt"
-SRC_URI="
- https://github.com/nojhan/liquidprompt/releases/download/v${PV}/${PN}-v${PV}.tar.gz
- -> ${P}.tar.gz
-"
-S="${WORKDIR}/${PN}"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="test? ( dev-util/shunit2 )"
-
-DOCS=( CHANGELOG.md example.bashrc README.md )
-
-src_test() {
- cp "$(type -P shunit2)" tests/shunit2 || die
- ./tests.sh || die
-}
-
-src_install() {
- default
- dobin liquidprompt
-
- insinto /usr/share/${PN}
- doins liquid.theme
- doins liquid.ps1
- doins -r themes
-
- insinto /etc/
- newins liquidpromptrc-dist liquidpromptrc
-}