summaryrefslogtreecommitdiff
path: root/net-libs/htmlcxx/htmlcxx-0.86.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/htmlcxx/htmlcxx-0.86.ebuild')
-rw-r--r--net-libs/htmlcxx/htmlcxx-0.86.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/net-libs/htmlcxx/htmlcxx-0.86.ebuild b/net-libs/htmlcxx/htmlcxx-0.86.ebuild
deleted file mode 100644
index b7c5bd11..00000000
--- a/net-libs/htmlcxx/htmlcxx-0.86.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit eutils
-
-DESCRIPTION="a simple non-validating css1 and html parser for C++"
-HOMEPAGE="http://sf.net/projects/htmlcxx"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-ptrdiff_t.patch
- default_src_prepare
-}