commit: d69d8d7626937788efae1d82051867c0d2679e54 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> AuthorDate: Fri Jan 23 11:59:25 2026 +0000 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> CommitDate: Fri Jan 23 12:15:18 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d69d8d76
www-apps/nextcloud: drop 31.0.10, 32.0.2 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org> www-apps/nextcloud/Manifest | 2 -- www-apps/nextcloud/nextcloud-31.0.10.ebuild | 43 ----------------------------- www-apps/nextcloud/nextcloud-32.0.2.ebuild | 43 ----------------------------- 3 files changed, 88 deletions(-) diff --git a/www-apps/nextcloud/Manifest b/www-apps/nextcloud/Manifest index ed1212e57d85..ca27a9b1871c 100644 --- a/www-apps/nextcloud/Manifest +++ b/www-apps/nextcloud/Manifest @@ -1,7 +1,5 @@ -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.13.tar.bz2 230039156 BLAKE2B 132082f31f11910842eabbab6714605a1231902223c527d5263540e9197b5fa82ce9ae3dac659233485f688c54044704a1bf64f6d515a2e7756289bbc609583b SHA512 fbbf99011f110de2027f95f255546379e84f15cc5ebe53b77de82d068dfc48cd23eb7694bec8aed3f22a43c30fdd4c6530c33ff8a45340ccb4bfcc0ef6835040 DIST nextcloud-31.0.9.tar.bz2 229277439 BLAKE2B bc996c311c312f79d95f680295bba9c0e03245df31060e7af9ca24c4ebd42940a3efc30bd111180413873358f36cd041cae5a6fcaf4fb2b47c01da5d38841489 SHA512 eec86ab5b45cc3a4ee0208e1bb0ae8ddf04d35956ca8aef92f79d7109c9c5d2f58916c32c341883c10713f861c092050b568f577fcad754e45928ac4e21828ea -DIST nextcloud-32.0.2.tar.bz2 272625998 BLAKE2B 28aba49d7e0ab05164ed96ca3e6ea080a344ec7a4aa8d3d46ff7980cf1dcd1f0ac4d70808d689d76a4765547a70144c95a2b4fb92489b18852a96078ccfbf6d6 SHA512 b99679a6e57930beda2fd76cc77e0daffff42d8f47714cd2877c5fcea50875f421895e491c591148907734196c2db00d0f57e798f52f2ae5680ad999022144f1 DIST nextcloud-32.0.3.tar.bz2 272989969 BLAKE2B ebcdad594e0a9f7a180aee816f0abe4506fcc5ec6cca165290b565463c99a5dc3e6469d9b554923750248f6296d47be838d39a2821404cf61f872023c4ea7550 SHA512 fd06cd687ddfcb0baac2e0b03db690d1b4f9119e28c5cfbd26d911b214240f8273d7a805540afe83f7cc92f1377487c82fe65eb0b22ad9028410652ec55381fb DIST nextcloud-32.0.5.tar.bz2 275559310 BLAKE2B 76ad2a76774f6d3d468fe708fac5e25aae3eb2fdc7ea4501475ba4ead23846c38687eb6def44aaf96ad384390671c546804b30dce305c8c1d08185ab7ba1a05e SHA512 2fbae319f5208c34415c4663078489f86d2ff9c1ecc1b7a0ebb85d07088ded6903302baf20a990355c9ff7139579fe85bb97909b9e013271ec4465c04f6306b9 diff --git a/www-apps/nextcloud/nextcloud-31.0.10.ebuild b/www-apps/nextcloud/nextcloud-31.0.10.ebuild deleted file mode 100644 index 315510b1bf27..000000000000 --- a/www-apps/nextcloud/nextcloud-31.0.10.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-32.0.2.ebuild b/www-apps/nextcloud/nextcloud-32.0.2.ebuild deleted file mode 100644 index 315510b1bf27..000000000000 --- a/www-apps/nextcloud/nextcloud-32.0.2.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 -}
