summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-03 21:50:48 +0000
committerSam James <sam@gentoo.org>2021-04-03 21:50:48 +0000
commit149db4e18a7aed5ebdcb9ea1235c4da45e71a180 (patch)
tree7d8dc5fab4e7077de3aa35506d2b0da7a8ee5c1e /dev-libs/rapidxml
parentdev-libs/rapidxml: port old to EAPI 7, BDEPEND for app-arch/unzip (diff)
downloadgentoo-149db4e18a7aed5ebdcb9ea1235c4da45e71a180.tar.gz
gentoo-149db4e18a7aed5ebdcb9ea1235c4da45e71a180.tar.bz2
gentoo-149db4e18a7aed5ebdcb9ea1235c4da45e71a180.zip
dev-libs/rapidxml: cleanup old
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/rapidxml')
-rw-r--r--dev-libs/rapidxml/rapidxml-1.13.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-libs/rapidxml/rapidxml-1.13.ebuild b/dev-libs/rapidxml/rapidxml-1.13.ebuild
deleted file mode 100644
index 53fd6adb8819..000000000000
--- a/dev-libs/rapidxml/rapidxml-1.13.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Fast XML parser"
-HOMEPAGE="http://rapidxml.sourceforge.net/"
-SRC_URI="mirror://sourceforge/rapidxml/rapidxml-${PV}.zip"
-
-LICENSE="Boost-1.0 MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="app-arch/unzip"
-
-src_install() {
- insinto /usr/include/rapidxml
- doins *.hpp
-
- docinto html
- dodoc manual.html
-}