public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/postfixadmin/
Date: Sun, 28 Mar 2021 14:29:43 +0000 (UTC)	[thread overview]
Message-ID: <1616941767.85506cf4ef68f692bafc5f9af00059907d177f33.fordfrog@gentoo> (raw)

commit:     85506cf4ef68f692bafc5f9af00059907d177f33
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 28 14:29:27 2021 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sun Mar 28 14:29:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85506cf4

www-apps/postfixadmin: removed obsolete 3.2.4

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 www-apps/postfixadmin/Manifest                  |   1 -
 www-apps/postfixadmin/postfixadmin-3.2.4.ebuild | 101 ------------------------
 2 files changed, 102 deletions(-)

diff --git a/www-apps/postfixadmin/Manifest b/www-apps/postfixadmin/Manifest
index e2062be71ac..c5a89269ed5 100644
--- a/www-apps/postfixadmin/Manifest
+++ b/www-apps/postfixadmin/Manifest
@@ -1,4 +1,3 @@
-DIST postfixadmin-3.2.4.tar.gz 1331185 BLAKE2B a16df15f6376f9024114c5870174168e5f3d4b0f52d8759db0d83cb4c05fbbe2949056de0ca5ce097652588b777d59f08bcc2555577c95fbd7f2ebc5dd7f357f SHA512 2bd7ae05addbaf3c6c7eebea16ec1e21b2c67c8e6161446ed82a9553c26c04e19c1ec9ce248a9b9df504df56d309590259e6f04907b04b593548028b40e40d47
 DIST postfixadmin-3.3.5.tar.gz 1857139 BLAKE2B f6e051e8439a5bc4a2145fa58219d3e92f9599923a8b9380db2e1a241cbcca03c6cec893a63de78329f78633cd97e09ab08cc4179667629e7ef77687d2a6d752 SHA512 1db7dd42335d1704501f2491ceed3f0ecb3063a1df4b6487a1f1aac397f658e3479e4ccbc374b3e2f854f90406c1465a68579b1bd9a98386dbd6dda6b22d94c5
 DIST postfixadmin-3.3.7.tar.gz 1858520 BLAKE2B 5da2663fe6c445828118cb4531cbb7ca8a0a81b2d4997b71fe1a39dc25031ec3b1ead393dd3dbbef80d139c1518d172b1937a052a15a0a43dfb6bd6f693bee5b SHA512 c635b885235f2683532ff4fcd6d3e123fa5af8314cfcdbcdf412d7242444bb9c040a6eeb2f6b0669b9f5dd9fc56c53127779727768c68699885cc642717453ca
 DIST postfixadmin-3.3.8.tar.gz 1865581 BLAKE2B f8b29248e839d973fd72647747e0bba7452676543f44310f12203d5e64e83222a3992e282a3898fa077dc54100b3446e4d1cded56cd464d72b2997ce34f064db SHA512 bfe5d874083568f1e8b1830394338d2aa29e39e30834d4c8c728836495f12f6d49c65b83b1fae1fce20e7456afaef0058320033866b720a5858911ceec22a022

diff --git a/www-apps/postfixadmin/postfixadmin-3.2.4.ebuild b/www-apps/postfixadmin/postfixadmin-3.2.4.ebuild
deleted file mode 100644
index f9263e65838..00000000000
--- a/www-apps/postfixadmin/postfixadmin-3.2.4.ebuild
+++ /dev/null
@@ -1,101 +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
-	if use vacation; then
-		# portage does not update owners of directories (feature :)
-		chown vacation:vacation "${ROOT}"/var/spool/vacation/
-		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
-}


             reply	other threads:[~2021-03-28 14:29 UTC|newest]

Thread overview: 57+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-28 14:29 Miroslav Šulc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-01-24  6:50 [gentoo-commits] repo/gentoo:master commit in: www-apps/postfixadmin/ Miroslav Šulc
2023-01-23 18:08 Sam James
2023-01-23 17:48 Sam James
2022-12-09  8:24 Miroslav Šulc
2022-12-05  8:12 Miroslav Šulc
2022-09-19  7:59 Miroslav Šulc
2022-09-19  6:40 Agostino Sarubbo
2022-09-18 12:36 Miroslav Šulc
2022-03-02 21:42 Miroslav Šulc
2021-08-16  5:20 Miroslav Šulc
2021-08-16  5:13 Agostino Sarubbo
2021-08-09  9:14 Miroslav Šulc
2021-07-29  2:58 Sam James
2021-07-18 18:42 Conrad Kostecki
2021-07-18 18:42 Conrad Kostecki
2021-06-13  6:39 Miroslav Šulc
2021-06-13  6:04 Sam James
2021-05-28 15:57 David Seifert
2021-05-13  8:10 Miroslav Šulc
2021-04-07 12:59 Miroslav Šulc
2021-04-07  6:23 Sam James
2021-03-28 14:03 Sam James
2021-03-05  7:45 Miroslav Šulc
2021-02-18  8:11 Miroslav Šulc
2021-01-28 12:14 Miroslav Šulc
2021-01-20 18:18 Miroslav Šulc
2021-01-15  6:50 Miroslav Šulc
2021-01-14  8:41 Miroslav Šulc
2021-01-11  9:58 Miroslav Šulc
2021-01-11  8:21 Miroslav Šulc
2021-01-11  8:05 Sam James
2021-01-11  8:01 Sam James
2021-01-10 22:27 Sam James
2021-01-10 10:19 Miroslav Šulc
2020-04-17  9:10 Miroslav Šulc
2020-01-23 15:20 Miroslav Šulc
2020-01-23 12:18 Agostino Sarubbo
2020-01-23 10:59 Agostino Sarubbo
2020-01-08  9:19 Jeroen Roovers
2019-12-26 11:19 Miroslav Šulc
2019-12-26 11:19 Miroslav Šulc
2019-12-24  8:08 Agostino Sarubbo
2019-12-23 14:03 Agostino Sarubbo
2019-12-19 19:43 Miroslav Šulc
2019-02-26 19:24 Miroslav Šulc
2018-08-15  7:31 Michał Górny
2018-02-23 12:41 Aaron Swenson
2018-02-12 22:10 Thomas Deutschmann
2017-10-19 21:40 Jonas Stein
2017-08-19 17:52 Aaron Swenson
2017-06-16  1:07 Aaron Swenson
2015-10-13 14:34 Matt Thode
2015-10-13  7:24 Agostino Sarubbo
2015-10-13  7:23 Agostino Sarubbo
2015-10-12 22:32 Matt Thode
2015-10-12 22:25 Matt Thode

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=1616941767.85506cf4ef68f692bafc5f9af00059907d177f33.fordfrog@gentoo \
    --to=fordfrog@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