summaryrefslogtreecommitdiff
path: root/www-apps
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-24 12:57:16 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-24 12:57:16 +0000
commit1f23f671d001ca7a0073e504f5ae0184eb5d024d (patch)
tree6747e05170df64a1585f36519a780db2d90f2a11 /www-apps
parent98bd6c82c526d2c4239d3d194fa1a1a818784552 (diff)
gentoo auto-resync : 24:01:2023 - 12:57:16
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/Manifest.gzbin12950 -> 12951 bytes
-rw-r--r--www-apps/postfixadmin/Manifest2
-rw-r--r--www-apps/postfixadmin/postfixadmin-3.3.11-r1.ebuild104
3 files changed, 0 insertions, 106 deletions
diff --git a/www-apps/Manifest.gz b/www-apps/Manifest.gz
index 1af893228bc6..8dc3c6f1d437 100644
--- a/www-apps/Manifest.gz
+++ b/www-apps/Manifest.gz
Binary files differ
diff --git a/www-apps/postfixadmin/Manifest b/www-apps/postfixadmin/Manifest
index ea3543661473..8c93671ca0f3 100644
--- a/www-apps/postfixadmin/Manifest
+++ b/www-apps/postfixadmin/Manifest
@@ -1,6 +1,4 @@
AUX postinstall-en-2.3.txt 1827 BLAKE2B 49402566ddf6981cf0226f6a963fdd2c482957903583807f5c42731dfd5b4aea56de7d1ebd47ab6909f12492bd5e7a788322e0b2d80e15d883483a080f8fe11c SHA512 59e304d63830227b1619ed1299e9b61f5b6e534cb03da4d3a0e35a0fe727ccf2d994a034bd12d515bba4f8a6a8ca513cf2131c031fa63f85906639aca159993a
-DIST postfixadmin-3.3.11.tar.gz 1869783 BLAKE2B 21aecab15e75918908cf57450ce6458ae74b1077fac96c58891bc18fea33916cecb4fc7347204aba358f35c5e82348ceddc9e7ab83369c96172fd10a7f24dc3d SHA512 84b22fd1d162f723440fbfb9e20c01d7ddc7481556e340a80fda66658687878fd1668d164a216daed9badf4d2e308c958b0f678f7a4dc6a2af748e435a066072
DIST postfixadmin-3.3.13.tar.gz 1865708 BLAKE2B 0b5160e9996fa3b3580ee4f7dde128d6c4335c9929600158bb4e431f337b3a5ff6fe92cf8657102698b051b10c47ef134eb0a9d13d6675a3c701988bf4cefcb1 SHA512 bf7daaa089ee3adc4b557f1a7d0509d78979ef688fb725bab795f5c9d81e8774296245fde0cb184db51e9185cad381682c3ecc0bfadf852388b499a0a95cca64
-EBUILD postfixadmin-3.3.11-r1.ebuild 2833 BLAKE2B 8fedd3301d69d54483c3fbbd49227407339abea17feff5cca42293340a1d041fc7c5a9b7374720454c09bc0e74e5c5dce91b5e0925ecc8120ef934165cbe19ff SHA512 411a52aa9a03126646e9955ab83f7b2addff7004ad7158e00a2af3f6f6faf448e38a86a3ef732c2cbd9f3aa1e6317a39d9f2ea9a6c7b9e709c45238df5f033d6
EBUILD postfixadmin-3.3.13.ebuild 2833 BLAKE2B c4247d049c3c2385fa0a9569062facb100c54750aba008c48b865961811876d7791a548bbb909505d054f7f073ccf3c3eb1a29afb403fa2fbd77727e708e7885 SHA512 d80112379234a09cf8481bf6d2793ddb11a68153c7a76adeecf72287048a0b890b1ce6b78abfa4801c2f988aabe04decd5bd3dedcfdaedf5da5e65d885150a5e
MISC metadata.xml 626 BLAKE2B 622e849896cfcb4ba37dcba8a3b8ccad2c66be526c33076688672c139b4bacab6aedcae59b02d91d758d14ed5bc984768a4a48f5a0e8fd7852e5e16429220aaa SHA512 a72093dc1d08002603d37528e997efd4b77ab324c37a7a529b68ed34eb3937586cb64a40e40846daa443a058f03b7877c252381223791db74d72fb2bd9c3204d
diff --git a/www-apps/postfixadmin/postfixadmin-3.3.11-r1.ebuild b/www-apps/postfixadmin/postfixadmin-3.3.11-r1.ebuild
deleted file mode 100644
index 1039e2a1ab83..000000000000
--- a/www-apps/postfixadmin/postfixadmin-3.3.11-r1.ebuild
+++ /dev/null
@@ -1,104 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit webapp
-
-DESCRIPTION="Web Based Management tool for Postfix style virtual domains and users"
-HOMEPAGE="http://postfixadmin.sourceforge.net"
-SRC_URI="https://github.com/postfixadmin/postfixadmin/archive/${P}.tar.gz"
-S="${WORKDIR}/${PN}-${P}"
-
-LICENSE="GPL-2"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="+mysql postgres +vacation"
-REQUIRED_USE="|| ( mysql postgres )"
-
-DEPEND="
- dev-lang/php:*[unicode,imap,postgres?]
- vacation? (
- acct-group/vacation
- acct-user/vacation
- dev-perl/DBI
- dev-perl/Email-Sender
- dev-perl/Email-Valid
- dev-perl/Log-Dispatch
- dev-perl/Log-Log4perl
- dev-perl/MIME-Charset
- dev-perl/MIME-EncWords
- mysql? ( dev-perl/DBD-mysql )
- postgres? ( dev-perl/DBD-Pg )
- )
-"
-
-RDEPEND="
- ${DEPEND}
- virtual/httpd-php
- mysql? ( || ( dev-lang/php[mysqli] dev-lang/php[mysql] ) )
-"
-
-need_httpd_cgi
-
-pkg_setup() {
- webapp_pkg_setup
-}
-
-src_install() {
- webapp_src_preinst
-
- if use vacation; then
- insinto /var/spool/vacation
- newins VIRTUAL_VACATION/vacation.pl vacation.pl-${SLOT}
- fperms 755 /var/spool/vacation/vacation.pl-${SLOT}
- dodoc VIRTUAL_VACATION/FILTER_README
- newdoc VIRTUAL_VACATION/INSTALL.md VIRTUAL_VACATION_INSTALL.md
- rm -r VIRTUAL_VACATION/{vacation.pl,INSTALL.md,tests,FILTER_README} || die
- fi
-
- dodoc -r ADDITIONS
-
- local docs="DOCUMENTS/*.txt INSTALL.TXT CHANGELOG.TXT"
- dodoc ${docs}
-
- rm -rf ${docs} DOCUMENTS/ GPL-LICENSE.TXT LICENSE.TXT debian/ tests/ ADDITIONS/
-
- insinto "${MY_HTDOCSDIR}"
- doins -r .
-
- webapp_configfile "${MY_HTDOCSDIR}"/config.inc.php
-
- webapp_postinst_txt en "${FILESDIR}"/postinstall-en-2.3.txt
- webapp_src_install
-}
-
-pkg_postinst() {
- webapp_pkg_postinst
-
- einfo "Please note that if upgrading from version prior to 3.3.0,"
- einfo "existing setup_password will no longer work and you will"
- einfo "need to generate new one. See instructions in setup.php."
-
- if use vacation; then
- # portage does not update owners of directories (feature :)
- chown vacation:vacation "${ROOT}"/var/spool/vacation/
- einfo
- einfo "/var/spool/vacation/vacation.pl symlink was updated to:"
- einfo "/var/spool/vacation/vacation.pl-${SLOT}"
- ln -sf "${ROOT}"/var/spool/vacation/vacation.pl{-${SLOT},} || die
- fi
-}
-
-pkg_postrm() {
- # Make sure we don't leave broken vacation.pl symlink
- find -L "${ROOT}"/var/spool/vacation/ -type l -delete
- local shopt_save=$(shopt -p nullglob)
- shopt -s nullglob
- local vacation=( "${ROOT}"/var/spool/vacation/vacation.pl-* )
- ${shopt_save}
- if [[ ! -e "${ROOT}"/var/spool/vacation/vacation.pl && -n ${vacation[@]} ]]; then
- ln -s "${vacation[-1]}" "${ROOT}"/var/spool/vacation/vacation.pl || die
- ewarn "/var/spool/vacation/vacation.pl was updated to point on most"
- ewarn "recent verion, but please, do your own checks"
- fi
-}