public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-admin/packagekit-qt4: ChangeLog packagekit-qt4-0.6.20.ebuild
@ 2011-11-07 13:28 Fabio Erculiani (lxnay)
  0 siblings, 0 replies; 2+ messages in thread
From: Fabio Erculiani (lxnay) @ 2011-11-07 13:28 UTC (permalink / raw
  To: gentoo-commits

lxnay       11/11/07 13:28:44

  Modified:             ChangeLog
  Added:                packagekit-qt4-0.6.20.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  app-admin/packagekit-qt4/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-qt4/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-qt4/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-qt4/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/packagekit-qt4/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	6 Oct 2011 19:25:40 -0000	1.8
+++ ChangeLog	7 Nov 2011 13:28:43 -0000	1.9
@@ -1,6 +1,12 @@
 # ChangeLog for app-admin/packagekit-qt4
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-qt4/ChangeLog,v 1.8 2011/10/06 19:25:40 lxnay Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-qt4/ChangeLog,v 1.9 2011/11/07 13:28:43 lxnay Exp $
+
+*packagekit-qt4-0.6.20 (07 Nov 2011)
+
+  07 Nov 2011; Fabio Erculiani <lxnay@gentoo.org>
+  +packagekit-qt4-0.6.20.ebuild:
+  version bump
 
 *packagekit-qt4-0.6.19 (06 Oct 2011)
 



1.1                  app-admin/packagekit-qt4/packagekit-qt4-0.6.20.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-qt4/packagekit-qt4-0.6.20.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-qt4/packagekit-qt4-0.6.20.ebuild?rev=1.1&content-type=text/plain

Index: packagekit-qt4-0.6.20.ebuild
===================================================================
# Copyright 1999-2011 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.6.20.ebuild,v 1.1 2011/11/07 13:28:43 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 ~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
	dev-util/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() {
	for qtdir in packagekit-qt packagekit-qt2; do
		cd "${S}"/lib/${qtdir} || die
		# fix buildsystem, let the build system regenerate the damn .moc files
		if [[ "${qtdir}" = "packagekit-qt" ]]; then
			rm src/*.moc || die
		else
			rm *.moc || die
		fi
		emake || die "emake install failed"
	done
}

src_install() {
	for qtdir in packagekit-qt packagekit-qt2; do
		cd "${S}"/lib/${qtdir} || die
		emake DESTDIR="${D}" install || die "emake install failed"
	done
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-admin/packagekit-qt4: ChangeLog packagekit-qt4-0.6.20.ebuild
@ 2012-01-28 17:16 Fabio Erculiani (lxnay)
  0 siblings, 0 replies; 2+ messages in thread
From: Fabio Erculiani (lxnay) @ 2012-01-28 17:16 UTC (permalink / raw
  To: gentoo-commits

lxnay       12/01/28 17:16:08

  Modified:             ChangeLog packagekit-qt4-0.6.20.ebuild
  Log:
  add ~arm keyword to 0.6.20 as well
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 app-admin/packagekit-qt4/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-qt4/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-qt4/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-qt4/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/packagekit-qt4/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	28 Jan 2012 17:13:20 -0000	1.10
+++ ChangeLog	28 Jan 2012 17:16:08 -0000	1.11
@@ -1,6 +1,9 @@
 # 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.10 2012/01/28 17:13:20 lxnay Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-qt4/ChangeLog,v 1.11 2012/01/28 17:16:08 lxnay Exp $
+
+  28 Jan 2012; Fabio Erculiani <lxnay@gentoo.org> packagekit-qt4-0.6.20.ebuild:
+  add ~arm keyword to 0.6.20 as well
 
   28 Jan 2012; Fabio Erculiani <lxnay@gentoo.org> packagekit-qt4-0.6.17.ebuild,
   packagekit-qt4-0.6.18.ebuild, packagekit-qt4-0.6.19.ebuild:



1.2                  app-admin/packagekit-qt4/packagekit-qt4-0.6.20.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-qt4/packagekit-qt4-0.6.20.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-qt4/packagekit-qt4-0.6.20.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-qt4/packagekit-qt4-0.6.20.ebuild?r1=1.1&r2=1.2

Index: packagekit-qt4-0.6.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/packagekit-qt4/packagekit-qt4-0.6.20.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- packagekit-qt4-0.6.20.ebuild	7 Nov 2011 13:28:43 -0000	1.1
+++ packagekit-qt4-0.6.20.ebuild	28 Jan 2012 17:16:08 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# 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.6.20.ebuild,v 1.1 2011/11/07 13:28:43 lxnay Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-qt4/packagekit-qt4-0.6.20.ebuild,v 1.2 2012/01/28 17:16:08 lxnay Exp $
 
 EAPI="3"
 
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE=""
 
 RDEPEND=">=x11-libs/qt-core-4.4.0






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-01-28 17:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-07 13:28 [gentoo-commits] gentoo-x86 commit in app-admin/packagekit-qt4: ChangeLog packagekit-qt4-0.6.20.ebuild Fabio Erculiani (lxnay)
  -- strict thread matches above, loose matches on Subject: below --
2012-01-28 17:16 Fabio Erculiani (lxnay)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox