summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-09-11 20:54:35 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-09-12 07:28:08 +0200
commit77efd3d130fe4313e2f53c34d5c672f2ceaf4039 (patch)
treec732556cc9519f70f9fa7fc1e2820d3863af4511 /app-text
parentwww-misc/multisort: Drop old (diff)
downloadgentoo-77efd3d130fe4313e2f53c34d5c672f2ceaf4039.tar.gz
gentoo-77efd3d130fe4313e2f53c34d5c672f2ceaf4039.tar.bz2
gentoo-77efd3d130fe4313e2f53c34d5c672f2ceaf4039.zip
app-text/htmlrecode: Drop old
Diffstat (limited to 'app-text')
-rw-r--r--app-text/htmlrecode/htmlrecode-1.3.1.ebuild44
1 files changed, 0 insertions, 44 deletions
diff --git a/app-text/htmlrecode/htmlrecode-1.3.1.ebuild b/app-text/htmlrecode/htmlrecode-1.3.1.ebuild
deleted file mode 100644
index 1174c57d9c79..000000000000
--- a/app-text/htmlrecode/htmlrecode-1.3.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils 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=""
-
-DEPEND=">=sys-apps/sed-4"
-RDEPEND=""
-
-src_prepare() {
- epatch "${FILESDIR}/${P}-ar.patch"
- touch .depend argh/.depend
-}
-
-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
- dohtml README.html
-}