aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAstroFloyd <AstroFloyd@gmail.com>2022-07-12 12:01:08 +0200
committerAstroFloyd <AstroFloyd@gmail.com>2022-07-12 12:01:08 +0200
commitab2df44d7792aa891b2cadb072bb26817c828090 (patch)
treef585978ff70fc8fefb601565f6cd4259bd35b310
parentdev-perl/Astro-satpass: revision bump to v0.067-r2. (diff)
downloadAstroFloyd-ab2df44d7792aa891b2cadb072bb26817c828090.tar.gz
AstroFloyd-ab2df44d7792aa891b2cadb072bb26817c828090.tar.bz2
AstroFloyd-ab2df44d7792aa891b2cadb072bb26817c828090.zip
dev-tex/html2latex: remove package.
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: AstroFloyd <AstroFloyd@gmail.com>
-rw-r--r--dev-tex/html2latex/ChangeLog24
-rw-r--r--dev-tex/html2latex/Manifest4
-rw-r--r--dev-tex/html2latex/html2latex-1.1-r2.ebuild45
-rw-r--r--dev-tex/html2latex/metadata.xml11
4 files changed, 0 insertions, 84 deletions
diff --git a/dev-tex/html2latex/ChangeLog b/dev-tex/html2latex/ChangeLog
deleted file mode 100644
index f64e2c2..0000000
--- a/dev-tex/html2latex/ChangeLog
+++ /dev/null
@@ -1,24 +0,0 @@
-# ChangeLog for dev-tex/html2latex
-# Copyright 1999-2019 Gentoo Authors; Distributed under the GPL v2
-# $Header: $
-
-*html2latex-1.1-r2 (12 Jan 2019)
-
- 12 Jan 2019; AstroFloyd <AstroFloyd@gmail.com> +html2latex-1.1-r2.ebuild,
- +metadata.xml:
- dev-tex/html2latex: move to proper category, from dev-perl/
-
-*html2latex-1.1-r2 (12 Jan 2019)
-
- 12 Jan 2019; AstroFloyd <AstroFloyd@gmail.com> +html2latex-1.1-r2.ebuild,
- +metadata.xml:
- dev-perl/html2latex: revision bump to v1.1-r2 * dev-perl/html2latex: revision
- bump to v1.1-r2: + from -r1, taken from Portage + fixes
- https://bugs.gentoo.org/484432 + see also
- https://forums.gentoo.org/viewtopic-p-8299966.html
-
-*html2latex-1.1-r1.ebuild (12 Jan 2019)
-
- 12 Jan 2019; AstroFloyd <AstroFloyd@gmail.com> +html2latex-1.1-r1.ebuild,
- +metadata.xml:
- Copied from Portage
diff --git a/dev-tex/html2latex/Manifest b/dev-tex/html2latex/Manifest
deleted file mode 100644
index 44aef5e..0000000
--- a/dev-tex/html2latex/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST html2latex-1.1.tar.gz 48439 BLAKE2B 83719dcabcaec9454aa3cd1703a721687c95461277c946be01a3f238e265fc604253a6a0dd96ffa441be3729152788e830b7841344ab2ee47ac1964beb504596 SHA512 ceddb3b33359e07fdbfe0263a1ffd7dddfc95cfb256468a921513ed41777b14d4433117b9143cf23d46c867514be66235acd62065591a403c19c6f8f768be73a
-EBUILD html2latex-1.1-r2.ebuild 878 BLAKE2B e2af10f1e0b88e7a3b17356aff01e3b66f6331131e3a3807eb93827167c774f47bfeebe4501abc34e143ef2e6316ead2cf9ff7c94d743877f7975a1d54b17b1f SHA512 1c0b9a670624319fec8ebd58f14b9f31d24f5b149526e4e1f6567a5a306ecf0ba22111290a2781a65aad3ed5fcad6f893a618071a7d5904ea1fe9b41104f4965
-MISC ChangeLog 832 BLAKE2B ad0cb208437b9ee007037750caa169d9d9a254858d27426f0d6b4f199c530abff2654ec29ce6fe6b341599a7b028c40a170b4044fffec2f3dbec05659a87f141 SHA512 168f26be0ebca85a5a0ef890b0eababa50f47f73d601ac3e4d7979d49ca914d2ae123d059a119e82bcb6c942bf25e27c28a022ed0fcfb4d801c0c748b88392c6
-MISC metadata.xml 329 BLAKE2B c19dff2ff2c5337f13619a7d4705d1bd7426b51cb9ba072ff79ea2cd25717f3baa9a7576557b42bda5cf36e0dc1fd1a7b8c670f3d9cc7a84af06d8d39bc3f3a6 SHA512 f0d2d7af76037337f70c05916c17e3d240d0dbb24b62f8080d8a593fcda48506cf6b189a6f1b9a27957be3f7dd05446c85aa4fe2b92d0f112798a6bc4a3d3eb3
diff --git a/dev-tex/html2latex/html2latex-1.1-r2.ebuild b/dev-tex/html2latex/html2latex-1.1-r2.ebuild
deleted file mode 100644
index 4989a91..0000000
--- a/dev-tex/html2latex/html2latex-1.1-r2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2019 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_configure() {
- # HTML::LaTex
- cd HTML
- perl-module_src_configure
-}
-
-src_compile() {
- # HTML::LaTex
- cd HTML
- 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/metadata.xml b/dev-tex/html2latex/metadata.xml
deleted file mode 100644
index 5a7d86d..0000000
--- a/dev-tex/html2latex/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>tex@gentoo.org</email>
- <name>Gentoo TeX Project</name>
- </maintainer>
- <upstream>
- <remote-id type="sourceforge">html2latex</remote-id>
- </upstream>
-</pkgmetadata>