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: Thu, 22 Jun 2017 09:39:27
Message-Id: 1498124344.b81d2a52217e3683846e77d86191013e7a6659e8.jmbsvicetto@gentoo
1 commit: b81d2a52217e3683846e77d86191013e7a6659e8
2 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 22 09:39:04 2017 +0000
4 Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 22 09:39:04 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b81d2a52
7
8 www-apps/drupal: Add releases 8.3.4 and 7.56 - SA-CORE-2017-003.
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 www-apps/drupal/Manifest | 5 +-
13 .../{drupal-7.55.ebuild => drupal-7.56.ebuild} | 0
14 www-apps/drupal/drupal-8.3.3.ebuild | 86 ----------------------
15 .../{drupal-8.2.8.ebuild => drupal-8.3.4.ebuild} | 0
16 4 files changed, 2 insertions(+), 89 deletions(-)
17
18 diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
19 index f61a4c637d8..55138a25a55 100644
20 --- a/www-apps/drupal/Manifest
21 +++ b/www-apps/drupal/Manifest
22 @@ -1,3 +1,2 @@
23 -DIST drupal-7.55.tar.gz 3277355 SHA256 0a0686d8511f13750dc68ba4a18cdef831e004630e9a95c72d2269736199fe9f SHA512 f162ebc92eee16a1203c6907c4197a0eaa184c75cdb2be5b90873ac7f112e07c6dacf570d89dc3431b1533a87eb8a8c9f15d0ac642060445121068215b295fb0 WHIRLPOOL 25718f95739fd469937a8b8a06cc23ef27d5608248257eb6be2dcda20dec3ac43106ae4363e91e47404d38e06c476392a286513241901adb9e400e82b0983adc
24 -DIST drupal-8.2.8.tar.gz 12092176 SHA256 84b729f45fe6c0f23e15aab7f2c9e57414edec00630ab09bed7dc9e79cac71bb SHA512 3d0b8b8d17042c44f72b28262a183daa6a7eac34759ee0f909fc51b9009c9238d3e64e98a71da8fb28682b4867f0d11868005eddc28249e0e3e59ca00cbc7c01 WHIRLPOOL 26967439cb977fed89361c9c1f8a927e5457e543d61dc2eb6243a270ae1e7aa1dab3099c8a27dffe7a80fdcdd6b7ebd4e2176dee64df866d0e9d4217f57f8eac
25 -DIST drupal-8.3.3.tar.gz 12718563 SHA256 f5f544c335ab588c2cc5e054bc632018087299501aabf7ec05882081d63b8bf6 SHA512 5aac959bdc76b94ddc2c74aaf44e88fe09991fc16eede56eefc7439bd016a1072037645991aa59a48c4a34bcf41f6ef52d6edea5e170cb9c5ab260e5c1729311 WHIRLPOOL caeb300decd1e5abdae47fbd70d037ca72160357cf9527e4ceabf7e7930b91e935b8420934e437744c4d8205cd07e7316da354c35cf606689098c87a342543c7
26 +DIST drupal-7.56.tar.gz 3277833 SHA256 02fb4b46060d53c2f876d2381a8741249819e3a02ea1d7291036f6ea280d7b69 SHA512 ab7ad8d9cb26e89b9d81280b1677584072db627d508ccade9442c95a90f24c94d11561013c8a7297ddae6ae43696d0b711b8c37ab98f89539f6f0e0154db6344 WHIRLPOOL fda209ecaf63d32cb665b31dc1aff994d0fea7ac542df331efff8c05e006a77463e7a420a1b1f8c9bffb375cf963db745e354ad5585cf4aa2ec92da68ed53352
27 +DIST drupal-8.3.4.tar.gz 12721299 SHA256 c3efdf6f309fdd2c652f18d8279fd8afeefc10855e36a9ace217eba174639988 SHA512 efbca8ca833358a7040190c19af4c96490aeb0ce73174a49afd721cdf2d95e22b5764134c9118cb7d24171d55cb7fcc592d08c75a5ef98b93a3239d8f3cb2329 WHIRLPOOL 3c29430a584891c68f79bbfa72865f484334164b23dfc7f1a756b1e65ee67f0e9aa9e3e273cd900d707e4940e1b7128c88e1ebf7246c0b703c2f944353423747
28
29 diff --git a/www-apps/drupal/drupal-7.55.ebuild b/www-apps/drupal/drupal-7.56.ebuild
30 similarity index 100%
31 rename from www-apps/drupal/drupal-7.55.ebuild
32 rename to www-apps/drupal/drupal-7.56.ebuild
33
34 diff --git a/www-apps/drupal/drupal-8.3.3.ebuild b/www-apps/drupal/drupal-8.3.3.ebuild
35 deleted file mode 100644
36 index d0f9fcc2d95..00000000000
37 --- a/www-apps/drupal/drupal-8.3.3.ebuild
38 +++ /dev/null
39 @@ -1,86 +0,0 @@
40 -# Copyright 1999-2017 Gentoo Foundation
41 -# Distributed under the terms of the GNU General Public License v2
42 -
43 -EAPI=5
44 -
45 -inherit webapp
46 -
47 -MY_PV=${PV:0:3}.0
48 -MY_P=${P/_/-}
49 -S="${WORKDIR}/${MY_P}"
50 -
51 -DESCRIPTION="PHP-based open-source platform and content management system"
52 -HOMEPAGE="https://www.drupal.org/"
53 -SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz"
54 -
55 -LICENSE="GPL-2"
56 -KEYWORDS="~alpha ~amd64 ~ppc ~x86"
57 -IUSE="+accelerator +mysql postgres sqlite +uploadprogress"
58 -
59 -RDEPEND="
60 - dev-lang/php[gd,hash,pdo,postgres?,simplexml,xml]
61 - virtual/httpd-php
62 - accelerator? ( ||
63 - (
64 - dev-php/xcache
65 - (
66 - >=dev-lang/php-5.5[opcache]
67 - dev-php/pecl-apcu
68 - )
69 - )
70 - )
71 - uploadprogress? ( dev-php/pecl-uploadprogress )
72 - mysql? (
73 - || (
74 - dev-lang/php[mysql]
75 - dev-lang/php[mysqli]
76 - )
77 - )
78 - sqlite? ( dev-lang/php[sqlite] )
79 -"
80 -
81 -need_httpd_cgi
82 -
83 -REQUIRED_USE="|| ( mysql postgres sqlite )"
84 -
85 -src_install() {
86 - webapp_src_preinst
87 -
88 - local docs="LICENSE.txt README.txt core/MAINTAINERS.txt core/INSTALL.txt core/CHANGELOG.txt \
89 - core/INSTALL.mysql.txt core/INSTALL.pgsql.txt core/INSTALL.sqlite.txt core/UPDATE.txt "
90 -
91 - dodoc ${docs}
92 - rm -f ${docs} core/INSTALL core/COPYRIGHT.txt core/LICENSE.txt || die
93 -
94 - cp sites/default/{default.settings.php,settings.php} || die
95 - insinto "${MY_HTDOCSDIR}"
96 - doins -r .
97 -
98 - dodir "${MY_HTDOCSDIR}"/files
99 - webapp_serverowned "${MY_HTDOCSDIR}"/files
100 - webapp_serverowned "${MY_HTDOCSDIR}"/sites/default
101 - webapp_serverowned "${MY_HTDOCSDIR}"/sites/default/settings.php
102 -
103 - webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
104 - webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
105 -
106 - webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
107 -
108 - webapp_src_install
109 -}
110 -
111 -pkg_postinst() {
112 - echo
113 - ewarn "SECURITY NOTICE"
114 - ewarn "If you plan on using SSL on your Drupal site, please consult the postinstall information:"
115 - ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
116 - echo
117 - ewarn "If this is a new install, unless you want anyone with network access to your server to be"
118 - ewarn "able to run the setup, you'll have to configure your web server to limit access to it."
119 - echo
120 - ewarn "If you're doing a new drupal-8 install, you'll have to copy /sites/default/default.services.yml"
121 - ewarn "to /sites/default/services.yml and grant it write permissions to your web server."
122 - ewarn "Just follow the instructions of the drupal setup and be sure to resolve any permissions issue"
123 - ewarn "reported by the setup."
124 - echo
125 -}
126
127 diff --git a/www-apps/drupal/drupal-8.2.8.ebuild b/www-apps/drupal/drupal-8.3.4.ebuild
128 similarity index 100%
129 rename from www-apps/drupal/drupal-8.2.8.ebuild
130 rename to www-apps/drupal/drupal-8.3.4.ebuild