zlogene     14/11/02 10:44:34

  Modified:             ChangeLog
  Added:                mhonarc-gentoo-2.6.18-r1.ebuild
  Removed:              mhonarc-gentoo-2.6.18.ebuild
  Log:
  Revision bump: EAPI=5; Add missing dies for sed
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  Changes    Path
1.3                  net-mail/mhonarc-gentoo/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mhonarc-gentoo/ChangeLog?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mhonarc-gentoo/ChangeLog?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mhonarc-gentoo/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/mhonarc-gentoo/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   2 May 2011 22:37:34 -0000       1.2
+++ ChangeLog   2 Nov 2014 10:44:34 -0000       1.3
@@ -1,6 +1,12 @@
 # ChangeLog for net-mail/mhonarc-gentoo
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/mhonarc-gentoo/ChangeLog,v 1.2 
2011/05/02 22:37:34 tampakrap Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mhonarc-gentoo/ChangeLog,v 1.3 
2014/11/02 10:44:34 zlogene Exp $
+
+*mhonarc-gentoo-2.6.18-r1 (02 Nov 2014)
+
+  02 Nov 2014; Mikle Kolyada <[email protected]>
+  +mhonarc-gentoo-2.6.18-r1.ebuild, -mhonarc-gentoo-2.6.18.ebuild:
+  Revision bump: EAPI=5; Add missing dies for sed
 
   02 May 2011; Theo Chatzimichos <[email protected]>
   mhonarc-gentoo-2.6.18.ebuild:
@@ -13,4 +19,3 @@
   +mhonarc-gentoo-2.6.18.ebuild,
   +files/mhonarc-gentoo-2.6.18-archives-gentoo.patch, +metadata.xml:
   Initial commit of the MHonArc's Gentoo fork
-



1.1                  net-mail/mhonarc-gentoo/mhonarc-gentoo-2.6.18-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mhonarc-gentoo/mhonarc-gentoo-2.6.18-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mhonarc-gentoo/mhonarc-gentoo-2.6.18-r1.ebuild?rev=1.1&content-type=text/plain

Index: mhonarc-gentoo-2.6.18-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-mail/mhonarc-gentoo/mhonarc-gentoo-2.6.18-r1.ebuild,v
 1.1 2014/11/02 10:44:34 zlogene Exp $

EAPI=5

inherit perl-module

DESCRIPTION="Perl Mail-to-HTML Converter, Gentoo fork"
HOMEPAGE="http://www.mhonarc.org/";
LICENSE="GPL-2"
SRC_URI="http://www.mhonarc.org/release/MHonArc/tar/MHonArc-${PV}.tar.bz2";

SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="!net-mail/mhonarc"

MY_P="${P/mhonarc-gentoo/MHonArc}"
S="${WORKDIR}/${MY_P}"

PATCHES=( "${FILESDIR}/${P}-archives-gentoo.patch" )

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
}




Reply via email to