From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4D070158086 for ; Fri, 26 Nov 2021 10:50:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69530E083E; Fri, 26 Nov 2021 10:50:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 48494E083E for ; Fri, 26 Nov 2021 10:50:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 48CDD342D2C for ; Fri, 26 Nov 2021 10:50:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 978B51BA for ; Fri, 26 Nov 2021 10:50:45 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1637923843.57ed3f4e626014f5ef61b87a67a1e872520f0be2.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/selfoss/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/selfoss/Manifest www-apps/selfoss/metadata.xml www-apps/selfoss/selfoss-2.18.ebuild X-VCS-Directories: www-apps/selfoss/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 57ed3f4e626014f5ef61b87a67a1e872520f0be2 X-VCS-Branch: master Date: Fri, 26 Nov 2021 10:50:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 116397e4-a84f-4b06-a28f-f9efe2fd6fd5 X-Archives-Hash: 38fd27754312b71cfeb688c0f3d00f4c commit: 57ed3f4e626014f5ef61b87a67a1e872520f0be2 Author: Maciej Barć gentoo org> AuthorDate: Fri Nov 26 10:49:59 2021 +0000 Commit: Maciej Barć gentoo org> CommitDate: Fri Nov 26 10:50:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57ed3f4e www-apps/selfoss: new package; add version 2.18 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Maciej Barć gentoo.org> www-apps/selfoss/Manifest | 1 + www-apps/selfoss/metadata.xml | 13 ++++++++++ www-apps/selfoss/selfoss-2.18.ebuild | 47 ++++++++++++++++++++++++++++++++++++ 3 files changed, 61 insertions(+) diff --git a/www-apps/selfoss/Manifest b/www-apps/selfoss/Manifest new file mode 100644 index 000000000000..d0b0248d66bc --- /dev/null +++ b/www-apps/selfoss/Manifest @@ -0,0 +1 @@ +DIST selfoss-2.18.zip 2881068 BLAKE2B aaf45ed5fa005cbfba0954a50412b37ec26e17de4308e9604a942861d63ade64149a048936871526f8b45a948555e6d5335152cc18c8664f9668d2e61350b4eb SHA512 6966458f4ef803ac87df7a2650aed73d6d99922f84d21f64950964b752535d3a1ddd8c585ce2ca5a3f58fb9f2de76fa7a0932ce2eb62faa753ed2398b6ebb748 diff --git a/www-apps/selfoss/metadata.xml b/www-apps/selfoss/metadata.xml new file mode 100644 index 000000000000..c4743712a400 --- /dev/null +++ b/www-apps/selfoss/metadata.xml @@ -0,0 +1,13 @@ + + + + + + xgqt@gentoo.org + Maciej Barć + + + https://github.com/fossar/selfoss/issues + SSilence/selfoss + + diff --git a/www-apps/selfoss/selfoss-2.18.ebuild b/www-apps/selfoss/selfoss-2.18.ebuild new file mode 100644 index 000000000000..b8631a04cd07 --- /dev/null +++ b/www-apps/selfoss/selfoss-2.18.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit webapp + +DESCRIPTION="The multipurpose rss reader, live stream, mashup, aggregation web application" +HOMEPAGE="https://selfoss.aditu.de/" +SRC_URI="https://github.com/SSilence/${PN}/releases/download/${PV}/${P}.zip" +S="${WORKDIR}" + +LICENSE="GPL-3" +KEYWORDS="~amd64 ~x86" + +BDEPEND="app-arch/unzip" +RDEPEND=" + >=dev-lang/php-5.4.0[curl,gd] + virtual/httpd-php + || ( + dev-db/mysql + dev-db/postgresql + dev-db/sqlite + ) +" + +pkg_setup() { + webapp_pkg_setup +} + +src_install() { + webapp_src_preinst + + insinto "${MY_HTDOCSDIR}" + doins -r . + + webapp_serverowned -R "${MY_HTDOCSDIR}"/data + webapp_serverowned -R "${MY_HTDOCSDIR}"/public + webapp_configfile "${MY_HTDOCSDIR}"/.htaccess + + webapp_src_install +} + +pkg_postinst() { + elog "Default selfoss config is installed as defaults.ini;" + elog "Copy that config to config.ini and customize as you wish." +}