From: "Bernard Cafarelli" <voyageur@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/owncloud/
Date: Sun, 29 Apr 2018 22:49:45 +0000 (UTC) [thread overview]
Message-ID: <1525039964.5376962cc49cded93a320d14ed585221217a1250.voyageur@gentoo> (raw)
commit: 5376962cc49cded93a320d14ed585221217a1250
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 29 22:09:51 2018 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sun Apr 29 22:12:44 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5376962c
www-apps/owncloud: 9.18, 10.0.8 version bumps
Closes: https://bugs.gentoo.org/652780
Package-Manager: Portage-2.3.31, Repoman-2.3.9
www-apps/owncloud/Manifest | 2 ++
www-apps/owncloud/owncloud-10.0.8.ebuild | 47 ++++++++++++++++++++++++++++++++
www-apps/owncloud/owncloud-9.1.8.ebuild | 47 ++++++++++++++++++++++++++++++++
3 files changed, 96 insertions(+)
diff --git a/www-apps/owncloud/Manifest b/www-apps/owncloud/Manifest
index c3adf058609..334137b2b4d 100644
--- a/www-apps/owncloud/Manifest
+++ b/www-apps/owncloud/Manifest
@@ -1,3 +1,5 @@
DIST owncloud-10.0.6-r1.tar.bz2 39393658 BLAKE2B 34498d5c63a3417f9f42e55353884600c59a9b9e11167ef5b0dad3b496cfdcf091c95853dfcc851f767493483158a1a4b9e6bd291cddb95549b7fc07cce92618 SHA512 aaeb646255507cbe85de9f8e5f353479ee152f285e2c90ae48669a3fe78b718123105333d4b5c73478135fe2c940171dc8ffd732a9357c9709f391bcf01779d2
DIST owncloud-10.0.7.tar.bz2 39395237 BLAKE2B c855913e60c214fddaa83e07278388501efd7510547cafb3ba7b87ca24086c2e603bec587dad52265ed824b6b67e4f6bef00ceddb9aaff3f9d9b468c306ea6af SHA512 5e644a92469ef0ea6e9996282a1013923301ed4252c7f337571134ab0d8bceb0c69765144d4ecbabf91e2edfad2e2842935a66cbcbbc64e9ea82ad4f83c6fa21
+DIST owncloud-10.0.8.tar.bz2 40671279 BLAKE2B 01f0f20640c8b98138835d7f164cefcdb457ee2e2e7188166e5ff8473ee984066cb6a869d3038541c26f622a0e3775710e7e75f5b49af94fd043e90d59bfaeae SHA512 aebefb0051a1478f6da307c92d983c131b2e15c496fcc628569282875e2b21554a94e5f4ad335a11c1eb18be1987b15eaa033fdfa62cfdc1467a905b7e96211a
DIST owncloud-9.1.7.tar.bz2 29243610 BLAKE2B 8a8a54c299df25c0f3fcca1accae3de7f27fe229d8175522fd2b72f3f865539219b733318b077455f80907b74fbd63d570dd73f40a61a5005415923b562ea819 SHA512 b31888c2c3e991869018a1cd46e75348b2b02d93effee8950d6e54568cd22eb634d750c790421e8bc0c1c991d146fb50c1826f4aa786e4a348f1d8fa5aa4870d
+DIST owncloud-9.1.8.tar.bz2 29210020 BLAKE2B 53dfa05e5a8ed3a040b26a0b6c6a5d6b50dfd7ea4727f9e0bc297a26be23b5aea8af16d766bda469b14bebdfbad9b46ea14e8e0ed973941c7d543551579f7ef5 SHA512 37475eb3dadda1911d7020b44e347629d59919b9298fd2dbe230388a061c03e8e9c0179381632afe0491a9b47f540ce62a748c9a4f59e7bffb0ce94aeb93d088
diff --git a/www-apps/owncloud/owncloud-10.0.8.ebuild b/www-apps/owncloud/owncloud-10.0.8.ebuild
new file mode 100644
index 00000000000..5f42e828582
--- /dev/null
+++ b/www-apps/owncloud/owncloud-10.0.8.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils webapp
+
+DESCRIPTION="Web-based storage application where all your data is under your own control"
+HOMEPAGE="http://owncloud.org"
+SRC_URI="http://download.owncloud.org/community/${P}.tar.bz2 -> ${PF}.tar.bz2"
+LICENSE="AGPL-3"
+
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="+curl mysql postgres +sqlite"
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+DEPEND=""
+RDEPEND="dev-lang/php[curl?,filter,gd,hash,intl,json,mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,xmlreader,xmlwriter,zip]
+ 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_src_install
+}
+
+pkg_postinst() {
+ elog "Additional applications (calendar, ...) are no longer provided by default."
+ elog "You can install them after login via the applications management page"
+ elog "(check the recommended tab). No application data is lost."
+ webapp_pkg_postinst
+}
diff --git a/www-apps/owncloud/owncloud-9.1.8.ebuild b/www-apps/owncloud/owncloud-9.1.8.ebuild
new file mode 100644
index 00000000000..5274245756a
--- /dev/null
+++ b/www-apps/owncloud/owncloud-9.1.8.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils webapp
+
+DESCRIPTION="Web-based storage application where all your data is under your own control"
+HOMEPAGE="http://owncloud.org"
+SRC_URI="http://download.owncloud.org/community/${P}.tar.bz2 -> ${PF}.tar.bz2"
+LICENSE="AGPL-3"
+
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="+curl mysql postgres +sqlite"
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+DEPEND=""
+RDEPEND="<dev-lang/php-7.1[curl?,filter,gd,hash,json,mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,xmlreader,xmlwriter,zip]
+ <virtual/httpd-php-7.1"
+
+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_src_install
+}
+
+pkg_postinst() {
+ elog "Additional applications (calendar, ...) are no longer provided by default."
+ elog "You can install them after login via the applications management page"
+ elog "(check the recommended tab). No application data is lost."
+ webapp_pkg_postinst
+}
next reply other threads:[~2018-04-29 22:49 UTC|newest]
Thread overview: 78+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-29 22:49 Bernard Cafarelli [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-08-26 14:49 [gentoo-commits] repo/gentoo:master commit in: www-apps/owncloud/ Bernard Cafarelli
2023-08-26 14:49 Bernard Cafarelli
2023-07-29 8:02 Bernard Cafarelli
2023-05-14 10:00 Bernard Cafarelli
2022-09-23 19:27 Bernard Cafarelli
2022-06-11 8:57 Bernard Cafarelli
2022-01-18 22:34 Bernard Cafarelli
2021-12-22 13:09 Bernard Cafarelli
2021-08-30 11:30 Bernard Cafarelli
2021-06-17 22:18 Thomas Deutschmann
2021-06-17 20:32 Thomas Deutschmann
2021-06-04 9:28 Bernard Cafarelli
2021-01-02 10:58 Bernard Cafarelli
2021-01-02 10:58 Bernard Cafarelli
2020-08-18 10:01 Bernard Cafarelli
2020-05-04 10:21 Bernard Cafarelli
2020-05-04 10:21 Bernard Cafarelli
2020-03-26 1:07 Bernard Cafarelli
2019-12-10 12:31 Bernard Cafarelli
2019-12-10 12:31 Bernard Cafarelli
2019-11-14 8:07 Bernard Cafarelli
2019-10-18 15:08 Bernard Cafarelli
2019-10-17 10:37 Bernard Cafarelli
2019-07-11 12:28 Bernard Cafarelli
2019-07-11 12:28 Bernard Cafarelli
2019-05-26 22:43 Bernard Cafarelli
2019-05-26 22:43 Bernard Cafarelli
2019-04-03 21:29 Bernard Cafarelli
2019-03-01 0:28 Aaron Bauman
2019-02-09 8:33 Bernard Cafarelli
2018-11-05 7:34 Bernard Cafarelli
2018-11-05 7:34 Bernard Cafarelli
2018-08-29 12:41 Bernard Cafarelli
2018-02-22 20:36 Bernard Cafarelli
2018-02-22 20:36 Bernard Cafarelli
2018-02-22 20:36 Bernard Cafarelli
2018-02-01 11:44 Bernard Cafarelli
2018-02-01 11:44 Bernard Cafarelli
2017-12-20 13:57 Bernard Cafarelli
2017-12-20 13:57 Bernard Cafarelli
2017-09-25 13:42 Bernard Cafarelli
2017-09-25 13:42 Bernard Cafarelli
2017-06-02 22:31 Bernard Cafarelli
2017-06-02 22:31 Bernard Cafarelli
2017-05-28 23:11 Bernard Cafarelli
2017-05-19 22:13 Bernard Cafarelli
2017-04-20 10:47 Bernard Cafarelli
2017-04-20 10:47 Bernard Cafarelli
2017-02-06 16:47 Bernard Cafarelli
2017-01-03 12:56 Bernard Cafarelli
2017-01-03 10:40 Bernard Cafarelli
2017-01-03 10:28 Bernard Cafarelli
2016-12-16 14:27 Bernard Cafarelli
2016-11-29 13:40 Bernard Cafarelli
2016-11-29 13:40 Bernard Cafarelli
2016-09-26 10:06 Bernard Cafarelli
2016-09-26 10:06 Bernard Cafarelli
2016-08-04 12:14 Bernard Cafarelli
2016-07-20 12:15 Bernard Cafarelli
2016-07-20 12:15 Bernard Cafarelli
2016-07-06 10:15 Bernard Cafarelli
2016-05-23 18:14 Bernard Cafarelli
2016-05-10 22:24 Bernard Cafarelli
2016-04-11 13:21 Bernard Cafarelli
2016-03-09 9:19 Bernard Cafarelli
2016-03-09 9:19 Bernard Cafarelli
2016-03-09 9:19 Bernard Cafarelli
2016-01-11 19:57 Bernard Cafarelli
2015-12-28 15:08 Bernard Cafarelli
2015-11-20 10:06 Bernard Cafarelli
2015-11-05 17:56 Bernard Cafarelli
2015-11-05 17:56 Bernard Cafarelli
2015-10-21 9:54 Bernard Cafarelli
2015-09-21 14:25 Bernard Cafarelli
2015-09-21 14:23 Bernard Cafarelli
2015-09-21 14:16 Bernard Cafarelli
2015-08-14 21:41 Bernard Cafarelli
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1525039964.5376962cc49cded93a320d14ed585221217a1250.voyageur@gentoo \
--to=voyageur@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox