* [gentoo-commits] repo/proj/prefix:master commit in: net-mail/mailbase/
@ 2020-12-22 21:05 Fabian Groffen
0 siblings, 0 replies; 2+ messages in thread
From: Fabian Groffen @ 2020-12-22 21:05 UTC (permalink / raw
To: gentoo-commits
commit: a086b1c43e4acc56be0aa5d849ca494d96fef4eb
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 22 20:37:49 2020 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Tue Dec 22 20:37:49 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=a086b1c4
net-mail/mailbase: drop ~ppc-aix
Bug: https://bugs.gentoo.org/760057
Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
net-mail/mailbase/mailbase-1.1.ebuild | 4 +-
net-mail/mailbase/mailbase-1.ebuild | 72 -----------------------------------
2 files changed, 2 insertions(+), 74 deletions(-)
diff --git a/net-mail/mailbase/mailbase-1.1.ebuild b/net-mail/mailbase/mailbase-1.1.ebuild
index 86c85aed5e..f77009f720 100644
--- a/net-mail/mailbase/mailbase-1.1.ebuild
+++ b/net-mail/mailbase/mailbase-1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/mailbase/mailbase-1.1.ebuild,v 1.1 2012/10/12 21:30:42 eras Exp $
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.gentoo.org/"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="pam"
RDEPEND="pam? ( virtual/pam )"
diff --git a/net-mail/mailbase/mailbase-1.ebuild b/net-mail/mailbase/mailbase-1.ebuild
deleted file mode 100644
index 9e855b3392..0000000000
--- a/net-mail/mailbase/mailbase-1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/mailbase/mailbase-1.ebuild,v 1.21 2012/04/26 14:21:12 aballier Exp $
-
-inherit pam eutils prefix
-
-DESCRIPTION="MTA layout package"
-SRC_URI=""
-HOMEPAGE="http://www.gentoo.org/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="pam"
-
-RDEPEND="pam? ( virtual/pam )"
-
-S=${WORKDIR}
-
-pkg_setup() {
- enewgroup mail 12
- enewuser mail 8 -1 /var/spool/mail mail
- enewuser postmaster 14 -1 /var/spool/mail
-}
-
-src_install() {
- dodir /etc/mail
- insinto /etc/mail
- doins "${FILESDIR}"/aliases
- cp "${FILESDIR}"/mailcap .
- epatch "${FILESDIR}"/mailcap-prefix.patch
- eprefixify mailcap
- insinto /etc/
- doins mailcap
-
- keepdir /var/spool/mail
- fowners root:mail /var/spool/mail
- fperms 0775 /var/spool/mail
- dosym /var/spool/mail /var/mail
-
- newpamd "${FILESDIR}"/common-pamd-include pop
- newpamd "${FILESDIR}"/common-pamd-include imap
- if use pam ; then
- local p
- for p in pop3 pop3s pops ; do
- dosym pop /etc/pam.d/${p} || die
- done
- for p in imap4 imap4s imaps ; do
- dosym imap /etc/pam.d/${p} || die
- done
- fi
-}
-
-get_permissions_oct() {
- if [[ ${USERLAND} = GNU ]] ; then
- stat -c%a "${EROOT}$1"
- elif [[ ${USERLAND} = BSD ]] ; then
- stat -f%p "${EROOT}$1" | cut -c 3-
- fi
-}
-
-pkg_postinst() {
- if [[ "$(get_permissions_oct /var/spool/mail)" != "775" ]] ; then
- echo
- ewarn "Your ${EROOT}/var/spool/mail/ directory permissions differ from"
- ewarn " those which mailbase set when you first installed it (0775)."
- ewarn " If you did not change them on purpose, consider running:"
- ewarn
- ewarn " chmod 0775 ${EROOT}/var/spool/mail/"
- echo
- fi
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/prefix:master commit in: net-mail/mailbase/
@ 2020-12-26 12:28 Fabian Groffen
0 siblings, 0 replies; 2+ messages in thread
From: Fabian Groffen @ 2020-12-26 12:28 UTC (permalink / raw
To: gentoo-commits
commit: 86ec860b0dd726b5e75776f0dd63dc38d01c41fb
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 26 12:28:02 2020 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sat Dec 26 12:28:02 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=86ec860b
net-mail/mailbase-1.5-r1: drop patch in favour of hprefixify
Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
net-mail/mailbase/mailbase-1.5-r1.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/net-mail/mailbase/mailbase-1.5-r1.ebuild b/net-mail/mailbase/mailbase-1.5-r1.ebuild
index 9690ba01de..64100883f0 100644
--- a/net-mail/mailbase/mailbase-1.5-r1.ebuild
+++ b/net-mail/mailbase/mailbase-1.5-r1.ebuild
@@ -27,8 +27,7 @@ src_install() {
insinto /etc/mail
doins "${FILESDIR}"/aliases
cp "${FILESDIR}"/mailcap .
- eapply -p0 "${FILESDIR}"/mailcap-prefix.patch
- eprefixify mailcap
+ hprefixify mailcap
insinto /etc
doins mailcap
doman "${FILESDIR}"/mailcap.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-12-26 12:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-26 12:28 [gentoo-commits] repo/proj/prefix:master commit in: net-mail/mailbase/ Fabian Groffen
-- strict thread matches above, loose matches on Subject: below --
2020-12-22 21:05 Fabian Groffen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox