Gentoo Archives: gentoo-commits

From: "Jorge Manuel B. S. Vicetto" <jmbsvicetto@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/
Date: Fri, 04 Jan 2019 21:12:40
Message-Id: 1546636348.cdc939919151e4c1d812d104f5fe7a2bb90d866b.jmbsvicetto@gentoo
1 commit: cdc939919151e4c1d812d104f5fe7a2bb90d866b
2 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 4 21:12:28 2019 +0000
4 Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 4 21:12:28 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdc93991
7
8 www-apps/drupal: Version bump to release 8.6.5.
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo.org>
12
13 www-apps/drupal/Manifest | 1 +
14 www-apps/drupal/drupal-8.6.5.ebuild | 84 +++++++++++++++++++++++++++++++++++++
15 2 files changed, 85 insertions(+)
16
17 diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
18 index 1801f215435..51ea7fef9a6 100644
19 --- a/www-apps/drupal/Manifest
20 +++ b/www-apps/drupal/Manifest
21 @@ -3,3 +3,4 @@ DIST drupal-7.61.tar.gz 3287629 BLAKE2B 635fca54063bf3030cd3699f2395c64a4949719b
22 DIST drupal-8.6.2.tar.gz 16240694 BLAKE2B 122ff2464af6376256d96db8b470cf5f83beeba80a5c63e549e7eb0cfc875629d0b2d4ed46b130294e2145ea5a428b15cfa0edfcd31596660188df769b68bcd2 SHA512 8cdcd31f3a112a577e622cca0fb7957580b5691102421344c6f6bfc3096f33aae3a68d7d8eb9062ad14761bac14b68c2967973b1b1ef367dcbd79b972493b7c5
23 DIST drupal-8.6.3.tar.gz 16372220 BLAKE2B b9bbf18e25292bfa87f23e2aa2329f86dfe714a265188c35998059b0075f31ceb6d0d6a23ed576615b1a6a6aef6b935a495e70b22aed0e649b41b79994bc9123 SHA512 93284235c9620ed235bfe0100317846694095ca96b1da7ac402c415e9f5f0819887c4da516655dabb49b4bbdba58935d7f78712c525c803125ec27d6a5692cea
24 DIST drupal-8.6.4.tar.gz 16401179 BLAKE2B 15b44df0ddbc420aad07c95eda6c238a9862c186cd762c6f332452919340939f7b604b424a046adbe2111bd7ae4e50b7dad2a8d67b5122035fc0f30a7b2cb47a SHA512 ff81fe8aa10f635b5906d7a21efc5e8d44e96594d26a2637987ea2ef36b6ea323638bf4fca2374553d381645e4d187ef72d0284d4d0bad8663efe1e0b7bfcf8b
25 +DIST drupal-8.6.5.tar.gz 16465640 BLAKE2B 39d2ae65884a54bb4830b41d58f7b84ed76d1476a3a1c08a291a0bc75b8351108648f872525f03236fa078438d9863b635084484d8003b20c9331c8ac02f874d SHA512 7298b315c14931c24a1f433625c91a96bb2c7d09ab6ceac31fba62d316604a8b72c13941ef99ffc878ff697f00fb70924f6ffdd23081ec1c9258d0dba1b52e76
26
27 diff --git a/www-apps/drupal/drupal-8.6.5.ebuild b/www-apps/drupal/drupal-8.6.5.ebuild
28 new file mode 100644
29 index 00000000000..a8514d07dfe
30 --- /dev/null
31 +++ b/www-apps/drupal/drupal-8.6.5.ebuild
32 @@ -0,0 +1,84 @@
33 +# Copyright 1999-2019 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=6
37 +
38 +inherit webapp
39 +
40 +MY_PV=${PV:0:3}.0
41 +MY_P=${P/_/-}
42 +S="${WORKDIR}/${MY_P}"
43 +
44 +DESCRIPTION="PHP-based open-source platform and content management system"
45 +HOMEPAGE="https://www.drupal.org/"
46 +SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz"
47 +
48 +LICENSE="GPL-2"
49 +KEYWORDS="~alpha ~amd64 ~ppc ~x86"
50 +IUSE="+accelerator +mysql postgres sqlite +uploadprogress"
51 +
52 +RDEPEND="
53 + dev-lang/php[gd,hash,pdo,postgres?,simplexml,xml]
54 + virtual/httpd-php
55 + accelerator? ( ||
56 + (
57 + dev-php/xcache
58 + (
59 + >=dev-lang/php-5.5[opcache]
60 + dev-php/pecl-apcu
61 + )
62 + )
63 + )
64 + uploadprogress? ( dev-php/pecl-uploadprogress )
65 + mysql? (
66 + || (
67 + dev-lang/php[mysql]
68 + dev-lang/php[mysqli]
69 + )
70 + )
71 + sqlite? ( dev-lang/php[sqlite] )
72 +"
73 +
74 +need_httpd_cgi
75 +
76 +REQUIRED_USE="|| ( mysql postgres sqlite )"
77 +
78 +src_install() {
79 + webapp_src_preinst
80 +
81 + local docs="LICENSE.txt README.txt core/MAINTAINERS.txt core/INSTALL.txt core/CHANGELOG.txt \
82 + core/INSTALL.mysql.txt core/INSTALL.pgsql.txt core/INSTALL.sqlite.txt core/UPDATE.txt "
83 +
84 + dodoc ${docs}
85 + rm -f ${docs} core/INSTALL core/COPYRIGHT.txt core/LICENSE.txt || die
86 +
87 + cp sites/default/{default.settings.php,settings.php} || die
88 + insinto "${MY_HTDOCSDIR}"
89 + doins -r .
90 +
91 + dodir "${MY_HTDOCSDIR}"/files
92 + webapp_serverowned "${MY_HTDOCSDIR}"/files
93 +
94 + webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
95 + webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
96 +
97 + webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
98 +
99 + webapp_src_install
100 +}
101 +
102 +pkg_postinst() {
103 + echo
104 + ewarn "SECURITY NOTICE"
105 + ewarn "If you plan on using SSL on your Drupal site, please consult the postinstall information:"
106 + ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
107 + echo
108 + ewarn "If this is a new install, unless you want anyone with network access to your server to be"
109 + ewarn "able to run the setup, you'll have to configure your web server to limit access to it."
110 + echo
111 + ewarn "If you're doing a new drupal-8 install, you'll have to copy /sites/default/default.services.yml"
112 + ewarn "to /sites/default/services.yml and grant it write permissions to your web server."
113 + ewarn "Just follow the instructions of the drupal setup and be sure to resolve any permissions issue"
114 + ewarn "reported by the setup."
115 + echo
116 +}