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 1SV9sg-00032m-T8 for garchives@archives.gentoo.org; Thu, 17 May 2012 23:13:15 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0618E0B2C; Thu, 17 May 2012 23:13:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C00F8E0B2C for ; Thu, 17 May 2012 23:13:07 +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 2F32D1B402C for ; Thu, 17 May 2012 23:13:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C1020E5431 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: <1337296461.99ed665cd792326594f4c3de59d0580e8e34379f.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-0.9.2.ebuild X-VCS-Directories: dev-libs/libdbusmenu-qt/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 99ed665cd792326594f4c3de59d0580e8e34379f 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: 89daa671-680d-4bc3-b51e-9a4bb0ed0035 X-Archives-Hash: b27f3ebc1094b3574c4d4e6298114762 commit: 99ed665cd792326594f4c3de59d0580e8e34379f Author: Johannes Huber gentoo org> AuthorDate: Thu May 17 23:14:21 2012 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu May 17 23:14:21 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D99ed665c [dev-libs/libdbusmenu-qt] Moved to tree. (Portage version: 2.2.0_alpha105/git/Linux i686, unsigned Manifest commit= ) --- .../libdbusmenu-qt/libdbusmenu-qt-0.9.2.ebuild | 61 --------------= ------ 1 files changed, 0 insertions(+), 61 deletions(-) diff --git a/dev-libs/libdbusmenu-qt/libdbusmenu-qt-0.9.2.ebuild b/dev-li= bs/libdbusmenu-qt/libdbusmenu-qt-0.9.2.ebuild deleted file mode 100644 index d1f926c..0000000 --- a/dev-libs/libdbusmenu-qt/libdbusmenu-qt-0.9.2.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3D4 - -QT_DEPEND=3D"4.6.3" -EGIT_REPO_URI=3D"git://gitorious.org/dbusmenu/dbusmenu-qt.git" - -[[ ${PV} =3D=3D 9999* ]] && GIT_ECLASS=3D"git-2" -inherit cmake-utils virtualx ${GIT_ECLASS} - -DESCRIPTION=3D"A library providing Qt implementation of DBusMenu specifi= cation" -HOMEPAGE=3D"https://launchpad.net/libdbusmenu-qt/" -if [[ ${PV} =3D=3D 9999* ]] ; then - KEYWORDS=3D"" -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/~creffett/${P}.tar.xz" - KEYWORDS=3D"~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -fi - -LICENSE=3D"LGPL-2" -SLOT=3D"0" -IUSE=3D"debug doc" - -RDEPEND=3D" - >=3Dx11-libs/qt-core-${QT_DEPEND}:4 - >=3Dx11-libs/qt-gui-${QT_DEPEND}:4[dbus] -" -DEPEND=3D"${RDEPEND} - doc? ( app-doc/doxygen ) - test? ( - dev-libs/qjson - >=3Dx11-libs/qt-test-${QT_DEPEND}:4 - ) -" - -DOCS=3D(NEWS README) - -# tests fail due to missing conection to dbus -RESTRICT=3D"test" - -src_configure() { - local mycmakeargs=3D( - $(cmake-utils_use_build test TESTS) - $(cmake-utils_use_with doc) - ) - cmake-utils_src_configure -} - -src_test() { - local builddir=3D${CMAKE_BUILD_DIR} - - CMAKE_BUILD_DIR=3D${CMAKE_BUILD_DIR}/tests \ - VIRTUALX_COMMAND=3Dcmake-utils_src_test virtualmake - - CMAKE_BUILD_DIR=3D${builddir} -}