* [gentoo-commits] gentoo-x86 commit in app-admin/packagekit-qt4: packagekit-qt4-0.7.4.ebuild ChangeLog
@ 2012-05-19 11:56 Fabio Erculiani (lxnay)
0 siblings, 0 replies; 3+ messages in thread
From: Fabio Erculiani (lxnay) @ 2012-05-19 11:56 UTC (permalink / raw
To: gentoo-commits
lxnay 12/05/19 11:56:19
Modified: ChangeLog
Added: packagekit-qt4-0.7.4.ebuild
Log:
version bump, see bug 416593
(Portage version: 2.2.0_alpha104_p26/cvs/Linux x86_64)
Revision Changes Path
1.15 app-admin/packagekit-qt4/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-qt4/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-qt4/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-qt4/ChangeLog?r1=1.14&r2=1.15
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/packagekit-qt4/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog 19 May 2012 11:21:30 -0000 1.14
+++ ChangeLog 19 May 2012 11:56:18 -0000 1.15
@@ -1,6 +1,11 @@
# ChangeLog for app-admin/packagekit-qt4
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-qt4/ChangeLog,v 1.14 2012/05/19 11:21:30 lxnay Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-qt4/ChangeLog,v 1.15 2012/05/19 11:56:18 lxnay Exp $
+
+*packagekit-qt4-0.7.4 (19 May 2012)
+
+ 19 May 2012; Fabio Erculiani <lxnay@gentoo.org> +packagekit-qt4-0.7.4.ebuild:
+ version bump, see bug 416593
*packagekit-qt4-0.6.22 (19 May 2012)
1.1 app-admin/packagekit-qt4/packagekit-qt4-0.7.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-qt4/packagekit-qt4-0.7.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-qt4/packagekit-qt4-0.7.4.ebuild?rev=1.1&content-type=text/plain
Index: packagekit-qt4-0.7.4.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-qt4/packagekit-qt4-0.7.4.ebuild,v 1.1 2012/05/19 11:56:18 lxnay Exp $
EAPI="3"
inherit eutils base
MY_PN="PackageKit"
MY_P=${MY_PN}-${PV}
DESCRIPTION="Qt4 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=">=x11-libs/qt-core-4.4.0
>=x11-libs/qt-dbus-4.4.0
>=x11-libs/qt-sql-4.4.0
~app-admin/packagekit-base-${PV}"
DEPEND="${RDEPEND}
dev-libs/libxslt
virtual/pkgconfig"
S="${WORKDIR}/${MY_P}"
src_configure() {
econf \
--enable-introspection=no \
--localstatedir=/var \
--disable-dependency-tracking \
--enable-option-checking \
--enable-libtool-lock \
--disable-strict \
--disable-local \
--disable-gtk-doc \
--disable-command-not-found \
--disable-debuginfo-install \
--disable-gstreamer-plugin \
--disable-service-packs \
--disable-man-pages \
--disable-cron \
--disable-gtk-module \
--disable-networkmanager \
--disable-browser-plugin \
--disable-pm-utils \
--disable-device-rebind \
--disable-tests \
--enable-qt
}
src_compile() {
local qtdir=packagekit-qt2
cd "${S}"/lib/${qtdir} || die
emake || die "emake install failed"
}
src_install() {
local qtdir=packagekit-qt2
cd "${S}"/lib/${qtdir} || die
emake DESTDIR="${D}" install || die "emake install failed"
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-admin/packagekit-qt4: packagekit-qt4-0.7.4.ebuild ChangeLog
@ 2012-07-20 13:40 Fabio Erculiani (lxnay)
0 siblings, 0 replies; 3+ messages in thread
From: Fabio Erculiani (lxnay) @ 2012-07-20 13:40 UTC (permalink / raw
To: gentoo-commits
lxnay 12/07/20 13:40:30
Modified: packagekit-qt4-0.7.4.ebuild ChangeLog
Log:
Remove check for polkit-backend-1 which is now marked as noinst in polkit >= 0.106 wrt #423431 by Pim Vullers
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Revision Changes Path
1.2 app-admin/packagekit-qt4/packagekit-qt4-0.7.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-qt4/packagekit-qt4-0.7.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-qt4/packagekit-qt4-0.7.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-qt4/packagekit-qt4-0.7.4.ebuild?r1=1.1&r2=1.2
Index: packagekit-qt4-0.7.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/packagekit-qt4/packagekit-qt4-0.7.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- packagekit-qt4-0.7.4.ebuild 19 May 2012 11:56:18 -0000 1.1
+++ packagekit-qt4-0.7.4.ebuild 20 Jul 2012 13:40:30 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-qt4/packagekit-qt4-0.7.4.ebuild,v 1.1 2012/05/19 11:56:18 lxnay Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-qt4/packagekit-qt4-0.7.4.ebuild,v 1.2 2012/07/20 13:40:30 lxnay Exp $
EAPI="3"
@@ -29,6 +29,8 @@
S="${WORKDIR}/${MY_P}"
src_configure() {
+ # http://pkgs.fedoraproject.org/gitweb/?p=PackageKit.git;a=commit;h=0b378668288db34890b82c7be007fc76c7fcd956
+ sed -i -e '/polkit-backend-1/d' configure || die #423431
econf \
--enable-introspection=no \
--localstatedir=/var \
1.16 app-admin/packagekit-qt4/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-qt4/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-qt4/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-qt4/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/packagekit-qt4/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 19 May 2012 11:56:18 -0000 1.15
+++ ChangeLog 20 Jul 2012 13:40:30 -0000 1.16
@@ -1,6 +1,10 @@
# ChangeLog for app-admin/packagekit-qt4
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-qt4/ChangeLog,v 1.15 2012/05/19 11:56:18 lxnay Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-qt4/ChangeLog,v 1.16 2012/07/20 13:40:30 lxnay Exp $
+
+ 20 Jul 2012; Fabio Erculiani <lxnay@gentoo.org> packagekit-qt4-0.7.4.ebuild:
+ Remove check for polkit-backend-1 which is now marked as noinst in polkit >=
+ 0.106 wrt #423431 by Pim Vullers
*packagekit-qt4-0.7.4 (19 May 2012)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-admin/packagekit-qt4: packagekit-qt4-0.7.4.ebuild ChangeLog
@ 2013-03-02 19:06 Markos Chandras (hwoarang)
0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras (hwoarang) @ 2013-03-02 19:06 UTC (permalink / raw
To: gentoo-commits
hwoarang 13/03/02 19:06:58
Modified: packagekit-qt4-0.7.4.ebuild ChangeLog
Log:
Move Qt dependencies to the new category
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
Revision Changes Path
1.4 app-admin/packagekit-qt4/packagekit-qt4-0.7.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-qt4/packagekit-qt4-0.7.4.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-qt4/packagekit-qt4-0.7.4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-qt4/packagekit-qt4-0.7.4.ebuild?r1=1.3&r2=1.4
Index: packagekit-qt4-0.7.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/packagekit-qt4/packagekit-qt4-0.7.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- packagekit-qt4-0.7.4.ebuild 3 Sep 2012 13:54:48 -0000 1.3
+++ packagekit-qt4-0.7.4.ebuild 2 Mar 2013 19:06:58 -0000 1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-qt4/packagekit-qt4-0.7.4.ebuild,v 1.3 2012/09/03 13:54:48 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-qt4/packagekit-qt4-0.7.4.ebuild,v 1.4 2013/03/02 19:06:58 hwoarang Exp $
EAPI="3"
@@ -18,9 +18,9 @@
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
-RDEPEND=">=x11-libs/qt-core-4.4.0:4
- >=x11-libs/qt-dbus-4.4.0:4
- >=x11-libs/qt-sql-4.4.0:4
+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-${PV}"
DEPEND="${RDEPEND}
dev-libs/libxslt
1.18 app-admin/packagekit-qt4/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-qt4/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-qt4/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-qt4/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/packagekit-qt4/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 3 Sep 2012 13:54:48 -0000 1.17
+++ ChangeLog 2 Mar 2013 19:06:58 -0000 1.18
@@ -1,6 +1,10 @@
# ChangeLog for app-admin/packagekit-qt4
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-qt4/ChangeLog,v 1.17 2012/09/03 13:54:48 kensington Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-qt4/ChangeLog,v 1.18 2013/03/02 19:06:58 hwoarang Exp $
+
+ 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org>
+ packagekit-qt4-0.7.4.ebuild:
+ Move Qt dependencies to the new category
03 Sep 2012; Michael Palimaka <kensington@gentoo.org>
packagekit-qt4-0.6.22.ebuild, packagekit-qt4-0.7.4.ebuild:
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-03-02 19:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-19 11:56 [gentoo-commits] gentoo-x86 commit in app-admin/packagekit-qt4: packagekit-qt4-0.7.4.ebuild ChangeLog Fabio Erculiani (lxnay)
-- strict thread matches above, loose matches on Subject: below --
2012-07-20 13:40 Fabio Erculiani (lxnay)
2013-03-02 19:06 Markos Chandras (hwoarang)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox