Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/nextcloud/
Date: Thu, 03 Nov 2022 22:24:12
Message-Id: 1667514234.b349d5d8e51cde8feaa50bebcd1a8a954fb89538.voyageur@gentoo
1 commit: b349d5d8e51cde8feaa50bebcd1a8a954fb89538
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 3 18:03:56 2022 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 3 22:23:54 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b349d5d8
7
8 www-apps/nextcloud: add 23.0.11, 24.0.7, 25.0.1
9
10 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
11
12 www-apps/nextcloud/Manifest | 3 ++
13 www-apps/nextcloud/nextcloud-23.0.11.ebuild | 43 +++++++++++++++++++++++++++++
14 www-apps/nextcloud/nextcloud-24.0.7.ebuild | 43 +++++++++++++++++++++++++++++
15 www-apps/nextcloud/nextcloud-25.0.1.ebuild | 43 +++++++++++++++++++++++++++++
16 4 files changed, 132 insertions(+)
17
18 diff --git a/www-apps/nextcloud/Manifest b/www-apps/nextcloud/Manifest
19 index ed7b18254cb3..876a678b52e5 100644
20 --- a/www-apps/nextcloud/Manifest
21 +++ b/www-apps/nextcloud/Manifest
22 @@ -1,3 +1,6 @@
23 DIST nextcloud-23.0.10.tar.bz2 141026523 BLAKE2B 52e2962c1bd8075a64b10e792b18f7e18688c4a1227ef71cfbc85fe743a924ead8a78c3ed95396c37c3c85fa9a848eb3017d0c818294bbad35d679cc0844b0a5 SHA512 be4cfcd728db5c492da68c5aad29caab926673ad623ef3050c8f193d58164aaea04679f63e01eaf59652f0f6d8237c64fb38e66a08fd35e0e43b10f2b67b4d64
24 +DIST nextcloud-23.0.11.tar.bz2 141705816 BLAKE2B fa1232ab9263e6964ceb1cd45941187db1af331cb1e4f0f149e5638f6813a7b19b838f64eec234dc2e8c7182b4aeb2d8abb61051d0ddb314ec04198f80c44a3d SHA512 094abe8eabe6746cea616db95739513c3832f8e823931abfd7dc83b8e8ecf49c4444fe478727e79b17bca5b16990cd0c95211476180e0382f45e07e5b51b6f49
25 DIST nextcloud-24.0.6.tar.bz2 123902888 BLAKE2B 145d3b3c9527ac950f12a88cd02085c566d3d8e224d7ec099bcb9e519c3d2854954b23ea27ee62ff2ae3032d3788bb494b38ef1fc26bc9cf3991e0fd864120d0 SHA512 15c45f8ae4ee9e03c35f8aef6549b9fe92984dac4345406bbc95eec9099912f10a9ad8a7b73c001cc96294d2d136259acc4003d6610c47254ca5cac9d701343d
26 +DIST nextcloud-24.0.7.tar.bz2 124233139 BLAKE2B 991668bf897984da0f0034f954d0077779159acc6b27447603decc79bb79d6457f98cf8324e18f2ab3dda76cbbde63bc43d3ee2f1ff918d227c8256d8f3e8789 SHA512 77c1999b52ab87779908619ec8845887c9da32f90d9eb1e639d07c3899519235a18d973a35a8bfbfe9f896c7b7705cc91d571558700550857f741f98a85a52ef
27 DIST nextcloud-25.0.0.tar.bz2 144109342 BLAKE2B a339f5bf01255cccdbb9941d360e091a34149e6d3a365497344911c8f156cd7b272ed657fe48720054c448c3e52fafec37dbe0cd69be42f424479d35dd90e547 SHA512 6f7a7a4e7b613df7b246bf9a582a15598d40a96023bdde1d8e3fff1b5888588d9c957f58ea813470696edc7c1ad5e8d1721d5eaa3d9c91549ca8acc411a8211e
28 +DIST nextcloud-25.0.1.tar.bz2 146695370 BLAKE2B 01d9482301fa50e2b938cbe164310d0e3db3a791944e78ef2d7016ecd3e214907d53b589abc51c550263e636c114ee37dd027ebf3d164493c53775a10f102a61 SHA512 7fd401ffe01e5b1d568e4f66cdc5972d5e3c0b82f147a04330da9fe5ab1f2ddf152943e28f152fb635e8bca8d83a95a5a269a1f34fa189cef4a3c9dbe4e8c89b
29
30 diff --git a/www-apps/nextcloud/nextcloud-23.0.11.ebuild b/www-apps/nextcloud/nextcloud-23.0.11.ebuild
31 new file mode 100644
32 index 000000000000..ae0486c3b736
33 --- /dev/null
34 +++ b/www-apps/nextcloud/nextcloud-23.0.11.ebuild
35 @@ -0,0 +1,43 @@
36 +# Copyright 1999-2022 Gentoo Authors
37 +# Distributed under the terms of the GNU General Public License v2
38 +
39 +EAPI=8
40 +
41 +inherit webapp
42 +
43 +DESCRIPTION="Personal cloud that runs on your own server"
44 +HOMEPAGE="https://nextcloud.com/"
45 +SRC_URI="https://download.nextcloud.com/server/releases/${P}.tar.bz2"
46 +LICENSE="AGPL-3"
47 +
48 +KEYWORDS="~amd64 ~arm ~arm64 ~x86"
49 +IUSE="+curl +imagemagick mysql postgres +sqlite"
50 +REQUIRED_USE="|| ( mysql postgres sqlite )"
51 +
52 +DEPEND=""
53 +RDEPEND="<dev-lang/php-8.1[curl?,filter,gd,hash(+),intl,json(+),mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,truetype,xmlreader,xmlwriter,zip]
54 + imagemagick? ( dev-php/pecl-imagick )
55 + virtual/httpd-php"
56 +
57 +S=${WORKDIR}/${PN}
58 +
59 +pkg_setup() {
60 + webapp_pkg_setup
61 +}
62 +
63 +src_install() {
64 + webapp_src_preinst
65 +
66 + insinto "${MY_HTDOCSDIR}"
67 + doins -r .
68 + dodir "${MY_HTDOCSDIR}"/data
69 +
70 + webapp_serverowned -R "${MY_HTDOCSDIR}"/apps
71 + webapp_serverowned -R "${MY_HTDOCSDIR}"/data
72 + webapp_serverowned -R "${MY_HTDOCSDIR}"/config
73 + webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
74 +
75 + webapp_postinst_txt en "${FILESDIR}"/php-argon2-en.txt
76 +
77 + webapp_src_install
78 +}
79
80 diff --git a/www-apps/nextcloud/nextcloud-24.0.7.ebuild b/www-apps/nextcloud/nextcloud-24.0.7.ebuild
81 new file mode 100644
82 index 000000000000..e35dd132e50a
83 --- /dev/null
84 +++ b/www-apps/nextcloud/nextcloud-24.0.7.ebuild
85 @@ -0,0 +1,43 @@
86 +# Copyright 1999-2022 Gentoo Authors
87 +# Distributed under the terms of the GNU General Public License v2
88 +
89 +EAPI=8
90 +
91 +inherit webapp
92 +
93 +DESCRIPTION="Personal cloud that runs on your own server"
94 +HOMEPAGE="https://nextcloud.com/"
95 +SRC_URI="https://download.nextcloud.com/server/releases/${P}.tar.bz2"
96 +LICENSE="AGPL-3"
97 +
98 +KEYWORDS="~amd64 ~arm ~arm64 ~x86"
99 +IUSE="+curl +imagemagick mysql postgres +sqlite"
100 +REQUIRED_USE="|| ( mysql postgres sqlite )"
101 +
102 +DEPEND=""
103 +RDEPEND="<dev-lang/php-8.2[curl?,filter,gd,hash(+),intl,json(+),mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,truetype,xmlreader,xmlwriter,zip]
104 + imagemagick? ( dev-php/pecl-imagick )
105 + virtual/httpd-php"
106 +
107 +S=${WORKDIR}/${PN}
108 +
109 +pkg_setup() {
110 + webapp_pkg_setup
111 +}
112 +
113 +src_install() {
114 + webapp_src_preinst
115 +
116 + insinto "${MY_HTDOCSDIR}"
117 + doins -r .
118 + dodir "${MY_HTDOCSDIR}"/data
119 +
120 + webapp_serverowned -R "${MY_HTDOCSDIR}"/apps
121 + webapp_serverowned -R "${MY_HTDOCSDIR}"/data
122 + webapp_serverowned -R "${MY_HTDOCSDIR}"/config
123 + webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
124 +
125 + webapp_postinst_txt en "${FILESDIR}"/php-argon2-en.txt
126 +
127 + webapp_src_install
128 +}
129
130 diff --git a/www-apps/nextcloud/nextcloud-25.0.1.ebuild b/www-apps/nextcloud/nextcloud-25.0.1.ebuild
131 new file mode 100644
132 index 000000000000..e35dd132e50a
133 --- /dev/null
134 +++ b/www-apps/nextcloud/nextcloud-25.0.1.ebuild
135 @@ -0,0 +1,43 @@
136 +# Copyright 1999-2022 Gentoo Authors
137 +# Distributed under the terms of the GNU General Public License v2
138 +
139 +EAPI=8
140 +
141 +inherit webapp
142 +
143 +DESCRIPTION="Personal cloud that runs on your own server"
144 +HOMEPAGE="https://nextcloud.com/"
145 +SRC_URI="https://download.nextcloud.com/server/releases/${P}.tar.bz2"
146 +LICENSE="AGPL-3"
147 +
148 +KEYWORDS="~amd64 ~arm ~arm64 ~x86"
149 +IUSE="+curl +imagemagick mysql postgres +sqlite"
150 +REQUIRED_USE="|| ( mysql postgres sqlite )"
151 +
152 +DEPEND=""
153 +RDEPEND="<dev-lang/php-8.2[curl?,filter,gd,hash(+),intl,json(+),mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,truetype,xmlreader,xmlwriter,zip]
154 + imagemagick? ( dev-php/pecl-imagick )
155 + virtual/httpd-php"
156 +
157 +S=${WORKDIR}/${PN}
158 +
159 +pkg_setup() {
160 + webapp_pkg_setup
161 +}
162 +
163 +src_install() {
164 + webapp_src_preinst
165 +
166 + insinto "${MY_HTDOCSDIR}"
167 + doins -r .
168 + dodir "${MY_HTDOCSDIR}"/data
169 +
170 + webapp_serverowned -R "${MY_HTDOCSDIR}"/apps
171 + webapp_serverowned -R "${MY_HTDOCSDIR}"/data
172 + webapp_serverowned -R "${MY_HTDOCSDIR}"/config
173 + webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
174 +
175 + webapp_postinst_txt en "${FILESDIR}"/php-argon2-en.txt
176 +
177 + webapp_src_install
178 +}