summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2014-07-27 13:05:11 +0000
committerMikle Kolyada <zlogene@gentoo.org>2014-07-27 13:05:11 +0000
commit9be040c084ee2039a2b1f56627f877158ac72acc (patch)
tree4f6cdf6b401c8e341e16678b7cd947f795e025ae /dev-tex/html2latex
parentadd no-multilib branch (diff)
downloadgentoo-2-9be040c084ee2039a2b1f56627f877158ac72acc.tar.gz
gentoo-2-9be040c084ee2039a2b1f56627f877158ac72acc.tar.bz2
gentoo-2-9be040c084ee2039a2b1f56627f877158ac72acc.zip
Merge stable keywords; Drop old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-tex/html2latex')
-rw-r--r--dev-tex/html2latex/ChangeLog8
-rw-r--r--dev-tex/html2latex/html2latex-1.1-r1.ebuild6
-rw-r--r--dev-tex/html2latex/html2latex-1.1.ebuild37
3 files changed, 9 insertions, 42 deletions
diff --git a/dev-tex/html2latex/ChangeLog b/dev-tex/html2latex/ChangeLog
index d92f0ab40466..360e73f529bf 100644
--- a/dev-tex/html2latex/ChangeLog
+++ b/dev-tex/html2latex/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-tex/html2latex
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/html2latex/ChangeLog,v 1.17 2013/08/29 16:17:37 idella4 Exp $
+# 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 $
+
+ 27 Jul 2014; Mikle Kolyada <zlogene@gentoo.org> -html2latex-1.1.ebuild,
+ html2latex-1.1-r1.ebuild:
+ Merge stable keywords; Drop old.
*html2latex-1.1-r1 (29 Aug 2013)
diff --git a/dev-tex/html2latex/html2latex-1.1-r1.ebuild b/dev-tex/html2latex/html2latex-1.1-r1.ebuild
index edd5fd8df23b..efcf8ae5ca2f 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-2013 Gentoo Foundation
+# 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.1 2013/08/29 16:17:37 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/html2latex/html2latex-1.1-r1.ebuild,v 1.2 2014/07/27 13:05:11 zlogene Exp $
EAPI=5
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/html2latex/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
IUSE="imagemagick libwww"
diff --git a/dev-tex/html2latex/html2latex-1.1.ebuild b/dev-tex/html2latex/html2latex-1.1.ebuild
deleted file mode 100644
index dae7133da481..000000000000
--- a/dev-tex/html2latex/html2latex-1.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/html2latex/html2latex-1.1.ebuild,v 1.15 2009/09/06 20:47:06 ranger Exp $
-
-inherit perl-app
-
-DESCRIPTION="Perl script to convert HTML files into formatted LaTeX"
-HOMEPAGE="http://html2latex.sourceforge.net/"
-SRC_URI="mirror://sourceforge/html2latex/${P}.tar.gz"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
-
-IUSE="imagemagick libwww"
-
-DEPEND="dev-perl/HTML-Tree
- dev-perl/XML-Simple
- imagemagick? ( media-gfx/imagemagick )
- libwww? ( dev-perl/libwww-perl )"
-
-src_compile() {
- # HTML::LaTex
- cd HTML
- perl-module_src_prep
- perl-module_src_compile
-}
-
-src_install() {
- dobin html2latex
- doman html2latex.1
- dodoc README TODO
-
- # HTML::LaTex
- cd HTML
- perl-module_src_install
-}