commit: 29f9b83673162fdb96ad6f5e77f1a3c61c58bdba Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> AuthorDate: Sat Feb 21 20:23:08 2026 +0000 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> CommitDate: Sat Feb 21 20:23:08 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29f9b836
www-apps/nextcloud: drop old Mostly 31.x versions, unsupported upstream now Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org> www-apps/nextcloud/Manifest | 5 ---- www-apps/nextcloud/nextcloud-31.0.12.ebuild | 43 ----------------------------- www-apps/nextcloud/nextcloud-31.0.13.ebuild | 43 ----------------------------- www-apps/nextcloud/nextcloud-31.0.14.ebuild | 43 ----------------------------- www-apps/nextcloud/nextcloud-31.0.9.ebuild | 43 ----------------------------- www-apps/nextcloud/nextcloud-32.0.3.ebuild | 43 ----------------------------- 6 files changed, 220 deletions(-) diff --git a/www-apps/nextcloud/Manifest b/www-apps/nextcloud/Manifest index b969e5839714..d6a069062524 100644 --- a/www-apps/nextcloud/Manifest +++ b/www-apps/nextcloud/Manifest @@ -1,7 +1,2 @@ -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.14.tar.bz2 229536560 BLAKE2B 80c73dbaca0d41095711995887358dc6ebf04fd4ea00d5e15ce8d9e39782c068aa01c15f2c84db76266c947bc568b3246f85b62c9a0a3f959fc6319aeba9f024 SHA512 998a4ce7a773f4a8d422b3561185339a9678c28eb7f049f26ce8020ba8d2b43f3bebe3e82aa972cfde6224d2f3719611db48190b0ad6f52d4a5c99cbb52e53f0 -DIST nextcloud-31.0.9.tar.bz2 229277439 BLAKE2B bc996c311c312f79d95f680295bba9c0e03245df31060e7af9ca24c4ebd42940a3efc30bd111180413873358f36cd041cae5a6fcaf4fb2b47c01da5d38841489 SHA512 eec86ab5b45cc3a4ee0208e1bb0ae8ddf04d35956ca8aef92f79d7109c9c5d2f58916c32c341883c10713f861c092050b568f577fcad754e45928ac4e21828ea -DIST nextcloud-32.0.3.tar.bz2 272989969 BLAKE2B ebcdad594e0a9f7a180aee816f0abe4506fcc5ec6cca165290b565463c99a5dc3e6469d9b554923750248f6296d47be838d39a2821404cf61f872023c4ea7550 SHA512 fd06cd687ddfcb0baac2e0b03db690d1b4f9119e28c5cfbd26d911b214240f8273d7a805540afe83f7cc92f1377487c82fe65eb0b22ad9028410652ec55381fb DIST nextcloud-32.0.5.tar.bz2 275559310 BLAKE2B 76ad2a76774f6d3d468fe708fac5e25aae3eb2fdc7ea4501475ba4ead23846c38687eb6def44aaf96ad384390671c546804b30dce305c8c1d08185ab7ba1a05e SHA512 2fbae319f5208c34415c4663078489f86d2ff9c1ecc1b7a0ebb85d07088ded6903302baf20a990355c9ff7139579fe85bb97909b9e013271ec4465c04f6306b9 DIST nextcloud-32.0.6.tar.bz2 271382484 BLAKE2B 699654ae2adaf61efb4dc757c1a900bf7032c78f40510f88c4d52fc9e9c333469b64786b503adb7500b04b4961664aab2a9488bdd784a1fb5a6400d75f6125e5 SHA512 f68b80a5444452594e37ca81721c8b529f268db874a2fac104bb27b0ec7a7aa529240b3ea6e3b24c5ef596b4490558e6c426c8aa79df4a2bb11ba37303e91de4 diff --git a/www-apps/nextcloud/nextcloud-31.0.12.ebuild b/www-apps/nextcloud/nextcloud-31.0.12.ebuild deleted file mode 100644 index 315510b1bf27..000000000000 --- a/www-apps/nextcloud/nextcloud-31.0.12.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-31.0.13.ebuild b/www-apps/nextcloud/nextcloud-31.0.13.ebuild deleted file mode 100644 index ebfd33cbd09e..000000000000 --- a/www-apps/nextcloud/nextcloud-31.0.13.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2026 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-31.0.14.ebuild b/www-apps/nextcloud/nextcloud-31.0.14.ebuild deleted file mode 100644 index ebfd33cbd09e..000000000000 --- a/www-apps/nextcloud/nextcloud-31.0.14.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2026 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-31.0.9.ebuild b/www-apps/nextcloud/nextcloud-31.0.9.ebuild deleted file mode 100644 index c4a9f89de8cf..000000000000 --- a/www-apps/nextcloud/nextcloud-31.0.9.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.3.ebuild b/www-apps/nextcloud/nextcloud-32.0.3.ebuild deleted file mode 100644 index 315510b1bf27..000000000000 --- a/www-apps/nextcloud/nextcloud-32.0.3.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 -}
