[gentoo-commits] proj/kde-sunset:master commit in: sys-kernel/kccmp/

2020-12-07 Thread Andreas Sturmlechner
commit: 46321c8d541261ea510237c085fabffdba577ada
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec  7 19:36:37 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Dec  7 19:36:37 2020 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=46321c8d

sys-kernel/kccmp: EAPI-7 bump, switch to qmake-utils

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sys-kernel/kccmp/kccmp-0.3.ebuild | 14 ++
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/sys-kernel/kccmp/kccmp-0.3.ebuild 
b/sys-kernel/kccmp/kccmp-0.3.ebuild
index fecfe441..2e0db32a 100644
--- a/sys-kernel/kccmp/kccmp-0.3.ebuild
+++ b/sys-kernel/kccmp/kccmp-0.3.ebuild
@@ -1,8 +1,9 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="4"
-inherit qt4-r2
+EAPI=7
+
+inherit qmake-utils
 
 DESCRIPTION="A simple tool for comparing two linux kernel .config files"
 HOMEPAGE="http://stoopidsimple.com/kccmp/;
@@ -13,15 +14,20 @@ SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE=""
 
-DEPEND="dev-qt/qtcore:4
+DEPEND="
+   dev-qt/qtcore:4
dev-qt/qtgui:4"
 RDEPEND="${DEPEND}"
 
 src_prepare() {
-   qt4-r2_src_prepare
+   default
echo "DEFINES += KCCMP_QT_4" >> ${PN}.pro
 }
 
+src_configure() {
+   eqmake4
+}
+
 src_install() {
dobin kccmp
dodoc README



[gentoo-commits] proj/kde-sunset:master commit in: sys-kernel/kccmp/

2020-08-23 Thread Andreas Sturmlechner
commit: 55ed1daa86b234929001a2cdb3c3245f4f793863
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Aug 23 21:26:51 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug 23 21:37:22 2020 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=55ed1daa

sys-kernel/kccmp: Import 0.3 from before last-rites

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sys-kernel/kccmp/kccmp-0.3.ebuild | 28 
 sys-kernel/kccmp/metadata.xml |  5 +
 2 files changed, 33 insertions(+)

diff --git a/sys-kernel/kccmp/kccmp-0.3.ebuild 
b/sys-kernel/kccmp/kccmp-0.3.ebuild
new file mode 100644
index ..fecfe441
--- /dev/null
+++ b/sys-kernel/kccmp/kccmp-0.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="4"
+inherit qt4-r2
+
+DESCRIPTION="A simple tool for comparing two linux kernel .config files"
+HOMEPAGE="http://stoopidsimple.com/kccmp/;
+SRC_URI="http://stoopidsimple.com/files/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+DEPEND="dev-qt/qtcore:4
+   dev-qt/qtgui:4"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   qt4-r2_src_prepare
+   echo "DEFINES += KCCMP_QT_4" >> ${PN}.pro
+}
+
+src_install() {
+   dobin kccmp
+   dodoc README
+}

diff --git a/sys-kernel/kccmp/metadata.xml b/sys-kernel/kccmp/metadata.xml
new file mode 100644
index ..6f49eba8
--- /dev/null
+++ b/sys-kernel/kccmp/metadata.xml
@@ -0,0 +1,5 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+