From: "Bernard Cafarelli" <voyageur@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
Date: Sun, 3 Mar 2024 08:49:43 +0000 (UTC) [thread overview]
Message-ID: <1709455581.3d6284e7f2de83cc389e905a8db04959f8db5500.voyageur@gentoo> (raw)
commit: 3d6284e7f2de83cc389e905a8db04959f8db5500
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 3 08:46:14 2024 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sun Mar 3 08:46:21 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d6284e7
www-apps/piwigo: drop 14.0.0, 14.1.0
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
www-apps/piwigo/Manifest | 2 --
www-apps/piwigo/piwigo-14.0.0.ebuild | 44 ------------------------------------
www-apps/piwigo/piwigo-14.1.0.ebuild | 44 ------------------------------------
3 files changed, 90 deletions(-)
diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index f3e29b7090f3..8ceab34662a4 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1,4 +1,2 @@
-DIST piwigo-14.0.0.zip 18442805 BLAKE2B 22c714f68c6f68d7fe9a1bd8303a7ef63ac30dd6862d3dfd32f1bd3754a1805b8cfd321e3b734fe6eba3485374452befa7f2e0bfe0795a34e6ea25d1d1bada5a SHA512 cb679faeec7b188ece561ea5f1bf3fbf4acd513205f0492c5932921aae2676489089241f57fad3b1623e019772e39821121765bc0648d95da8f06d5a644e5a96
-DIST piwigo-14.1.0.zip 18448411 BLAKE2B e4b7c172adae16a1b90c104c4018ec0324773382a348cc9f57d1b7065d011c9fa90b2062322f31c1b2a0a17230d08b07041abebadd9f08054f198f5ab65329c6 SHA512 3dbe34a70840139264088bc2bbaba12eebe7d0ae1b340586b6299f04a584b34a1d827e1a7f7afe4f929373be496f72af5cd35b9a9f12d4a3907249b8718f6d47
DIST piwigo-14.2.0.zip 18489636 BLAKE2B 08435f8582f7c7c72227567671d5bfed437bad11f5cf643b744c59f7e469df9d0ec5d863907c42533df936ced1ccded13897aa9f79e95cfe93aedcebe5c39de3 SHA512 667b32ac892bca97a993ad7aa87e71b5003bf79774e12f6bc7e252036bef68cd94bbee941089c90c1fec82101eb74d4559a1d8e0ac1f6ddefafa5f3e7aad8a9e
DIST piwigo-14.3.0.zip 18497258 BLAKE2B 1ba04c81298c3de9edc3dd4f2c10feed9bb320ad0ed80fbc8edb36a8c590025b580684c4ce9cb0283d5b9580e32c44fe5673214a926e98335a3c69a18051a4c1 SHA512 80c34c150dc55f312c3ce4a694cae559e529375d657ce47c05c8650bbb452577f6ab6f41816ef37de5a34fc1d31bf152962fe20741403991d347bf2245dcd91c
diff --git a/www-apps/piwigo/piwigo-14.0.0.ebuild b/www-apps/piwigo/piwigo-14.0.0.ebuild
deleted file mode 100644
index 825f7096685f..000000000000
--- a/www-apps/piwigo/piwigo-14.0.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit webapp
-
-DESCRIPTION="a photo gallery software for the web"
-HOMEPAGE="http://piwigo.org/"
-SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+exif +gd imagemagick"
-
-DEPEND=""
-RDEPEND="
- imagemagick? ( virtual/imagemagick-tools )
- dev-lang/php[ctype,exif?,gd?,filter,iconv,json(+),mysqli]
- >=virtual/mysql-5.0
- virtual/httpd-php"
-BDEPEND="app-arch/unzip"
-
-REQUIRED_USE="|| ( gd imagemagick )"
-
-S=${WORKDIR}/${PN}
-
-src_install() {
- webapp_src_preinst
-
- insinto "${MY_HTDOCSDIR}"
- doins -r .
-
- # Local configuration, and parts that can be updated
- webapp_serverowned "${MY_HTDOCSDIR}"/_data
- webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
- webapp_serverowned -R "${MY_HTDOCSDIR}"/language
- webapp_serverowned -R "${MY_HTDOCSDIR}"/local
- webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
- webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
- webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
- webapp_serverowned "${MY_HTDOCSDIR}"/upload
-
- webapp_src_install
-}
diff --git a/www-apps/piwigo/piwigo-14.1.0.ebuild b/www-apps/piwigo/piwigo-14.1.0.ebuild
deleted file mode 100644
index 825f7096685f..000000000000
--- a/www-apps/piwigo/piwigo-14.1.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit webapp
-
-DESCRIPTION="a photo gallery software for the web"
-HOMEPAGE="http://piwigo.org/"
-SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+exif +gd imagemagick"
-
-DEPEND=""
-RDEPEND="
- imagemagick? ( virtual/imagemagick-tools )
- dev-lang/php[ctype,exif?,gd?,filter,iconv,json(+),mysqli]
- >=virtual/mysql-5.0
- virtual/httpd-php"
-BDEPEND="app-arch/unzip"
-
-REQUIRED_USE="|| ( gd imagemagick )"
-
-S=${WORKDIR}/${PN}
-
-src_install() {
- webapp_src_preinst
-
- insinto "${MY_HTDOCSDIR}"
- doins -r .
-
- # Local configuration, and parts that can be updated
- webapp_serverowned "${MY_HTDOCSDIR}"/_data
- webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
- webapp_serverowned -R "${MY_HTDOCSDIR}"/language
- webapp_serverowned -R "${MY_HTDOCSDIR}"/local
- webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
- webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
- webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
- webapp_serverowned "${MY_HTDOCSDIR}"/upload
-
- webapp_src_install
-}
next reply other threads:[~2024-03-03 8:49 UTC|newest]
Thread overview: 65+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-03 8:49 Bernard Cafarelli [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-12 18:00 [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/ Bernard Cafarelli
2024-11-12 9:13 Bernard Cafarelli
2024-10-22 18:47 Bernard Cafarelli
2024-10-22 18:47 Bernard Cafarelli
2024-07-16 17:55 Bernard Cafarelli
2024-04-18 11:53 Bernard Cafarelli
2024-03-03 18:17 Bernard Cafarelli
2024-03-03 8:49 Bernard Cafarelli
2024-01-31 20:40 Bernard Cafarelli
2023-12-30 10:55 Bernard Cafarelli
2023-12-17 23:44 Bernard Cafarelli
2023-12-15 9:21 Bernard Cafarelli
2023-11-28 12:14 Bernard Cafarelli
2023-07-09 9:20 Bernard Cafarelli
2023-05-12 15:00 Bernard Cafarelli
2023-02-24 18:21 Bernard Cafarelli
2023-01-25 17:56 Bernard Cafarelli
2022-12-17 23:22 Bernard Cafarelli
2022-11-29 9:29 Bernard Cafarelli
2022-11-18 7:59 Bernard Cafarelli
2022-11-18 7:59 Bernard Cafarelli
2022-10-22 19:36 Bernard Cafarelli
2022-10-12 9:06 Bernard Cafarelli
2022-07-05 21:56 Bernard Cafarelli
2022-07-01 20:01 Bernard Cafarelli
2022-02-20 15:51 Bernard Cafarelli
2022-01-02 9:56 Bernard Cafarelli
2021-11-12 19:31 Bernard Cafarelli
2021-11-05 11:44 Bernard Cafarelli
2021-07-06 11:47 Bernard Cafarelli
2021-06-17 22:18 Thomas Deutschmann
2021-06-17 20:32 Thomas Deutschmann
2021-05-19 10:06 Bernard Cafarelli
2021-04-05 16:51 Bernard Cafarelli
2021-03-20 16:17 Bernard Cafarelli
2021-03-20 16:17 Bernard Cafarelli
2021-02-06 16:34 Bernard Cafarelli
2021-02-02 19:03 Bernard Cafarelli
2021-01-23 8:31 Bernard Cafarelli
2021-01-20 20:49 Bernard Cafarelli
2020-03-27 17:13 Bernard Cafarelli
2019-12-22 20:57 Bernard Cafarelli
2019-12-22 20:57 Bernard Cafarelli
2019-10-14 21:11 Bernard Cafarelli
2019-10-09 9:47 Bernard Cafarelli
2019-10-09 9:47 Bernard Cafarelli
2019-04-10 13:12 Bernard Cafarelli
2018-07-16 15:42 Bernard Cafarelli
2018-07-16 15:42 Bernard Cafarelli
2018-02-26 20:10 Bernard Cafarelli
2018-02-26 20:10 Bernard Cafarelli
2017-10-07 22:08 Bernard Cafarelli
2017-10-07 22:08 Bernard Cafarelli
2017-06-16 7:39 Bernard Cafarelli
2017-05-19 21:48 Bernard Cafarelli
2017-02-11 19:47 David Seifert
2017-01-30 19:13 Bernard Cafarelli
2017-01-30 19:13 Bernard Cafarelli
2017-01-13 13:34 Bernard Cafarelli
2017-01-13 13:34 Bernard Cafarelli
2016-12-09 14:23 Bernard Cafarelli
2016-07-13 16:17 Bernard Cafarelli
2016-05-20 17:36 Bernard Cafarelli
2016-04-05 8:13 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=1709455581.3d6284e7f2de83cc389e905a8db04959f8db5500.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