summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2012-10-28 14:07:22 +0000
committerPacho Ramos <pacho@gentoo.org>2012-10-28 14:07:22 +0000
commit55a277f297a485662821680816bf4a28c3eaa9bc (patch)
treeba9c1da537e5b8f99e067ae44ec5adcb1ba3ce22 /net-mail/mhonarc
parentDrop maintainer as talked with him. (diff)
downloadgentoo-2-55a277f297a485662821680816bf4a28c3eaa9bc.tar.gz
gentoo-2-55a277f297a485662821680816bf4a28c3eaa9bc.tar.bz2
gentoo-2-55a277f297a485662821680816bf4a28c3eaa9bc.zip
Drop maintainer as talked with him, remove old.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-mail/mhonarc')
-rw-r--r--net-mail/mhonarc/ChangeLog9
-rw-r--r--net-mail/mhonarc/files/mhonarc-2.6.16-list-output-order.patch45
-rw-r--r--net-mail/mhonarc/metadata.xml3
-rw-r--r--net-mail/mhonarc/mhonarc-2.6.10.ebuild26
-rw-r--r--net-mail/mhonarc/mhonarc-2.6.11.ebuild26
-rw-r--r--net-mail/mhonarc/mhonarc-2.6.15.ebuild24
-rw-r--r--net-mail/mhonarc/mhonarc-2.6.16-r1.ebuild29
-rw-r--r--net-mail/mhonarc/mhonarc-2.6.16-r2.ebuild30
8 files changed, 8 insertions, 184 deletions
diff --git a/net-mail/mhonarc/ChangeLog b/net-mail/mhonarc/ChangeLog
index b35f7ced0570..bccce37b6d20 100644
--- a/net-mail/mhonarc/ChangeLog
+++ b/net-mail/mhonarc/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-mail/mhonarc
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/mhonarc/ChangeLog,v 1.24 2012/03/18 18:15:58 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mhonarc/ChangeLog,v 1.25 2012/10/28 14:07:21 pacho Exp $
+
+ 28 Oct 2012; Pacho Ramos <pacho@gentoo.org>
+ -files/mhonarc-2.6.16-list-output-order.patch, -mhonarc-2.6.10.ebuild,
+ -mhonarc-2.6.11.ebuild, -mhonarc-2.6.15.ebuild, -mhonarc-2.6.16-r1.ebuild,
+ -mhonarc-2.6.16-r2.ebuild, metadata.xml:
+ Drop maintainer as talked with him, remove old.
18 Mar 2012; Pacho Ramos <pacho@gentoo.org> metadata.xml:
Drop maintainer due retirement, bug 26748.
@@ -106,4 +112,3 @@
18 Dec 2003; Joshua Kinard <kumba@gentoo.org> mhonarc-2.6.8.ebuild:
Initial import of MHonArc, the popular perl html-to-mail converter
-
diff --git a/net-mail/mhonarc/files/mhonarc-2.6.16-list-output-order.patch b/net-mail/mhonarc/files/mhonarc-2.6.16-list-output-order.patch
deleted file mode 100644
index de4b7a56a274..000000000000
--- a/net-mail/mhonarc/files/mhonarc-2.6.16-list-output-order.patch
+++ /dev/null
@@ -1,45 +0,0 @@
---- MHonArc-2.6.16/lib/mhthread.pl.orig 2006-09-08 20:46:48.000000000 -0700
-+++ MHonArc-2.6.16/lib/mhthread.pl 2006-09-08 20:47:14.000000000 -0700
-@@ -406,22 +406,22 @@
- ## Decrement level count if their were replies
- --$level if ($haverepls);
-
-+ ## Close entry text
-+ if ($attop) {
-+ &print_thread_var($handle, $idx, \$TTOPEND);
-+ } elsif (!$single && !$didtliend) {
-+ &print_thread_var($handle, $idx, \$TLIEND);
-+ }
-+
- ## Check for missing messages
- if ($DoMissingMsgs && !($attop || $single)) {
- for ($i=$depth; $i > 0; --$i) {
-- &print_thread_var($handle, $idx, \$TLINONEEND);
- &print_thread_var($handle, $idx, \$TSUBLISTEND)
- if $level <= $TLEVELS;
-+ &print_thread_var($handle, $idx, \$TLINONEEND);
- --$level;
- }
- }
--
-- ## Close entry text
-- if ($attop) {
-- &print_thread_var($handle, $idx, \$TTOPEND);
-- } elsif (!$single && !$didtliend) {
-- &print_thread_var($handle, $idx, \$TLIEND);
-- }
- }
-
- ##---------------------------------------------------------------------------
-@@ -636,9 +636,9 @@
- ## Check for missing messages
- if ($DoMissingMsgs && !($attop || $single)) {
- for ($i = $depth; $i > 0; $i--) {
-- $ret .= &expand_thread_var($idx, \$TSLICELINONEEND);
- $ret .= &expand_thread_var($idx, \$TSLICESUBLISTEND)
- if $level <= $TSLICELEVELS;
-+ $ret .= &expand_thread_var($idx, \$TSLICELINONEEND);
- $level--;
- }
- }
-
diff --git a/net-mail/mhonarc/metadata.xml b/net-mail/mhonarc/metadata.xml
index fdfc0016f66d..df5607d5d432 100644
--- a/net-mail/mhonarc/metadata.xml
+++ b/net-mail/mhonarc/metadata.xml
@@ -2,8 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
- <email>kumba@gentoo.org</email>
- <description>Primary Maintainer</description>
+ <email>maintainer-needed@gentoo.org</email>
</maintainer>
<herd>perl</herd>
<herd>net-mail</herd>
diff --git a/net-mail/mhonarc/mhonarc-2.6.10.ebuild b/net-mail/mhonarc/mhonarc-2.6.10.ebuild
deleted file mode 100644
index c44832f2dd56..000000000000
--- a/net-mail/mhonarc/mhonarc-2.6.10.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/mhonarc/mhonarc-2.6.10.ebuild,v 1.8 2011/02/13 11:21:04 kumba Exp $
-
-inherit perl-app
-
-IUSE=""
-
-SRC_URI="http://www.mhonarc.org/release/MHonArc/tar/MHonArc-${PV}.tar.bz2"
-RESTRICT="mirror"
-
-DESCRIPTION="Perl Mail-to-HTML Converter"
-HOMEPAGE="http://www.mhonarc.org/"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="alpha ~amd64 ~mips ~ppc sparc x86"
-
-S="${WORKDIR}/${P/mhonarc/MHonArc}"
-
-src_install() {
- mv "${S}"/Makefile "${S}"/Makefile.orig
- sed -e "s:/usr:${D}/usr:g" -e "s:${D}/usr/bin/perl:/usr/bin/perl:g" \
- "${S}"/Makefile.orig > "${S}"/Makefile
- perl-module_src_install
-}
diff --git a/net-mail/mhonarc/mhonarc-2.6.11.ebuild b/net-mail/mhonarc/mhonarc-2.6.11.ebuild
deleted file mode 100644
index 4a3f6d09c0be..000000000000
--- a/net-mail/mhonarc/mhonarc-2.6.11.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/mhonarc/mhonarc-2.6.11.ebuild,v 1.5 2011/02/13 11:21:04 kumba Exp $
-
-inherit perl-app
-
-IUSE=""
-
-SRC_URI="http://www.mhonarc.org/release/MHonArc/tar/MHonArc-${PV}.tar.bz2"
-RESTRICT="mirror"
-
-DESCRIPTION="Perl Mail-to-HTML Converter"
-HOMEPAGE="http://www.mhonarc.org/"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~amd64"
-
-S="${WORKDIR}/${P/mhonarc/MHonArc}"
-
-src_install() {
- mv "${S}"/Makefile "${S}"/Makefile.orig
- sed -e "s:/usr:${D}/usr:g" -e "s:${D}/usr/bin/perl:/usr/bin/perl:g" \
- "${S}"/Makefile.orig > "${S}"/Makefile
- perl-module_src_install
-}
diff --git a/net-mail/mhonarc/mhonarc-2.6.15.ebuild b/net-mail/mhonarc/mhonarc-2.6.15.ebuild
deleted file mode 100644
index 8384a56f9b51..000000000000
--- a/net-mail/mhonarc/mhonarc-2.6.15.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/mhonarc/mhonarc-2.6.15.ebuild,v 1.4 2011/02/13 11:21:04 kumba Exp $
-
-inherit perl-app
-
-IUSE=""
-
-SRC_URI="http://www.mhonarc.org/release/MHonArc/tar/MHonArc-${PV}.tar.bz2"
-RESTRICT="mirror"
-
-DESCRIPTION="Perl Mail-to-HTML Converter"
-HOMEPAGE="http://www.mhonarc.org/"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~amd64"
-
-S="${WORKDIR}/${P/mhonarc/MHonArc}"
-
-src_install() {
- sed -e "s|-prefix |-prefix ${D}|g" -i Makefile
- perl-module_src_install
-}
diff --git a/net-mail/mhonarc/mhonarc-2.6.16-r1.ebuild b/net-mail/mhonarc/mhonarc-2.6.16-r1.ebuild
deleted file mode 100644
index be1e7e36a02a..000000000000
--- a/net-mail/mhonarc/mhonarc-2.6.16-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/mhonarc/mhonarc-2.6.16-r1.ebuild,v 1.4 2011/02/13 11:21:04 kumba Exp $
-
-inherit perl-app
-
-IUSE=""
-
-SRC_URI="http://www.mhonarc.org/release/MHonArc/tar/MHonArc-${PV}.tar.bz2"
-RESTRICT="mirror"
-
-DESCRIPTION="Perl Mail-to-HTML Converter"
-HOMEPAGE="http://www.mhonarc.org/"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~mips ~ppc ~sparc x86"
-
-S="${WORKDIR}/${P/mhonarc/MHonArc}"
-
-src_unpack() {
- unpack ${A}
- epatch "${FILESDIR}"/${P}-list-output-order.patch
-}
-
-src_install() {
- sed -e "s|-prefix |-prefix ${D}|g" -i Makefile
- perl-module_src_install
-}
diff --git a/net-mail/mhonarc/mhonarc-2.6.16-r2.ebuild b/net-mail/mhonarc/mhonarc-2.6.16-r2.ebuild
deleted file mode 100644
index a3be79e70a02..000000000000
--- a/net-mail/mhonarc/mhonarc-2.6.16-r2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/mhonarc/mhonarc-2.6.16-r2.ebuild,v 1.2 2011/02/13 11:21:04 kumba Exp $
-
-inherit perl-app
-
-IUSE=""
-
-SRC_URI="http://www.mhonarc.org/release/MHonArc/tar/MHonArc-${PV}.tar.bz2"
-RESTRICT="mirror"
-
-DESCRIPTION="Perl Mail-to-HTML Converter"
-HOMEPAGE="http://www.mhonarc.org/"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~mips ~ppc ~sparc ~x86"
-
-S="${WORKDIR}/${P/mhonarc/MHonArc}"
-
-src_unpack() {
- unpack ${A}
- epatch "${FILESDIR}"/${P}-list-output-order.patch
-}
-
-src_install() {
- sed -e "s|-prefix |-docpath '${D}/usr/share/doc/${PF}' -prefix '${D}'|g" -i Makefile
- perl-module_src_install
- prepalldocs
-}