From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SV9sp-00035F-No for garchives@archives.gentoo.org; Thu, 17 May 2012 23:13:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A953BE0ADF; Thu, 17 May 2012 23:13:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 738DDE0ADF for ; Thu, 17 May 2012 23:13:06 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D2BB81B402C for ; Thu, 17 May 2012 23:13:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 91712E542F for ; Thu, 17 May 2012 23:13:04 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1337296143.1b3b9eb619db523f9b2edc4f233a19aa62924754.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-libs/libdbusmenu-qt/ X-VCS-Repository: proj/kde X-VCS-Files: dev-libs/libdbusmenu-qt/libdbusmenu-qt-9999.ebuild X-VCS-Directories: dev-libs/libdbusmenu-qt/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 1b3b9eb619db523f9b2edc4f233a19aa62924754 X-VCS-Branch: master Date: Thu, 17 May 2012 23:13:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 794a5a6d-b47b-480b-9472-e8d3825376de X-Archives-Hash: cb5f5f189ebe11925e3bcff230762cae commit: 1b3b9eb619db523f9b2edc4f233a19aa62924754 Author: Johannes Huber gentoo org> AuthorDate: Thu May 17 23:01:32 2012 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu May 17 23:09:03 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D1b3b9eb6 [dev-libs/libdbusmenu-qt] Sync live. (Portage version: 2.2.0_alpha105/git/Linux i686, unsigned Manifest commit= ) --- dev-libs/libdbusmenu-qt/libdbusmenu-qt-9999.ebuild | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-) diff --git a/dev-libs/libdbusmenu-qt/libdbusmenu-qt-9999.ebuild b/dev-lib= s/libdbusmenu-qt/libdbusmenu-qt-9999.ebuild index 3ba83e1..bdf1adc 100644 --- a/dev-libs/libdbusmenu-qt/libdbusmenu-qt-9999.ebuild +++ b/dev-libs/libdbusmenu-qt/libdbusmenu-qt-9999.ebuild @@ -5,10 +5,10 @@ EAPI=3D4 =20 QT_DEPEND=3D"4.6.3" -EBZR_REPO_URI=3D"lp:libdbusmenu-qt" +EGIT_REPO_URI=3D"git://gitorious.org/dbusmenu/dbusmenu-qt.git" =20 -[[ ${PV} =3D=3D 9999* ]] && BZR_ECLASS=3D"bzr" -inherit cmake-utils virtualx ${BZR_ECLASS} +[[ ${PV} =3D=3D 9999* ]] && GIT_ECLASS=3D"git-2" +inherit cmake-utils virtualx ${GIT_ECLASS} =20 DESCRIPTION=3D"A library providing Qt implementation of DBusMenu specifi= cation" HOMEPAGE=3D"https://launchpad.net/libdbusmenu-qt/" @@ -18,8 +18,8 @@ else #SRC_URI=3D"http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.b= z2" # upstream has no permissions to use some kde written code so repack gi= t # repo every time - SRC_URI=3D"http://dev.gentoo.org/~scarabeus/${P}.tar.xz" - KEYWORDS=3D"~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" + SRC_URI=3D"http://dev.gentoo.org/~creffett/${P}.tar.xz" + KEYWORDS=3D"~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-= linux" fi =20 LICENSE=3D"LGPL-2" @@ -28,7 +28,6 @@ IUSE=3D"debug doc" =20 RDEPEND=3D" >=3Dx11-libs/qt-core-${QT_DEPEND}:4 - >=3Dx11-libs/qt-dbus-${QT_DEPEND}:4 >=3Dx11-libs/qt-gui-${QT_DEPEND}:4[dbus] " DEPEND=3D"${RDEPEND}