www-apps/freshrss - 1.26.3 (guru)

Search

Install

Install this version:

emerge -a =www-apps/freshrss-1.26.3

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =www-apps/freshrss-1.26.3

Or alternatively:

emerge --autounmask-write -a =www-apps/freshrss-1.26.3

Package Information

Description:
A free, self-hostable news aggregator
Homepage:
https://freshrss.org/ https://github.com/FreshRSS/FreshRSS
License:
AGPL-3

Ebuild Details

Version EAPI Keywords Slot
1.26.3 8 ~amd64
View Raw Ebuild
# Copyright 2023-2025 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.26.3.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
}

USE Flags

Manage flags for this package: euse -i <flag> -p www-apps/freshrss | euse -E <flag> -p www-apps/freshrss | euse -D <flag> -p www-apps/freshrss

Global/Standard Flags

postgres
Default: Enabled (+)

Inherited Eclasses

Dependencies

DEPEND

	dev-lang/php[ctype,curl,fileinfo,fpm,jit,mysql?,pdo,postgres?,sqlite?,unicode,xml,zip,zlib]
	virtual/httpd-php

RDEPEND

	dev-lang/php[ctype,curl,fileinfo,fpm,jit,mysql?,pdo,postgres?,sqlite?,unicode,xml,zip,zlib]
	virtual/httpd-php

Manifest for 1.26.3

Type File Size Source URLs
DIST freshrss-1.26.3.gh.tar.gz 4557875 bytes https://github.com/FreshRSS/FreshRSS/archive/1.26.3.tar.gz