From: Michael Mair-Keimberger Date: Sun, 17 Mar 2019 16:27:24 +0000 (+0100) Subject: dev-libs/faxpp: remove old. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0726ab6e3e92cda3d22da3b9b5ed7c496013fff1;p=gentoo.git dev-libs/faxpp: remove old. Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/11393 Signed-off-by: Patrice Clement --- diff --git a/dev-libs/faxpp/faxpp-0.4.ebuild b/dev-libs/faxpp/faxpp-0.4.ebuild deleted file mode 100644 index a92e566b3eab..000000000000 --- a/dev-libs/faxpp/faxpp-0.4.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -DESCRIPTION="Small, fast and conformant XML pull parser written in C" -HOMEPAGE="http://faxpp.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc examples" - -DEPEND="" -RDEPEND="" - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - - dodoc ChangeLog TODO - - use doc && dohtml docs/api/* - if use examples ; then - insinto /usr/share/doc/${PF} - doins -r examples - fi -}