commit:     373e47e45b6fce99d72941a52077aba853f8d7bc
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 26 12:30:47 2020 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sat Dec 26 12:30:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=373e47e4

net-mail/uw-mailutils: drop package from Prefix

last touched in 2012 by a semi-auto sync, unlikely to be in use

Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 net-mail/uw-mailutils/Manifest                     |  1 -
 .../uw-mailutils/files/uw-mailutils-2004g.patch    | 38 --------------
 net-mail/uw-mailutils/files/uw-mailutils-ssl.patch | 13 -----
 net-mail/uw-mailutils/metadata.xml                 | 11 ----
 net-mail/uw-mailutils/uw-mailutils-2007f.ebuild    | 60 ----------------------
 5 files changed, 123 deletions(-)

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

diff --git a/net-mail/uw-mailutils/files/uw-mailutils-2004g.patch 
b/net-mail/uw-mailutils/files/uw-mailutils-2004g.patch
deleted file mode 100644
index 320388357c..0000000000
--- a/net-mail/uw-mailutils/files/uw-mailutils-2004g.patch
+++ /dev/null
@@ -1,38 +0,0 @@
---- imap-2004g/Makefile        2005-04-30 22:50:20.000000000 +0200
-+++ imap-2004g-mailutil/Makefile       2005-10-06 13:21:14.000000000 +0200
-@@ -504,12 +504,7 @@
-       $(TOOLS)/$@ "$(LN)" src/charset c-client
-       $(TOOLS)/$@ "$(LN)" src/osdep/$(SYSTEM) c-client
-       $(TOOLS)/$@ "$(LN)" src/mtest mtest
--      $(TOOLS)/$@ "$(LN)" src/ipopd ipopd
--      $(TOOLS)/$@ "$(LN)" src/imapd imapd
-       $(TOOLS)/$@ "$(LN)" src/mailutil mailutil
--      $(TOOLS)/$@ "$(LN)" src/mlock mlock
--      $(TOOLS)/$@ "$(LN)" src/dmail dmail
--      $(TOOLS)/$@ "$(LN)" src/tmail tmail
-       $(LN) $(TOOLS)/$@ .
- 
- build:        OSTYPE rebuild rebuildclean bundled
-@@ -540,13 +535,8 @@
- bundled:
-       @echo Building bundled tools...
-       $(CD) mtest;$(MAKE)
--      $(CD) ipopd;$(MAKE)
--      $(CD) imapd;$(MAKE)
-       $(CD) mailutil;$(MAKE)
-       @$(SH) -c '(test -f /usr/include/sysexits.h ) || make sysexitwarn'
--      $(CD) mlock;$(MAKE) || true
--      $(CD) dmail;$(MAKE) || true
--      $(CD) tmail;$(MAKE) || true
- 
- 
- sysexitwarn:
-@@ -559,7 +549,7 @@
- 
- clean:
-       @echo Removing old processed sources and binaries...
--      $(SH) -c '$(RM) an ua OSTYPE SPECIALS c-client mtest imapd ipopd 
mailutil mlock dmail tmail || true'
-+      $(SH) -c '$(RM) an ua OSTYPE SPECIALS c-client mtest mailutil || true'
-       $(CD) tools;$(MAKE) clean
- 
- 

diff --git a/net-mail/uw-mailutils/files/uw-mailutils-ssl.patch 
b/net-mail/uw-mailutils/files/uw-mailutils-ssl.patch
deleted file mode 100644
index 0214030e3f..0000000000
--- a/net-mail/uw-mailutils/files/uw-mailutils-ssl.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- imap-2007e/src/osdep/unix/Makefile 2009-07-05 10:00:54.000000000 +0300
-+++ imap-2007e/src/osdep/unix/Makefile 2009-07-05 10:04:42.000000000 +0300
-@@ -54,8 +54,8 @@
- 
- # Extended flags needed for SSL.  You may need to modify.
- 
--SSLDIR=/usr/local/ssl
--SSLCERTS=$(SSLDIR)/certs
-+SSLDIR=/usr
-+SSLCERTS=/etc/ssl/certs
- SSLKEYS=$(SSLCERTS)
- SSLINCLUDE=$(SSLDIR)/include
- SSLLIB=$(SSLDIR)/lib

diff --git a/net-mail/uw-mailutils/metadata.xml 
b/net-mail/uw-mailutils/metadata.xml
deleted file mode 100644
index ec8a6451ef..0000000000
--- a/net-mail/uw-mailutils/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>[email protected]</email>
-               <name>Net-Mail</name>
-       </maintainer>
-       <longdescription>
-               Mail utilities common to University of Washington software 
packages.
-       </longdescription>
-</pkgmetadata>

diff --git a/net-mail/uw-mailutils/uw-mailutils-2007f.ebuild 
b/net-mail/uw-mailutils/uw-mailutils-2007f.ebuild
deleted file mode 100644
index fe40bea5d0..0000000000
--- a/net-mail/uw-mailutils/uw-mailutils-2007f.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-mail/uw-mailutils/uw-mailutils-2007f.ebuild,v 1.8 
2012/03/08 14:59:57 ranger Exp $
-
-EAPI=4
-
-inherit eutils flag-o-matic
-
-MY_P="imap-${PV}"
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="Mail utilities from the UW"
-HOMEPAGE="http://www.washington.edu/imap/";
-SRC_URI="ftp://ftp.cac.washington.edu/imap/${MY_P}.tar.Z";
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="pam ssl"
-
-DEPEND="pam? ( virtual/pam )
-       ssl? ( dev-libs/openssl )"
-RDEPEND="${DEPEND}
-       !<net-mail/uw-imap-${PV}"
-
-src_prepare() {
-       chmod -R ug+w "${S}"
-
-       epatch "${FILESDIR}/${PN}-2004g.patch"
-       epatch "${FILESDIR}/${PN}-ssl.patch"
-
-       # no interactive build
-       sed -i -e "/read x; case/s/^/#/" Makefile || die
-
-       sed -i -e "s|\`cat \$C/CFLAGS\`|${CFLAGS}|g" \
-               src/mailutil/Makefile \
-               src/mtest/Makefile || die "sed failed patching Makefile CFLAGS."
-
-       append-flags -fPIC
-}
-
-src_compile() {
-       if [[ ${CHOST} == *-darwin* ]] ; then
-               emake -j1 osx EXTRACFLAGS="${CFLAGS}" \
-                   SPECIALS="SSLDIR=${EPREFIX}/etc/ssl 
SSLINCLUDE=${EPREFIX}/usr/include/openssl SSLLIB=${EPREFIX}/usr/lib" 
SSLTYPE=none || die
-       else
-               local port=slx
-               use elibc_FreeBSD && port=bsf
-               use pam && port=lnp
-               local ssltype=none
-               use ssl && ssltype=nopwd
-               yes | make "${port}" EXTRACFLAGS="${CFLAGS}" SSLTYPE=none || die
-               emake -j1 "${port}" EXTRACFLAGS="${CFLAGS}" 
EXTRALDFLAGS="${LDFLAGS}" SSLTYPE="${ssltype}"
-       fi
-}
-
-src_install() {
-       dobin mailutil/mailutil mtest/mtest
-       doman src/mailutil/mailutil.1
-}

Reply via email to