* [gentoo-commits] repo/proj/guru:dev commit in: www-apps/freshrss/
2024-03-28 21:49 [gentoo-commits] repo/proj/guru:master " Julien Roy
@ 2024-03-28 21:31 ` Julien Roy
0 siblings, 0 replies; 4+ messages in thread
From: Julien Roy @ 2024-03-28 21:31 UTC (permalink / raw
To: gentoo-commits
commit: 82969dec10147c1a4c67cf85ba1cbbf35ab9fc47
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Thu Mar 28 21:27:48 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Thu Mar 28 21:27:48 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=82969dec
www-apps/freshrss: new package, add 1.23.1
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
| 1 +
| 44 ++++++++++++++++++++++++++++++++
| 31 ++++++++++++++++++++++
3 files changed, 76 insertions(+)
--git a/www-apps/freshrss/Manifest b/www-apps/freshrss/Manifest
new file mode 100644
index 0000000000..37b9162702
--- /dev/null
+++ b/www-apps/freshrss/Manifest
@@ -0,0 +1 @@
+DIST freshrss-1.23.1.gh.tar.gz 4321975 BLAKE2B 583fe3895b2d7b82d77c202bed985de46214affc3e35f022e64a818954667f10b4838f1c25854394b9896f834b21b0af1265f32936110329202bd7dfd275ced2 SHA512 df4c7eedf3dc8c5c9d0de722e00e3846d1bb1b1605d53a9415b5fd49715b91d6cf22f7f64503a706af32dc6f96415e28d772f7442816e76e266b4aa908984e95
--git a/www-apps/freshrss/freshrss-1.23.1.ebuild b/www-apps/freshrss/freshrss-1.23.1.ebuild
new file mode 100644
index 0000000000..e599f8e58c
--- /dev/null
+++ b/www-apps/freshrss/freshrss-1.23.1.ebuild
@@ -0,0 +1,44 @@
+# 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
+
+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
+}
--git a/www-apps/freshrss/metadata.xml b/www-apps/freshrss/metadata.xml
new file mode 100644
index 0000000000..9a11966019
--- /dev/null
+++ b/www-apps/freshrss/metadata.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <name>Julien Roy</name>
+ <email>julien@jroy.ca</email>
+ </maintainer>
+ <longdescription>
+FreshRSS is a self-hosted RSS feed aggregator.
+
+It is lightweight, easy to work with, powerful, and customizable.
+
+It is a multi-user application with an anonymous reading mode. It supports custom tags. There is an API for (mobile) clients, and a Command-Line Interface.
+
+Thanks to the WebSub standard, FreshRSS is able to receive instant push notifications from compatible sources, such as Friendica, WordPress, Blogger, Medium, etc.
+
+FreshRSS natively supports basic Web scraping, based on XPath, for Web sites not providing any RSS / Atom feed. Also supports JSON documents.
+
+FreshRSS offers the ability to reshare selections of articles by HTML, RSS, and OPML.
+
+Different login methods are supported: Web form (including an anonymous option), HTTP Authentication (compatible with proxy delegation), OpenID Connect.
+
+Finally, FreshRSS supports extensions for further tuning.
+ </longdescription>
+ <upstream>
+ <bugs-to>https://github.com/FreshRSS/FreshRSS/issues</bugs-to>
+ <changelog>https://github.com/FreshRSS/FreshRSS/releases</changelog>
+ <doc>https://freshrss.github.io/FreshRSS/</doc>
+ <remote-id type="github">FreshRSS/FreshRSS</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: www-apps/freshrss/
2024-06-07 23:48 [gentoo-commits] repo/proj/guru:master commit in: www-apps/freshrss/ Julien Roy
@ 2024-06-07 23:29 ` Julien Roy
0 siblings, 0 replies; 4+ messages in thread
From: Julien Roy @ 2024-06-07 23:29 UTC (permalink / raw
To: gentoo-commits
commit: bd6c1c5dd1fe45bdb0dc07939a09a6e7a3e5e4dc
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Fri Jun 7 23:09:01 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Fri Jun 7 23:09:01 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bd6c1c5d
www-apps/freshrss: add 1.24.0
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
| 1 +
| 48 ++++++++++++++++++++++++++++++++
2 files changed, 49 insertions(+)
--git a/www-apps/freshrss/Manifest b/www-apps/freshrss/Manifest
index 37b916270..be24cecbf 100644
--- a/www-apps/freshrss/Manifest
+++ b/www-apps/freshrss/Manifest
@@ -1 +1,2 @@
DIST freshrss-1.23.1.gh.tar.gz 4321975 BLAKE2B 583fe3895b2d7b82d77c202bed985de46214affc3e35f022e64a818954667f10b4838f1c25854394b9896f834b21b0af1265f32936110329202bd7dfd275ced2 SHA512 df4c7eedf3dc8c5c9d0de722e00e3846d1bb1b1605d53a9415b5fd49715b91d6cf22f7f64503a706af32dc6f96415e28d772f7442816e76e266b4aa908984e95
+DIST freshrss-1.24.0.gh.tar.gz 4382010 BLAKE2B 947db723a9652f712358c5fd1e029464cbe1492677891dbdce77b65b737ff6641a0bb1c301a83cc55474161fb2814ff8b52833714eae70b17b81fea62c75779b SHA512 4a3f6085daf69a8c03596fd2b99e6b045bec67f7ccb1923ce3e7ed07fdebbeb86b6d14040e8a06eead2909471a9fe8306c016dffd44ffb26885946a886bd53b8
--git a/www-apps/freshrss/freshrss-1.24.0.ebuild b/www-apps/freshrss/freshrss-1.24.0.ebuild
new file mode 100644
index 000000000..0aff7597d
--- /dev/null
+++ b/www-apps/freshrss/freshrss-1.24.0.ebuild
@@ -0,0 +1,48 @@
+# 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.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
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: www-apps/freshrss/
@ 2024-06-07 23:48 Julien Roy
2024-06-07 23:29 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
0 siblings, 1 reply; 4+ messages in thread
From: Julien Roy @ 2024-06-07 23:48 UTC (permalink / raw
To: gentoo-commits
commit: bd6c1c5dd1fe45bdb0dc07939a09a6e7a3e5e4dc
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Fri Jun 7 23:09:01 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Fri Jun 7 23:09:01 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bd6c1c5d
www-apps/freshrss: add 1.24.0
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
| 1 +
| 48 ++++++++++++++++++++++++++++++++
2 files changed, 49 insertions(+)
--git a/www-apps/freshrss/Manifest b/www-apps/freshrss/Manifest
index 37b916270..be24cecbf 100644
--- a/www-apps/freshrss/Manifest
+++ b/www-apps/freshrss/Manifest
@@ -1 +1,2 @@
DIST freshrss-1.23.1.gh.tar.gz 4321975 BLAKE2B 583fe3895b2d7b82d77c202bed985de46214affc3e35f022e64a818954667f10b4838f1c25854394b9896f834b21b0af1265f32936110329202bd7dfd275ced2 SHA512 df4c7eedf3dc8c5c9d0de722e00e3846d1bb1b1605d53a9415b5fd49715b91d6cf22f7f64503a706af32dc6f96415e28d772f7442816e76e266b4aa908984e95
+DIST freshrss-1.24.0.gh.tar.gz 4382010 BLAKE2B 947db723a9652f712358c5fd1e029464cbe1492677891dbdce77b65b737ff6641a0bb1c301a83cc55474161fb2814ff8b52833714eae70b17b81fea62c75779b SHA512 4a3f6085daf69a8c03596fd2b99e6b045bec67f7ccb1923ce3e7ed07fdebbeb86b6d14040e8a06eead2909471a9fe8306c016dffd44ffb26885946a886bd53b8
--git a/www-apps/freshrss/freshrss-1.24.0.ebuild b/www-apps/freshrss/freshrss-1.24.0.ebuild
new file mode 100644
index 000000000..0aff7597d
--- /dev/null
+++ b/www-apps/freshrss/freshrss-1.24.0.ebuild
@@ -0,0 +1,48 @@
+# 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.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
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: www-apps/freshrss/
@ 2024-11-19 10:42 Julien Roy
0 siblings, 0 replies; 4+ messages in thread
From: Julien Roy @ 2024-11-19 10:42 UTC (permalink / raw
To: gentoo-commits
commit: 323c2127a8a8d1cd76bb3746c0facfc0aa5a291e
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Tue Nov 19 09:33:13 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Tue Nov 19 10:42:13 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=323c2127
www-apps/freshrss: drop 1.23.1
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
| 1 -
| 48 --------------------------------
2 files changed, 49 deletions(-)
--git a/www-apps/freshrss/Manifest b/www-apps/freshrss/Manifest
index 6103a54f7..7fc421302 100644
--- a/www-apps/freshrss/Manifest
+++ b/www-apps/freshrss/Manifest
@@ -1,3 +1,2 @@
-DIST freshrss-1.23.1.gh.tar.gz 4321975 BLAKE2B 583fe3895b2d7b82d77c202bed985de46214affc3e35f022e64a818954667f10b4838f1c25854394b9896f834b21b0af1265f32936110329202bd7dfd275ced2 SHA512 df4c7eedf3dc8c5c9d0de722e00e3846d1bb1b1605d53a9415b5fd49715b91d6cf22f7f64503a706af32dc6f96415e28d772f7442816e76e266b4aa908984e95
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
diff --git a/www-apps/freshrss/freshrss-1.23.1.ebuild b/www-apps/freshrss/freshrss-1.23.1.ebuild
deleted file mode 100644
index 0aff7597d..000000000
--- a/www-apps/freshrss/freshrss-1.23.1.ebuild
+++ /dev/null
@@ -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.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
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-11-19 10:42 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-07 23:48 [gentoo-commits] repo/proj/guru:master commit in: www-apps/freshrss/ Julien Roy
2024-06-07 23:29 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
-- strict thread matches above, loose matches on Subject: below --
2024-11-19 10:42 Julien Roy
2024-03-28 21:49 [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-03-28 21:31 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox