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 1SEjHQ-0007vx-D1 for garchives@archives.gentoo.org; Mon, 02 Apr 2012 15:34:52 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95E55E0C73; Mon, 2 Apr 2012 15:34:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6B961E0C73 for ; Mon, 2 Apr 2012 15:34:10 +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 C2C691B4014 for ; Mon, 2 Apr 2012 15:34:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id ABF66E5442 for ; Mon, 2 Apr 2012 15:34:04 +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: <1333380807.413647eb545dcab5f98a103a88986c04a023e9d8.angelos@gentoo> Subject: [gentoo-commits] proj/xfce:master commit in: xfce-extra/xfce4-appfinder/ X-VCS-Repository: proj/xfce X-VCS-Files: xfce-extra/xfce4-appfinder/metadata.xml xfce-extra/xfce4-appfinder/xfce4-appfinder-9999.ebuild X-VCS-Directories: xfce-extra/xfce4-appfinder/ X-VCS-Committer: angelos X-VCS-Committer-Name: Christoph Mende X-VCS-Revision: 413647eb545dcab5f98a103a88986c04a023e9d8 X-VCS-Branch: master Date: Mon, 2 Apr 2012 15:34: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: 8998969b-54fc-4b95-8edc-50287b407a04 X-Archives-Hash: 26fb39e5104d87d00178b9f7af55c072 commit: 413647eb545dcab5f98a103a88986c04a023e9d8 Author: Christoph Mende gentoo org> AuthorDate: Mon Apr 2 15:33:27 2012 +0000 Commit: Christoph Mende gentoo org> CommitDate: Mon Apr 2 15:33:27 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/xfce.git;a=3D= commit;h=3D413647eb xfce4-appfinder: Sync with gentoo-x86 (Portage version: 2.2.0_alpha96/git/Linux x86_64, unsigned Manifest commi= t) --- xfce-extra/xfce4-appfinder/metadata.xml | 5 --- .../xfce4-appfinder/xfce4-appfinder-9999.ebuild | 31 --------------= ------ 2 files changed, 0 insertions(+), 36 deletions(-) diff --git a/xfce-extra/xfce4-appfinder/metadata.xml b/xfce-extra/xfce4-a= ppfinder/metadata.xml deleted file mode 100644 index d56729e..0000000 --- a/xfce-extra/xfce4-appfinder/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - xfce - diff --git a/xfce-extra/xfce4-appfinder/xfce4-appfinder-9999.ebuild b/xfc= e-extra/xfce4-appfinder/xfce4-appfinder-9999.ebuild deleted file mode 100644 index 6e6d0ba..0000000 --- a/xfce-extra/xfce4-appfinder/xfce4-appfinder-9999.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-appfinder/xfce4-appf= inder-4.9.3.ebuild,v 1.1 2012/02/20 20:23:21 ssuominen Exp $ - -EAPI=3D4 -inherit xfconf - -DESCRIPTION=3D"Application finder and launcher for the Xfce desktop envi= ronment" -HOMEPAGE=3D"http://www.xfce.org/projects/xfce4-appfinder/" - -LICENSE=3D"GPL-2" -SLOT=3D"0" -KEYWORDS=3D"" -IUSE=3D"debug" - -RDEPEND=3D">=3Ddev-libs/dbus-glib-0.84 - >=3Ddev-libs/glib-2.23:2 - >=3Dx11-libs/gtk+-2.20:2 - >=3Dxfce-base/garcon-0.1.7 - >=3Dxfce-base/libxfce4util-4.8 - >=3Dxfce-base/libxfce4ui-4.8 - >=3Dxfce-base/xfconf-4.8" -DEPEND=3D"${RDEPEND} - dev-util/intltool - dev-util/pkgconfig - sys-devel/gettext" - -pkg_setup() { - XFCONF=3D( $(xfconf_use_debug) ) - DOCS=3D( AUTHORS ChangeLog NEWS ) -}