diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2023-05-14 11:56:31 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2023-05-14 12:00:56 +0200 |
commit | b3c7f3f95198229d92a307cf066c6cce08f07514 (patch) | |
tree | 1cd0d5337e6956d88fd487e1531396644c3e1661 /www-apps | |
parent | www-apps/nextcloud: drop 24.0.10, 24.0.11 (diff) | |
download | gentoo-b3c7f3f95198229d92a307cf066c6cce08f07514.tar.gz gentoo-b3c7f3f95198229d92a307cf066c6cce08f07514.tar.bz2 gentoo-b3c7f3f95198229d92a307cf066c6cce08f07514.zip |
www-apps/nextcloud: add 25.0.6, 26.0.1
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/nextcloud/Manifest | 2 | ||||
-rw-r--r-- | www-apps/nextcloud/nextcloud-25.0.6.ebuild | 43 | ||||
-rw-r--r-- | www-apps/nextcloud/nextcloud-26.0.1.ebuild | 43 |
3 files changed, 88 insertions, 0 deletions
diff --git a/www-apps/nextcloud/Manifest b/www-apps/nextcloud/Manifest index a7c34de071d8..a5568bda1ec8 100644 --- a/www-apps/nextcloud/Manifest +++ b/www-apps/nextcloud/Manifest @@ -1,3 +1,5 @@ DIST nextcloud-25.0.4.tar.bz2 145687281 BLAKE2B b349cea558ef2b1925da19713b76553076d57ee9e2fd07123796c0f329e139ccfb66c3e113ddb4bcdb7841d5e61eb1237748fd1c38216f7ae43c006e87730deb SHA512 0a9a6a2cc26951ede77509926fd6192668d140559daaa49611e8f9d592ccec39f22c7289d2d55794885afc7665bfb6f5eae43a0e6d160954b21c3e236da944e5 DIST nextcloud-25.0.5.tar.bz2 145918261 BLAKE2B a9f9f40f36b5024f7a1a1f9ea6e2488c790cc761f26cf137975a31fdbd711fada90bc1fc621094987467de59d8bb434dedabee09400ee0253d61953a8d84ba7e SHA512 03563ff552ab2ef195070079ef54a24d8f04b30b09ffb2f870eeb64fab3575c1e8535d98043ab9bd2e0a54fc515cf64ab3d2f9e14e71df2e482f104b0fcf0231 +DIST nextcloud-25.0.6.tar.bz2 146051131 BLAKE2B b4554537715eaa3b83c18ca752e81e3301ac380ba8260a1ca8c72d4b5b3dfafd54580bb36e39024f5abc748d0acd1950b35b7e524497457532525871a50f8b29 SHA512 8ae5728786283ee6bd25670225b1cd0653c88388ff11518119cc416ee295dc0e02c44b1be6e071fd72803b1bc4dd2c4b942d8b9e79407a495e578b4880c217ea DIST nextcloud-26.0.0.tar.bz2 149346219 BLAKE2B 0e01dc1b364a27d0bbb58f91c831f099679c9d78dd21bafd0e50867fd3ccc7f2b50158bc393b7e6b87e51805d653007148e2aa06f26c0c12942e5cbe840beafe SHA512 ad589d2e128fd73e9282e1f41d5189dc3216270e546524e8feaefa9013202e806047cc304ef77a8954eac16b010b3d65bc99ce8547256c1df6e90b69aa2f232a +DIST nextcloud-26.0.1.tar.bz2 150951206 BLAKE2B 4d5021353560626fda6cd71f073c4a219e7a4062738edbca5f8a69e138ba7f970588e88f3975c9bb22e7e7a3bb26727972729f569ed7a66cecdc86cccc0fb6cb SHA512 058ea33d4fbbf7e8c54dfda71989e95893dc24e0c538d7dbc502f3cd36247d4cfa7e5d32d5d437532229aee8d73fe7e643672835d7207aa3d7990ff455a3372f diff --git a/www-apps/nextcloud/nextcloud-25.0.6.ebuild b/www-apps/nextcloud/nextcloud-25.0.6.ebuild new file mode 100644 index 000000000000..e9db891d0021 --- /dev/null +++ b/www-apps/nextcloud/nextcloud-25.0.6.ebuild @@ -0,0 +1,43 @@ +# 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="<dev-lang/php-8.2[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" + +S=${WORKDIR}/${PN} + +pkg_setup() { + webapp_pkg_setup +} + +src_install() { + webapp_src_preinst + + insinto "${MY_HTDOCSDIR}" + doins -r . + dodir "${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-26.0.1.ebuild b/www-apps/nextcloud/nextcloud-26.0.1.ebuild new file mode 100644 index 000000000000..e9db891d0021 --- /dev/null +++ b/www-apps/nextcloud/nextcloud-26.0.1.ebuild @@ -0,0 +1,43 @@ +# 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="<dev-lang/php-8.2[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" + +S=${WORKDIR}/${PN} + +pkg_setup() { + webapp_pkg_setup +} + +src_install() { + webapp_src_preinst + + insinto "${MY_HTDOCSDIR}" + doins -r . + dodir "${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 +} |