Gentoo Archives: gentoo-commits

From: Eric Joldasov <bratishkaerik@××××××××××××.me>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: www-apps/mycorrhiza/
Date: Sun, 11 Sep 2022 04:29:38
Message-Id: 1662870551.8b936d72fa7e1dd93d0cc588293d38880b38ef2a.bratishkaerik@gentoo
1 commit: 8b936d72fa7e1dd93d0cc588293d38880b38ef2a
2 Author: Eric Joldasov <bratishkaerik <AT> getgoogleoff <DOT> me>
3 AuthorDate: Sun Sep 11 04:29:11 2022 +0000
4 Commit: Eric Joldasov <bratishkaerik <AT> getgoogleoff <DOT> me>
5 CommitDate: Sun Sep 11 04:29:11 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8b936d72
7
8 www-apps/mycorrhiza: bump to 1.12.1
9
10 Signed-off-by: Eric Joldasov <bratishkaerik <AT> getgoogleoff.me>
11
12 www-apps/mycorrhiza/Manifest | 4 ++--
13 .../mycorrhiza/{mycorrhiza-1.11.0.ebuild => mycorrhiza-1.12.1.ebuild} | 4 ++--
14 www-apps/mycorrhiza/mycorrhiza-9999.ebuild | 4 ++--
15 3 files changed, 6 insertions(+), 6 deletions(-)
16
17 diff --git a/www-apps/mycorrhiza/Manifest b/www-apps/mycorrhiza/Manifest
18 index 1bc7380f1..5e7e68a00 100644
19 --- a/www-apps/mycorrhiza/Manifest
20 +++ b/www-apps/mycorrhiza/Manifest
21 @@ -1,2 +1,2 @@
22 -DIST mycorrhiza-1.11.0-deps.tar.bz2 21778870 BLAKE2B 33f7d048280b36fa67d41ecc5b78ddf21442af07f83e6751b556832a859cc21ab4613aa5d02df7d4a8a7c73795f8f546b692ca59fbe2fee38492532b7660c60a SHA512 99d4657506fe74d8736242ac36e1986783fe4d01dfdb61cabe55646f9b566fe72daeba2efc0dedbce21ab99b33553a8e449030959b4f11f475672f58ae9777c5
23 -DIST mycorrhiza-1.11.0.tar.gz 135211 BLAKE2B 58d59c8ac8e56a84711736c5c98e2524840fc54184bd3f250d883aa407066ffa4b5162d754c1162b5e53e1248ea634831e15be33db6adff268c93d7d478d48fe SHA512 be1a403b73d31462b41dcd3c3eb781312170ee9ac7bef7db4e01041197f2097f258f97fe3210e0e17079f5d579b8b8384e081659f9b77011804246336187a9d0
24 +DIST mycorrhiza-1.12.1-deps.tar.bz2 21760292 BLAKE2B 42f64ea142ac37d13265656a3efdab2f4be02db4d60cda2b2e4776bfa0905ce9280d08e8f6f8042ba69692ffb41f34ce3df0de8ceab69365feef08648d6f6f02 SHA512 db38fcc2efddd37f50ff9da56bf9f4ae68e9f91ae1bfdbab77135724fd90a30443765f411deecb374744583a5c7b03b136982a3a1d585e676a7a42e9e01298f4
25 +DIST mycorrhiza-1.12.1.tar.gz 136377 BLAKE2B bd1112143262d7db6aa5f2dbe3a0abe96c56c6fbfa897110579799264943abdbaf976cc5603620eb0e8d541e8ba731bde5e1aacb9fd2c9ac02e1e73cfd19ed04 SHA512 2eee4ce46ad6cd05a1afa3aa4b1ee8b1f769c52eb4ddb9cacbf77e65704121cff5f2f8aded634d87cf3330182351be52739ea04a51730678bdd9c4b04fd8d376
26
27 diff --git a/www-apps/mycorrhiza/mycorrhiza-1.11.0.ebuild b/www-apps/mycorrhiza/mycorrhiza-1.12.1.ebuild
28 similarity index 90%
29 rename from www-apps/mycorrhiza/mycorrhiza-1.11.0.ebuild
30 rename to www-apps/mycorrhiza/mycorrhiza-1.12.1.ebuild
31 index b3734d7dd..8295bd38f 100644
32 --- a/www-apps/mycorrhiza/mycorrhiza-1.11.0.ebuild
33 +++ b/www-apps/mycorrhiza/mycorrhiza-1.12.1.ebuild
34 @@ -14,7 +14,7 @@ SRC_URI="
35 "
36 KEYWORDS="~amd64 ~x86"
37
38 -LICENSE="AGPL-3 MIT Apache-2.0 BSD BSD-2"
39 +LICENSE="AGPL-3 MIT Apache-2.0 BSD BSD-2 CC-BY-4.0"
40 SLOT="0"
41
42 BDEPEND=">=dev-lang/go-1.18.0"
43 @@ -31,7 +31,7 @@ src_install() {
44 }
45
46 pkg_postinst() {
47 - elog "Quick start: /usr/bin/mycorrhiza /your/wiki/directory"
48 + elog "Quick start: mycorrhiza /your/wiki/directory"
49 elog
50 elog "It will initialize a Git repository, set useful default settings"
51 elog "And run a server on http://localhost:1737"
52
53 diff --git a/www-apps/mycorrhiza/mycorrhiza-9999.ebuild b/www-apps/mycorrhiza/mycorrhiza-9999.ebuild
54 index c55fba6a4..fa001ef26 100644
55 --- a/www-apps/mycorrhiza/mycorrhiza-9999.ebuild
56 +++ b/www-apps/mycorrhiza/mycorrhiza-9999.ebuild
57 @@ -10,7 +10,7 @@ HOMEPAGE="https://mycorrhiza.wiki"
58
59 EGIT_REPO_URI="https://github.com/bouncepaw/mycorrhiza"
60
61 -LICENSE="AGPL-3 MIT Apache-2.0 BSD BSD-2"
62 +LICENSE="AGPL-3 MIT Apache-2.0 BSD BSD-2 CC-BY-4.0"
63 SLOT="0"
64
65 BDEPEND=">=dev-lang/go-1.18.0"
66 @@ -32,7 +32,7 @@ src_install() {
67 }
68
69 pkg_postinst() {
70 - elog "Quick start: /usr/bin/mycorrhiza /your/wiki/directory"
71 + elog "Quick start: mycorrhiza /your/wiki/directory"
72 elog
73 elog "It will initialize a Git repository, set useful default settings"
74 elog "And run a server on http://localhost:1737"