From e56f5e9b2405e6c2142d3738d459b1eae966e99c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 12 Oct 2023 00:13:29 +0100 Subject: gentoo auto-resync : 12:10:2023 - 00:13:28 --- www-apps/nextcloud/nextcloud-25.0.11.ebuild | 43 ----------------------------- 1 file changed, 43 deletions(-) delete mode 100644 www-apps/nextcloud/nextcloud-25.0.11.ebuild (limited to 'www-apps/nextcloud/nextcloud-25.0.11.ebuild') diff --git a/www-apps/nextcloud/nextcloud-25.0.11.ebuild b/www-apps/nextcloud/nextcloud-25.0.11.ebuild deleted file mode 100644 index e9db891d0021..000000000000 --- a/www-apps/nextcloud/nextcloud-25.0.11.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2023 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" -LICENSE="AGPL-3" - -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="+curl +imagemagick mysql postgres +sqlite" -REQUIRED_USE="|| ( mysql postgres sqlite )" - -DEPEND="" -RDEPEND="