public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-mail/uw-imap/files/, net-mail/uw-imap/, profiles/
@ 2019-04-20  8:01 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2019-04-20  8:01 UTC (permalink / raw
  To: gentoo-commits

commit:     6b4c9212b3da530b9fd24ef128e516002b72d6b7
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 20 07:57:35 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 20 07:57:35 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b4c9212

net-mail/uw-imap: Remove last-rited pkg

Closes: https://bugs.gentoo.org/678606
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-mail/uw-imap/Manifest                          |   1 -
 .../uw-imap/files/uw-imap-2004c-amd64-so-fix.patch |  13 --
 net-mail/uw-imap/files/uw-imap-ldflags.patch       |  52 -------
 net-mail/uw-imap/files/uw-imap.xinetd              |  14 --
 net-mail/uw-imap/files/uw-imaps.xinetd             |  15 --
 net-mail/uw-imap/files/uw-ipop2.xinetd             |  15 --
 net-mail/uw-imap/files/uw-ipop3.xinetd             |  14 --
 net-mail/uw-imap/files/uw-ipop3s.xinetd            |  14 --
 net-mail/uw-imap/metadata.xml                      |   8 -
 net-mail/uw-imap/uw-imap-2007f-r1.ebuild           | 161 ---------------------
 net-mail/uw-imap/uw-imap-2007f.ebuild              | 157 --------------------
 profiles/package.mask                              |   2 -
 12 files changed, 466 deletions(-)

diff --git a/net-mail/uw-imap/Manifest b/net-mail/uw-imap/Manifest
deleted file mode 100644
index c721daa243d..00000000000
--- a/net-mail/uw-imap/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST imap-2007f.tar.Z 2793529 BLAKE2B f5b597551ef56d284180cd49cf6b7d01a63ee60bcb513a354bd7ec63428184b854e3ea666a9f3ce1f5b27699cf81d2f1d0e66e5cfc7fee93d723bb146d113ec7 SHA512 2c728deaf66d23158c61ae55ff94f05d2a1cf0168002760321ca30c6ee1c58c0a4c7bc14ece0097ea662df6c7c49be3b91c8e5e943724c9e2736800fa9298dae

diff --git a/net-mail/uw-imap/files/uw-imap-2004c-amd64-so-fix.patch b/net-mail/uw-imap/files/uw-imap-2004c-amd64-so-fix.patch
deleted file mode 100644
index 1400fc254c6..00000000000
--- a/net-mail/uw-imap/files/uw-imap-2004c-amd64-so-fix.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -ruN src/osdep/unix/Makefile src/osdep/unix/Makefile
---- src/osdep/unix/Makefile	2005-01-29 22:43:25.739341544 +0000
-+++ src/osdep/unix/Makefile	2005-01-29 22:43:50.375596264 +0000
-@@ -912,6 +912,9 @@
- 	 -DRSHPATH=\"$(RSHPATH)\" -DLOCKPGM=\"$(LOCKPGM)\" > OSCFLAGS
- 	echo $(BASELDFLAGS) $(EXTRALDFLAGS) > LDFLAGS
- 	echo "$(ARRC) $(ARCHIVE) $(BINARIES);$(RANLIB) $(ARCHIVE)" > ARCHIVE
-+	echo "`$(CAT) CCTYPE` `$(CAT) CFLAGS` `$(CAT) OSFLAGS` -shared \
-+	 -Wl,-soname,libc-client.so.1 -o libc-client.so.1.0.0 $(BINARIES)" \
-+	 >> ARCHIVE
- 	echo $(OS) > OSTYPE
- 	./drivers $(EXTRADRIVERS) $(DEFAULTDRIVERS) dummy
- 	./mkauths $(EXTRAAUTHENTICATORS) $(DEFAULTAUTHENTICATORS)

diff --git a/net-mail/uw-imap/files/uw-imap-ldflags.patch b/net-mail/uw-imap/files/uw-imap-ldflags.patch
deleted file mode 100644
index 41bd0925ed1..00000000000
--- a/net-mail/uw-imap/files/uw-imap-ldflags.patch
+++ /dev/null
@@ -1,52 +0,0 @@
-diff --git a/Makefile b/Makefile
-index e6e4987..8acfe23 100644
---- a/Makefile
-+++ b/Makefile
-@@ -257,7 +257,7 @@ EXTRACFLAGS=
- 
- # Extra linker flags (additional/alternative libraries, etc.)
- 
--EXTRALDFLAGS=
-+EXTRALDFLAGS=${LDFLAGS}
- 
- 
- # Special make flags (e.g. to override make environment variables)
-diff --git a/src/mlock/Makefile b/src/mlock/Makefile
-index d425da8..9c3020b 100644
---- a/src/mlock/Makefile
-+++ b/src/mlock/Makefile
-@@ -36,7 +36,7 @@ CFLAGS = -O2 -pipe -march=core2
- all:	mlock
- 
- mlock:	mlock.o
--	$(CC) $(CFLAGS) -o mlock mlock.o
-+	$(CC) $(CFLAGS) ${LDFLAGS} -o mlock mlock.o
- 
- install: mlock
- 	chgrp mail mlock
-diff --git a/Makefile b/Makefile
-index 8acfe23..70f889d 100644
---- a/Makefile
-+++ b/Makefile
-@@ -698,7 +698,7 @@ rebuild:
- 	@echo Rebuilding c-client for `$(CAT) OSTYPE`...
- 	@$(TOUCH) SPECIALS
- 	$(CD) c-client;$(MAKE) all CC=`$(CAT) CCTYPE` \
--	 CFLAGS="`$(CAT) CFLAGS`" `$(CAT) SPECIALS`
-+	 CFLAGS="`$(CAT) CFLAGS`" LDFLAGS=${LDFLAGS} `$(CAT) SPECIALS`
- 
- rebuildclean:
- 	$(SH) -c '$(RM) rebuild || true'
-diff --git a/src/osdep/unix/Makefile b/src/osdep/unix/Makefile
-index ef1d059..a53318c 100644
---- a/src/osdep/unix/Makefile
-+++ b/src/osdep/unix/Makefile
-@@ -969,7 +969,7 @@ onceenv:
- 	 -DLOCKPGM3=\"$(LOCKPGM3)\" > OSCFLAGS
- 	echo $(BASELDFLAGS) $(EXTRALDFLAGS) > LDFLAGS
- 	echo "$(ARRC) $(ARCHIVE) $(BINARIES);$(RANLIB) $(ARCHIVE)" > ARCHIVE
--	echo "`$(CAT) CCTYPE` `$(CAT) CFLAGS` `$(CAT) OSFLAGS` -shared \
-+	echo "`$(CAT) CCTYPE` `$(CAT) CFLAGS` `$(CAT) OSFLAGS` `$(CAT) LDFLAGS` -shared \
- 	 -Wl,-soname,libc-client.so.1 -o libc-client.so.1.0.0 $(BINARIES)" \
- 	 >> ARCHIVE
- 	echo $(OS) > OSTYPE

diff --git a/net-mail/uw-imap/files/uw-imap.xinetd b/net-mail/uw-imap/files/uw-imap.xinetd
deleted file mode 100644
index 959a45573bc..00000000000
--- a/net-mail/uw-imap/files/uw-imap.xinetd
+++ /dev/null
@@ -1,14 +0,0 @@
-# default: off
-# description: The IMAP service allows remote users to access their mail using \
-#              an IMAP client such as Mutt, Pine, fetchmail, or Netscape \
-#              Communicator.
-service imap2
-{
-	socket_type		= stream
-	wait			= no
-	user			= root
-	server			= /usr/sbin/imapd
-	log_on_success		+= DURATION USERID
-	log_on_failure		+= USERID
-	disable			= yes
-}

diff --git a/net-mail/uw-imap/files/uw-imaps.xinetd b/net-mail/uw-imap/files/uw-imaps.xinetd
deleted file mode 100644
index 8fb2f3500a7..00000000000
--- a/net-mail/uw-imap/files/uw-imaps.xinetd
+++ /dev/null
@@ -1,15 +0,0 @@
-# default: off
-# description: The IMAPS service allows remote users to access their mail \
-#	       using an IMAP client with SSL support such as Netscape \
-#	       Communicator or fetchmail.
-service imaps
-{
-	socket_type		= stream
-	wait			= no
-	user			= root
-	server			= /usr/sbin/imapd
-	log_on_success		+= DURATION USERID
-	log_on_failure		+= USERID
-	disable			= yes
-}
-

diff --git a/net-mail/uw-imap/files/uw-ipop2.xinetd b/net-mail/uw-imap/files/uw-ipop2.xinetd
deleted file mode 100644
index 8a7ac2ae9b4..00000000000
--- a/net-mail/uw-imap/files/uw-ipop2.xinetd
+++ /dev/null
@@ -1,15 +0,0 @@
-# default: off
-# description: The POP2 service allows remote users to access their mail \
-#              using an POP2 client such as fetchmail.  In most cases, clients \
-#              support POP3 instead of POP2, so enabling this service is rarely \
-#              necessary.
-service pop-2
-{
-	socket_type		= stream
-	wait			= no
-	user			= root
-	server			= /usr/sbin/ipop2d
-	log_on_success		+= USERID
-	log_on_failure		+= USERID
-	disable			= yes
-}

diff --git a/net-mail/uw-imap/files/uw-ipop3.xinetd b/net-mail/uw-imap/files/uw-ipop3.xinetd
deleted file mode 100644
index 60acaf219cf..00000000000
--- a/net-mail/uw-imap/files/uw-ipop3.xinetd
+++ /dev/null
@@ -1,14 +0,0 @@
-# default: off
-# description: The POP3 service allows remote users to access their mail \
-#              using an POP3 client such as Netscape Communicator, mutt, \
-#	       or fetchmail.
-service pop-3
-{
-	socket_type		= stream
-	wait			= no
-	user			= root
-	server			= /usr/sbin/ipop3d
-	log_on_success		+= USERID
-	log_on_failure		+= USERID
-	disable			= yes
-}

diff --git a/net-mail/uw-imap/files/uw-ipop3s.xinetd b/net-mail/uw-imap/files/uw-ipop3s.xinetd
deleted file mode 100644
index a8b2ad19d97..00000000000
--- a/net-mail/uw-imap/files/uw-ipop3s.xinetd
+++ /dev/null
@@ -1,14 +0,0 @@
-# default: off
-# description: The POP3 service allows remote users to access their mail \
-#              using an POP3 client such as Netscape Communicator, mutt, \
-#	       or fetchmail.
-service pop3s
-{
-	socket_type		= stream
-	wait			= no
-	user			= root
-	server			= /usr/sbin/ipop3d
-	log_on_success		+= USERID
-	log_on_failure		+= USERID
-	disable			= yes
-}

diff --git a/net-mail/uw-imap/metadata.xml b/net-mail/uw-imap/metadata.xml
deleted file mode 100644
index 8bfae6399cb..00000000000
--- a/net-mail/uw-imap/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <!-- maintainer-needed -->
-  <use>
-    <flag name="clearpasswd">Enables cleartext logins outside of SSL sessions</flag>
-  </use>
-</pkgmetadata>

diff --git a/net-mail/uw-imap/uw-imap-2007f-r1.ebuild b/net-mail/uw-imap/uw-imap-2007f-r1.ebuild
deleted file mode 100644
index 79b47d6e437..00000000000
--- a/net-mail/uw-imap/uw-imap-2007f-r1.ebuild
+++ /dev/null
@@ -1,161 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils flag-o-matic ssl-cert multilib
-
-MY_P="imap-${PV}"
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="UW server daemons for IMAP and POP network mail protocols"
-SRC_URI="ftp://ftp.cac.washington.edu/imap/${MY_P}.tar.Z"
-HOMEPAGE="http://www.washington.edu/imap/"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 s390 sparc x86"
-IUSE="ipv6 +ssl kerberos clearpasswd"
-
-DEPEND="!net-libs/c-client
-	>=sys-libs/pam-0.72
-	>=net-mail/mailbase-0.00-r8[pam]
-	ssl? ( dev-libs/openssl )
-	kerberos? ( app-crypt/mit-krb5 )"
-
-RDEPEND="${DEPEND}
-	>=net-mail/uw-mailutils-${PV}
-	sys-apps/xinetd"
-
-# get rid of old style virtual - bug 350792
-# all blockers really needed?
-RDEPEND="${RDEPEND}
-	!net-mail/dovecot
-	!mail-mta/courier
-	!net-mail/courier-imap
-	!net-mail/cyrus-imapd"
-
-REQUIRED_USE="!clearpasswd? ( ssl )"
-
-src_unpack() {
-	unpack ${A}
-	# Tarball packed with bad file perms
-	chmod -R ug+w "${S}"
-}
-
-src_prepare() {
-	epatch "${FILESDIR}"/${PN}-2004c-amd64-so-fix.patch
-	epatch "${FILESDIR}/${PN}-ldflags.patch"
-
-	# no interactive build
-	sed -i -e "/read x; case/s/^/#/" Makefile || die
-	sed -i -e "/make noip6/s/.*/\t@echo/" Makefile || die
-
-	# Now we must make all the individual Makefiles use different CFLAGS,
-	# otherwise they would all use -fPIC
-	sed -i -e "s|\`cat \$C/CFLAGS\`|${CFLAGS}|g" src/dmail/Makefile \
-		src/imapd/Makefile src/ipopd/Makefile src/mailutil/Makefile \
-		src/mlock/Makefile src/mtest/Makefile src/tmail/Makefile \
-		|| die "sed failed patching Makefile FLAGS."
-
-	# Now there is only c-client left, which should be built with -fPIC
-	append-flags -fPIC
-
-	sed -i \
-		-e "s:BASECFLAGS=\".*\":BASECFLAGS=:g" \
-		-e 's,SSLDIR=/usr/local/ssl,SSLDIR=/usr,g' \
-		-e 's,SSLCERTS=$(SSLDIR)/certs,SSLCERTS=/etc/ssl/certs,g' \
-		src/osdep/unix/Makefile || die
-
-	sed -i \
-		-e "s/CC=cc/CC=$(tc-getCC)/" \
-		-e "s/ARRC=ar/ARRC=$(tc-getAR)/" \
-		-e "s/RANLIB=ranlib/RANLIB=$(tc-getRANLIB)/" \
-		src/osdep/unix/Makefile || die
-
-	sed -i -e "s,GSSDIR=/usr/local,GSSDIR=/usr,g" \
-		src/osdep/unix/Makefile.gss || die
-
-	# Make the build system more multilib aware
-	sed \
-		-e "s:^SSLLIB=\$(SSLDIR)/lib:SSLLIB=\$(SSLDIR)/$(get_libdir):" \
-		-e "s:^AFSLIB=\$(AFSDIR)/lib:AFSLIB=\$(AFSDIR)/$(get_libdir):" \
-		-i src/osdep/unix/Makefile || die "Makefile sed fixing failed"
-}
-
-src_compile() {
-	local mymake ipver ssltype target
-	ipver="IP=4"
-	target=lnp
-	use ipv6 && ipver="IP=6"
-	use kerberos && mymake="EXTRAAUTHENTICATORS=gss"
-	use kernel_FreeBSD && target=bsf
-	if use ssl ; then
-		if use clearpasswd ; then
-			ssltype=unix
-		else
-			ssltype=unix.nopwd
-		fi
-	else
-		ssltype=none
-	fi
-
-	emake -j1 SSLTYPE=${ssltype} ${target} ${mymake} ${ipver} EXTRACFLAGS="${CFLAGS}" EXTRALDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
-	dosbin imapd/imapd ipopd/ipop?d dmail/dmail tmail/tmail
-	dobin mlock/mlock
-
-	dolib.so c-client/libc-client.so.1.0.0
-	dosym libc-client.so.1.0.0 /usr/$(get_libdir)/libc-client.so
-	dosym libc-client.so.1.0.0 /usr/$(get_libdir)/libc-client.so.1
-
-	insinto /usr/include/imap
-	doins src/c-client/{c-client,flstring,mail,imap4r1,rfc822,misc,smtp,nntp,utf8,utf8aux}.h
-	doins src/c-client/{env,fs,ftl,nl,tcp}.h
-	doins src/osdep/unix/env_unix.h
-	doins c-client/linkage.{c,h}
-
-	dolib.a c-client/c-client.a
-	dosym c-client.a /usr/$(get_libdir)/libc-client.a
-
-	doman src/ipopd/ipopd.8 src/imapd/imapd.8
-	doman src/dmail/dmail.1 src/tmail/tmail.1
-	dodoc README docs/*.txt docs/CONFIG docs/RELNOTES
-
-	docinto rfc
-	dodoc docs/rfc/*.txt
-
-	# install headers - bug #375393
-	cp c-client/*.h "${D}"/usr/include/imap/ || die
-	cp c-client/linkage.c "${D}"/usr/include/imap/ || die
-	#exclude these dupes (can't do it before now due to symlink hell)
-	rm "${D}"/usr/include/imap/os_*.h
-
-	# gentoo config stuff
-	insinto /etc/xinetd.d
-	newins "${FILESDIR}"/uw-imap.xinetd  imap
-	newins "${FILESDIR}"/uw-ipop2.xinetd ipop2
-	newins "${FILESDIR}"/uw-ipop3.xinetd ipop3
-	newins "${FILESDIR}"/uw-ipop3s.xinetd ipop3s
-	newins "${FILESDIR}"/uw-imaps.xinetd imaps
-}
-
-pkg_postinst() {
-	if use ssl; then
-	# Let's not make a new certificate if we already have one
-		if ! [[ -e "${ROOT}"/etc/ssl/certs/imapd.pem && \
-			-e "${ROOT}"/etc/ssl/certs/imapd.key ]]; then
-			einfo "Creating SSL certificate for IMAP"
-			SSL_ORGANIZATION="${SSL_ORGANIZATION:-UW-IMAP Server}"
-			install_cert /etc/ssl/certs/imapd
-		fi
-		if ! [[ -e "${ROOT}"/etc/ssl/certs/ipop3d.pem && \
-			-e "${ROOT}"/etc/ssl/certs/ipop3d.key ]]; then
-			einfo "Creating SSL certificate for POP3"
-			SSL_ORGANIZATION="${SSL_ORGANIZATION:-UW-POP3 Server}"
-			install_cert /etc/ssl/certs/ipop3d
-		fi
-	fi
-}

diff --git a/net-mail/uw-imap/uw-imap-2007f.ebuild b/net-mail/uw-imap/uw-imap-2007f.ebuild
deleted file mode 100644
index 064833e3216..00000000000
--- a/net-mail/uw-imap/uw-imap-2007f.ebuild
+++ /dev/null
@@ -1,157 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils flag-o-matic ssl-cert
-
-MY_P="imap-${PV}"
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="UW server daemons for IMAP and POP network mail protocols"
-SRC_URI="ftp://ftp.cac.washington.edu/imap/${MY_P}.tar.Z"
-HOMEPAGE="http://www.washington.edu/imap/"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 s390 sparc x86"
-IUSE="ipv6 +ssl kerberos clearpasswd"
-
-DEPEND="!net-libs/c-client
-	>=sys-libs/pam-0.72
-	>=net-mail/mailbase-0.00-r8[pam]
-	ssl? ( dev-libs/openssl )
-	kerberos? ( app-crypt/mit-krb5 )"
-
-RDEPEND="${DEPEND}
-	>=net-mail/uw-mailutils-${PV}
-	sys-apps/xinetd"
-
-# get rid of old style virtual - bug 350792
-# all blockers really needed?
-RDEPEND="${RDEPEND}
-	!net-mail/dovecot
-	!mail-mta/courier
-	!net-mail/courier-imap
-	!net-mail/cyrus-imapd"
-
-REQUIRED_USE="!clearpasswd? ( ssl )"
-
-src_unpack() {
-	unpack ${A}
-	# Tarball packed with bad file perms
-	chmod -R ug+w "${S}"
-}
-
-src_prepare() {
-	epatch "${FILESDIR}"/${PN}-2004c-amd64-so-fix.patch
-	epatch "${FILESDIR}/${PN}-ldflags.patch"
-
-	# no interactive build
-	sed -i -e "/read x; case/s/^/#/" Makefile || die
-
-	# Now we must make all the individual Makefiles use different CFLAGS,
-	# otherwise they would all use -fPIC
-	sed -i -e "s|\`cat \$C/CFLAGS\`|${CFLAGS}|g" src/dmail/Makefile \
-		src/imapd/Makefile src/ipopd/Makefile src/mailutil/Makefile \
-		src/mlock/Makefile src/mtest/Makefile src/tmail/Makefile \
-		|| die "sed failed patching Makefile FLAGS."
-
-	# Now there is only c-client left, which should be built with -fPIC
-	append-flags -fPIC
-
-	sed -i \
-		-e "s:BASECFLAGS=\".*\":BASECFLAGS=:g" \
-		-e 's,SSLDIR=/usr/local/ssl,SSLDIR=/usr,g' \
-		-e 's,SSLCERTS=$(SSLDIR)/certs,SSLCERTS=/etc/ssl/certs,g' \
-		src/osdep/unix/Makefile
-
-	sed -i \
-		-e "s/CC=cc/CC=$(tc-getCC)/" \
-		-e "s/ARRC=ar/ARRC=$(tc-getAR)/" \
-		-e "s/RANLIB=ranlib/RANLIB=$(tc-getRANLIB)/" \
-		src/osdep/unix/Makefile
-
-	sed -i -e "s,GSSDIR=/usr/local,GSSDIR=/usr,g" \
-		src/osdep/unix/Makefile.gss
-
-	# no interactive build
-	sed -i -e "/make noip6/s/.*/\t@echo/" Makefile
-}
-
-src_compile() {
-	local mymake ipver ssltype target
-	ipver="IP=4"
-	target=lnp
-	use ipv6 && ipver="IP=6"
-	use kerberos && mymake="EXTRAAUTHENTICATORS=gss"
-	use kernel_FreeBSD && target=bsf
-	if use ssl ; then
-		if use clearpasswd ; then
-			ssltype=unix
-		else
-			ssltype=unix.nopwd
-		fi
-	else
-		ssltype=none
-	fi
-
-	emake -j1 SSLTYPE=${ssltype} ${target} ${mymake} ${ipver} EXTRACFLAGS="${CFLAGS}" EXTRALDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
-	dosbin imapd/imapd ipopd/ipop?d dmail/dmail tmail/tmail
-	dobin mlock/mlock
-
-	dolib.so c-client/libc-client.so.1.0.0
-	dosym libc-client.so.1.0.0 /usr/$(get_libdir)/libc-client.so
-	dosym libc-client.so.1.0.0 /usr/$(get_libdir)/libc-client.so.1
-
-	insinto /usr/include/imap
-	doins src/c-client/{c-client,flstring,mail,imap4r1,rfc822,misc,smtp,nntp,utf8,utf8aux}.h
-	doins src/c-client/{env,fs,ftl,nl,tcp}.h
-	doins src/osdep/unix/env_unix.h
-	doins c-client/linkage.{c,h}
-
-	dolib.a c-client/c-client.a
-	dosym c-client.a /usr/$(get_libdir)/libc-client.a
-
-	doman src/ipopd/ipopd.8 src/imapd/imapd.8
-	doman src/dmail/dmail.1 src/tmail/tmail.1
-	dodoc README docs/*.txt docs/CONFIG docs/RELNOTES
-
-	docinto rfc
-	dodoc docs/rfc/*.txt
-
-	# install headers - bug #375393
-	cp c-client/*.h "${D}"/usr/include/imap/ || die
-	cp c-client/linkage.c "${D}"/usr/include/imap/ || die
-	#exclude these dupes (can't do it before now due to symlink hell)
-	rm "${D}"/usr/include/imap/os_*.h
-
-	# gentoo config stuff
-	insinto /etc/xinetd.d
-	newins "${FILESDIR}"/uw-imap.xinetd  imap
-	newins "${FILESDIR}"/uw-ipop2.xinetd ipop2
-	newins "${FILESDIR}"/uw-ipop3.xinetd ipop3
-	newins "${FILESDIR}"/uw-ipop3s.xinetd ipop3s
-	newins "${FILESDIR}"/uw-imaps.xinetd imaps
-}
-
-pkg_postinst() {
-	if use ssl; then
-	# Let's not make a new certificate if we already have one
-		if ! [[ -e "${ROOT}"/etc/ssl/certs/imapd.pem && \
-			-e "${ROOT}"/etc/ssl/certs/imapd.key ]]; then
-			einfo "Creating SSL certificate for IMAP"
-			SSL_ORGANIZATION="${SSL_ORGANIZATION:-UW-IMAP Server}"
-			install_cert /etc/ssl/certs/imapd
-		fi
-		if ! [[ -e "${ROOT}"/etc/ssl/certs/ipop3d.pem && \
-			-e "${ROOT}"/etc/ssl/certs/ipop3d.key ]]; then
-			einfo "Creating SSL certificate for POP3"
-			SSL_ORGANIZATION="${SSL_ORGANIZATION:-UW-POP3 Server}"
-			install_cert /etc/ssl/certs/ipop3d
-		fi
-	fi
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 533ce840946..196e64f7c1b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -624,7 +624,6 @@ x11-libs/hippo-canvas
 # net-irc/shadowircd:  #674528, dead homepage, last commits in 2012
 # net-mail/qpopper: #674896, discontinued, from 2011, also #541996
 # net-mail/up-imapproxy: #674234, last commits in 2016, also #643898
-# net-mail/uw-imap: #678606, last upstream release in 2011
 #
 # Removal in 30 days.
 app-crypt/keynote
@@ -646,7 +645,6 @@ net-irc/epic4
 net-irc/shadowircd
 net-mail/qpopper
 net-mail/up-imapproxy
-net-mail/uw-imap
 
 # Miroslav Šulc <fordfrog@gentoo.org> (19 Mar 2019)
 # Depends on >=virtual/{jdk,jre}-11 which is masked


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-04-20 23:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-20  8:01 [gentoo-commits] repo/gentoo:master commit in: net-mail/uw-imap/files/, net-mail/uw-imap/, profiles/ Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox