From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8E47713933E for ; Sun, 18 Jul 2021 18:42:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA2CAE0C3D; Sun, 18 Jul 2021 18:42:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 52384E0C3D for ; Sun, 18 Jul 2021 18:42:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 13574342B71 for ; Sun, 18 Jul 2021 18:42:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71AFE7D7 for ; Sun, 18 Jul 2021 18:42:38 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1626633733.99ba67b863b0cd60c40521124c68ace3b32b7675.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/postfixadmin/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/postfixadmin/postfixadmin-3.3.9.ebuild X-VCS-Directories: www-apps/postfixadmin/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 99ba67b863b0cd60c40521124c68ace3b32b7675 X-VCS-Branch: master Date: Sun, 18 Jul 2021 18:42:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 07cb7497-9cbe-4e8d-8675-92aa845bcac7 X-Archives-Hash: e990d3f22ec31e63d75b263e2ce055c0 commit: 99ba67b863b0cd60c40521124c68ace3b32b7675 Author: Conrad Kostecki gentoo org> AuthorDate: Sun Jul 18 18:09:24 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Jul 18 18:42:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99ba67b8 www-apps/postfixadmin: drop old version Closes: https://bugs.gentoo.org/781524 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Conrad Kostecki gentoo.org> www-apps/postfixadmin/postfixadmin-3.3.9.ebuild | 107 ------------------------ 1 file changed, 107 deletions(-) diff --git a/www-apps/postfixadmin/postfixadmin-3.3.9.ebuild b/www-apps/postfixadmin/postfixadmin-3.3.9.ebuild deleted file mode 100644 index 20b1f26da4e..00000000000 --- a/www-apps/postfixadmin/postfixadmin-3.3.9.ebuild +++ /dev/null @@ -1,107 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit user 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" - -LICENSE="GPL-2" -KEYWORDS="amd64 ~ppc x86" -IUSE="+mysql postgres +vacation" -REQUIRED_USE="|| ( mysql postgres )" - -DEPEND=" - dev-lang/php:*[unicode,imap,postgres?] - 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] ) )" - -S="${WORKDIR}/${PN}-${P}" - -need_httpd_cgi - -pkg_setup() { - webapp_pkg_setup - - if use vacation; then - enewgroup vacation - enewuser vacation -1 -1 -1 vacation - fi -} - -src_install() { - webapp_src_preinst - - if use vacation; then - insinto /var/spool/vacation - newins VIRTUAL_VACATION/vacation.pl vacation.pl-${SLOT} - fowners vacation:vacation /var/spool/vacation/vacation.pl-${SLOT} - fperms 770 /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 - - docinto /usr/share/doc/${PF}/ - 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 -}