From cc784a3214e0082ac4d298391bb4a9e6b7070fb6 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 3 Dec 2022 16:57:20 +0100 Subject: [PATCH] www-apps/misskey: drop 12.118.1, 12.119.0 Signed-off-by: tastytea --- www-apps/misskey/Manifest | 4 - www-apps/misskey/misskey-12.118.1.ebuild | 151 ----------------------- www-apps/misskey/misskey-12.119.0.ebuild | 151 ----------------------- 3 files changed, 306 deletions(-) delete mode 100644 www-apps/misskey/misskey-12.118.1.ebuild delete mode 100644 www-apps/misskey/misskey-12.119.0.ebuild diff --git a/www-apps/misskey/Manifest b/www-apps/misskey/Manifest index b2beb00..ed0f50d 100644 --- a/www-apps/misskey/Manifest +++ b/www-apps/misskey/Manifest @@ -1,7 +1,3 @@ -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 -DIST misskey-12.119.0.tar.gz 19901643 BLAKE2B d5f990ca46ee1ac21d95cef3df37eb6502ac674b6c71585fbc13e5b63be3693e2d8542e9c1acab599edbadcc954cf5f1bf2eca01f4e9fe4a8020ef4f97d02ed9 SHA512 8d462180cbc02759c931b08b93b9a4cc124dabc4dbe8c9c962d8940778349b53725fa05a4868d350afc49f68cf3a7c249a8cc68ed51a213faca29f52913103bc DIST misskey-12.119.1-deps.tar.xz 565592072 BLAKE2B 4b5b434d05d96420533409036d25b7379737ffafb302a15a2e3b3d3c7805d3d4429d740040ad3671232b5e430bf628adfcfb5bdd27b690b29c68cf54fe753c13 SHA512 36a102f021bcad1ba03c19636df537967259653805755c0501d50484630d772a654927e48a558fada31cbabdf9427314f15eb50831ebc308488df6ed7d5e1cd5 DIST misskey-12.119.1.tar.gz 19901808 BLAKE2B 4fcb267127cf2fdeed6faa8bd13d7af7b26a8e7635a048f5d8e51ee1f765af88a6ab97ddef0db9240b2bd836d572c5eefe2a0e8ef2154859f5fb8915e7a0033a SHA512 4b8778dad482e747e5f60ff697ac2b9998dcbff5ad017be2c4b3e74db5e80edac63fad71729567b586f1b41824a5259dfb74b2b4264256c40af480cb8cfb0449 DIST misskey-assets-0179793ec891856d6f37a3be16ba4c22f67a81b5.tar.gz 40471635 BLAKE2B 5305b5b316aa9d27f860e0e2c86f55eeb4140fd76c9cc7a753f78f93c509a10237033ec2109d2e806605f302d3fc9e9b916d2967053a4bce9b2cdea14df5885b SHA512 b4de7d8ab43f27e14372bb7246be4b032b142f22913ceaaa01e7631a1f702ba77ccf25482038cf2341f7a0ae92d54a1200bb654cac1d409b1ddcc113513b3f16 diff --git a/www-apps/misskey/misskey-12.118.1.ebuild b/www-apps/misskey/misskey-12.118.1.ebuild deleted file mode 100644 index e060575..0000000 --- a/www-apps/misskey/misskey-12.118.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.119.0.ebuild b/www-apps/misskey/misskey-12.119.0.ebuild deleted file mode 100644 index e060575..0000000 --- a/www-apps/misskey/misskey-12.119.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\!" -}