diff options
author | 2024-05-04 02:42:35 +0500 | |
---|---|---|
committer | 2024-05-04 13:59:07 +0500 | |
commit | db486c41de11ad13543c99c586642356991cc093 (patch) | |
tree | 175a31b8276444dafe5d2bd22d367171586ec101 | |
parent | dev-util/odb: treeclean (diff) | |
download | guru-db486c41de11ad13543c99c586642356991cc093.tar.gz guru-db486c41de11ad13543c99c586642356991cc093.tar.bz2 guru-db486c41de11ad13543c99c586642356991cc093.zip |
dev-cpp/libstudxml: treeclean
Closes: https://bugs.gentoo.org/839783
Closes: https://bugs.gentoo.org/884543
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
-rw-r--r-- | dev-cpp/libstudxml/Manifest | 1 | ||||
-rw-r--r-- | dev-cpp/libstudxml/libstudxml-1.1.0_beta10.ebuild | 18 | ||||
-rw-r--r-- | dev-cpp/libstudxml/metadata.xml | 11 |
3 files changed, 0 insertions, 30 deletions
diff --git a/dev-cpp/libstudxml/Manifest b/dev-cpp/libstudxml/Manifest deleted file mode 100644 index c308bca6d..000000000 --- a/dev-cpp/libstudxml/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libstudxml-1.1.0-b.10.tar.gz 143917 BLAKE2B 524789538ee12d2ebfa4f3d2a78fb48f119eb1a586e8ec18c29eb46d90b2fe714b8b991da6222b6e6ad0c76ebe5901f2be5e865f97a0c5ac11dcb22a9a85591a SHA512 eb44d769063dde66dde52326840f4fce81a67cea640c5246f558e6428f2588c12145cade10e1f6824f7094386102e2807f3e44a6e35b550e34ad215723a9bd81 diff --git a/dev-cpp/libstudxml/libstudxml-1.1.0_beta10.ebuild b/dev-cpp/libstudxml/libstudxml-1.1.0_beta10.ebuild deleted file mode 100644 index 394244384..000000000 --- a/dev-cpp/libstudxml/libstudxml-1.1.0_beta10.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -MY_P="${PN}-$(ver_cut 1-3)-b.$(ver_cut 5)" - -inherit build2 - -DESCRIPTION="Streaming XML pull parser/serializer for modern C++" -HOMEPAGE="https://www.codesynthesis.com/projects/libstudxml/" -SRC_URI="https://pkg.cppget.org/1/beta/${PN}/${MY_P}.tar.gz" - -S="${WORKDIR}/${MY_P}" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" diff --git a/dev-cpp/libstudxml/metadata.xml b/dev-cpp/libstudxml/metadata.xml deleted file mode 100644 index 3a421b0f6..000000000 --- a/dev-cpp/libstudxml/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <longdescription lang="en"> - libstudxml is a streaming XML pull parser and streaming XML - serializer implementation for modern, standard C++. It is - compact, external dependency-free, and reasonably efficient. - XML parser is a conforming, non-validating XML 1.0 - implementation that is based on tested and proven code. - </longdescription> -</pkgmetadata> |