public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: www-apps/selfoss/, profiles/
@ 2023-09-15  7:52 David Seifert
  0 siblings, 0 replies; only message in thread
From: David Seifert @ 2023-09-15  7:52 UTC (permalink / raw
  To: gentoo-commits

commit:     c15dfc6822a92c8f048bb8f4a88b21bb65ee61af
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 15 07:52:09 2023 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Sep 15 07:52:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c15dfc68

www-apps/selfoss: drop 2.19

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 profiles/package.mask                |  1 -
 www-apps/selfoss/Manifest            |  1 -
 www-apps/selfoss/selfoss-2.19.ebuild | 52 ------------------------------------
 3 files changed, 54 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index b326e0b5d041..99c79057af86 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -281,7 +281,6 @@ dev-php/sebastian-recursion-context
 =www-apps/moodle-4.0.9
 =www-apps/moodle-4.1.4
 =www-apps/moodle-4.2.1
-=www-apps/selfoss-2.19
 
 # Volkmar W. Pogatzki <gentoo@pogatzki.net> (2023-07-05)
 # Library without consumers. Bug #906882

diff --git a/www-apps/selfoss/Manifest b/www-apps/selfoss/Manifest
index b67db2531641..c9644d1ce4d6 100644
--- a/www-apps/selfoss/Manifest
+++ b/www-apps/selfoss/Manifest
@@ -1,2 +1 @@
-DIST selfoss-2.19.zip 5837647 BLAKE2B 0921d938a8c85c2d610fbbf371ab46c7b233d55e7db2531a7745f23920028878ac3f85c10d58bcd48da55e6efab367aa55889373260d8af36414747272f5a97e SHA512 d9b751e1d3725e4fc44353c579f6a8033c0802e0697627fd6e20adaf31a49f38ab485d6ea27bbcb645f48cc9de6db2bd451fe900f48f48e5e602171c2a71d634
 DIST selfoss-2.20-cdc7f3e.zip 4569979 BLAKE2B 5c8eb3307373cf5a7f35dd3ab68db9f84122752da2b78e29c99a61c75dc2e79b9c07b5eacf4461de56d55699b0a774217ebd218b5a0f4f2779d045c754cf2ad6 SHA512 1105c7c3b52d6d5bf6a1ef186e8fb3e0baf144ccd911541fd677d78ec2de110a899d53e04750fd27f0a8d791786b3925bf52bb0a45011b5c5e7f5b81443fe786

diff --git a/www-apps/selfoss/selfoss-2.19.ebuild b/www-apps/selfoss/selfoss-2.19.ebuild
deleted file mode 100644
index 42b67a167c1f..000000000000
--- a/www-apps/selfoss/selfoss-2.19.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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}"/${PN}
-
-LICENSE="GPL-3"
-KEYWORDS="amd64 arm arm64 ~x86"
-
-BDEPEND="app-arch/unzip"
-RDEPEND="
-	>=dev-lang/php-5.6.0[curl,gd]
-	<dev-lang/php-8
-	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
-}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-09-15  7:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-15  7:52 [gentoo-commits] repo/gentoo:master commit in: www-apps/selfoss/, profiles/ David Seifert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox