mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-10 20:18:41 -04:00
www-apps/freshrss: drop 1.24.1
Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
parent
47d1f06646
commit
0c6a6ee1b3
@ -1,3 +1,2 @@
|
||||
DIST freshrss-1.24.1.gh.tar.gz 4383585 BLAKE2B 9ad14320930fa4baae3edd3ec31add9ac0f66dda5cbc1997947595907df550d9363e3d87f0fcacdf06781e4be14070b78b66e04cbe8610cecca0d0185162724c SHA512 42edbfc22f7231fafea42d4c32fb285a4ec40132645c0ec1613abf5cbc8b4017e0ad1cb5eeaaefdda9077760f73999111ba9e15c1bff41dd7af411bcecca32c9
|
||||
DIST freshrss-1.24.3.gh.tar.gz 4403538 BLAKE2B f944f36256c59790938588491385b91de6a8af602bdb51731c7c76c816a4536855b7ed27a5595b4f825d2b7420a58feb17a0b7b8343b198bf8ae1a5ecb8705ba SHA512 757f37fd51d63b56735c54d7ee2a5bd76c8e55b8e4d6b16767b9f99581142dd11987eb4256b114ebb012bfba93acf3d9189ca4fa9c0fbf66bdd4048d12ea8bf6
|
||||
DIST freshrss-1.25.0.gh.tar.gz 4488412 BLAKE2B b995404a2979aa2e92a03ce316f6405c3bc476daf1a0c2f9ccb6a7c2e274ff934721dca7771adee7ff7aefed0349febcc80581cdb7dbc56334c8ff72626f443f SHA512 e3882227ce422c8d1c38bcf557e29219153fc2bf2829df3ddd6c716c6ee75b6d44849f65b9a15fbdaf3542a78f11f26442893a8b561825b7b1ac8ee50ab93266
|
||||
|
@ -1,31 +0,0 @@
|
||||
diff --git a/Makefile b/Makefile
|
||||
index 1222ef3e..4bf54ecf 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -70,10 +70,6 @@ lint: vendor/bin/phpcs ## Run the linter on the PHP files
|
||||
lint-fix: vendor/bin/phpcbf ## Fix the errors detected by the linter
|
||||
$(PHP) vendor/bin/phpcbf . -p -s
|
||||
|
||||
-bin/composer:
|
||||
- mkdir -p bin/
|
||||
- wget 'https://raw.githubusercontent.com/composer/getcomposer.org/8af47a6fd4910073ea7580378d6252c708f83a06/web/installer' -O - -q | php -- --quiet --install-dir='./bin/' --filename='composer'
|
||||
-
|
||||
vendor/bin/phpunit: bin/composer
|
||||
bin/composer install --prefer-dist --no-progress
|
||||
ln -s ../vendor/bin/phpunit bin/phpunit
|
||||
@@ -86,15 +82,6 @@ vendor/bin/phpcbf: bin/composer
|
||||
bin/composer install --prefer-dist --no-progress
|
||||
ln -s ../vendor/bin/phpcbf bin/phpcbf
|
||||
|
||||
-bin/typos:
|
||||
- mkdir -p bin/
|
||||
- cd bin ; \
|
||||
- wget -q 'https://github.com/crate-ci/typos/releases/download/v1.17.0/typos-v1.17.0-x86_64-unknown-linux-musl.tar.gz' && \
|
||||
- tar -xvf *.tar.gz './typos' && \
|
||||
- chmod +x typos && \
|
||||
- rm *.tar.gz ; \
|
||||
- cd ..
|
||||
-
|
||||
node_modules/.bin/eslint:
|
||||
npm install
|
||||
|
@ -1,31 +0,0 @@
|
||||
diff --git a/Makefile b/Makefile
|
||||
index 1759c7d7..3a450b5b 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -69,10 +69,6 @@ lint: vendor/bin/phpcs ## Run the linter on the PHP files
|
||||
lint-fix: vendor/bin/phpcbf ## Fix the errors detected by the linter
|
||||
$(PHP) vendor/bin/phpcbf . -p -s
|
||||
|
||||
-bin/composer:
|
||||
- mkdir -p bin/
|
||||
- wget 'https://raw.githubusercontent.com/composer/getcomposer.org/a19025d6c0a1ff9fc1fac341128b2823193be462/web/installer' -O - -q | php -- --quiet --install-dir='./bin/' --filename='composer'
|
||||
-
|
||||
vendor/bin/phpunit: bin/composer
|
||||
bin/composer install --prefer-dist --no-progress
|
||||
ln -s ../vendor/bin/phpunit bin/phpunit
|
||||
@@ -85,15 +81,6 @@ vendor/bin/phpcbf: bin/composer
|
||||
bin/composer install --prefer-dist --no-progress
|
||||
ln -s ../vendor/bin/phpcbf bin/phpcbf
|
||||
|
||||
-bin/typos:
|
||||
- mkdir -p bin/
|
||||
- cd bin ; \
|
||||
- wget -q 'https://github.com/crate-ci/typos/releases/download/v1.16.21/typos-v1.16.21-x86_64-unknown-linux-musl.tar.gz' && \
|
||||
- tar -xvf *.tar.gz './typos' && \
|
||||
- chmod +x typos && \
|
||||
- rm *.tar.gz ; \
|
||||
- cd ..
|
||||
-
|
||||
node_modules/.bin/eslint:
|
||||
npm install
|
||||
|
@ -1,48 +0,0 @@
|
||||
# Copyright 2023-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit webapp
|
||||
|
||||
DESCRIPTION="A free, self-hostable news aggregator"
|
||||
HOMEPAGE="
|
||||
https://freshrss.org/
|
||||
https://github.com/FreshRSS/FreshRSS
|
||||
"
|
||||
SRC_URI="https://github.com/FreshRSS/FreshRSS/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
S="${WORKDIR}/FreshRSS-${PV}"
|
||||
|
||||
LICENSE="AGPL-3"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="mysql +postgres sqlite"
|
||||
REQUIRED_USE="|| ( mysql postgres sqlite )"
|
||||
|
||||
RDEPEND="
|
||||
dev-lang/php[ctype,curl,fileinfo,fpm,jit,mysql?,pdo,postgres?,sqlite?,unicode,xml,zip,zlib]
|
||||
virtual/httpd-php
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
need_httpd_fastcgi
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/disable-network-tests-1.24.1.patch
|
||||
)
|
||||
|
||||
src_compile() {
|
||||
:
|
||||
}
|
||||
|
||||
src_install() {
|
||||
webapp_src_preinst
|
||||
|
||||
insinto "${MY_HTDOCSDIR}"
|
||||
doins -r .
|
||||
|
||||
webapp_serverowned "${MY_HTDOCSDIR}"/data
|
||||
webapp_serverowned "${MY_HTDOCSDIR}"/data/{index.html,cache,favicons,fever,users,users/_,tokens}
|
||||
webapp_serverowned "${MY_HTDOCSDIR}"/data/{cache,favicons,fever,users,users/_,tokens}/index.html
|
||||
|
||||
webapp_src_install
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user