From f0f4f77cb13f661468bf4a23505516d946f88971 Mon Sep 17 00:00:00 2001 From: Maciej Barć Date: Fri, 26 Nov 2021 19:04:16 +0100 Subject: www-apps/selfoss: does not work with PHP 8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Maciej Barć --- www-apps/selfoss/selfoss-2.18-r1.ebuild | 51 -------------------------------- www-apps/selfoss/selfoss-2.18-r2.ebuild | 52 +++++++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+), 51 deletions(-) delete mode 100644 www-apps/selfoss/selfoss-2.18-r1.ebuild create mode 100644 www-apps/selfoss/selfoss-2.18-r2.ebuild (limited to 'www-apps/selfoss') diff --git a/www-apps/selfoss/selfoss-2.18-r1.ebuild b/www-apps/selfoss/selfoss-2.18-r1.ebuild deleted file mode 100644 index eafce92230a5..000000000000 --- a/www-apps/selfoss/selfoss-2.18-r1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit readme.gentoo-r1 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 - ) -" - -DOC_CONTENTS="Default selfoss config is installed as defaults.ini; -Copy that config to config.ini and customize as you wish." - -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 - - readme.gentoo_create_doc -} - -pkg_postinst() { - readme.gentoo_print_elog -} diff --git a/www-apps/selfoss/selfoss-2.18-r2.ebuild b/www-apps/selfoss/selfoss-2.18-r2.ebuild new file mode 100644 index 000000000000..14e394637122 --- /dev/null +++ b/www-apps/selfoss/selfoss-2.18-r2.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit readme.gentoo-r1 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] +