commit:     265a890982e0afef853a60e6e2f01c16e46b9568
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 24 12:13:05 2025 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Wed Dec 24 12:13:05 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=265a8909

www-apps/nextcloud: drop 30.0.15, 30.0.16

30.0 is marked unsupported upstream

Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 www-apps/nextcloud/Manifest                 |  2 --
 www-apps/nextcloud/nextcloud-30.0.15.ebuild | 43 -----------------------------
 www-apps/nextcloud/nextcloud-30.0.16.ebuild | 43 -----------------------------
 3 files changed, 88 deletions(-)

diff --git a/www-apps/nextcloud/Manifest b/www-apps/nextcloud/Manifest
index faa4328dfd66..69134a23ec15 100644
--- a/www-apps/nextcloud/Manifest
+++ b/www-apps/nextcloud/Manifest
@@ -1,5 +1,3 @@
-DIST nextcloud-30.0.15.tar.bz2 192496285 BLAKE2B 
d01a8ca8cdd3da2a309bee9a6c205d0ea1f124e0268f778340c304e1d7220205066a07d2e62ae3d90069e9b75c3f559b8e5251acc70ed047d7011ceb70606cf8
 SHA512 
21577bc4dec5ffecfbba4beca6d9b265ca408ee18cdfb141bdd3b9e1de03e76bf18655ac6a875ec01eba96932598628b002896c2bb62931f668bb5d8baf6ef0f
-DIST nextcloud-30.0.16.tar.bz2 192499324 BLAKE2B 
241bb3fe8ad746375622fcfcdcc8dfbbdfe0a62d66240254dccc3dab0beddd0fa55ed05dd06de50cff807fa754f6e8c4073a4a52458b7041cf30f1198e19484f
 SHA512 
8ae5ccd5bc24b2c8a1e187d9de9078773164ab73a70cc21ecd53c607d7c8fb84630ff63d617f9de4af0d074116ef7ef4c448283c42fb849db6453f348f70f641
 DIST nextcloud-31.0.10.tar.bz2 229216000 BLAKE2B 
9093615015b21501aa5272e4f9a23768c3c79151a0bcb4860f64420ebecd6d598af4efa820fe8a7a728f2ca67178b6fa14d112ce976ad4e77154ce99ce58108f
 SHA512 
863e08eb76740c407ad57c91c1e4e0215d35041f479987eef4718b4ddea7cc37501fdd8ad150f2b7fbaea4bf008923dd22ef4a8f461f6f0cbbdbf938b9bb028d
 DIST nextcloud-31.0.12.tar.bz2 229431443 BLAKE2B 
4da8d18a289dcce497bd586b2fe9bd87370b969c67e4d014bc7090deb5362729ad9633bdea993c06dc3952dbcf49357f651530dc96e9a54923873e623d92d647
 SHA512 
e4824d1794fb8cdabefc66ed4ddcd0512e205109083f4c088014461cd6f446ccf9c854726c230e588182dac4622683c5454e70cddca361dd22ce8c1dc27b73b8
 DIST nextcloud-31.0.9.tar.bz2 229277439 BLAKE2B 
bc996c311c312f79d95f680295bba9c0e03245df31060e7af9ca24c4ebd42940a3efc30bd111180413873358f36cd041cae5a6fcaf4fb2b47c01da5d38841489
 SHA512 
eec86ab5b45cc3a4ee0208e1bb0ae8ddf04d35956ca8aef92f79d7109c9c5d2f58916c32c341883c10713f861c092050b568f577fcad754e45928ac4e21828ea

diff --git a/www-apps/nextcloud/nextcloud-30.0.15.ebuild 
b/www-apps/nextcloud/nextcloud-30.0.15.ebuild
deleted file mode 100644
index c4a9f89de8cf..000000000000
--- a/www-apps/nextcloud/nextcloud-30.0.15.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit webapp
-
-DESCRIPTION="Personal cloud that runs on your own server"
-HOMEPAGE="https://nextcloud.com/";
-SRC_URI="https://download.nextcloud.com/server/releases/${P}.tar.bz2";
-
-S=${WORKDIR}/${PN}
-
-LICENSE="AGPL-3"
-KEYWORDS="amd64 ~arm ~arm64 ~x86"
-
-IUSE="+curl +imagemagick mysql postgres +sqlite"
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-RDEPEND="dev-lang/php[curl?,filter,gd,hash(+),intl,json(+),mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,truetype,xmlreader,xmlwriter,zip]
-       imagemagick? ( dev-php/pecl-imagick )
-       virtual/httpd-php"
-
-pkg_setup() {
-       webapp_pkg_setup
-}
-
-src_install() {
-       webapp_src_preinst
-
-       insinto "${MY_HTDOCSDIR}"
-       doins -r .
-       keepdir "${MY_HTDOCSDIR}"/data
-
-       webapp_serverowned -R "${MY_HTDOCSDIR}"/apps
-       webapp_serverowned -R "${MY_HTDOCSDIR}"/data
-       webapp_serverowned -R "${MY_HTDOCSDIR}"/config
-       webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
-
-       webapp_postinst_txt en "${FILESDIR}"/php-argon2-en.txt
-
-       webapp_src_install
-}

diff --git a/www-apps/nextcloud/nextcloud-30.0.16.ebuild 
b/www-apps/nextcloud/nextcloud-30.0.16.ebuild
deleted file mode 100644
index 315510b1bf27..000000000000
--- a/www-apps/nextcloud/nextcloud-30.0.16.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit webapp
-
-DESCRIPTION="Personal cloud that runs on your own server"
-HOMEPAGE="https://nextcloud.com/";
-SRC_URI="https://download.nextcloud.com/server/releases/${P}.tar.bz2";
-
-S=${WORKDIR}/${PN}
-
-LICENSE="AGPL-3"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-IUSE="+curl +imagemagick mysql postgres +sqlite"
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-RDEPEND="dev-lang/php[curl?,filter,gd,hash(+),intl,json(+),mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,truetype,xmlreader,xmlwriter,zip]
-       imagemagick? ( dev-php/pecl-imagick )
-       virtual/httpd-php"
-
-pkg_setup() {
-       webapp_pkg_setup
-}
-
-src_install() {
-       webapp_src_preinst
-
-       insinto "${MY_HTDOCSDIR}"
-       doins -r .
-       keepdir "${MY_HTDOCSDIR}"/data
-
-       webapp_serverowned -R "${MY_HTDOCSDIR}"/apps
-       webapp_serverowned -R "${MY_HTDOCSDIR}"/data
-       webapp_serverowned -R "${MY_HTDOCSDIR}"/config
-       webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
-
-       webapp_postinst_txt en "${FILESDIR}"/php-argon2-en.txt
-
-       webapp_src_install
-}

Reply via email to