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 1SEjH3-0007r2-LD for garchives@archives.gentoo.org; Mon, 02 Apr 2012 15:34:29 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00BFFE0B9D; Mon, 2 Apr 2012 15:34:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C8095E0B8C for ; Mon, 2 Apr 2012 15:34:03 +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 2FCE41B4027 for ; Mon, 2 Apr 2012 15:34:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E6AC3E5403 for ; Mon, 2 Apr 2012 15:34:01 +0000 (UTC) From: "Christoph Mende" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Mende" Message-ID: <1333379540.093b46d043b6cdda367385970e70c1400211587d.angelos@gentoo> Subject: [gentoo-commits] proj/xfce:master commit in: xfce-base/xfce4-appfinder/ X-VCS-Repository: proj/xfce X-VCS-Files: xfce-base/xfce4-appfinder/metadata.xml xfce-base/xfce4-appfinder/xfce4-appfinder-9999.ebuild X-VCS-Directories: xfce-base/xfce4-appfinder/ X-VCS-Committer: angelos X-VCS-Committer-Name: Christoph Mende X-VCS-Revision: 093b46d043b6cdda367385970e70c1400211587d X-VCS-Branch: master Date: Mon, 2 Apr 2012 15:34:01 +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: 2eea3212-8dba-469a-aa75-61a1a5cb826c X-Archives-Hash: 2780ab080cc9fe640524d9fc5ea57d08 commit: 093b46d043b6cdda367385970e70c1400211587d Author: Christoph Mende gentoo org> AuthorDate: Mon Apr 2 15:12:20 2012 +0000 Commit: Christoph Mende gentoo org> CommitDate: Mon Apr 2 15:12:20 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/xfce.git;a=3D= commit;h=3D093b46d0 xfce4-appfinder: Moved to xfce-base (Portage version: 2.2.0_alpha96/git/Linux x86_64, signed Manifest commit = with key 84F20B43) --- xfce-base/xfce4-appfinder/metadata.xml | 5 +++ .../xfce4-appfinder/xfce4-appfinder-9999.ebuild | 32 ++++++++++++++= ++++++ 2 files changed, 37 insertions(+), 0 deletions(-) diff --git a/xfce-base/xfce4-appfinder/metadata.xml b/xfce-base/xfce4-app= finder/metadata.xml new file mode 100644 index 0000000..d56729e --- /dev/null +++ b/xfce-base/xfce4-appfinder/metadata.xml @@ -0,0 +1,5 @@ + + + + xfce + diff --git a/xfce-base/xfce4-appfinder/xfce4-appfinder-9999.ebuild b/xfce= -base/xfce4-appfinder/xfce4-appfinder-9999.ebuild new file mode 100644 index 0000000..fbb3d74 --- /dev/null +++ b/xfce-base/xfce4-appfinder/xfce4-appfinder-9999.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-appfinder/xfce4-appfi= nder-4.9.4.ebuild,v 1.1 2012/04/02 10:59:23 ssuominen Exp $ + +EAPI=3D4 +inherit xfconf + +DESCRIPTION=3D"A tool to find and launch installed applications for the = Xfce desktop environment" +HOMEPAGE=3D"http://www.xfce.org/projects/" + +LICENSE=3D"GPL-2" +SLOT=3D"0" +KEYWORDS=3D"" +IUSE=3D"debug" + +RDEPEND=3D">=3Ddev-libs/dbus-glib-0.98 + >=3Ddev-libs/glib-2.24 + >=3Dx11-libs/gtk+-2.20:2 + >=3Dxfce-base/garcon-0.1.11 + >=3Dxfce-base/libxfce4util-4.9 + >=3Dxfce-base/libxfce4ui-4.9 + >=3Dxfce-base/xfconf-4.9 + !xfce-base/xfce-utils" +DEPEND=3D"${RDEPEND} + dev-util/intltool + dev-util/pkgconfig + sys-devel/gettext" + +pkg_setup() { + XFCONF=3D( $(xfconf_use_debug) ) + DOCS=3D( AUTHORS ChangeLog NEWS ) +}