diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2014-03-09 11:35:47 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2014-03-09 11:35:47 +0000 |
commit | 35f03046588cd99807e8ee3bb5ac0a42627ae6f4 (patch) | |
tree | e2206dbc496a1f748aa522eabc1fd4685f58b691 /net-mail | |
parent | improve a bit my comment (diff) | |
download | gentoo-2-35f03046588cd99807e8ee3bb5ac0a42627ae6f4.tar.gz gentoo-2-35f03046588cd99807e8ee3bb5ac0a42627ae6f4.tar.bz2 gentoo-2-35f03046588cd99807e8ee3bb5ac0a42627ae6f4.zip |
Drop version with old EAPI
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/mhonarc/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/mhonarc/mhonarc-2.6.18-r1.ebuild | 25 |
2 files changed, 4 insertions, 26 deletions
diff --git a/net-mail/mhonarc/ChangeLog b/net-mail/mhonarc/ChangeLog index 82c4f39331af..b8d219e666d4 100644 --- a/net-mail/mhonarc/ChangeLog +++ b/net-mail/mhonarc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/mhonarc # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mhonarc/ChangeLog,v 1.35 2014/01/14 13:56:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mhonarc/ChangeLog,v 1.36 2014/03/09 11:35:47 zlogene Exp $ + + 09 Mar 2014; Mikle Kolyada <zlogene@gentoo.org> -mhonarc-2.6.18-r1.ebuild: + Drop version with old EAPI 14 Jan 2014; Agostino Sarubbo <ago@gentoo.org> mhonarc-2.6.18-r2.ebuild: Stable for x86, wrt bug #495864 diff --git a/net-mail/mhonarc/mhonarc-2.6.18-r1.ebuild b/net-mail/mhonarc/mhonarc-2.6.18-r1.ebuild deleted file mode 100644 index 935ff86503ad..000000000000 --- a/net-mail/mhonarc/mhonarc-2.6.18-r1.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-r1.ebuild,v 1.5 2012/12/27 08:09:58 armin76 Exp $ - -inherit perl-app - -DESCRIPTION="Perl Mail-to-HTML Converter" -HOMEPAGE="http://www.mhonarc.org/" -SRC_URI="http://www.mhonarc.org/release/MHonArc/tar/MHonArc-${PV}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~mips ~ppc x86" -IUSE="" - -RESTRICT="mirror" - -S="${WORKDIR}/${P/mhonarc/MHonArc}" - -src_install() { - sed -e "s|-prefix |-docpath '${D}/usr/share/doc/${PF}' -prefix '${D}'|g" -i Makefile || die 'sed on Makefile failed' - sed -e "s|installsitelib|installvendorlib|g" -i install.me || die 'sed on install.me failed' - perl-module_src_install - prepalldocs -} |