libguytools2: EAPI=7 and missing deps

This commit is contained in:
Yury Martynov 2020-02-20 07:27:05 +03:00
parent 654291a355
commit bea1fe440f
No known key found for this signature in database
GPG key ID: EBE62DD0CCEAE19E
3 changed files with 18 additions and 7 deletions

View file

@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@ -12,7 +12,7 @@ SRC_URI="mirror://debian/pool/main/libg/libguytools2/${P//-/_}.orig.tar.gz -> $
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64 ~arm"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="debug"
RDEPEND="${DEPEND}"

View file

@ -1,7 +1,7 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EAPI=7
inherit eutils qmake-utils
@ -12,17 +12,20 @@ SRC_URI="mirror://sourceforge/libguytools/tools-${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64 ~arm"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="debug"
RDEPEND="${DEPEND}"
BDEPEND="
dev-qt/linguist-tools:5
virtual/pkgconfig"
S="${WORKDIR}/tools-${PV}"
src_prepare() {
echo "VERSION = ${PV}" > libguytools_version.pro.inc
epatch "${FILESDIR}"/toolsysinfo.cpp.diff
eapply_user
eapply "${FILESDIR}"/toolsysinfo.cpp.diff
default
}
src_configure() {

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
</pkgmetadata>