summaryrefslogtreecommitdiff
path: root/dev-cpp/libxmlpp
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-cpp/libxmlpp
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-cpp/libxmlpp')
-rw-r--r--dev-cpp/libxmlpp/Manifest3
-rw-r--r--dev-cpp/libxmlpp/libxmlpp-2.42.3.ebuild58
-rw-r--r--dev-cpp/libxmlpp/libxmlpp-5.0.4.ebuild57
-rw-r--r--dev-cpp/libxmlpp/libxmlpp-5.4.0.ebuild58
-rw-r--r--dev-cpp/libxmlpp/metadata.xml12
5 files changed, 0 insertions, 188 deletions
diff --git a/dev-cpp/libxmlpp/Manifest b/dev-cpp/libxmlpp/Manifest
deleted file mode 100644
index 64d65bb2a034..000000000000
--- a/dev-cpp/libxmlpp/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST libxml++-2.42.3.tar.xz 922400 BLAKE2B ce4538094b758f990418e1fe5f00e6b839ec82041983855d018c1ff94a3a21038f5d99456e8374aed552108a463c6481def6ac695626134dd5d514c7124c6568 SHA512 591d1a203a4c1bb2c27200322429ee68ed12e6ddfd9cb3168e50fb2382102ee113d70b66b485ccac0b4aabefa2ff567ccf813d35d3aa70251367bd07722bfb2a
-DIST libxml++-5.0.4.tar.xz 896868 BLAKE2B 71711163edb1c101700b4d2414ac8cb9f58116405c17bed23bef0abe664af82ddb2a4384b777bacc3035ea42177b8711ac81acb58460cd1bf4f35365a782b4e0 SHA512 449c624848b5b66b6a1a185f2486cb146bc3470e21dc0d6b56d6022ca521217e9f00e973f7085c04c64bfcd9491f16d1879e55f80996176ae62674f61acb9bd8
-DIST libxml++-5.4.0.tar.xz 887292 BLAKE2B 7c6ca01092b29a67b35978c8bf0b359e7c8b1a7a96d5f561945844f1bffe510bec62a9c33949113a03819f51736361a26939387809ca88338c40549e9b11436c SHA512 bba28edf40c60ac186ff1b704d9f4f41f73c1be3126cfb345005283b32bb5c9a596b8def64be8ad8e295e1e169bed91d120d5105cbbb6cecc4675d10b897dfe6
diff --git a/dev-cpp/libxmlpp/libxmlpp-2.42.3.ebuild b/dev-cpp/libxmlpp/libxmlpp-2.42.3.ebuild
deleted file mode 100644
index b15a164bf152..000000000000
--- a/dev-cpp/libxmlpp/libxmlpp-2.42.3.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-GNOME_ORG_MODULE="${PN/pp/++}"
-
-inherit gnome2 meson-multilib
-
-DESCRIPTION="C++ wrapper for the libxml2 XML parser library"
-HOMEPAGE="https://libxmlplusplus.sourceforge.net/"
-
-LICENSE="LGPL-2.1"
-SLOT="2.6"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=dev-libs/libxml2-2.7.7:=[${MULTILIB_USEDEP}]
- >=dev-cpp/glibmm-2.32.0:2[${MULTILIB_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- virtual/pkgconfig
- doc? (
- dev-cpp/mm-common
- app-text/doxygen
- media-gfx/graphviz
- dev-libs/libxslt
- )
-"
-
-src_prepare() {
- default
-
- sed -i \
- -e "/install_docdir = /s/'doc'/'gtk-doc'/" \
- docs/reference/meson.build || die
- sed -i \
- -e "/install_tutorialdir = /s/'doc'/'gtk-doc'/" \
- docs/manual/meson.build || die
-}
-
-multilib_src_configure() {
- local emesonargs=(
- -Dmaintainer-mode=false
- -Dwarnings=min
- -Ddist-warnings=max
- -Dbuild-deprecated-api=true
- $(meson_native_use_bool doc build-documentation)
- -Dvalidation=false
- -Dbuild-pdf=false
- -Dbuild-examples=false
- $(meson_use test build-tests)
- -Dmsvc14x-parallel-installable=false
- )
- meson_src_configure
-}
diff --git a/dev-cpp/libxmlpp/libxmlpp-5.0.4.ebuild b/dev-cpp/libxmlpp/libxmlpp-5.0.4.ebuild
deleted file mode 100644
index 1a8baef4fc0d..000000000000
--- a/dev-cpp/libxmlpp/libxmlpp-5.0.4.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-GNOME_ORG_MODULE="${PN/pp/++}"
-
-inherit gnome2 meson
-
-DESCRIPTION="C++ wrapper for the libxml2 XML parser library"
-HOMEPAGE="https://libxmlplusplus.sourceforge.net/"
-
-LICENSE="LGPL-2.1"
-SLOT="5.0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~sparc x86"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=dev-libs/libxml2-2.7.7:=
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- virtual/pkgconfig
- doc? (
- dev-cpp/mm-common
- app-text/doxygen
- media-gfx/graphviz
- dev-libs/libxslt
- )
-"
-
-src_prepare() {
- default
-
- sed -i \
- -e "/install_docdir = /s/'doc'/'gtk-doc'/" \
- docs/reference/meson.build || die
- sed -i \
- -e "/install_tutorialdir = /s/'doc'/'gtk-doc'/" \
- docs/manual/meson.build || die
-}
-
-src_configure() {
- local emesonargs=(
- -Dmaintainer-mode=false
- -Dwarnings=min
- -Ddist-warnings=max
- -Dbuild-deprecated-api=true
- $(meson_use doc build-documentation)
- -Dvalidation=false
- -Dbuild-pdf=false
- -Dbuild-examples=false
- $(meson_use test build-tests)
- -Dmsvc14x-parallel-installable=false
- )
- meson_src_configure
-}
diff --git a/dev-cpp/libxmlpp/libxmlpp-5.4.0.ebuild b/dev-cpp/libxmlpp/libxmlpp-5.4.0.ebuild
deleted file mode 100644
index bca45beea177..000000000000
--- a/dev-cpp/libxmlpp/libxmlpp-5.4.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-GNOME_ORG_MODULE="${PN/pp/++}"
-
-inherit gnome2 meson
-
-DESCRIPTION="C++ wrapper for the libxml2 XML parser library"
-HOMEPAGE="https://libxmlplusplus.sourceforge.net/"
-
-LICENSE="LGPL-2.1"
-SLOT="5.0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=dev-libs/libxml2-2.7.7:=
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- virtual/pkgconfig
- doc? (
- dev-cpp/mm-common
- app-text/doxygen
- media-gfx/graphviz
- dev-libs/libxslt
- )
-"
-
-src_prepare() {
- default
-
- sed -i \
- -e "/install_docdir = /s/'doc'/'gtk-doc'/" \
- docs/reference/meson.build || die
- sed -i \
- -e "/install_tutorialdir = /s/'doc'/'gtk-doc'/" \
- docs/manual/meson.build || die
-}
-
-src_configure() {
- local emesonargs=(
- -Dmaintainer-mode=false
- -Dwarnings=min
- -Ddist-warnings=max
- -Dbuild-deprecated-api=true
- $(meson_use doc build-documentation)
- -Dvalidation=false
- -Dbuild-pdf=false
- -Dbuild-examples=false
- -Dbuild-manual=false
- $(meson_use test build-tests)
- -Dmsvc14x-parallel-installable=false
- )
- meson_src_configure
-}
diff --git a/dev-cpp/libxmlpp/metadata.xml b/dev-cpp/libxmlpp/metadata.xml
deleted file mode 100644
index a2dbfb0e9ad9..000000000000
--- a/dev-cpp/libxmlpp/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>gnome@gentoo.org</email>
- <name>Gentoo GNOME Desktop</name>
- </maintainer>
- <upstream>
- <remote-id type="github">libxmlplusplus/libxmlplusplus</remote-id>
- <remote-id type="sourceforge">libxmlplusplus</remote-id>
- </upstream>
-</pkgmetadata>