commit:     f15611a577733c7d7c422d28d77eaf568f2afefd
Author:     John Helmert III <ajak <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 22:40:40 2022 +0000
Commit:     John Helmert III <ajak <AT> gentoo <DOT> org>
CommitDate: Mon Dec 19 02:48:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f15611a5

app-text/htmldoc: drop 1.9.11-r1

Bug: https://bugs.gentoo.org/780489
Signed-off-by: John Helmert III <ajak <AT> gentoo.org>

 app-text/htmldoc/Manifest                 |  1 -
 app-text/htmldoc/htmldoc-1.9.11-r1.ebuild | 58 -------------------------------
 2 files changed, 59 deletions(-)

diff --git a/app-text/htmldoc/Manifest b/app-text/htmldoc/Manifest
index 0b1b95718187..aec781289683 100644
--- a/app-text/htmldoc/Manifest
+++ b/app-text/htmldoc/Manifest
@@ -1,2 +1 @@
-DIST htmldoc-1.9.11-source.tar.gz 4471815 BLAKE2B 
a76da0f5129d8d637c440ee1880bdc4c314db02294f8e7387abe28ab7f76a81b47c4670a27d34759f89b82e9b1d7c259d154fac7cb8c2b7caa6e1f99f3a35ebf
 SHA512 
5ee6a61f129be9a7d26c554f1acb533f1edfbf34eefd8f4924e07bcead2680407c68b4e2c9840203d7bb07daf51ea18c422d7c04e33c4b346dd207531f330678
 DIST htmldoc-1.9.16-source.tar.gz 3389563 BLAKE2B 
1c83e37313fb0a1196d4db3ddca47d4a418ab7aeb8f910c9a27178312a1b0239beddaf81f322b24dcf75dff7e838278fcfa0eed17b5aa493790de2393bcddebf
 SHA512 
c901ed259ef8c0520ed03e314149e7a2fc3b5bffa9c8e9c6c3b023a8c9de1e37b7fa72d224fa7d072f3a5d4b379635d7cfaa016df672da296be8395b49fa935b

diff --git a/app-text/htmldoc/htmldoc-1.9.11-r1.ebuild 
b/app-text/htmldoc/htmldoc-1.9.11-r1.ebuild
deleted file mode 100644
index de7e4f8afa89..000000000000
--- a/app-text/htmldoc/htmldoc-1.9.11-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools toolchain-funcs xdg
-
-DESCRIPTION="Convert HTML pages into a PDF document"
-HOMEPAGE="https://www.msweet.org/htmldoc/";
-SRC_URI="https://github.com/michaelrsweet/${PN}/releases/download/v${PV}/${P}-source.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 sparc x86"
-IUSE="fltk ssl"
-
-BDEPEND="virtual/pkgconfig"
-DEPEND="
-       >=media-libs/libpng-1.4:0=
-       sys-libs/zlib
-       virtual/jpeg:0
-       ssl? ( net-libs/gnutls )
-       fltk? ( x11-libs/fltk:1 )
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-       default
-       eautoreconf
-
-       # Make sure not to use the libs htmldoc ships with
-       rm -r jpeg png zlib || die "failed to unbundle jpeg, png, and zlib"
-
-       # Fix the documentation path in a few places. Some Makefiles aren't
-       # autotoolized =(
-       for file in configure doc/Makefile doc/htmldoc.man; do
-               sed -i "${file}" \
-                       -e "s:/doc/htmldoc:/doc/${PF}/html:g" \
-               || die "failed to fix documentation path in ${file}"
-       done
-}
-
-src_configure() {
-       local myeconfargs=(
-               $(use_with fltk gui)
-               $(use_enable ssl)
-               $(use_enable ssl gnutls)
-               --disable-localjpeg
-               --disable-localpng
-               --disable-localzlib
-       )
-
-       CC="$(tc-getCC)" CXX="$(tc-getCXX)" econf "${myeconfargs[@]}"
-}
-
-src_install() {
-       emake STRIPPROG="true" DSTROOT="${ED}" install
-}

Reply via email to