summaryrefslogtreecommitdiff
path: root/dev-tex/html2latex
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-12-22 14:08:05 +0000
committerV3n3RiX <venerix@koprulu.sector>2021-12-22 14:08:05 +0000
commit93a93e9a3b53c1a73142a305ea1f8136846942ee (patch)
treeb9791a06ab3284e27b568412c59316c66240c682 /dev-tex/html2latex
parent2771f79232c273bc2a57d23bf335dd81ccf6af28 (diff)
gentoo resync : 22.12.2021
Diffstat (limited to 'dev-tex/html2latex')
-rw-r--r--dev-tex/html2latex/Manifest3
-rw-r--r--dev-tex/html2latex/html2latex-1.1-r1.ebuild40
-rw-r--r--dev-tex/html2latex/html2latex-1.1-r3.ebuild2
3 files changed, 2 insertions, 43 deletions
diff --git a/dev-tex/html2latex/Manifest b/dev-tex/html2latex/Manifest
index e5d8352a789e..bc39f517437b 100644
--- a/dev-tex/html2latex/Manifest
+++ b/dev-tex/html2latex/Manifest
@@ -1,4 +1,3 @@
DIST html2latex-1.1.tar.gz 48439 BLAKE2B 83719dcabcaec9454aa3cd1703a721687c95461277c946be01a3f238e265fc604253a6a0dd96ffa441be3729152788e830b7841344ab2ee47ac1964beb504596 SHA512 ceddb3b33359e07fdbfe0263a1ffd7dddfc95cfb256468a921513ed41777b14d4433117b9143cf23d46c867514be66235acd62065591a403c19c6f8f768be73a
-EBUILD html2latex-1.1-r1.ebuild 828 BLAKE2B e36d6099b23407ea14bbdc12016553fbb7eb3fa18ccbbcd4ca117d69246d8598cf10144b4656b621b538de95b11438b7fd7bf2b5969aeaaae947a4ed2578934e SHA512 1d6b67318644478f618a81940db94f1661ff2d24ef515e5f1f7d762f7143ab25965a7d5b2b311c3a13d226003ffe9293530d00fa3f061ead51d9ff9ca5d42a06
-EBUILD html2latex-1.1-r3.ebuild 944 BLAKE2B a334bf73d6932a2f5866c269d7f790019bb1dc28327eadf81080ce3aeedfd9787fd51a4c29b539b43429a3252f36389389570c847bfb4b7812a87bd7b5a0b716 SHA512 0e2b254065379b4e24f21e0e233aa3f5a7512d2a30cb8a958f222592971ae5bfc221bc0527068f169c24b697da008879034d7bdd6c57fec3cf1c2e2e32692c08
+EBUILD html2latex-1.1-r3.ebuild 939 BLAKE2B 49f21a1c608ecbed8db421d5f5483fea83540228880f1c79e4fd02ec287d4518d26ee9859bea5e5199f2c4faba0782b55a6d34d7d4a5aa93c18b3e407b20a1f7 SHA512 6bd103264737f6c832198eb72116f90795f2c544d64cea621f5e91196ddc4e8ab3ded394d6b4d10baa31e928d7e5c875f818008d34ad9a593137c30193cf0591
MISC metadata.xml 330 BLAKE2B 58cb89ea3b67e83b289cfb048e30363529e33d02c36550ebeeb10fdd2d6c8511afa0098a70dc6a0fedd31740261bf06c74e669dc164bbcbb2327b11a303240c7 SHA512 c9c63a3317755b766f50956fda6b484d50f3d2279ef40befad56ed5846b4568f5f779aea1c74bfca2e2a94a10f754ab57c5a6dbfc465b98f5d4b3c49d36d6138
diff --git a/dev-tex/html2latex/html2latex-1.1-r1.ebuild b/dev-tex/html2latex/html2latex-1.1-r1.ebuild
deleted file mode 100644
index 08145070c4e2..000000000000
--- a/dev-tex/html2latex/html2latex-1.1-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit perl-module
-
-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_configure
- perl-module_src_compile
-}
-
-src_install() {
- dobin html2latex
- doman html2latex.1
- dodoc README TODO
-
- # HTML::LaTex
- cd HTML
- perl-module_src_install
- rm unwanted README.win
- rm $(find "${D}" -name README.win.txt) || die
-}
diff --git a/dev-tex/html2latex/html2latex-1.1-r3.ebuild b/dev-tex/html2latex/html2latex-1.1-r3.ebuild
index dd5a18cfc929..4ab4f664944c 100644
--- a/dev-tex/html2latex/html2latex-1.1-r3.ebuild
+++ b/dev-tex/html2latex/html2latex-1.1-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${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"