From b2d06fcf55b2f88efa183831072c7bca3f8e418b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 12 Nov 2022 21:32:47 +0000 Subject: gentoo auto-resync : 12:11:2022 - 21:32:47 --- dev-libs/pugixml/pugixml-1.11.4.ebuild | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 dev-libs/pugixml/pugixml-1.11.4.ebuild (limited to 'dev-libs/pugixml/pugixml-1.11.4.ebuild') diff --git a/dev-libs/pugixml/pugixml-1.11.4.ebuild b/dev-libs/pugixml/pugixml-1.11.4.ebuild deleted file mode 100644 index 3eb298da3954..000000000000 --- a/dev-libs/pugixml/pugixml-1.11.4.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -if [[ ${PV} == *9999 ]] ; then - EGIT_REPO_URI="https://github.com/zeux/${PN}.git" - inherit git-r3 -else - SRC_URI="https://github.com/zeux/${PN}/releases/download/v${PV}/${P}.tar.gz" - KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" -fi - -DESCRIPTION="Light-weight, simple, and fast XML parser for C++ with XPath support" -HOMEPAGE="https://pugixml.org/ https://github.com/zeux/pugixml/" - -LICENSE="MIT" -SLOT="0" -- cgit v1.2.3