diff --git a/www-apps/misskey/Manifest b/www-apps/misskey/Manifest index 739b899ba..be7296882 100644 --- a/www-apps/misskey/Manifest +++ b/www-apps/misskey/Manifest @@ -1,7 +1,3 @@ -DIST misskey-12.117.1-deps.tar.xz 561405120 BLAKE2B d000256494870c3e5dd815028aaaab96bdbcac2040a29f3265a4a7c8b1ebdaf7f16f83bbc7531819617058045c4765895a4195407333f012fed8a1a75c47eb08 SHA512 cf197fec8b20db0b80aa172afd225c3d1bffbf62ba0d5355fce02a21265c3dcb8980b3e813f89f4a13d0e6cf2672bdc217e7eee18c52e94edf43ffa26ab03419 -DIST misskey-12.117.1.tar.gz 19879117 BLAKE2B e472237b2faf296f2c5227db656dbda0e4adddf9c670fa371e8daf202673dc1137d49e1af0499465db0a234995f913b44d3130ad41542230e7631efa9d08fc12 SHA512 a064fad344627392c797114ced733915166c461a1d115fa3042e2157255b1dca9bd335f9eda1ae1f80a4443dba92314a858ef4a2b061b6d184e42205744cd586 -DIST misskey-12.118.0-deps.tar.xz 562840900 BLAKE2B 14ad72d89cd3ec33e627183f96150a31faab777186dd5a9e7fe485238635520556a073ff014372cccdb728db3a3229deb82fbffe7376daead204086571776d13 SHA512 b85f47c0d7a82c069f76fe9dfdede1919881c31ff182035598b38497706e2afdd66c9c8f5f02d428a7e4753966863573bd95dfdc4e3fd48ef7dc5758760d2096 -DIST misskey-12.118.0.tar.gz 19890974 BLAKE2B 8441631e3de4fc1e26000c1cf19e020e3a80f861ac44a471bdbdec3609b91a74fae9c19a0697d4d2d0536ca134ee3168162ebb26b571c14c82f15bcb73c4db5d SHA512 bc49828a8bab7731de88b2eb4842de93f3cb20ac8c275904039b42a19f2d789e33a4db79c31eec95171c2c3578a36ead364de32588133325a77cb2ada46c720d DIST misskey-12.118.1-deps.tar.xz 562837316 BLAKE2B 73ae63271722e852cbbe4b15d272e2d4e21c99941b7f3316ddeb095fd7e9f59c144a20d09d9b238e8a065344b2b417154bab1a8b1f1c82671c3c4d1cc7e786b4 SHA512 69fa2f40be549894f224bceebc4b79a0ab41d5416d34f8e03d0681a42daa3e5f09de2c866d81d71259988e7578bb77a6bbbab75245601e6d204ea664ccfae3cf DIST misskey-12.118.1.tar.gz 19890715 BLAKE2B 14b7ff60edc0a5292e3a3988d0d28ec3d8b928ca2e42eac32622a0b92b9f25ded4a9140fdaf0733516d73c179e343f0832662538cef92194b8917261c17a863b SHA512 c59698321f904f2494bad48ed058ac457458293334a955e4880dc862e9603d49fefa7c8ab435044b5f3074fe9e95dd06f40de0307ee6fc352f1c914feef93b1a DIST misskey-12.119.0-deps.tar.xz 572218940 BLAKE2B e01c376bc415e54d995ea744b60a54ad9913a390ca1b26217a2cc3e545ad3e9183e0180373e2d55ca62109886d3ab8f8cd9d3c18685dddf513a230d80749e5dd SHA512 f95c81d05ce096467fbfd480a37a92aa82909608480d9469ed22f103fcb5557354922ee51e63246c45c5316ca3b651e8a9c7bfdafad1c9c554b0ed2584dab464 diff --git a/www-apps/misskey/misskey-12.117.1.ebuild b/www-apps/misskey/misskey-12.117.1.ebuild deleted file mode 100644 index 5683294c3..000000000 --- a/www-apps/misskey/misskey-12.117.1.ebuild +++ /dev/null @@ -1,151 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit optfeature savedconfig - -# NOTE: check for updates on each bump -MY_COMMIT_ASSETS="0179793ec891856d6f37a3be16ba4c22f67a81b5" - -DESCRIPTION="An interplanetary microblogging platform" -HOMEPAGE="https://misskey-hub.net/" -SRC_URI=" - https://github.com/misskey-dev/misskey/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz - https://github.com/misskey-dev/assets/archive/${MY_COMMIT_ASSETS}.tar.gz -> ${PN}-assets-${MY_COMMIT_ASSETS}.tar.gz - https://tastytea.de/files/gentoo/${P}-deps.tar.xz -" - -# NOTE: to generate the deps archive: -# export YARN_CACHE_FOLDER="$(realpath ./packages-cache)" -# export CYPRESS_CACHE_FOLDER="$(realpath ./packages-cache)" -# export npm_config_cache="$(realpath ./packages-cache)" -# yarn install -# tar -caf ${P}-deps.tar.xz packages-cache -# unset YARN_CACHE_FOLDER CYPRESS_CACHE_FOLDER npm_config_cache - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="nginx +savedconfig source" - -REQUIRED_USE="savedconfig" - -RESTRICT="strip network-sandbox" - -COMMON_DEPEND=" - >=net-libs/nodejs-16:=[npm] - " - fi - - optfeature "thumbnail generation support" media-video/ffmpeg -} - -pkg_config() { - einfo "Initialising PostgreSQL database" - echo -n "password for misskey user: " - read MY_PASSWORD || die "Reading password failed" - echo "create database misskey; create user misskey with encrypted password '${MY_PASSWORD}'; grant all privileges on database misskey to misskey; \q" \ - | su --login --command psql postgres || die "database creation failed" - - su --shell /bin/bash --login --command \ - "cd misskey && yarn ${YARNFLAGS} run init" \ - misskey || die "database initialisation failed" - - ewarn "When you first start Misskey you will be asked to add an admin account via the web interface, and registrations are enabled." - ewarn "Do not expose the web interface to the public until after you configured your instance\!" -} diff --git a/www-apps/misskey/misskey-12.118.0.ebuild b/www-apps/misskey/misskey-12.118.0.ebuild deleted file mode 100644 index 5683294c3..000000000 --- a/www-apps/misskey/misskey-12.118.0.ebuild +++ /dev/null @@ -1,151 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit optfeature savedconfig - -# NOTE: check for updates on each bump -MY_COMMIT_ASSETS="0179793ec891856d6f37a3be16ba4c22f67a81b5" - -DESCRIPTION="An interplanetary microblogging platform" -HOMEPAGE="https://misskey-hub.net/" -SRC_URI=" - https://github.com/misskey-dev/misskey/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz - https://github.com/misskey-dev/assets/archive/${MY_COMMIT_ASSETS}.tar.gz -> ${PN}-assets-${MY_COMMIT_ASSETS}.tar.gz - https://tastytea.de/files/gentoo/${P}-deps.tar.xz -" - -# NOTE: to generate the deps archive: -# export YARN_CACHE_FOLDER="$(realpath ./packages-cache)" -# export CYPRESS_CACHE_FOLDER="$(realpath ./packages-cache)" -# export npm_config_cache="$(realpath ./packages-cache)" -# yarn install -# tar -caf ${P}-deps.tar.xz packages-cache -# unset YARN_CACHE_FOLDER CYPRESS_CACHE_FOLDER npm_config_cache - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="nginx +savedconfig source" - -REQUIRED_USE="savedconfig" - -RESTRICT="strip network-sandbox" - -COMMON_DEPEND=" - >=net-libs/nodejs-16:=[npm] - " - fi - - optfeature "thumbnail generation support" media-video/ffmpeg -} - -pkg_config() { - einfo "Initialising PostgreSQL database" - echo -n "password for misskey user: " - read MY_PASSWORD || die "Reading password failed" - echo "create database misskey; create user misskey with encrypted password '${MY_PASSWORD}'; grant all privileges on database misskey to misskey; \q" \ - | su --login --command psql postgres || die "database creation failed" - - su --shell /bin/bash --login --command \ - "cd misskey && yarn ${YARNFLAGS} run init" \ - misskey || die "database initialisation failed" - - ewarn "When you first start Misskey you will be asked to add an admin account via the web interface, and registrations are enabled." - ewarn "Do not expose the web interface to the public until after you configured your instance\!" -}