commit:     ba68002f25a9a3adb9fe5a0696a20c4ae7e8bced
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  4 07:18:30 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Aug  4 07:18:30 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba68002f

app-text/htmlrecode: drop 1.3.1-r1

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-text/htmlrecode/htmlrecode-1.3.1-r1.ebuild | 41 --------------------------
 1 file changed, 41 deletions(-)

diff --git a/app-text/htmlrecode/htmlrecode-1.3.1-r1.ebuild 
b/app-text/htmlrecode/htmlrecode-1.3.1-r1.ebuild
deleted file mode 100644
index 4b9258115b94..000000000000
--- a/app-text/htmlrecode/htmlrecode-1.3.1-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Recodes HTML file using a new character set"
-HOMEPAGE="https://bisqwit.iki.fi/source/htmlrecode.html";
-SRC_URI="https://bisqwit.iki.fi/src/arch/${P}.tar.bz2";
-
-KEYWORDS="~amd64 ~ppc ~x86"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-PATCHES=( "${FILESDIR}/${P}-ar.patch" )
-
-src_prepare() {
-       touch .depend argh/.depend || die
-       default
-}
-
-src_configure() { :; }
-
-src_compile() {
-       local makeopts=(
-               AR="$(tc-getAR)"
-               CPPDEBUG=
-               CXX="$(tc-getCXX)"
-               CXXFLAGS="${CXXFLAGS}"
-               LDFLAGS="${LDFLAGS}"
-       )
-       emake "${makeopts[@]}" -C argh libargh.a
-       emake "${makeopts[@]}" htmlrecode
-}
-
-src_install() {
-       dobin htmlrecode
-       dodoc README.html
-}

Reply via email to