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: Fri, 24 Apr 2020 18:27:58
Message-Id: 1587752708.489cc3772183aaeb5b1fe9ca0d49ac516e525d0c.voyageur@gentoo
1 commit: 489cc3772183aaeb5b1fe9ca0d49ac516e525d0c
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 24 17:49:42 2020 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 24 18:25:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=489cc377
7
8 www-apps/nextcloud: 18.0.4, 17.0.6, 16.0.10 bumps
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
12
13 www-apps/nextcloud/Manifest | 3 +++
14 www-apps/nextcloud/nextcloud-16.0.10.ebuild | 41 +++++++++++++++++++++++++++++
15 www-apps/nextcloud/nextcloud-17.0.6.ebuild | 41 +++++++++++++++++++++++++++++
16 www-apps/nextcloud/nextcloud-18.0.4.ebuild | 41 +++++++++++++++++++++++++++++
17 4 files changed, 126 insertions(+)
18
19 diff --git a/www-apps/nextcloud/Manifest b/www-apps/nextcloud/Manifest
20 index 669c32e87a2..75b3e080aa7 100644
21 --- a/www-apps/nextcloud/Manifest
22 +++ b/www-apps/nextcloud/Manifest
23 @@ -1,3 +1,6 @@
24 +DIST nextcloud-16.0.10.tar.bz2 63199839 BLAKE2B e030b9e99bf9573cdc0e5510394aa15473e3ced647049f7ace7a7c6400f002bf40e7b9965d48a938bacdf8f93d6a246828bd2fa304d79201f15e473c897a3df6 SHA512 295ef79bc8dfa4318c761f920ff145d40c41a89c1d410ca7bd33125ac835312dcf9123b19bb68b8cb3e20c08a7e233830702bfacf37f9e0815237b154d0563a0
25 DIST nextcloud-16.0.9.tar.bz2 62595192 BLAKE2B 8594d49bd8913e6a826b55390398d97733619469c10c817a1263d0e1f4fcadf9b0cbe459c6a415c2078fe6678898f7dcec511ebe4be8254226358c11d8491239 SHA512 5787bf73575e10f5bd204ca797f367eff27d47d45f87765f313481b5f47f295c8ce730371809d02a84a02b8c68b87f6529c315b739b8a8b48c2d2512aeafa2c4
26 DIST nextcloud-17.0.5.tar.bz2 66618876 BLAKE2B 9d7aabafadc768e72f90180fb0763a16188f09e0ab657fcfea762fffa53af87c5ed546f0176852346973164ecd42edac8acd6120392ce075e96658f70e2c1740 SHA512 b6b5ddd85666ca6542ba945adb4bd0196997d815aa0d232b83fb5e29be2b3cdef891d3fb349c86d2aeef7356fd71c234bcf4b569ce41b0082f86a909148930a1
27 +DIST nextcloud-17.0.6.tar.bz2 66599870 BLAKE2B dd4c66fcdb8c2aca978ebc1df52970cda189e56b3e48465e5a1ce9191a2e6499cc069910ef894699d9e888206335e5ac59cc813b0f2108cd585e776f88f0e333 SHA512 e97f74d2890815742654af8c3248ae8378f7d8fe57c13657824354cdd90d4a30b99dd2249980b885ec73eaba9d2ed0c1fdc9254f926f3de26f1c2832e36e9344
28 DIST nextcloud-18.0.3.tar.bz2 86636651 BLAKE2B ad73d397dfd8ceaa5b1edc42031a350560fd80c0c55500cff5e394f3a0ffedc0c02a5a0bbdb4579fba2765fe542cae6e8c835c2f6e07755ec368556d207cdecd SHA512 b1f433dee2e7eea800de8cd8131332530050b6194460a397081a134f63b236f65e33758c60cd8e97a43570d0b6a1baac9e0503535d85a9a34cd63abd50041292
29 +DIST nextcloud-18.0.4.tar.bz2 86677670 BLAKE2B 57675e71a50bffc3953cb41095e41fd5a3ac30c680097fcaded34db40dc8de4b972c1c751da39b2eb500d6a3ea4dba081058b9cda52a1ad3d2dd600d9a55592f SHA512 c9754562153fdb07e0c65d5cc9749871c875a455051cd632403c31b8cb52540b95f3fdf5ba3146d65a175508580b6f3c72d3ac86a90b060baafbca1225dbba95
30
31 diff --git a/www-apps/nextcloud/nextcloud-16.0.10.ebuild b/www-apps/nextcloud/nextcloud-16.0.10.ebuild
32 new file mode 100644
33 index 00000000000..de1b7898efd
34 --- /dev/null
35 +++ b/www-apps/nextcloud/nextcloud-16.0.10.ebuild
36 @@ -0,0 +1,41 @@
37 +# Copyright 1999-2020 Gentoo Authors
38 +# Distributed under the terms of the GNU General Public License v2
39 +
40 +EAPI=7
41 +
42 +inherit webapp
43 +
44 +DESCRIPTION="Personal cloud that runs on your own server"
45 +HOMEPAGE="https://nextcloud.com/"
46 +SRC_URI="https://download.nextcloud.com/server/releases/${P}.tar.bz2"
47 +LICENSE="AGPL-3"
48 +
49 +KEYWORDS="~amd64 ~arm ~arm64 ~x86"
50 +IUSE="+curl +imagemagick mysql postgres +sqlite"
51 +REQUIRED_USE="|| ( mysql postgres sqlite )"
52 +
53 +DEPEND=""
54 +RDEPEND="dev-lang/php[curl?,filter,gd,hash(+),intl,json,mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,truetype,xmlreader,xmlwriter,zip]
55 + imagemagick? ( dev-php/pecl-imagick )
56 + virtual/httpd-php"
57 +
58 +S=${WORKDIR}/${PN}
59 +
60 +pkg_setup() {
61 + webapp_pkg_setup
62 +}
63 +
64 +src_install() {
65 + webapp_src_preinst
66 +
67 + insinto "${MY_HTDOCSDIR}"
68 + doins -r .
69 + dodir "${MY_HTDOCSDIR}"/data
70 +
71 + webapp_serverowned -R "${MY_HTDOCSDIR}"/apps
72 + webapp_serverowned -R "${MY_HTDOCSDIR}"/data
73 + webapp_serverowned -R "${MY_HTDOCSDIR}"/config
74 + webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
75 +
76 + webapp_src_install
77 +}
78
79 diff --git a/www-apps/nextcloud/nextcloud-17.0.6.ebuild b/www-apps/nextcloud/nextcloud-17.0.6.ebuild
80 new file mode 100644
81 index 00000000000..de1b7898efd
82 --- /dev/null
83 +++ b/www-apps/nextcloud/nextcloud-17.0.6.ebuild
84 @@ -0,0 +1,41 @@
85 +# Copyright 1999-2020 Gentoo Authors
86 +# Distributed under the terms of the GNU General Public License v2
87 +
88 +EAPI=7
89 +
90 +inherit webapp
91 +
92 +DESCRIPTION="Personal cloud that runs on your own server"
93 +HOMEPAGE="https://nextcloud.com/"
94 +SRC_URI="https://download.nextcloud.com/server/releases/${P}.tar.bz2"
95 +LICENSE="AGPL-3"
96 +
97 +KEYWORDS="~amd64 ~arm ~arm64 ~x86"
98 +IUSE="+curl +imagemagick mysql postgres +sqlite"
99 +REQUIRED_USE="|| ( mysql postgres sqlite )"
100 +
101 +DEPEND=""
102 +RDEPEND="dev-lang/php[curl?,filter,gd,hash(+),intl,json,mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,truetype,xmlreader,xmlwriter,zip]
103 + imagemagick? ( dev-php/pecl-imagick )
104 + virtual/httpd-php"
105 +
106 +S=${WORKDIR}/${PN}
107 +
108 +pkg_setup() {
109 + webapp_pkg_setup
110 +}
111 +
112 +src_install() {
113 + webapp_src_preinst
114 +
115 + insinto "${MY_HTDOCSDIR}"
116 + doins -r .
117 + dodir "${MY_HTDOCSDIR}"/data
118 +
119 + webapp_serverowned -R "${MY_HTDOCSDIR}"/apps
120 + webapp_serverowned -R "${MY_HTDOCSDIR}"/data
121 + webapp_serverowned -R "${MY_HTDOCSDIR}"/config
122 + webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
123 +
124 + webapp_src_install
125 +}
126
127 diff --git a/www-apps/nextcloud/nextcloud-18.0.4.ebuild b/www-apps/nextcloud/nextcloud-18.0.4.ebuild
128 new file mode 100644
129 index 00000000000..de1b7898efd
130 --- /dev/null
131 +++ b/www-apps/nextcloud/nextcloud-18.0.4.ebuild
132 @@ -0,0 +1,41 @@
133 +# Copyright 1999-2020 Gentoo Authors
134 +# Distributed under the terms of the GNU General Public License v2
135 +
136 +EAPI=7
137 +
138 +inherit webapp
139 +
140 +DESCRIPTION="Personal cloud that runs on your own server"
141 +HOMEPAGE="https://nextcloud.com/"
142 +SRC_URI="https://download.nextcloud.com/server/releases/${P}.tar.bz2"
143 +LICENSE="AGPL-3"
144 +
145 +KEYWORDS="~amd64 ~arm ~arm64 ~x86"
146 +IUSE="+curl +imagemagick mysql postgres +sqlite"
147 +REQUIRED_USE="|| ( mysql postgres sqlite )"
148 +
149 +DEPEND=""
150 +RDEPEND="dev-lang/php[curl?,filter,gd,hash(+),intl,json,mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,truetype,xmlreader,xmlwriter,zip]
151 + imagemagick? ( dev-php/pecl-imagick )
152 + virtual/httpd-php"
153 +
154 +S=${WORKDIR}/${PN}
155 +
156 +pkg_setup() {
157 + webapp_pkg_setup
158 +}
159 +
160 +src_install() {
161 + webapp_src_preinst
162 +
163 + insinto "${MY_HTDOCSDIR}"
164 + doins -r .
165 + dodir "${MY_HTDOCSDIR}"/data
166 +
167 + webapp_serverowned -R "${MY_HTDOCSDIR}"/apps
168 + webapp_serverowned -R "${MY_HTDOCSDIR}"/data
169 + webapp_serverowned -R "${MY_HTDOCSDIR}"/config
170 + webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
171 +
172 + webapp_src_install
173 +}