commit: 6b53ee9c83a4dd6277854552559ee46fadaeb6b9 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Sat Sep 17 11:02:21 2016 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Sun Sep 18 08:42:55 2016 +0000 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=6b53ee9c
net-libs/htmlcxx: Remove in favour of version in Gentoo repo The Gentoo repo version is in dev-cpp. It includes important QA fixes. .../htmlcxx/files/htmlcxx-0.85-ptrdiff_t.patch | 11 ----------- net-libs/htmlcxx/htmlcxx-0.85.ebuild | 23 ---------------------- 2 files changed, 34 deletions(-) diff --git a/net-libs/htmlcxx/files/htmlcxx-0.85-ptrdiff_t.patch b/net-libs/htmlcxx/files/htmlcxx-0.85-ptrdiff_t.patch deleted file mode 100644 index 0444fed..0000000 --- a/net-libs/htmlcxx/files/htmlcxx-0.85-ptrdiff_t.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -Naur htmlcxx-0.85/html/tree.h htmlcxx-0.85/html/tree.h ---- htmlcxx-0.85/html/tree.h 2011-02-13 23:24:53.000000000 +0100 -+++ htmlcxx-0.85/html/tree.h 2013-04-28 14:38:17.370643634 +0200 -@@ -45,6 +45,7 @@ - #ifndef tree_hh_ - #define tree_hh_ - -+#include <cstddef> - #include <cassert> - #include <memory> - #include <stdexcept> diff --git a/net-libs/htmlcxx/htmlcxx-0.85.ebuild b/net-libs/htmlcxx/htmlcxx-0.85.ebuild deleted file mode 100644 index 241e253..0000000 --- a/net-libs/htmlcxx/htmlcxx-0.85.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: net-libs/htmlcxx-0.85.ebuild,v 1.0 2013/04/28 10:15:41 by frostwork Exp $ - -EAPI="4" - -inherit eutils - -DESCRIPTION="a simple non-validating css1 and html parser for C++" -HOMEPAGE="http://sf.net/projects/${PN}" -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 -}
