mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-libs/libmediawiki: treeclean
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST libmediawiki-5.38.0.tar.xz 55264 BLAKE2B 74753a20ab84f1badcf7368be5617648e296f66832feafb26ea2122818921a924a7278ccfbe4779535365c679ef574139dc3214812a87b72cd90f6766671928a SHA512 4e8a3a656d324006a85cd6b2eeeaafd67a80806368125a9f0ce46984b58cfeed5ad8ac34c6cc305d00b3bd92bf5e1f8e60b41313ac6a86970c47572654784114
|
||||
@@ -1,15 +0,0 @@
|
||||
--- a/CMakeLists.txt 2017-05-20 11:13:08.095098473 +0200
|
||||
+++ b/CMakeLists.txt 2017-05-20 11:18:00.993712729 +0200
|
||||
@@ -45,8 +45,10 @@
|
||||
|
||||
# Subdirectories
|
||||
add_subdirectory(src)
|
||||
-add_subdirectory(autotests)
|
||||
-add_subdirectory(tests)
|
||||
+if(BUILD_TESTING)
|
||||
+ add_subdirectory(autotests)
|
||||
+ add_subdirectory(tests)
|
||||
+endif()
|
||||
|
||||
# Create a Config.cmake and a ConfigVersion.cmake file and install them
|
||||
set(CMAKECONFIG_INSTALL_DIR "${CMAKECONFIG_INSTALL_PREFIX}/KF5MediaWiki")
|
||||
@@ -1,36 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
ECM_TEST="true"
|
||||
KFMIN=5.96.0
|
||||
QTMIN=5.15.5
|
||||
inherit ecm kde.org
|
||||
|
||||
DESCRIPTION="C++ interface for MediaWiki based web service as wikipedia.org"
|
||||
HOMEPAGE="https://invent.kde.org/libraries/libmediawiki"
|
||||
SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="5"
|
||||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
|
||||
|
||||
RESTRICT="test"
|
||||
|
||||
DEPEND="
|
||||
>=dev-qt/qtnetwork-${QTMIN}:5
|
||||
>=kde-frameworks/kcoreaddons-${KFMIN}:5
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${PN}-5.37.0-tests-optional.patch" )
|
||||
|
||||
src_test() {
|
||||
# bug 646808, 662592
|
||||
local myctestargs=(
|
||||
-j1
|
||||
-E "(libmediawiki-logintest|libmediawiki-logouttest|libmediawiki-queryimageinfotest|libmediawiki-queryimagestest|libmediawiki-queryinfotest|libmediawiki-querysiteinfousergroupstest)"
|
||||
)
|
||||
ecm_src_test
|
||||
}
|
||||
@@ -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>kde@gentoo.org</email>
|
||||
<name>Gentoo KDE Project</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<bugs-to>https://bugs.kde.org/</bugs-to>
|
||||
<remote-id type="kde-invent">libraries/libmediawiki</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -240,10 +240,6 @@ sci-chemistry/mopac7
|
||||
# Breaks libstdc++ with a casing issue: https://gcc.gnu.org/PR116657
|
||||
=sys-libs/timezone-data-2024b
|
||||
|
||||
# Andreas Sturmlechner <asturm@gentoo.org> (2024-09-09)
|
||||
# No revdeps for years, KF5-based. Removal on 2024-10-09.
|
||||
net-libs/libmediawiki
|
||||
|
||||
# Alfredo Tupone <tupone@gentoo.org> (2024-06-09)
|
||||
# These packages are no more needed. Use dev-ml/dune-private-libs
|
||||
# that include these
|
||||
|
||||
Reference in New Issue
Block a user