* [gentoo-commits] repo/proj/guru:master commit in: www-apps/gotosocial/
@ 2022-12-29 11:33 Florian Schmaus
0 siblings, 0 replies; 5+ messages in thread
From: Florian Schmaus @ 2022-12-29 11:33 UTC (permalink / raw
To: gentoo-commits
commit: 85d0e04618e80626b435b8b01653ebb8872e5f95
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Dec 27 19:42:30 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Dec 27 20:40:40 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=85d0e046
www-apps/gotosocial: add missing dep
Closes: https://bugs.gentoo.org/886049
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
.../{gotosocial-0.6.0.ebuild => gotosocial-0.6.0-r1.ebuild} | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/www-apps/gotosocial/gotosocial-0.6.0.ebuild b/www-apps/gotosocial/gotosocial-0.6.0-r1.ebuild
similarity index 96%
rename from www-apps/gotosocial/gotosocial-0.6.0.ebuild
rename to www-apps/gotosocial/gotosocial-0.6.0-r1.ebuild
index e847209b8..b8d68453d 100644
--- a/www-apps/gotosocial/gotosocial-0.6.0.ebuild
+++ b/www-apps/gotosocial/gotosocial-0.6.0-r1.ebuild
@@ -24,7 +24,10 @@ LICENSE="|| ( WTFPL CC0-1.0 ) AGPL-3 BSD BSD-2 CC0-1.0 GPL-3 MIT MPL-2.0"
SLOT="0"
KEYWORDS="~amd64"
-RDEPEND="acct-user/gotosocial"
+DEPEND="dev-db/sqlite:3"
+RDEPEND="${DEPEND}
+ acct-user/gotosocial
+"
DOCS=( archive {CONTRIBUTING,README,ROADMAP}.md )
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: www-apps/gotosocial/
@ 2023-02-25 20:43 Florian Schmaus
0 siblings, 0 replies; 5+ messages in thread
From: Florian Schmaus @ 2023-02-25 20:43 UTC (permalink / raw
To: gentoo-commits
commit: 4e7a869dba8f6cf2c00a9e8796ab46b7463f7d37
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Feb 25 19:45:58 2023 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 19:46:01 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4e7a869d
www-apps/gotosocial: add missing docs dep
Closes: https://bugs.gentoo.org/896196
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
www-apps/gotosocial/gotosocial-0.7.1.ebuild | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/www-apps/gotosocial/gotosocial-0.7.1.ebuild b/www-apps/gotosocial/gotosocial-0.7.1.ebuild
index b95336b5e..ab55a004b 100644
--- a/www-apps/gotosocial/gotosocial-0.7.1.ebuild
+++ b/www-apps/gotosocial/gotosocial-0.7.1.ebuild
@@ -3,9 +3,12 @@
EAPI=8
-DOCS_BUILDER="mkdocs"
-DOCS_DEPEND="dev-python/mkdocs-render-swagger-plugin"
PYTHON_COMPAT=( python3_{9..11} )
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND=(
+ dev-python/mkdocs-material
+ dev-python/mkdocs-render-swagger-plugin
+)
inherit python-any-r1 docs go-module systemd tmpfiles
DESCRIPTION="Fast, fun, ActivityPub server, powered by Go"
@@ -13,14 +16,14 @@ HOMEPAGE="
https://gotosocial.org/
https://github.com/superseriousbusiness/gotosocial
"
-GH="https://github.com/superseriousbusiness/${PN}"
+GH_RELEASE="https://github.com/superseriousbusiness/${PN}/releases/download/v${PV}"
SRC_URI="
- ${GH}/releases/download/v${PV}/${P}-source-code.tar.gz
- ${GH}/releases/download/v${PV}/${PN}_${PV}_web-assets.tar.gz
+ ${GH_RELEASE}/${P}-source-code.tar.gz
+ ${GH_RELEASE}/${PN}_${PV}_web-assets.tar.gz
"
S="${WORKDIR}"
-LICENSE="|| ( WTFPL-2 CC0-1.0 ) AGPL-3 BSD BSD-2 CC0-1.0 GPL-3 MIT MPL-2.0"
+LICENSE="|| ( WTFPL-2 CC0-1.0 ) AGPL-3 Apache-2.0 BSD BSD-2 CC0-1.0 GPL-3 MIT MPL-2.0"
SLOT="0"
KEYWORDS="~amd64"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: www-apps/gotosocial/
@ 2023-03-08 9:08 Florian Schmaus
0 siblings, 0 replies; 5+ messages in thread
From: Florian Schmaus @ 2023-03-08 9:08 UTC (permalink / raw
To: gentoo-commits
commit: 3e1f16a54e96b43d2959a55715f4033bfe7b0afe
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Mar 7 13:12:10 2023 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Mar 7 13:12:10 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3e1f16a5
www-apps/gotosocial: add missing deps for docs
Closes: https://bugs.gentoo.org/899996
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
www-apps/gotosocial/gotosocial-0.7.1.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/www-apps/gotosocial/gotosocial-0.7.1.ebuild b/www-apps/gotosocial/gotosocial-0.7.1.ebuild
index f3d6956fb..ab8204997 100644
--- a/www-apps/gotosocial/gotosocial-0.7.1.ebuild
+++ b/www-apps/gotosocial/gotosocial-0.7.1.ebuild
@@ -8,7 +8,9 @@ DOCS_BUILDER="mkdocs"
DOCS_DEPEND=(
dev-python/mkdocs-material
dev-python/mkdocs-swagger-ui-tag
+ dev-python/pillow
dev-python/regex
+ media-gfx/cairosvg
)
inherit python-any-r1 docs go-module systemd tmpfiles
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: www-apps/gotosocial/
@ 2023-05-28 15:01 Viorel Munteanu
0 siblings, 0 replies; 5+ messages in thread
From: Viorel Munteanu @ 2023-05-28 15:01 UTC (permalink / raw
To: gentoo-commits
commit: 065b3ebabf5d99cf406591434755d11c3df95d40
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun May 28 12:32:15 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sun May 28 12:32:15 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=065b3eba
www-apps/gotosocial: add 0.9.0, drop 0.8.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
www-apps/gotosocial/Manifest | 4 ++--
.../gotosocial/{gotosocial-0.8.0.ebuild => gotosocial-0.9.0.ebuild} | 0
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/www-apps/gotosocial/Manifest b/www-apps/gotosocial/Manifest
index 2b9c54dc5..293b7dbe2 100644
--- a/www-apps/gotosocial/Manifest
+++ b/www-apps/gotosocial/Manifest
@@ -1,4 +1,4 @@
-DIST gotosocial-0.8.0-source-code.tar.gz 52503432 BLAKE2B 34f12afc5d1e51bbc2bb6e7b66aed79dd5a659357d711cf5c0432d11351d986c7ac33635be75ca8be20dbaaf1c570c9a00ca5603e0257d3b3dc2238b0f1ac462 SHA512 b3bbb160e039ddc8e36165bd39e6d633d719d6bed49a9c8a3e0a2bd8d272c42940132126b076a8dd8998cf2497c888f033baf6f23b44901c3f270efa87db6ba4
DIST gotosocial-0.8.1-source-code.tar.gz 52503983 BLAKE2B 388781cd5323c97eda6a6a92e3752d56d0bc648e4a3e1e0193df2f68ee3ec492405148655f6fbc0470296496cca521e088b3535ff3659adf2920696a91daa321 SHA512 d0bb785ec7617edbd5409b48138d5b3bcd201533e951bfff228ca7ddfa620970bf5a648e8e0fc9aeb654536974ddcda4556ee440f38d01a3c53900df7abd44ed
-DIST gotosocial_0.8.0_web-assets.tar.gz 1306945 BLAKE2B eaf9286865c76fc73b9c471551264b1009fb3a6f6fa0d93a51a62092d3249259e5aa488eedf2c959b4c5e035b54f713577022ea299635d1ffa94f5670dc75a7f SHA512 d2d54627adf2e28f5cd8e85322db7279f280ef34e83b8118b608851ffe55801e39679d63273a6f997262b3352f499299b19e2698d5c6ebb28b63bfb0dbbf326c
+DIST gotosocial-0.9.0-source-code.tar.gz 55117728 BLAKE2B e9a02e3d6b27d242db3a239e95653973a498b67e606824d8a2ff141498b8bbf6be0f434d96abad2129e7ca4dab379b815ac04749e036caf0963d6160508768bd SHA512 7638a069a47d615264baa74d838052f913b6c71497396c2d2b877a870a5ad1639d218dd9877fb6b37c347d4e243524527260f48f983a68bb29c4b76ec3ce8c7c
DIST gotosocial_0.8.1_web-assets.tar.gz 1306946 BLAKE2B 82f5a9b2b8b3dcfcaa8ecfbd806b24bc885d9d139d12defb8c155bf8c621c7263519f8bf7f3e89870131b63900a15a1b660206aeb8871bfffe430c21f4fb308e SHA512 9c8e226b950448c0b66379a71ef0c97f72386999294b1b465780f162a2f619a7061221bc5c43c3aa7bc27deffaee557b05f57666304ac7901f000c07cdac7687
+DIST gotosocial_0.9.0_web-assets.tar.gz 1357671 BLAKE2B aeab657eb72db5178287afd75b6c1d06238f8c769f3bfc21cf6249b8eed468b7009b2401c64aca22964ebd7a6554066a2c38d9d441a39789c731faa6e9c17c29 SHA512 0d83b093ab8f45ae8ed3eebcf1aed66b27a5d996e5c0dc30e16cc99a881b7e2b333ba4cf4fd78486c42b3bef9245d1ba89743a87ae0f969e8be6a756cf1dcfc6
diff --git a/www-apps/gotosocial/gotosocial-0.8.0.ebuild b/www-apps/gotosocial/gotosocial-0.9.0.ebuild
similarity index 100%
rename from www-apps/gotosocial/gotosocial-0.8.0.ebuild
rename to www-apps/gotosocial/gotosocial-0.9.0.ebuild
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: www-apps/gotosocial/
@ 2023-07-24 8:24 Viorel Munteanu
0 siblings, 0 replies; 5+ messages in thread
From: Viorel Munteanu @ 2023-07-24 8:24 UTC (permalink / raw
To: gentoo-commits
commit: 1d43088d0247a081b37138b29295f5318fe187b3
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Jul 23 21:35:06 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sun Jul 23 21:43:25 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1d43088d
www-apps/gotosocial: add 0.10.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
www-apps/gotosocial/Manifest | 2 +
www-apps/gotosocial/gotosocial-0.10.0.ebuild | 88 ++++++++++++++++++++++++++++
2 files changed, 90 insertions(+)
diff --git a/www-apps/gotosocial/Manifest b/www-apps/gotosocial/Manifest
index 234c4529a..0153a5c1a 100644
--- a/www-apps/gotosocial/Manifest
+++ b/www-apps/gotosocial/Manifest
@@ -1,2 +1,4 @@
+DIST gotosocial-0.10.0-source-code.tar.gz 55714610 BLAKE2B 5db1bb11d799cc85e7667c205a19df88b901598dfa64cb2b10c58ee6ea327cf5d2e74cba58312d5b7444200ca8a6866b6305008e41775f2906db8faddb078b92 SHA512 fc647e6fb35ef8a9969014d4e785f868e5c85fb2305f7ac204ba830d0774cf4fa7cbb25b7a47fed0b8f592e45299cb2bdbbf5f4a6ae45915a540e9c3ab92f3c4
DIST gotosocial-0.9.0-source-code.tar.gz 55117728 BLAKE2B e9a02e3d6b27d242db3a239e95653973a498b67e606824d8a2ff141498b8bbf6be0f434d96abad2129e7ca4dab379b815ac04749e036caf0963d6160508768bd SHA512 7638a069a47d615264baa74d838052f913b6c71497396c2d2b877a870a5ad1639d218dd9877fb6b37c347d4e243524527260f48f983a68bb29c4b76ec3ce8c7c
+DIST gotosocial_0.10.0_web-assets.tar.gz 1362405 BLAKE2B 78168bcffbc5081cfb81ddcba314d3aa58e41fd115303997306495ad79c5d6fa3d2540b1d4da87e43cf7c4f62e737a859c5bdf2959d60371e25125dd21567f9e SHA512 4a6b2248969e9e254764e4b03fa6d7d884d74da8b25665feebca117eeeeae3aa3dc8fca995ca7c939f6437aa35b7d09dbd824727c7d0a7a4745db29916ab74be
DIST gotosocial_0.9.0_web-assets.tar.gz 1357671 BLAKE2B aeab657eb72db5178287afd75b6c1d06238f8c769f3bfc21cf6249b8eed468b7009b2401c64aca22964ebd7a6554066a2c38d9d441a39789c731faa6e9c17c29 SHA512 0d83b093ab8f45ae8ed3eebcf1aed66b27a5d996e5c0dc30e16cc99a881b7e2b333ba4cf4fd78486c42b3bef9245d1ba89743a87ae0f969e8be6a756cf1dcfc6
diff --git a/www-apps/gotosocial/gotosocial-0.10.0.ebuild b/www-apps/gotosocial/gotosocial-0.10.0.ebuild
new file mode 100644
index 000000000..6318d2cc0
--- /dev/null
+++ b/www-apps/gotosocial/gotosocial-0.10.0.ebuild
@@ -0,0 +1,88 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module systemd tmpfiles
+
+DESCRIPTION="Fast, fun, ActivityPub server, powered by Go"
+HOMEPAGE="
+ https://gotosocial.org/
+ https://github.com/superseriousbusiness/gotosocial
+"
+GH_RELEASE="https://github.com/superseriousbusiness/${PN}/releases/download/v${PV}"
+SRC_URI="
+ ${GH_RELEASE}/${P}-source-code.tar.gz
+ ${GH_RELEASE}/${PN}_${PV}_web-assets.tar.gz
+"
+S="${WORKDIR}"
+
+LICENSE="|| ( WTFPL-2 CC0-1.0 ) AGPL-3 Apache-2.0 BSD BSD-2 CC0-1.0 GPL-3 MIT MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="acct-user/gotosocial"
+
+DOCS=( archive {CONTRIBUTING,README,ROADMAP}.md )
+
+src_unpack() {
+ # source code
+ unpack ${P}-source-code.tar.gz
+ rm -r web || die
+
+ # prebuilt web assets
+ unpack ${PN}_${PV}_web-assets.tar.gz
+}
+
+src_prepare() {
+ default
+
+ sed -i example/config.yaml \
+ -e "s|./web/template/|${EPREFIX}/usr/share/gotosocial/web/template/|g" \
+ -e "s|./web/assets/|${EPREFIX}/usr/share/gotosocial/web/assets/|g" \
+ -e "s|/gotosocial/storage|${EPREFIX}/var/lib/gotosocial/storage|g" \
+ || die
+}
+
+src_configure() {
+ GOFLAGS+=" -tags=netgo,osusergo,static_build,kvformat"
+}
+
+src_compile() {
+ local myargs=(
+ -trimpath
+ -ldflags "-X main.Version=${PV}"
+ )
+
+ ego build "${myargs[@]}" ./cmd/gotosocial
+}
+
+src_test() {
+ local -x GTS_DB_TYPE="sqlite"
+ local -x GTS_DB_ADDRESS=":memory:"
+
+ local -x GOFLAGS
+ GOFLAGS="${GOFLAGS//-v/}"
+ GOFLAGS="${GOFLAGS//-x/}"
+
+ ego test -vet off ./...
+}
+
+src_install() {
+ dobin gotosocial
+
+ newinitd "${FILESDIR}"/gotosocial.initd ${PN}
+ newconfd "${FILESDIR}"/gotosocial.confd ${PN}
+ systemd_dounit "${FILESDIR}"/gotosocial.service
+ newtmpfiles "${FILESDIR}"/gotosocial.tmpfiles ${PN}.conf
+
+ insinto /usr/share/gotosocial
+ doins -r web
+
+ insinto /etc/gotosocial
+ doins example/config.yaml
+}
+
+pkg_postinst() {
+ tmpfiles_process ${PN}.conf
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-07-24 8:24 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-25 20:43 [gentoo-commits] repo/proj/guru:master commit in: www-apps/gotosocial/ Florian Schmaus
-- strict thread matches above, loose matches on Subject: below --
2023-07-24 8:24 Viorel Munteanu
2023-05-28 15:01 Viorel Munteanu
2023-03-08 9:08 Florian Schmaus
2022-12-29 11:33 Florian Schmaus
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox