* [gentoo-commits] repo/gentoo:master commit in: app-admin/packagekit-qt/
@ 2016-04-16 12:50 Johannes Huber
0 siblings, 0 replies; 25+ messages in thread
From: Johannes Huber @ 2016-04-16 12:50 UTC (permalink / raw
To: gentoo-commits
commit: b088928342d857ac17680cc79539c70df6ede0a2
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 16 11:58:00 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Apr 16 12:49:41 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0889283
app-admin/packagekit-qt: Sort dependencies
Package-Manager: portage-2.2.28
app-admin/packagekit-qt/packagekit-qt-0.8.8.ebuild | 12 +++++++-----
app-admin/packagekit-qt/packagekit-qt-0.9.5.ebuild | 6 +++---
2 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/app-admin/packagekit-qt/packagekit-qt-0.8.8.ebuild b/app-admin/packagekit-qt/packagekit-qt-0.8.8.ebuild
index cc11e39..93f0a2b 100644
--- a/app-admin/packagekit-qt/packagekit-qt-0.8.8.ebuild
+++ b/app-admin/packagekit-qt/packagekit-qt-0.8.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -18,10 +18,12 @@ SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
-RDEPEND=">=dev-qt/qtcore-4.4.0:4
- >=dev-qt/qtdbus-4.4.0:4
- >=dev-qt/qtsql-4.4.0:4
- >=app-admin/packagekit-base-0.8.15-r1"
+RDEPEND="
+ >=app-admin/packagekit-base-0.8.15-r1
+ dev-qt/qtcore:4
+ dev-qt/qtdbus:4
+ dev-qt/qtsql:4
+"
DEPEND="${RDEPEND}
dev-libs/libxslt
virtual/pkgconfig"
diff --git a/app-admin/packagekit-qt/packagekit-qt-0.9.5.ebuild b/app-admin/packagekit-qt/packagekit-qt-0.9.5.ebuild
index 8a5d419..0755913 100644
--- a/app-admin/packagekit-qt/packagekit-qt-0.9.5.ebuild
+++ b/app-admin/packagekit-qt/packagekit-qt-0.9.5.ebuild
@@ -19,10 +19,10 @@ KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
RDEPEND="
- >=dev-qt/qtcore-4.4.0:4
- >=dev-qt/qtdbus-4.4.0:4
- >=dev-qt/qtsql-4.4.0:4
>=app-admin/packagekit-base-0.9
+ dev-qt/qtcore:4
+ dev-qt/qtdbus:4
+ dev-qt/qtsql:4
"
DEPEND="${RDEPEND}
dev-libs/libxslt
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/packagekit-qt/
@ 2016-04-16 12:50 Johannes Huber
0 siblings, 0 replies; 25+ messages in thread
From: Johannes Huber @ 2016-04-16 12:50 UTC (permalink / raw
To: gentoo-commits
commit: ce8b1f7acfcaa88aa9f48daad39213775e7f26b7
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 16 11:59:50 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Apr 16 12:49:41 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce8b1f7a
app-admin/packagekit-qt: EAPI 6
Package-Manager: portage-2.2.28
app-admin/packagekit-qt/packagekit-qt-0.9.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/packagekit-qt/packagekit-qt-0.9.5.ebuild b/app-admin/packagekit-qt/packagekit-qt-0.9.5.ebuild
index 0755913..cd7321f 100644
--- a/app-admin/packagekit-qt/packagekit-qt-0.9.5.ebuild
+++ b/app-admin/packagekit-qt/packagekit-qt-0.9.5.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
inherit cmake-utils
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/packagekit-qt/
@ 2016-04-16 12:50 Johannes Huber
0 siblings, 0 replies; 25+ messages in thread
From: Johannes Huber @ 2016-04-16 12:50 UTC (permalink / raw
To: gentoo-commits
commit: fc7b23131c7832c4fa5100080ab584f083043c94
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 16 12:37:12 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Apr 16 12:49:41 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc7b2313
app-admin/packagekit-qt: Add Qt5 support
Package-Manager: portage-2.2.28
app-admin/packagekit-qt/packagekit-qt-0.9.5.ebuild | 23 ++++++++++++++++++----
1 file changed, 19 insertions(+), 4 deletions(-)
diff --git a/app-admin/packagekit-qt/packagekit-qt-0.9.5.ebuild b/app-admin/packagekit-qt/packagekit-qt-0.9.5.ebuild
index cd7321f..9fb2df8 100644
--- a/app-admin/packagekit-qt/packagekit-qt-0.9.5.ebuild
+++ b/app-admin/packagekit-qt/packagekit-qt-0.9.5.ebuild
@@ -16,13 +16,20 @@ SRC_URI="http://www.freedesktop.org/software/PackageKit/releases/${MY_P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
+IUSE="qt5"
RDEPEND="
>=app-admin/packagekit-base-0.9
- dev-qt/qtcore:4
- dev-qt/qtdbus:4
- dev-qt/qtsql:4
+ !qt5? (
+ dev-qt/qtcore:4
+ dev-qt/qtdbus:4
+ dev-qt/qtsql:4
+ )
+ qt5? (
+ dev-qt/qtcore:5
+ dev-qt/qtdbus:5
+ dev-qt/qtsql:5
+ )
"
DEPEND="${RDEPEND}
dev-libs/libxslt
@@ -30,3 +37,11 @@ DEPEND="${RDEPEND}
"
S="${WORKDIR}/${MY_P}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DUSE_QT5=$(usex qt5)
+ )
+
+ cmake-utils_src_configure
+}
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/packagekit-qt/
@ 2016-05-29 14:37 Pacho Ramos
0 siblings, 0 replies; 25+ messages in thread
From: Pacho Ramos @ 2016-05-29 14:37 UTC (permalink / raw
To: gentoo-commits
commit: e92c6767483075c7bf629728f3dc778fae63fd30
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun May 29 14:32:07 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun May 29 14:32:07 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e92c6767
app-admin/packagekit-qt: Reassign due to bug #269417
Package-Manager: portage-2.3.0_rc1
app-admin/packagekit-qt/metadata.xml | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/app-admin/packagekit-qt/metadata.xml b/app-admin/packagekit-qt/metadata.xml
index fe70755..a6ca81b 100644
--- a/app-admin/packagekit-qt/metadata.xml
+++ b/app-admin/packagekit-qt/metadata.xml
@@ -1,9 +1,24 @@
<?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>
+ <maintainer type="person">
+ <email>mudler@sabayonlinux.org</email>
+ <name>Ettore Di Giacinto</name>
+ <description>Assign bugs to him</description>
+ </maintainer>
+ <maintainer type="person">
+ <email>pacho@gentoo.org</email>
+ <name>Pacho Ramos</name>
+ <description>CC on bugs, proxying Ettore</description>
+ </maintainer>
<maintainer type="person">
<email>lxnay@gentoo.org</email>
<name>Fabio Erculiani</name>
+ <description>CC on bugs</description>
</maintainer>
<maintainer type="person">
<email>johu@gentoo.org</email>
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/packagekit-qt/
@ 2016-10-14 9:44 Johannes Huber
0 siblings, 0 replies; 25+ messages in thread
From: Johannes Huber @ 2016-10-14 9:44 UTC (permalink / raw
To: gentoo-commits
commit: 9a19f64de36e4a53afb59b35bf89820e4a4a14fa
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 14 09:26:02 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Oct 14 09:26:02 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a19f64d
app-admin/packagekit-qt: Version bump 0.9.6
Package-Manager: portage-2.3.2
app-admin/packagekit-qt/Manifest | 1 +
app-admin/packagekit-qt/packagekit-qt-0.9.6.ebuild | 32 ++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/app-admin/packagekit-qt/Manifest b/app-admin/packagekit-qt/Manifest
index 2873587..9fdb3c4 100644
--- a/app-admin/packagekit-qt/Manifest
+++ b/app-admin/packagekit-qt/Manifest
@@ -1,2 +1,3 @@
DIST PackageKit-Qt-0.8.8.tar.xz 41416 SHA256 e234d4b1f8451821930f463621a86c9708eebfd1db65019883d38a60d13c870c SHA512 a81b85588f531ca58d355094a78c3f07aa804350fdd49f98fbae02076ebb1d4736c0a3d33822805a9e1b5ee5bf62e85141994b841c5e9218b7d03715b45dde11 WHIRLPOOL 319b2226fcf1a7de58df016b2cd401779601ad1842f0d35c9341f56d380397d9dc92a7cd8c8291fb0c4487f7821f4c860130b6275523a240bc3e8996d425f973
DIST PackageKit-Qt-0.9.5.tar.xz 43312 SHA256 f4fb60b82d845d887de57ef44481301f966291912116e416d981156faf3620f0 SHA512 3dbe52d6e0f8ba17c9ef04acdb5e2c29d5630fbb60b3522e57895b2d409497a15a543ba87efd876111726b1785c6ed74ff663b5379ba053ccab492d0e3bc08e2 WHIRLPOOL 7ec050b0086496c84506af0282e577a1a08eb8cf1628e9b9d4f41e6924c7965188ed564f83ce14493df72e555ee30c3c77e9bd11df791434292bbc12d53e2b61
+DIST PackageKit-Qt-0.9.6.tar.xz 43288 SHA256 0f4f504b2053472f9299c7ca42e33bcc85b8a8754223d2dc1912b533ec1ca680 SHA512 67d025e4e5b9860ec188518c11b3941b9a26cf9dce65665ea56307731721dac57dbb4e8726eb253f9fb39022aa3d0b0c7b9765532fa12b014fe9357028ece8aa WHIRLPOOL e4c78a6c1da49d9f0f3369fb821fbe475770e066f5f373c9f529d438ff8003f094a5499c8057cc87ec8f1f81b089503ae4d74fcd4b1bb963377e6c446660830e
diff --git a/app-admin/packagekit-qt/packagekit-qt-0.9.6.ebuild b/app-admin/packagekit-qt/packagekit-qt-0.9.6.ebuild
new file mode 100644
index 00000000..4a9cb99
--- /dev/null
+++ b/app-admin/packagekit-qt/packagekit-qt-0.9.6.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils
+
+MY_PN="PackageKit-Qt"
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Qt PackageKit backend library"
+HOMEPAGE="http://www.packagekit.org/"
+SRC_URI="https://www.freedesktop.org/software/PackageKit/releases/${MY_P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND="
+ >=app-admin/packagekit-base-0.9
+ >=dev-qt/qtcore-5.6:5
+ >=dev-qt/qtdbus-5.6:5
+ >=dev-qt/qtsql-5.6:5
+"
+DEPEND="${RDEPEND}
+ dev-libs/libxslt
+ virtual/pkgconfig
+"
+
+S="${WORKDIR}/${MY_P}"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/packagekit-qt/
@ 2016-10-23 14:34 Ettore Di Giacinto
0 siblings, 0 replies; 25+ messages in thread
From: Ettore Di Giacinto @ 2016-10-23 14:34 UTC (permalink / raw
To: gentoo-commits
commit: 68a18d96a826cd779983548b2fffc2e1786a6631
Author: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 23 10:37:51 2016 +0000
Commit: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
CommitDate: Sun Oct 23 14:27:29 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68a18d96
app-admin/packagekit-qt: updating metadata, removing from proxy-maint and adding myself as maintainer
Package-Manager: portage-2.3.1
app-admin/packagekit-qt/metadata.xml | 11 +----------
1 file changed, 1 insertion(+), 10 deletions(-)
diff --git a/app-admin/packagekit-qt/metadata.xml b/app-admin/packagekit-qt/metadata.xml
index 9ce5194..42bda2d 100644
--- a/app-admin/packagekit-qt/metadata.xml
+++ b/app-admin/packagekit-qt/metadata.xml
@@ -2,19 +2,10 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
- <email>mudler@sabayonlinux.org</email>
+ <email>mudler@gentoo.org</email>
<name>Ettore Di Giacinto</name>
<description>Assign bugs to him</description>
</maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
- <maintainer type="person">
- <email>pacho@gentoo.org</email>
- <name>Pacho Ramos</name>
- <description>CC on bugs, proxying Ettore</description>
- </maintainer>
<maintainer type="person">
<email>lxnay@gentoo.org</email>
<name>Fabio Erculiani</name>
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/packagekit-qt/
@ 2016-10-29 11:29 Johannes Huber
0 siblings, 0 replies; 25+ messages in thread
From: Johannes Huber @ 2016-10-29 11:29 UTC (permalink / raw
To: gentoo-commits
commit: 8f7a9803ac49a3e040ca0e99584b1c9a24277a20
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 29 11:28:31 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Oct 29 11:29:28 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f7a9803
app-admin/packagekit-qt: Remove 0.8.8
Package-Manager: portage-2.3.2
app-admin/packagekit-qt/Manifest | 1 -
app-admin/packagekit-qt/packagekit-qt-0.8.8.ebuild | 31 ----------------------
2 files changed, 32 deletions(-)
diff --git a/app-admin/packagekit-qt/Manifest b/app-admin/packagekit-qt/Manifest
index 9fdb3c4..ea33a7e 100644
--- a/app-admin/packagekit-qt/Manifest
+++ b/app-admin/packagekit-qt/Manifest
@@ -1,3 +1,2 @@
-DIST PackageKit-Qt-0.8.8.tar.xz 41416 SHA256 e234d4b1f8451821930f463621a86c9708eebfd1db65019883d38a60d13c870c SHA512 a81b85588f531ca58d355094a78c3f07aa804350fdd49f98fbae02076ebb1d4736c0a3d33822805a9e1b5ee5bf62e85141994b841c5e9218b7d03715b45dde11 WHIRLPOOL 319b2226fcf1a7de58df016b2cd401779601ad1842f0d35c9341f56d380397d9dc92a7cd8c8291fb0c4487f7821f4c860130b6275523a240bc3e8996d425f973
DIST PackageKit-Qt-0.9.5.tar.xz 43312 SHA256 f4fb60b82d845d887de57ef44481301f966291912116e416d981156faf3620f0 SHA512 3dbe52d6e0f8ba17c9ef04acdb5e2c29d5630fbb60b3522e57895b2d409497a15a543ba87efd876111726b1785c6ed74ff663b5379ba053ccab492d0e3bc08e2 WHIRLPOOL 7ec050b0086496c84506af0282e577a1a08eb8cf1628e9b9d4f41e6924c7965188ed564f83ce14493df72e555ee30c3c77e9bd11df791434292bbc12d53e2b61
DIST PackageKit-Qt-0.9.6.tar.xz 43288 SHA256 0f4f504b2053472f9299c7ca42e33bcc85b8a8754223d2dc1912b533ec1ca680 SHA512 67d025e4e5b9860ec188518c11b3941b9a26cf9dce65665ea56307731721dac57dbb4e8726eb253f9fb39022aa3d0b0c7b9765532fa12b014fe9357028ece8aa WHIRLPOOL e4c78a6c1da49d9f0f3369fb821fbe475770e066f5f373c9f529d438ff8003f094a5499c8057cc87ec8f1f81b089503ae4d74fcd4b1bb963377e6c446660830e
diff --git a/app-admin/packagekit-qt/packagekit-qt-0.8.8.ebuild b/app-admin/packagekit-qt/packagekit-qt-0.8.8.ebuild
deleted file mode 100644
index 93f0a2b..00000000
--- a/app-admin/packagekit-qt/packagekit-qt-0.8.8.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils cmake-utils
-
-MY_PN="PackageKit-Qt"
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Qt PackageKit backend library"
-HOMEPAGE="http://www.packagekit.org/"
-SRC_URI="http://www.packagekit.org/releases/${MY_P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-RDEPEND="
- >=app-admin/packagekit-base-0.8.15-r1
- dev-qt/qtcore:4
- dev-qt/qtdbus:4
- dev-qt/qtsql:4
-"
-DEPEND="${RDEPEND}
- dev-libs/libxslt
- virtual/pkgconfig"
-
-S="${WORKDIR}/${MY_P}"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/packagekit-qt/
@ 2016-10-29 11:29 Johannes Huber
0 siblings, 0 replies; 25+ messages in thread
From: Johannes Huber @ 2016-10-29 11:29 UTC (permalink / raw
To: gentoo-commits
commit: ee5fa9986c40a8488725ad65dde8be3f2d0212db
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 29 11:28:58 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Oct 29 11:29:28 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee5fa998
app-admin/packagekit-qt: Remove 0.9.5
Package-Manager: portage-2.3.2
app-admin/packagekit-qt/Manifest | 1 -
app-admin/packagekit-qt/packagekit-qt-0.9.5.ebuild | 47 ----------------------
2 files changed, 48 deletions(-)
diff --git a/app-admin/packagekit-qt/Manifest b/app-admin/packagekit-qt/Manifest
index ea33a7e..fbe8bff 100644
--- a/app-admin/packagekit-qt/Manifest
+++ b/app-admin/packagekit-qt/Manifest
@@ -1,2 +1 @@
-DIST PackageKit-Qt-0.9.5.tar.xz 43312 SHA256 f4fb60b82d845d887de57ef44481301f966291912116e416d981156faf3620f0 SHA512 3dbe52d6e0f8ba17c9ef04acdb5e2c29d5630fbb60b3522e57895b2d409497a15a543ba87efd876111726b1785c6ed74ff663b5379ba053ccab492d0e3bc08e2 WHIRLPOOL 7ec050b0086496c84506af0282e577a1a08eb8cf1628e9b9d4f41e6924c7965188ed564f83ce14493df72e555ee30c3c77e9bd11df791434292bbc12d53e2b61
DIST PackageKit-Qt-0.9.6.tar.xz 43288 SHA256 0f4f504b2053472f9299c7ca42e33bcc85b8a8754223d2dc1912b533ec1ca680 SHA512 67d025e4e5b9860ec188518c11b3941b9a26cf9dce65665ea56307731721dac57dbb4e8726eb253f9fb39022aa3d0b0c7b9765532fa12b014fe9357028ece8aa WHIRLPOOL e4c78a6c1da49d9f0f3369fb821fbe475770e066f5f373c9f529d438ff8003f094a5499c8057cc87ec8f1f81b089503ae4d74fcd4b1bb963377e6c446660830e
diff --git a/app-admin/packagekit-qt/packagekit-qt-0.9.5.ebuild b/app-admin/packagekit-qt/packagekit-qt-0.9.5.ebuild
deleted file mode 100644
index 0f1f659..00000000
--- a/app-admin/packagekit-qt/packagekit-qt-0.9.5.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit cmake-utils
-
-MY_PN="PackageKit-Qt"
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Qt PackageKit backend library"
-HOMEPAGE="http://www.packagekit.org/"
-SRC_URI="https://www.freedesktop.org/software/PackageKit/releases/${MY_P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="qt5"
-
-RDEPEND="
- >=app-admin/packagekit-base-0.9
- !qt5? (
- dev-qt/qtcore:4
- dev-qt/qtdbus:4
- dev-qt/qtsql:4
- )
- qt5? (
- dev-qt/qtcore:5
- dev-qt/qtdbus:5
- dev-qt/qtsql:5
- )
-"
-DEPEND="${RDEPEND}
- dev-libs/libxslt
- virtual/pkgconfig
-"
-
-S="${WORKDIR}/${MY_P}"
-
-src_configure() {
- local mycmakeargs=(
- -DUSE_QT5=$(usex qt5)
- )
-
- cmake-utils_src_configure
-}
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/packagekit-qt/
@ 2017-06-04 10:34 Agostino Sarubbo
0 siblings, 0 replies; 25+ messages in thread
From: Agostino Sarubbo @ 2017-06-04 10:34 UTC (permalink / raw
To: gentoo-commits
commit: defa171e7511be9e8d1c118b7507593ac8443f52
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 4 10:34:11 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Jun 4 10:34:11 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=defa171e
app-admin/packagekit-qt: amd64 stable wrt bug #620028
Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-admin/packagekit-qt/packagekit-qt-0.9.6.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-admin/packagekit-qt/packagekit-qt-0.9.6.ebuild b/app-admin/packagekit-qt/packagekit-qt-0.9.6.ebuild
index 08e0031923a..2ec47027f99 100644
--- a/app-admin/packagekit-qt/packagekit-qt-0.9.6.ebuild
+++ b/app-admin/packagekit-qt/packagekit-qt-0.9.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -14,7 +14,7 @@ SRC_URI="https://www.freedesktop.org/software/PackageKit/releases/${MY_P}.tar.xz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/packagekit-qt/
@ 2017-06-04 10:42 Agostino Sarubbo
0 siblings, 0 replies; 25+ messages in thread
From: Agostino Sarubbo @ 2017-06-04 10:42 UTC (permalink / raw
To: gentoo-commits
commit: 6046a70117516e491fbe81304d80ce348f3757c0
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 4 10:42:08 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Jun 4 10:42:25 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6046a701
app-admin/packagekit-qt: x86 stable wrt bug #620028
Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-admin/packagekit-qt/packagekit-qt-0.9.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/packagekit-qt/packagekit-qt-0.9.6.ebuild b/app-admin/packagekit-qt/packagekit-qt-0.9.6.ebuild
index 2ec47027f99..a10b5392407 100644
--- a/app-admin/packagekit-qt/packagekit-qt-0.9.6.ebuild
+++ b/app-admin/packagekit-qt/packagekit-qt-0.9.6.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://www.freedesktop.org/software/PackageKit/releases/${MY_P}.tar.xz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/packagekit-qt/
@ 2018-01-12 18:06 Johannes Huber
0 siblings, 0 replies; 25+ messages in thread
From: Johannes Huber @ 2018-01-12 18:06 UTC (permalink / raw
To: gentoo-commits
commit: eb6a0c71845b764c208565da1d77e16bde0d80d1
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 12 17:43:46 2018 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Jan 12 18:05:57 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb6a0c71
app-admin/packagekit-qt: Add upstream remote id
Package-Manager: Portage-2.3.19, Repoman-2.3.6
app-admin/packagekit-qt/metadata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/app-admin/packagekit-qt/metadata.xml b/app-admin/packagekit-qt/metadata.xml
index 42bda2de62d..5db9ab8a16e 100644
--- a/app-admin/packagekit-qt/metadata.xml
+++ b/app-admin/packagekit-qt/metadata.xml
@@ -15,4 +15,7 @@
<email>johu@gentoo.org</email>
<name>Johannes Huber</name>
</maintainer>
+ <upstream>
+ <remote-id type="github">hughsie/PackageKit-Qt</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/packagekit-qt/
@ 2018-01-12 18:06 Johannes Huber
0 siblings, 0 replies; 25+ messages in thread
From: Johannes Huber @ 2018-01-12 18:06 UTC (permalink / raw
To: gentoo-commits
commit: c5bb4edc5013e27d32495b400e784a6199c45904
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 12 18:05:25 2018 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Jan 12 18:05:57 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5bb4edc
app-admin/packagekit-qt: Version bump 1.0.0
Package-Manager: Portage-2.3.19, Repoman-2.3.6
app-admin/packagekit-qt/Manifest | 1 +
app-admin/packagekit-qt/packagekit-qt-1.0.0.ebuild | 29 ++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/app-admin/packagekit-qt/Manifest b/app-admin/packagekit-qt/Manifest
index f91d7dfb963..52481d27709 100644
--- a/app-admin/packagekit-qt/Manifest
+++ b/app-admin/packagekit-qt/Manifest
@@ -1 +1,2 @@
DIST PackageKit-Qt-0.9.6.tar.xz 43288 BLAKE2B 7f00595ae91163346b1bd5b80da0f243388cb9a5ff64520a2574b96b3e6f240bc270b1083d24d4075960474d55720736c47cb84033d26f2ae5fce3ab6f062a23 SHA512 67d025e4e5b9860ec188518c11b3941b9a26cf9dce65665ea56307731721dac57dbb4e8726eb253f9fb39022aa3d0b0c7b9765532fa12b014fe9357028ece8aa
+DIST packagekit-qt-1.0.0.tar.gz 53495 BLAKE2B a19ff095ec42bc16e498455323a4046365f6ae144fdfc998dee799df9f4ea022696ab30682316b6417c8a96e80e75db31704e36e43c1a5eddd0a7d86309adada SHA512 4109117a94c47180cff0f073c03820ac39a139b6b3ac88dec82758fffe01271f7a3dae85d94e86a4a1167f4660326adc1d58dc6eb0fd164bd0aefee2e412dad4
diff --git a/app-admin/packagekit-qt/packagekit-qt-1.0.0.ebuild b/app-admin/packagekit-qt/packagekit-qt-1.0.0.ebuild
new file mode 100644
index 00000000000..eabede43201
--- /dev/null
+++ b/app-admin/packagekit-qt/packagekit-qt-1.0.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_PN="PackageKit-Qt"
+MY_P=${MY_PN}-${PV}
+inherit cmake-utils
+
+DESCRIPTION="Qt PackageKit backend library"
+HOMEPAGE="http://www.packagekit.org/"
+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=""
+
+RDEPEND="
+ >=app-admin/packagekit-base-0.9
+ dev-qt/qtcore:5
+ dev-qt/qtdbus:5
+"
+DEPEND="${RDEPEND}
+ dev-libs/libxslt
+ virtual/pkgconfig
+"
+
+S="${WORKDIR}/${MY_P}"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/packagekit-qt/
@ 2018-02-22 18:35 Johannes Huber
0 siblings, 0 replies; 25+ messages in thread
From: Johannes Huber @ 2018-02-22 18:35 UTC (permalink / raw
To: gentoo-commits
commit: 20f37ebe98082346863dd31265921d49283b614e
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 22 18:34:48 2018 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Feb 22 18:35:12 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20f37ebe
app-admin/packagekit-qt: Version bump 1.0.1
Package-Manager: Portage-2.3.24, Repoman-2.3.6
app-admin/packagekit-qt/Manifest | 1 +
app-admin/packagekit-qt/packagekit-qt-1.0.1.ebuild | 29 ++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/app-admin/packagekit-qt/Manifest b/app-admin/packagekit-qt/Manifest
index 52481d27709..320fba9008c 100644
--- a/app-admin/packagekit-qt/Manifest
+++ b/app-admin/packagekit-qt/Manifest
@@ -1,2 +1,3 @@
DIST PackageKit-Qt-0.9.6.tar.xz 43288 BLAKE2B 7f00595ae91163346b1bd5b80da0f243388cb9a5ff64520a2574b96b3e6f240bc270b1083d24d4075960474d55720736c47cb84033d26f2ae5fce3ab6f062a23 SHA512 67d025e4e5b9860ec188518c11b3941b9a26cf9dce65665ea56307731721dac57dbb4e8726eb253f9fb39022aa3d0b0c7b9765532fa12b014fe9357028ece8aa
DIST packagekit-qt-1.0.0.tar.gz 53495 BLAKE2B a19ff095ec42bc16e498455323a4046365f6ae144fdfc998dee799df9f4ea022696ab30682316b6417c8a96e80e75db31704e36e43c1a5eddd0a7d86309adada SHA512 4109117a94c47180cff0f073c03820ac39a139b6b3ac88dec82758fffe01271f7a3dae85d94e86a4a1167f4660326adc1d58dc6eb0fd164bd0aefee2e412dad4
+DIST packagekit-qt-1.0.1.tar.gz 53503 BLAKE2B af96899e520f4139d6025746c2a2e7a65c67c2900cdf4fbdb410c12e33f494343d078ec24e7dcdb33749b1d5206b0bf622809827ed64beae162888e48d0aaec0 SHA512 e1291545b496571c00a6a24586c45b7173e85e3704d419af6a0ec47ea5ce256c8ec7e887721b1bf8038cb967ceb82726925800ab06aa784b2bdd560e49be724a
diff --git a/app-admin/packagekit-qt/packagekit-qt-1.0.1.ebuild b/app-admin/packagekit-qt/packagekit-qt-1.0.1.ebuild
new file mode 100644
index 00000000000..eabede43201
--- /dev/null
+++ b/app-admin/packagekit-qt/packagekit-qt-1.0.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_PN="PackageKit-Qt"
+MY_P=${MY_PN}-${PV}
+inherit cmake-utils
+
+DESCRIPTION="Qt PackageKit backend library"
+HOMEPAGE="http://www.packagekit.org/"
+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=""
+
+RDEPEND="
+ >=app-admin/packagekit-base-0.9
+ dev-qt/qtcore:5
+ dev-qt/qtdbus:5
+"
+DEPEND="${RDEPEND}
+ dev-libs/libxslt
+ virtual/pkgconfig
+"
+
+S="${WORKDIR}/${MY_P}"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/packagekit-qt/
@ 2018-02-24 8:27 Jason Zaman
0 siblings, 0 replies; 25+ messages in thread
From: Jason Zaman @ 2018-02-24 8:27 UTC (permalink / raw
To: gentoo-commits
commit: 417926a235b9ac6d96c28964d9e870c83a987089
Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 24 08:24:50 2018 +0000
Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Sat Feb 24 08:27:38 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=417926a2
app-admin/packagekit-qt: amd64 stable
Gentoo-bug: 648534
Package-Manager: Portage-2.3.19, Repoman-2.3.6
app-admin/packagekit-qt/packagekit-qt-1.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/packagekit-qt/packagekit-qt-1.0.0.ebuild b/app-admin/packagekit-qt/packagekit-qt-1.0.0.ebuild
index eabede43201..91b5e37b34a 100644
--- a/app-admin/packagekit-qt/packagekit-qt-1.0.0.ebuild
+++ b/app-admin/packagekit-qt/packagekit-qt-1.0.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/hughsie/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
LICENSE="LGPL-2.1"
SLOT="0/1"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/packagekit-qt/
@ 2018-02-25 18:21 Thomas Deutschmann
0 siblings, 0 replies; 25+ messages in thread
From: Thomas Deutschmann @ 2018-02-25 18:21 UTC (permalink / raw
To: gentoo-commits
commit: daeb273f576616ac82e11792988c99dc3e59dbd6
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 25 18:13:21 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Feb 25 18:13:21 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daeb273f
app-admin/packagekit-qt: x86 stable (bug #648534)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
app-admin/packagekit-qt/packagekit-qt-1.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/packagekit-qt/packagekit-qt-1.0.0.ebuild b/app-admin/packagekit-qt/packagekit-qt-1.0.0.ebuild
index 91b5e37b34a..eddd9dc3a44 100644
--- a/app-admin/packagekit-qt/packagekit-qt-1.0.0.ebuild
+++ b/app-admin/packagekit-qt/packagekit-qt-1.0.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/hughsie/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
LICENSE="LGPL-2.1"
SLOT="0/1"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/packagekit-qt/
@ 2018-03-04 9:25 Johannes Huber
0 siblings, 0 replies; 25+ messages in thread
From: Johannes Huber @ 2018-03-04 9:25 UTC (permalink / raw
To: gentoo-commits
commit: 047578fd5391ecc58807b9167b44c4973aaf850d
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 4 09:24:47 2018 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Mar 4 09:24:47 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=047578fd
app-admin/packagekit-qt: Remove 0.9.6
Package-Manager: Portage-2.3.24, Repoman-2.3.6
app-admin/packagekit-qt/Manifest | 1 -
app-admin/packagekit-qt/packagekit-qt-0.9.6.ebuild | 31 ----------------------
2 files changed, 32 deletions(-)
diff --git a/app-admin/packagekit-qt/Manifest b/app-admin/packagekit-qt/Manifest
index 320fba9008c..843013e2330 100644
--- a/app-admin/packagekit-qt/Manifest
+++ b/app-admin/packagekit-qt/Manifest
@@ -1,3 +1,2 @@
-DIST PackageKit-Qt-0.9.6.tar.xz 43288 BLAKE2B 7f00595ae91163346b1bd5b80da0f243388cb9a5ff64520a2574b96b3e6f240bc270b1083d24d4075960474d55720736c47cb84033d26f2ae5fce3ab6f062a23 SHA512 67d025e4e5b9860ec188518c11b3941b9a26cf9dce65665ea56307731721dac57dbb4e8726eb253f9fb39022aa3d0b0c7b9765532fa12b014fe9357028ece8aa
DIST packagekit-qt-1.0.0.tar.gz 53495 BLAKE2B a19ff095ec42bc16e498455323a4046365f6ae144fdfc998dee799df9f4ea022696ab30682316b6417c8a96e80e75db31704e36e43c1a5eddd0a7d86309adada SHA512 4109117a94c47180cff0f073c03820ac39a139b6b3ac88dec82758fffe01271f7a3dae85d94e86a4a1167f4660326adc1d58dc6eb0fd164bd0aefee2e412dad4
DIST packagekit-qt-1.0.1.tar.gz 53503 BLAKE2B af96899e520f4139d6025746c2a2e7a65c67c2900cdf4fbdb410c12e33f494343d078ec24e7dcdb33749b1d5206b0bf622809827ed64beae162888e48d0aaec0 SHA512 e1291545b496571c00a6a24586c45b7173e85e3704d419af6a0ec47ea5ce256c8ec7e887721b1bf8038cb967ceb82726925800ab06aa784b2bdd560e49be724a
diff --git a/app-admin/packagekit-qt/packagekit-qt-0.9.6.ebuild b/app-admin/packagekit-qt/packagekit-qt-0.9.6.ebuild
deleted file mode 100644
index a10b5392407..00000000000
--- a/app-admin/packagekit-qt/packagekit-qt-0.9.6.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-MY_PN="PackageKit-Qt"
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Qt PackageKit backend library"
-HOMEPAGE="http://www.packagekit.org/"
-SRC_URI="https://www.freedesktop.org/software/PackageKit/releases/${MY_P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""
-
-RDEPEND="
- >=app-admin/packagekit-base-0.9
- >=dev-qt/qtcore-5.6:5
- >=dev-qt/qtdbus-5.6:5
- >=dev-qt/qtsql-5.6:5
-"
-DEPEND="${RDEPEND}
- dev-libs/libxslt
- virtual/pkgconfig
-"
-
-S="${WORKDIR}/${MY_P}"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/packagekit-qt/
@ 2018-03-10 12:53 Pacho Ramos
0 siblings, 0 replies; 25+ messages in thread
From: Pacho Ramos @ 2018-03-10 12:53 UTC (permalink / raw
To: gentoo-commits
commit: 5a931ff707414ed70bd691c344907a5819f45991
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 10 12:40:49 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Mar 10 12:51:12 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a931ff7
app-admin/packagekit-qt: Update maintainer due to bug #269417
Package-Manager: Portage-2.3.24, Repoman-2.3.6
app-admin/packagekit-qt/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/app-admin/packagekit-qt/metadata.xml b/app-admin/packagekit-qt/metadata.xml
index 76dcb8cd391..3056c869ef3 100644
--- a/app-admin/packagekit-qt/metadata.xml
+++ b/app-admin/packagekit-qt/metadata.xml
@@ -5,10 +5,6 @@
<email>mudler@gentoo.org</email>
<name>Ettore Di Giacinto</name>
</maintainer>
- <maintainer type="person">
- <email>lxnay@gentoo.org</email>
- <name>Fabio Erculiani</name>
- </maintainer>
<maintainer type="person">
<email>johu@gentoo.org</email>
<name>Johannes Huber</name>
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/packagekit-qt/
@ 2018-04-02 17:50 Gilles Dartiguelongue
0 siblings, 0 replies; 25+ messages in thread
From: Gilles Dartiguelongue @ 2018-04-02 17:50 UTC (permalink / raw
To: gentoo-commits
commit: ef62d254d5ea6a3682a6c86156bdb2d0e06ddb3f
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Mar 30 21:00:31 2018 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Apr 2 17:50:33 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef62d254
app-admin/packagekit-qt: fix HOMEPAGE, use HTTPS
app-admin/packagekit-qt/packagekit-qt-1.0.0.ebuild | 2 +-
app-admin/packagekit-qt/packagekit-qt-1.0.1.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-admin/packagekit-qt/packagekit-qt-1.0.0.ebuild b/app-admin/packagekit-qt/packagekit-qt-1.0.0.ebuild
index eddd9dc3a44..8e125d09672 100644
--- a/app-admin/packagekit-qt/packagekit-qt-1.0.0.ebuild
+++ b/app-admin/packagekit-qt/packagekit-qt-1.0.0.ebuild
@@ -8,7 +8,7 @@ MY_P=${MY_PN}-${PV}
inherit cmake-utils
DESCRIPTION="Qt PackageKit backend library"
-HOMEPAGE="http://www.packagekit.org/"
+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"
diff --git a/app-admin/packagekit-qt/packagekit-qt-1.0.1.ebuild b/app-admin/packagekit-qt/packagekit-qt-1.0.1.ebuild
index eabede43201..5306a1ae4e7 100644
--- a/app-admin/packagekit-qt/packagekit-qt-1.0.1.ebuild
+++ b/app-admin/packagekit-qt/packagekit-qt-1.0.1.ebuild
@@ -8,7 +8,7 @@ MY_P=${MY_PN}-${PV}
inherit cmake-utils
DESCRIPTION="Qt PackageKit backend library"
-HOMEPAGE="http://www.packagekit.org/"
+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"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/packagekit-qt/
@ 2018-07-20 22:40 Thomas Deutschmann
0 siblings, 0 replies; 25+ messages in thread
From: Thomas Deutschmann @ 2018-07-20 22:40 UTC (permalink / raw
To: gentoo-commits
commit: ff669597580137a2a9ff946e9d936f8849fc0a03
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 20 22:38:30 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Jul 20 22:38:30 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff669597
app-admin/packagekit-qt: x86 stable (bug #661374)
Package-Manager: Portage-2.3.43, Repoman-2.3.10
app-admin/packagekit-qt/packagekit-qt-1.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/packagekit-qt/packagekit-qt-1.0.1.ebuild b/app-admin/packagekit-qt/packagekit-qt-1.0.1.ebuild
index 5306a1ae4e7..3731b0f8096 100644
--- a/app-admin/packagekit-qt/packagekit-qt-1.0.1.ebuild
+++ b/app-admin/packagekit-qt/packagekit-qt-1.0.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/hughsie/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
LICENSE="LGPL-2.1"
SLOT="0/1"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/packagekit-qt/
@ 2018-07-21 14:11 Mikle Kolyada
0 siblings, 0 replies; 25+ messages in thread
From: Mikle Kolyada @ 2018-07-21 14:11 UTC (permalink / raw
To: gentoo-commits
commit: e66fc3b936318553240f16696c76f337e6f2c918
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 21 14:11:08 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Jul 21 14:11:08 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e66fc3b9
app-admin/packagekit-qt: amd64 stable wrt bug #661374
Package-Manager: Portage-2.3.40, Repoman-2.3.9
app-admin/packagekit-qt/packagekit-qt-1.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/packagekit-qt/packagekit-qt-1.0.1.ebuild b/app-admin/packagekit-qt/packagekit-qt-1.0.1.ebuild
index 3731b0f8096..8e125d09672 100644
--- a/app-admin/packagekit-qt/packagekit-qt-1.0.1.ebuild
+++ b/app-admin/packagekit-qt/packagekit-qt-1.0.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/hughsie/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
LICENSE="LGPL-2.1"
SLOT="0/1"
-KEYWORDS="~amd64 ~arm x86"
+KEYWORDS="amd64 ~arm x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/packagekit-qt/
@ 2018-10-07 9:36 Johannes Huber
0 siblings, 0 replies; 25+ messages in thread
From: Johannes Huber @ 2018-10-07 9:36 UTC (permalink / raw
To: gentoo-commits
commit: 5c7f5705585331aefa436d702ff103448b918748
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 7 09:35:48 2018 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Oct 7 09:36:07 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c7f5705
app-admin/packagekit-qt: Remove 1.0.0
Overshadowed by 1.0.1.
Signed-off-by: Johannes Huber <johu <AT> gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
app-admin/packagekit-qt/Manifest | 1 -
app-admin/packagekit-qt/packagekit-qt-1.0.0.ebuild | 29 ----------------------
2 files changed, 30 deletions(-)
diff --git a/app-admin/packagekit-qt/Manifest b/app-admin/packagekit-qt/Manifest
index 843013e2330..c6aba48afe0 100644
--- a/app-admin/packagekit-qt/Manifest
+++ b/app-admin/packagekit-qt/Manifest
@@ -1,2 +1 @@
-DIST packagekit-qt-1.0.0.tar.gz 53495 BLAKE2B a19ff095ec42bc16e498455323a4046365f6ae144fdfc998dee799df9f4ea022696ab30682316b6417c8a96e80e75db31704e36e43c1a5eddd0a7d86309adada SHA512 4109117a94c47180cff0f073c03820ac39a139b6b3ac88dec82758fffe01271f7a3dae85d94e86a4a1167f4660326adc1d58dc6eb0fd164bd0aefee2e412dad4
DIST packagekit-qt-1.0.1.tar.gz 53503 BLAKE2B af96899e520f4139d6025746c2a2e7a65c67c2900cdf4fbdb410c12e33f494343d078ec24e7dcdb33749b1d5206b0bf622809827ed64beae162888e48d0aaec0 SHA512 e1291545b496571c00a6a24586c45b7173e85e3704d419af6a0ec47ea5ce256c8ec7e887721b1bf8038cb967ceb82726925800ab06aa784b2bdd560e49be724a
diff --git a/app-admin/packagekit-qt/packagekit-qt-1.0.0.ebuild b/app-admin/packagekit-qt/packagekit-qt-1.0.0.ebuild
deleted file mode 100644
index 8e125d09672..00000000000
--- a/app-admin/packagekit-qt/packagekit-qt-1.0.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN="PackageKit-Qt"
-MY_P=${MY_PN}-${PV}
-inherit cmake-utils
-
-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=""
-
-RDEPEND="
- >=app-admin/packagekit-base-0.9
- dev-qt/qtcore:5
- dev-qt/qtdbus:5
-"
-DEPEND="${RDEPEND}
- dev-libs/libxslt
- virtual/pkgconfig
-"
-
-S="${WORKDIR}/${MY_P}"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/packagekit-qt/
@ 2020-01-04 23:46 Johannes Huber
0 siblings, 0 replies; 25+ messages in thread
From: Johannes Huber @ 2020-01-04 23:46 UTC (permalink / raw
To: gentoo-commits
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}"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/packagekit-qt/
@ 2020-02-17 12:13 Agostino Sarubbo
0 siblings, 0 replies; 25+ messages in thread
From: Agostino Sarubbo @ 2020-02-17 12:13 UTC (permalink / raw
To: gentoo-commits
commit: 69d938c57ed745f33b9059c2b8bf7f64bad3fa9c
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 17 12:13:48 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Feb 17 12:13:48 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69d938c5
app-admin/packagekit-qt: amd64 stable wrt bug #709698
Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-admin/packagekit-qt/packagekit-qt-1.0.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
index 5099e2dc49a..3cdc3c04195 100644
--- a/app-admin/packagekit-qt/packagekit-qt-1.0.1-r1.ebuild
+++ b/app-admin/packagekit-qt/packagekit-qt-1.0.1-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/hughsie/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
LICENSE="LGPL-2.1"
SLOT="0/1"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc64 ~x86"
IUSE=""
BDEPEND="
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/packagekit-qt/
@ 2020-02-17 12:21 Agostino Sarubbo
0 siblings, 0 replies; 25+ messages in thread
From: Agostino Sarubbo @ 2020-02-17 12:21 UTC (permalink / raw
To: gentoo-commits
commit: 19e3db623b3b8d68d5bb0b0e2e0dedde7bee0d17
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 17 12:21:23 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Feb 17 12:21:23 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19e3db62
app-admin/packagekit-qt: x86 stable wrt bug #709698
Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-admin/packagekit-qt/packagekit-qt-1.0.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
index 3cdc3c04195..1aae6eaace8 100644
--- a/app-admin/packagekit-qt/packagekit-qt-1.0.1-r1.ebuild
+++ b/app-admin/packagekit-qt/packagekit-qt-1.0.1-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/hughsie/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
LICENSE="LGPL-2.1"
SLOT="0/1"
-KEYWORDS="amd64 ~arm ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc64 x86"
IUSE=""
BDEPEND="
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/packagekit-qt/
@ 2020-02-18 16:58 Johannes Huber
0 siblings, 0 replies; 25+ messages in thread
From: Johannes Huber @ 2020-02-18 16:58 UTC (permalink / raw
To: gentoo-commits
commit: 81ed783dbca18e8e7c587f5f1e7684a3dd3a62ec
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 18 16:54:02 2020 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Feb 18 16:54:02 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81ed783d
app-admin/packagekit-qt: Remove 1.0.1 (r0)
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Johannes Huber <johu <AT> gentoo.org>
app-admin/packagekit-qt/packagekit-qt-1.0.1.ebuild | 29 ----------------------
1 file changed, 29 deletions(-)
diff --git a/app-admin/packagekit-qt/packagekit-qt-1.0.1.ebuild b/app-admin/packagekit-qt/packagekit-qt-1.0.1.ebuild
deleted file mode 100644
index 8e125d09672..00000000000
--- a/app-admin/packagekit-qt/packagekit-qt-1.0.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN="PackageKit-Qt"
-MY_P=${MY_PN}-${PV}
-inherit cmake-utils
-
-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=""
-
-RDEPEND="
- >=app-admin/packagekit-base-0.9
- dev-qt/qtcore:5
- dev-qt/qtdbus:5
-"
-DEPEND="${RDEPEND}
- dev-libs/libxslt
- virtual/pkgconfig
-"
-
-S="${WORKDIR}/${MY_P}"
^ permalink raw reply related [flat|nested] 25+ messages in thread
end of thread, other threads:[~2020-02-18 16:58 UTC | newest]
Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-12 18:06 [gentoo-commits] repo/gentoo:master commit in: app-admin/packagekit-qt/ Johannes Huber
-- strict thread matches above, loose matches on Subject: below --
2020-02-18 16:58 Johannes Huber
2020-02-17 12:21 Agostino Sarubbo
2020-02-17 12:13 Agostino Sarubbo
2020-01-04 23:46 Johannes Huber
2018-10-07 9:36 Johannes Huber
2018-07-21 14:11 Mikle Kolyada
2018-07-20 22:40 Thomas Deutschmann
2018-04-02 17:50 Gilles Dartiguelongue
2018-03-10 12:53 Pacho Ramos
2018-03-04 9:25 Johannes Huber
2018-02-25 18:21 Thomas Deutschmann
2018-02-24 8:27 Jason Zaman
2018-02-22 18:35 Johannes Huber
2018-01-12 18:06 Johannes Huber
2017-06-04 10:42 Agostino Sarubbo
2017-06-04 10:34 Agostino Sarubbo
2016-10-29 11:29 Johannes Huber
2016-10-29 11:29 Johannes Huber
2016-10-23 14:34 Ettore Di Giacinto
2016-10-14 9:44 Johannes Huber
2016-05-29 14:37 Pacho Ramos
2016-04-16 12:50 Johannes Huber
2016-04-16 12:50 Johannes Huber
2016-04-16 12:50 Johannes Huber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox