From: "Alfredo Tupone" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/liquid_feedback_frontend/, www-apps/liquid_feedback_frontend/files/
Date: Fri, 16 Feb 2024 17:47:42 +0000 (UTC) [thread overview]
Message-ID: <1708105578.75a4dc89434cbd9f014b40e9faab81e892282be2.tupone@gentoo> (raw)
commit: 75a4dc89434cbd9f014b40e9faab81e892282be2
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 16 17:46:18 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Feb 16 17:46:18 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75a4dc89
www-apps/liquid_feedback_frontend: add 4.0.0
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
www-apps/liquid_feedback_frontend/Manifest | 1 +
.../files/liquid_feedback_frontend.initd | 17 +++++++++
.../liquid_feedback_frontend-4.0.0.ebuild | 40 ++++++++++++++++++++++
3 files changed, 58 insertions(+)
diff --git a/www-apps/liquid_feedback_frontend/Manifest b/www-apps/liquid_feedback_frontend/Manifest
index 86e967542568..50d5858ea16a 100644
--- a/www-apps/liquid_feedback_frontend/Manifest
+++ b/www-apps/liquid_feedback_frontend/Manifest
@@ -1 +1,2 @@
DIST liquid_feedback_frontend-v3.2.1.tar.gz 499832 BLAKE2B 6d9ead85fa7e47c04c4169b85ffa119737a798d94b236dbd7d11ae4c5d38cc072a71a45b52e250effa62dac65c3ebcd723061e395b05d9f31d0bb01f8e82f9b9 SHA512 1b5e5fc390a2a705c99145ea36556f9b14de4c052c4673e2c7f12148efe485feaf1a91781c016015c41465559204e906e3cad78e37f41289abd5ca27c4257bb3
+DIST liquid_feedback_frontend-v4.0.0.tar.gz 2498592 BLAKE2B 3f1ac24327cc7e09bc0bc79bd05d8f852c31d453b24deef5f615b1a524ee00980fa7c3fcf7cca10f13cb08a37fdb1115d44d04f66a3425ce4cea47046224b63c SHA512 141cc08127b20a20c4d7b524e47dd96e176d883080fb8a2350a4c217af98bc1b027783e7e6f2c9ba720947d7ece8660190510ba93b5c9266c740e5380aa50845
diff --git a/www-apps/liquid_feedback_frontend/files/liquid_feedback_frontend.initd b/www-apps/liquid_feedback_frontend/files/liquid_feedback_frontend.initd
new file mode 100644
index 000000000000..4ec5978c03d8
--- /dev/null
+++ b/www-apps/liquid_feedback_frontend/files/liquid_feedback_frontend.initd
@@ -0,0 +1,17 @@
+#!/sbin/openrc-run
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+name="liquid feedback daemon"
+description="Liquid Feedback Frontend"
+command=/usr/bin/moonbridge
+command_args="-l /var/log/liquid_feedback/lqfb.log /usr/lib/webmcp/bin/mcp.lua /usr/lib/webmcp /var/lib/liquid_feedback_frontend main myconfig"
+pidfile=/run/lqfb.pid
+command_user="apache:apache"
+command_background=true
+
+depend() {
+ need net
+ need postgresql
+ need liquid_feedback_core
+}
diff --git a/www-apps/liquid_feedback_frontend/liquid_feedback_frontend-4.0.0.ebuild b/www-apps/liquid_feedback_frontend/liquid_feedback_frontend-4.0.0.ebuild
new file mode 100644
index 000000000000..1c8b17d28c7a
--- /dev/null
+++ b/www-apps/liquid_feedback_frontend/liquid_feedback_frontend-4.0.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PN_F=${PN}
+PV_F=v${PV}
+MY_P=${PN}-v${PV}
+
+DESCRIPTION="Internet platforms for proposition development and decision making"
+HOMEPAGE="https://www.public-software-group.org/liquid_feedback"
+SRC_URI="https://www.public-software-group.org/pub/projects/liquid_feedback/frontend/v${PV}/${MY_P}.tar.gz
+ https://dev.gentoo.org/~tupone/distfiles/${MY_P}.tar.gz"
+
+LICENSE="HPND CC-BY-2.5"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="~www-apps/liquid_feedback_core-4.2.2
+ ~www-servers/moonbridge-1.1.3
+ >=www-apps/webmcp-2.2.1"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}"/${MY_P}
+
+DOCS=( INSTALL.html INSTALL.mkd )
+
+src_install() {
+ default
+
+ insinto /var/lib/${PN}
+ doins -r app db env fastpath lib locale model static style tmp
+ fowners apache:apache /var/lib/${PN}/tmp
+
+ insinto /etc/${PN}
+ doins config/*
+ dosym ../../../etc/${PN} /var/lib/${PN}/config
+
+ newinitd "${FILESDIR}"/${PN}.initd ${PN}
+}
next reply other threads:[~2024-02-16 17:47 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-16 17:47 Alfredo Tupone [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-04-21 20:09 [gentoo-commits] repo/gentoo:master commit in: www-apps/liquid_feedback_frontend/, www-apps/liquid_feedback_frontend/files/ Alfredo Tupone
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1708105578.75a4dc89434cbd9f014b40e9faab81e892282be2.tupone@gentoo \
--to=tupone@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox