summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2014-12-13 20:59:02 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2014-12-13 20:59:02 +0000
commit2473140e483e6c73940603a17b8d6806a41ea09b (patch)
tree6abb6f518e3d7f7b14c1fca660fd5d9db0a55f99 /dev-tex
parentEAPI bump. Set SF project homepage as HOMEPAGE (bug #532462). Fix $PV. (diff)
downloadgentoo-2-2473140e483e6c73940603a17b8d6806a41ea09b.tar.gz
gentoo-2-2473140e483e6c73940603a17b8d6806a41ea09b.tar.bz2
gentoo-2-2473140e483e6c73940603a17b8d6806a41ea09b.zip
Replace perl-module_src_prep with perl-module_src_configure
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'dev-tex')
-rw-r--r--dev-tex/html2latex/ChangeLog6
-rw-r--r--dev-tex/html2latex/html2latex-1.1-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-tex/html2latex/ChangeLog b/dev-tex/html2latex/ChangeLog
index 360e73f529bf..b6d5c8b2def4 100644
--- a/dev-tex/html2latex/ChangeLog
+++ b/dev-tex/html2latex/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-tex/html2latex
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/html2latex/ChangeLog,v 1.18 2014/07/27 13:05:11 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/html2latex/ChangeLog,v 1.19 2014/12/13 20:59:02 dilfridge Exp $
+
+ 13 Dec 2014; Andreas K. Huettel <dilfridge@gentoo.org>
+ html2latex-1.1-r1.ebuild:
+ Replace perl-module_src_prep with perl-module_src_configure
27 Jul 2014; Mikle Kolyada <zlogene@gentoo.org> -html2latex-1.1.ebuild,
html2latex-1.1-r1.ebuild:
diff --git a/dev-tex/html2latex/html2latex-1.1-r1.ebuild b/dev-tex/html2latex/html2latex-1.1-r1.ebuild
index efcf8ae5ca2f..010f7d91d7e8 100644
--- a/dev-tex/html2latex/html2latex-1.1-r1.ebuild
+++ b/dev-tex/html2latex/html2latex-1.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/html2latex/html2latex-1.1-r1.ebuild,v 1.2 2014/07/27 13:05:11 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/html2latex/html2latex-1.1-r1.ebuild,v 1.3 2014/12/13 20:59:02 dilfridge Exp $
EAPI=5
@@ -24,7 +24,7 @@ DEPEND="dev-perl/HTML-Tree
src_compile() {
# HTML::LaTex
cd HTML
- perl-module_src_prep
+ perl-module_src_configure
perl-module_src_compile
}