Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/liquidprompt/
Date: Thu, 18 Aug 2022 20:30:23
Message-Id: 1660854606.2687303625392302051be3dc2b4615b5d88bcaf9.arthurzam@gentoo
1 commit: 2687303625392302051be3dc2b4615b5d88bcaf9
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 18 20:30:06 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 18 20:30:06 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26873036
7
8 app-shells/liquidprompt: drop 2.0.3, 2.0.4
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 app-shells/liquidprompt/Manifest | 2 --
13 app-shells/liquidprompt/liquidprompt-2.0.3.ebuild | 40 -----------------------
14 app-shells/liquidprompt/liquidprompt-2.0.4.ebuild | 40 -----------------------
15 3 files changed, 82 deletions(-)
16
17 diff --git a/app-shells/liquidprompt/Manifest b/app-shells/liquidprompt/Manifest
18 index 5a08c1ddb14e..e45245616e16 100644
19 --- a/app-shells/liquidprompt/Manifest
20 +++ b/app-shells/liquidprompt/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST liquidprompt-2.0.3.tar.gz 539054 BLAKE2B c94375e0def1764103afe04bb47ff25ced2aeb940b45392bea8a2889ce88d1ea0e03efc0652ec8bc873b9910bee7208e48aaef9a846760177049cc550a5cd8b0 SHA512 a77f1548dd233de9877b2b5dd4a64f05ef03890917486792eb1c362708ab0b635c517cc2a3ddc82731940017f209f626d177a4ac0b5554566faa720a7d88b550
23 -DIST liquidprompt-2.0.4.tar.gz 536123 BLAKE2B 181fe4c59d1a68e03893b1a2144d6b800d8d950a48d38b12fa04aafb01384a08d5b95741a9fac524b353cf7f1b5e09f838d45222009dfb94dcc890ec2a6ab985 SHA512 611931c5572abf1471a2cac1a88d91fadb935e97a3c32bb0ff8a5cc007ac96dd7a88575feecdf033a77226b769504fde93d4afd93fa60277eafdb5f96fb18bcb
24 DIST liquidprompt-2.1.1.tar.gz 621781 BLAKE2B b23dcbf44f6b0b3a56aa59fffc38336b00be5c3066729445be6b3cb53fb4cb39e12c3f4a31e30a2bfca2abc7a5b02d4015662fb8d303d42406976b6f4b24d1b9 SHA512 88511bb74355c1ffd9ab710170905daeac673073083e81ec165bf4dad47377a47eb5eb6f387010439456c6e6df059ff640bcde8e16eeb60621d1c3ae6b502963
25 DIST liquidprompt-2.1.2.tar.gz 621356 BLAKE2B b5c3c52179f86fc42164e08a01f4e114f5e7ce1cdb5fb19ef1c02e85569e895cb5f1cc2f61bf6f66380d5c20bc6daf41547eb281990221528d5c1d85b61d1329 SHA512 685da50d347ba0d7c6881d87426344840cc7ab960067035b43f9658c51d7d5cf89e80f4bf8344b49f3858fe91bcfd57dcfaf9a253246fc1a7ebedbba474dc5ff
26
27 diff --git a/app-shells/liquidprompt/liquidprompt-2.0.3.ebuild b/app-shells/liquidprompt/liquidprompt-2.0.3.ebuild
28 deleted file mode 100644
29 index 037add1c934c..000000000000
30 --- a/app-shells/liquidprompt/liquidprompt-2.0.3.ebuild
31 +++ /dev/null
32 @@ -1,40 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=8
37 -
38 -DESCRIPTION="Full-featured & carefully designed adaptive prompt for Bash & Zsh"
39 -HOMEPAGE="https://github.com/nojhan/liquidprompt"
40 -SRC_URI="
41 - https://github.com/nojhan/liquidprompt/releases/download/v${PV}/${PN}-v${PV}.tar.gz
42 - -> ${P}.tar.gz
43 -"
44 -S="${WORKDIR}/${PN}"
45 -
46 -LICENSE="AGPL-3"
47 -SLOT="0"
48 -KEYWORDS="~amd64"
49 -IUSE="test"
50 -RESTRICT="!test? ( test )"
51 -
52 -BDEPEND="test? ( dev-util/shunit2 )"
53 -
54 -DOCS=( CHANGELOG.md example.bashrc README.md )
55 -
56 -src_test() {
57 - cp "$(type -P shunit2)" tests/shunit2 || die
58 - ./tests.sh || die
59 -}
60 -
61 -src_install() {
62 - default
63 - dobin liquidprompt
64 -
65 - insinto /usr/share/${PN}
66 - doins liquid.theme
67 - doins liquid.ps1
68 - doins -r themes
69 -
70 - insinto /etc/
71 - newins liquidpromptrc-dist liquidpromptrc
72 -}
73
74 diff --git a/app-shells/liquidprompt/liquidprompt-2.0.4.ebuild b/app-shells/liquidprompt/liquidprompt-2.0.4.ebuild
75 deleted file mode 100644
76 index aed3cbeb58e8..000000000000
77 --- a/app-shells/liquidprompt/liquidprompt-2.0.4.ebuild
78 +++ /dev/null
79 @@ -1,40 +0,0 @@
80 -# Copyright 1999-2022 Gentoo Authors
81 -# Distributed under the terms of the GNU General Public License v2
82 -
83 -EAPI=8
84 -
85 -DESCRIPTION="Full-featured & carefully designed adaptive prompt for Bash & Zsh"
86 -HOMEPAGE="https://github.com/nojhan/liquidprompt"
87 -SRC_URI="
88 - https://github.com/nojhan/liquidprompt/releases/download/v${PV}/${PN}-v${PV}.tar.gz
89 - -> ${P}.tar.gz
90 -"
91 -S="${WORKDIR}/${PN}"
92 -
93 -LICENSE="AGPL-3"
94 -SLOT="0"
95 -KEYWORDS="~amd64"
96 -IUSE="test"
97 -RESTRICT="!test? ( test )"
98 -
99 -BDEPEND="test? ( dev-util/shunit2 )"
100 -
101 -DOCS=( CHANGELOG.md example.bashrc README.md )
102 -
103 -src_test() {
104 - cp "$(type -P shunit2)" tests/shunit2 || die
105 - ./tests.sh || die
106 -}
107 -
108 -src_install() {
109 - default
110 - dobin liquidprompt
111 -
112 - insinto /usr/share/${PN}
113 - doins liquid.theme
114 - doins liquid.ps1
115 - doins -r themes
116 -
117 - insinto /etc/
118 - newins liquidpromptrc-dist liquidpromptrc
119 -}