mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-libs/jreen: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST jreen-1.3.0.tar.gz 287827 BLAKE2B 93204ed95d93377be6515ef2f1cf5eaba7194d168a3dda3ceee036693fead1db36c2e34c94aca7ba46dd859f6a29646719f867582a381b730c527cfc7e877474 SHA512 7b8267aa7d0e18c28dfeb6a1c7c0495d87bd2712fe10a0c6283f0cf89b72d2c67f98f97a812c9f34496af43eb00ddd94b7e60e942634fb03d0119f94a3d08464
|
||||
@@ -1,37 +0,0 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
if [[ ${PV} != *9999* ]]; then
|
||||
SRC_URI="https://github.com/euroelessar/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~ppc ~x86"
|
||||
else
|
||||
GIT_ECLASS="git-r3"
|
||||
EGIT_REPO_URI="https://github.com/euroelessar/${PN}.git"
|
||||
fi
|
||||
|
||||
inherit cmake ${GIT_ECLASS}
|
||||
|
||||
DESCRIPTION="Qt XMPP library"
|
||||
HOMEPAGE="https://github.com/euroelessar/jreen"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
IUSE="debug"
|
||||
|
||||
DEPEND="
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtnetwork:5
|
||||
media-libs/speex
|
||||
net-libs/libgsasl
|
||||
sys-libs/zlib
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DJREEN_FORCE_QT4=OFF
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
||||
@@ -1,11 +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>
|
||||
<remote-id type="github">euroelessar/jreen</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -348,11 +348,6 @@ net-analyzer/jmx2munin
|
||||
# This is likely to cause issues in tests; Unmask if using for other purposes
|
||||
>=dev-php/PHP_Timer-5.0
|
||||
|
||||
# Andreas Sturmlechner <asturm@gentoo.org> (2022-01-07)
|
||||
# Unmaintained, cmake warnings, QA notices, weird build error, no revdeps.
|
||||
# Removal on 2022-02-06. Bug #830727
|
||||
net-libs/jreen
|
||||
|
||||
# Florian Schmaus <flow@gentoo.org> (2022-01-02)
|
||||
# Unmaintained, upstream gone, only packaged by
|
||||
# Gentoo, and the whole idea to unlock based on
|
||||
|
||||
Reference in New Issue
Block a user