diff options
author | Michael Palimaka <kensington@gentoo.org> | 2012-12-27 11:48:33 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2012-12-27 11:48:33 +0000 |
commit | b32b780dbca52ef9091dd8712863d3017895d859 (patch) | |
tree | ce8dbc6b1b14a3d43cf9bb92e07122451909d214 /net-mail/mhonarc/mhonarc-2.6.18.ebuild | |
parent | The fact that the code is technically GPLv2+ does not mean that we need to sp... (diff) | |
download | gentoo-2-b32b780dbca52ef9091dd8712863d3017895d859.tar.gz gentoo-2-b32b780dbca52ef9091dd8712863d3017895d859.tar.bz2 gentoo-2-b32b780dbca52ef9091dd8712863d3017895d859.zip |
Remove old.
(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'net-mail/mhonarc/mhonarc-2.6.18.ebuild')
-rw-r--r-- | net-mail/mhonarc/mhonarc-2.6.18.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/net-mail/mhonarc/mhonarc-2.6.18.ebuild b/net-mail/mhonarc/mhonarc-2.6.18.ebuild deleted file mode 100644 index fc5361bf3b5c..000000000000 --- a/net-mail/mhonarc/mhonarc-2.6.18.ebuild +++ /dev/null @@ -1,25 +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/mhonarc/mhonarc-2.6.18.ebuild,v 1.6 2012/12/27 08:09:58 armin76 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="amd64 ~mips ~ppc x86" - -S="${WORKDIR}/${P/mhonarc/MHonArc}" - -src_install() { - sed -e "s|-prefix |-docpath '${D}/usr/share/doc/${PF}' -prefix '${D}'|g" -i Makefile - perl-module_src_install - prepalldocs -} |