commit:     1d2534bb6b19dbcfa70b398fc9458d957dec8030
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 30 15:13:45 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep 30 15:17:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d2534bb

net-mail/maildirtree: remove last-rited package

Bug: https://bugs.gentoo.org/570658
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-mail/maildirtree/Manifest                      |  1 -
 .../files/maildirtree-0.6-ldflags.patch            | 19 ------------------
 net-mail/maildirtree/maildirtree-0.6-r1.ebuild     | 23 ----------------------
 net-mail/maildirtree/metadata.xml                  |  5 -----
 profiles/package.mask                              |  5 -----
 5 files changed, 53 deletions(-)

diff --git a/net-mail/maildirtree/Manifest b/net-mail/maildirtree/Manifest
deleted file mode 100644
index b2f27b7a881..00000000000
--- a/net-mail/maildirtree/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST maildirtree-0.6.tar.gz 52569 BLAKE2B 
d2505fe66378ca43c83df7bdef6b8afeb38671cb87ba3797c3ac96cdb6ad0d9b6b59e4fd69fba51e402d3c3318383ef3ad516c51c5c585142ea1ba5c0e5270f1
 SHA512 
13a897b416308b4da7f6e4cb0a93e201fd873b8c490d77ca4186a373fe101837a2b7ba70706775c2ccd717f4b513ba24efe56a94f3c1075f6c0db5729cec9f2f

diff --git a/net-mail/maildirtree/files/maildirtree-0.6-ldflags.patch 
b/net-mail/maildirtree/files/maildirtree-0.6-ldflags.patch
deleted file mode 100644
index f6e0e17a727..00000000000
--- a/net-mail/maildirtree/files/maildirtree-0.6-ldflags.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-commit 631b3c687fe1558b88556a89838b9f264c2aed42
-Author: Eray Aslan <[email protected]>
-Date:   Mon Jun 6 22:09:23 2011 +0300
-
-    Respect LDFLAGS - bug #337243
-
-diff --git a/Makefile.in b/Makefile.in
-index 62f0673..b24a609 100644
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -33,7 +33,7 @@ maildirtree.1: $(wildcard maildirtree.1.sgml)
-       $(DBM) $< > $@
- 
- maildirtree: $(OBJS)
--      $(CC) $(CFLAGS) $(OBJS) -o $@
-+      $(CC) $(CFLAGS) $(LDFLAGS) $(OBJS) -o $@
- 
- maildirtree.o: maildirtree.c config.h maildirtree.h snprintf.h
- snprintf.o: snprintf.c config.h snprintf.h

diff --git a/net-mail/maildirtree/maildirtree-0.6-r1.ebuild 
b/net-mail/maildirtree/maildirtree-0.6-r1.ebuild
deleted file mode 100644
index d880ea1dc78..00000000000
--- a/net-mail/maildirtree/maildirtree-0.6-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils
-
-DESCRIPTION="A utility that prints trees of Courier-style Maildirs"
-HOMEPAGE="http://triplehelix.org/~joshk/maildirtree";
-SRC_URI="http://triplehelix.org/~joshk/maildirtree/${P}.tar.gz";
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-src_prepare() {
-       epatch "${FILESDIR}"/maildirtree-0.6-ldflags.patch
-}
-
-src_install() {
-       make DESTDIR="${D}" install
-       dodoc ChangeLog INSTALL README TODO
-}

diff --git a/net-mail/maildirtree/metadata.xml 
b/net-mail/maildirtree/metadata.xml
deleted file mode 100644
index 7a38bb90096..00000000000
--- a/net-mail/maildirtree/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <!-- maintainer-needed -->
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 0b8d5a66d0d..664e9856622 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -633,11 +633,6 @@ app-cdr/pburn
 # /usr/dict/words for generation. Removal in 30 days.
 app-admin/passook
 
-# Aaron Bauman <[email protected]> (2020-08-28)
-# EAPI=4 and fails to compile
-# Dead upstream. Removal in 30 days
-net-mail/maildirtree
-
 # Piotr Karbowski <[email protected]> (2020-08-28)
 # Temporary mask due to multiple reports of segfaults at startup, bug #739056
 =x11-base/xorg-server-1.20.9

Reply via email to