Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/wordpress/
Date: Wed, 01 Apr 2020 12:08:21
Message-Id: 1585742892.b3b0c91e13252f7dccd2aa83b2501f35092eb350.fordfrog@gentoo
1 commit: b3b0c91e13252f7dccd2aa83b2501f35092eb350
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 1 12:08:00 2020 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 1 12:08:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3b0c91e
7
8 www-apps/wordpress: removed old
9
10 Package-Manager: Portage-2.3.96, Repoman-2.3.22
11 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
12
13 www-apps/wordpress/Manifest | 2 --
14 www-apps/wordpress/wordpress-5.3.1.ebuild | 57 -------------------------------
15 www-apps/wordpress/wordpress-5.3.2.ebuild | 57 -------------------------------
16 3 files changed, 116 deletions(-)
17
18 diff --git a/www-apps/wordpress/Manifest b/www-apps/wordpress/Manifest
19 index 0894b41af40..1b077c6f81d 100644
20 --- a/www-apps/wordpress/Manifest
21 +++ b/www-apps/wordpress/Manifest
22 @@ -1,3 +1 @@
23 -DIST wordpress-5.3.1.tar.gz 12388850 BLAKE2B bc1158f5573fb601361eec27dfde9239b2387b6faaba307e33b13f93c08b81768ebed0f6a4a59f503f5c959cc14c689ecb528f79cf2ae4b31c92f4e7b6104d88 SHA512 97a3297305ae23bf0d1d295a3df1516dcafc1486a63974357bfc46963cecf0bfd982edc68efd60a0ceb4014fdcdde9fc71e7257a5f5d011922d8dfce280e1a9a
24 -DIST wordpress-5.3.2.tar.gz 12389281 BLAKE2B 54222e9bfd5e5ee874845bab5a7e2a9d0677bbc97c70bd3b72bf2109683933116cbce2b5323f51236df68137be6987f9937b41a004feaaa5da13007b114135d6 SHA512 d766d485d9a6a6efb2b92ffaec2ba1f773e55a6e018759bb6b196469b73db2857c34a3dfca1ac406e2b7066072a35c070c99f24b285a47b050e3d21317785198
25 DIST wordpress-5.4.tar.gz 12230487 BLAKE2B bced3e3eec1179b4c52190b24626632b3d0899f3dc33112374f316421ec6287b58d6c8684c85e743f5c92c2278e3e1408091dede6bacbc9b9be093350ed061c8 SHA512 0d2ae85bd0d0d1aeda6bc371d6357660233b604e46d764f2955abc88ccecd8bfb76f9b8d7fac788a3f8d9abb2a10b8ae60cee74ddcbe483136f0fd7ba0b842d8
26
27 diff --git a/www-apps/wordpress/wordpress-5.3.1.ebuild b/www-apps/wordpress/wordpress-5.3.1.ebuild
28 deleted file mode 100644
29 index 5a8f16d8897..00000000000
30 --- a/www-apps/wordpress/wordpress-5.3.1.ebuild
31 +++ /dev/null
32 @@ -1,57 +0,0 @@
33 -# Copyright 1999-2019 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -inherit webapp
39 -
40 -DESCRIPTION="Wordpress PHP and MySQL based content management system (CMS)"
41 -HOMEPAGE="https://wordpress.org/"
42 -SRC_URI="https://wordpress.org/${P/_rc/-RC}.tar.gz"
43 -
44 -LICENSE="GPL-2+"
45 -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
46 -
47 -RDEPEND="virtual/httpd-php
48 - || ( dev-lang/php[mysql] dev-lang/php[mysqli] )"
49 -
50 -S=${WORKDIR}/${PN}
51 -
52 -need_httpd_cgi
53 -
54 -IUSE="+akismet examples +themes vhosts"
55 -
56 -src_install() {
57 - webapp_src_preinst
58 -
59 - dodoc readme.html
60 - rm readme.html license.txt || die
61 -
62 - if use !akismet ; then
63 - rm -R wp-content/plugins/akismet/ || die
64 - fi
65 - if use !examples ; then
66 - rm wp-content/plugins/hello.php || die
67 - fi
68 - if use !themes ; then
69 - rm -R wp-content/themes/*/ || die
70 - fi
71 -
72 - [[ -f wp-config.php ]] || cp wp-config-sample.php wp-config.php
73 -
74 - insinto "${MY_HTDOCSDIR}"
75 - doins -r .
76 -
77 - webapp_serverowned "${MY_HTDOCSDIR}"/index.php
78 - webapp_serverowned "${MY_HTDOCSDIR}"/wp-admin/menu.php
79 - webapp_serverowned "${MY_HTDOCSDIR}"
80 - # allows plugins update if allowed within WP
81 - webapp_serverowned "${MY_HTDOCSDIR}"/wp-admin/includes/file.php
82 -
83 - webapp_configfile "${MY_HTDOCSDIR}"/wp-config.php
84 -
85 - webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
86 - webapp_postupgrade_txt en "${FILESDIR}"/postupgrade-en.txt
87 -
88 - webapp_src_install
89 -}
90
91 diff --git a/www-apps/wordpress/wordpress-5.3.2.ebuild b/www-apps/wordpress/wordpress-5.3.2.ebuild
92 deleted file mode 100644
93 index 5a8f16d8897..00000000000
94 --- a/www-apps/wordpress/wordpress-5.3.2.ebuild
95 +++ /dev/null
96 @@ -1,57 +0,0 @@
97 -# Copyright 1999-2019 Gentoo Authors
98 -# Distributed under the terms of the GNU General Public License v2
99 -
100 -EAPI=7
101 -
102 -inherit webapp
103 -
104 -DESCRIPTION="Wordpress PHP and MySQL based content management system (CMS)"
105 -HOMEPAGE="https://wordpress.org/"
106 -SRC_URI="https://wordpress.org/${P/_rc/-RC}.tar.gz"
107 -
108 -LICENSE="GPL-2+"
109 -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
110 -
111 -RDEPEND="virtual/httpd-php
112 - || ( dev-lang/php[mysql] dev-lang/php[mysqli] )"
113 -
114 -S=${WORKDIR}/${PN}
115 -
116 -need_httpd_cgi
117 -
118 -IUSE="+akismet examples +themes vhosts"
119 -
120 -src_install() {
121 - webapp_src_preinst
122 -
123 - dodoc readme.html
124 - rm readme.html license.txt || die
125 -
126 - if use !akismet ; then
127 - rm -R wp-content/plugins/akismet/ || die
128 - fi
129 - if use !examples ; then
130 - rm wp-content/plugins/hello.php || die
131 - fi
132 - if use !themes ; then
133 - rm -R wp-content/themes/*/ || die
134 - fi
135 -
136 - [[ -f wp-config.php ]] || cp wp-config-sample.php wp-config.php
137 -
138 - insinto "${MY_HTDOCSDIR}"
139 - doins -r .
140 -
141 - webapp_serverowned "${MY_HTDOCSDIR}"/index.php
142 - webapp_serverowned "${MY_HTDOCSDIR}"/wp-admin/menu.php
143 - webapp_serverowned "${MY_HTDOCSDIR}"
144 - # allows plugins update if allowed within WP
145 - webapp_serverowned "${MY_HTDOCSDIR}"/wp-admin/includes/file.php
146 -
147 - webapp_configfile "${MY_HTDOCSDIR}"/wp-config.php
148 -
149 - webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
150 - webapp_postupgrade_txt en "${FILESDIR}"/postupgrade-en.txt
151 -
152 - webapp_src_install
153 -}