commit:     112f52e9b69ad555d62ffb74b9bdb701c49369f1
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  4 23:45:27 2020 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Jan  4 23:45:53 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=112f52e9

app-admin/packagekit-qt: Migrate to cmake eclass

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Johannes Huber <johu <AT> gentoo.org>

 .../packagekit-qt/packagekit-qt-1.0.1-r1.ebuild    | 30 ++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/app-admin/packagekit-qt/packagekit-qt-1.0.1-r1.ebuild 
b/app-admin/packagekit-qt/packagekit-qt-1.0.1-r1.ebuild
new file mode 100644
index 00000000000..c6d6da99c4d
--- /dev/null
+++ b/app-admin/packagekit-qt/packagekit-qt-1.0.1-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="PackageKit-Qt"
+MY_P=${MY_PN}-${PV}
+inherit cmake
+
+DESCRIPTION="Qt PackageKit backend library"
+HOMEPAGE="https://www.freedesktop.org/software/PackageKit/";
+SRC_URI="https://github.com/hughsie/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0/1"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+BDEPEND="
+       dev-libs/libxslt
+       virtual/pkgconfig
+"
+DEPEND="
+       >=app-admin/packagekit-base-0.9
+       dev-qt/qtcore:5
+       dev-qt/qtdbus:5
+"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_P}"

Reply via email to