summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2020-09-30 15:13:45 +0000
committerSam James <sam@gentoo.org>2020-09-30 15:17:16 +0000
commit1d2534bb6b19dbcfa70b398fc9458d957dec8030 (patch)
treeffa3144c4a3fed45359a7991a7ef2049571f0133 /net-mail
parentdev-db/sqliteodbc: remove last-rited package (diff)
downloadgentoo-1d2534bb6b19dbcfa70b398fc9458d957dec8030.tar.gz
gentoo-1d2534bb6b19dbcfa70b398fc9458d957dec8030.tar.bz2
gentoo-1d2534bb6b19dbcfa70b398fc9458d957dec8030.zip
net-mail/maildirtree: remove last-rited package
Bug: https://bugs.gentoo.org/570658 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/maildirtree/Manifest1
-rw-r--r--net-mail/maildirtree/files/maildirtree-0.6-ldflags.patch19
-rw-r--r--net-mail/maildirtree/maildirtree-0.6-r1.ebuild23
-rw-r--r--net-mail/maildirtree/metadata.xml5
4 files changed, 0 insertions, 48 deletions
diff --git a/net-mail/maildirtree/Manifest b/net-mail/maildirtree/Manifest
deleted file mode 100644
index b2f27b7a881e..000000000000
--- 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 f6e0e17a7277..000000000000
--- a/net-mail/maildirtree/files/maildirtree-0.6-ldflags.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-commit 631b3c687fe1558b88556a89838b9f264c2aed42
-Author: Eray Aslan <eras@gentoo.org>
-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 d880ea1dc782..000000000000
--- 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 7a38bb900964..000000000000
--- 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>