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/piwigo/
Date: Mon, 26 Feb 2018 20:10:30
Message-Id: 1519675699.cf239ba44fd25f04635fe886187d3848fe391ab2.voyageur@gentoo
1 commit: cf239ba44fd25f04635fe886187d3848fe391ab2
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 26 20:08:08 2018 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 26 20:08:19 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf239ba4
7
8 www-apps/piwigo: drop security vulnerable versions
9
10 Bug: https://bugs.gentoo.org/639704
11 Package-Manager: Portage-2.3.24, Repoman-2.3.6
12
13 www-apps/piwigo/Manifest | 2 --
14 www-apps/piwigo/piwigo-2.9.1.ebuild | 43 -------------------------------------
15 www-apps/piwigo/piwigo-2.9.2.ebuild | 43 -------------------------------------
16 3 files changed, 88 deletions(-)
17
18 diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
19 index 246914e2e97..c3089f02b79 100644
20 --- a/www-apps/piwigo/Manifest
21 +++ b/www-apps/piwigo/Manifest
22 @@ -1,3 +1 @@
23 -DIST piwigo-2.9.1.zip 7777925 BLAKE2B c11ad2bf3ac6bcaf8530fa3d2f414a14298c988df33b8c069f355cea1a91121e8e36f0019514583914c218d5851874ce4cbd9f3724f223fa6dbe61f76216bd24 SHA512 5fee3e96a5a9a4d70cc1528f40569b45c1898e71245ca7fcfdf529d39ee79ae0d419ef38b61c536dfb5150d1f9fe683ceabf8393455d51539253d0010ccc2fff
24 -DIST piwigo-2.9.2.zip 7794574 BLAKE2B 581e65de96cdca192fd3ca03680b559569c3aaa999cdcee74b3b796294be0076a2c4fce1d482b84411ea038daa4ce2ea67960e16594a937b3a38374690574f2a SHA512 e87ff57a4713435880c0a9c8b03db30952741c3e9a8d7b8e3f13410d78d9b117d7a63693ec42f288c7516ed623746c6191b69a5a4fd5c31afdfcc36e93d3de1d
25 DIST piwigo-2.9.3.zip 7818425 BLAKE2B 383c57049c7f89a6cd7ff58a6887b7cab58238909a811710085930c48f128b51754a87272ba2079626ea18c730cb7eb849b4e93942d06df400a6de46eea9035d SHA512 e6cf77e22aa01c6daad468d22838dda24f57352da04afefddd43a7c2df80c1c95a63b8d1d5eaf6c2711d6706df1a7752076d5b3a4ba82171a640a879e6283498
26
27 diff --git a/www-apps/piwigo/piwigo-2.9.1.ebuild b/www-apps/piwigo/piwigo-2.9.1.ebuild
28 deleted file mode 100644
29 index 5eabb1cb906..00000000000
30 --- a/www-apps/piwigo/piwigo-2.9.1.ebuild
31 +++ /dev/null
32 @@ -1,43 +0,0 @@
33 -# Copyright 1999-2017 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -inherit webapp
38 -
39 -DESCRIPTION="a photo gallery software for the web"
40 -HOMEPAGE="http://piwigo.org/"
41 -SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
42 -
43 -LICENSE="GPL-2"
44 -KEYWORDS="~amd64 ~x86"
45 -IUSE="+exif +gd imagemagick"
46 -
47 -DEPEND=""
48 -RDEPEND="
49 - imagemagick? ( virtual/imagemagick-tools )
50 - dev-lang/php[ctype,exif?,gd?,filter,iconv,json,mysqli]
51 - >=virtual/mysql-5.0
52 - virtual/httpd-php"
53 -
54 -REQUIRED_USE="|| ( gd imagemagick )"
55 -
56 -S=${WORKDIR}/${PN}
57 -
58 -src_install() {
59 - webapp_src_preinst
60 -
61 - insinto "${MY_HTDOCSDIR}"
62 - doins -r .
63 -
64 - # Local configuration, and parts that can be updated
65 - webapp_serverowned "${MY_HTDOCSDIR}"/_data
66 - webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
67 - webapp_serverowned -R "${MY_HTDOCSDIR}"/language
68 - webapp_serverowned -R "${MY_HTDOCSDIR}"/local
69 - webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
70 - webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
71 - webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
72 - webapp_serverowned "${MY_HTDOCSDIR}"/upload
73 -
74 - webapp_src_install
75 -}
76
77 diff --git a/www-apps/piwigo/piwigo-2.9.2.ebuild b/www-apps/piwigo/piwigo-2.9.2.ebuild
78 deleted file mode 100644
79 index 5eabb1cb906..00000000000
80 --- a/www-apps/piwigo/piwigo-2.9.2.ebuild
81 +++ /dev/null
82 @@ -1,43 +0,0 @@
83 -# Copyright 1999-2017 Gentoo Foundation
84 -# Distributed under the terms of the GNU General Public License v2
85 -
86 -EAPI=6
87 -inherit webapp
88 -
89 -DESCRIPTION="a photo gallery software for the web"
90 -HOMEPAGE="http://piwigo.org/"
91 -SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
92 -
93 -LICENSE="GPL-2"
94 -KEYWORDS="~amd64 ~x86"
95 -IUSE="+exif +gd imagemagick"
96 -
97 -DEPEND=""
98 -RDEPEND="
99 - imagemagick? ( virtual/imagemagick-tools )
100 - dev-lang/php[ctype,exif?,gd?,filter,iconv,json,mysqli]
101 - >=virtual/mysql-5.0
102 - virtual/httpd-php"
103 -
104 -REQUIRED_USE="|| ( gd imagemagick )"
105 -
106 -S=${WORKDIR}/${PN}
107 -
108 -src_install() {
109 - webapp_src_preinst
110 -
111 - insinto "${MY_HTDOCSDIR}"
112 - doins -r .
113 -
114 - # Local configuration, and parts that can be updated
115 - webapp_serverowned "${MY_HTDOCSDIR}"/_data
116 - webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
117 - webapp_serverowned -R "${MY_HTDOCSDIR}"/language
118 - webapp_serverowned -R "${MY_HTDOCSDIR}"/local
119 - webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
120 - webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
121 - webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
122 - webapp_serverowned "${MY_HTDOCSDIR}"/upload
123 -
124 - webapp_src_install
125 -}