diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-04-20 20:23:17 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-04-20 20:23:17 +0000 |
commit | 98f690007d0db091a25bdd1a9d63a3e3f6904b9b (patch) | |
tree | d89c4c2195274cf3fcd1e0d6fc5c18113367d4d3 /xfce-base/xfce4-appfinder | |
parent | old (diff) | |
download | gentoo-2-98f690007d0db091a25bdd1a9d63a3e3f6904b9b.tar.gz gentoo-2-98f690007d0db091a25bdd1a9d63a3e3f6904b9b.tar.bz2 gentoo-2-98f690007d0db091a25bdd1a9d63a3e3f6904b9b.zip |
old
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base/xfce4-appfinder')
-rw-r--r-- | xfce-base/xfce4-appfinder/ChangeLog | 6 | ||||
-rw-r--r-- | xfce-base/xfce4-appfinder/xfce4-appfinder-4.9.4.ebuild | 33 |
2 files changed, 5 insertions, 34 deletions
diff --git a/xfce-base/xfce4-appfinder/ChangeLog b/xfce-base/xfce4-appfinder/ChangeLog index 822d87c50bdd..6690db3f5256 100644 --- a/xfce-base/xfce4-appfinder/ChangeLog +++ b/xfce-base/xfce4-appfinder/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-base/xfce4-appfinder # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-appfinder/ChangeLog,v 1.2 2012/04/14 09:09:39 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-appfinder/ChangeLog,v 1.3 2012/04/20 20:23:17 ssuominen Exp $ + + 20 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> + -xfce4-appfinder-4.9.4.ebuild: + old *xfce4-appfinder-4.9.5 (14 Apr 2012) diff --git a/xfce-base/xfce4-appfinder/xfce4-appfinder-4.9.4.ebuild b/xfce-base/xfce4-appfinder/xfce4-appfinder-4.9.4.ebuild deleted file mode 100644 index 667cbed4d6f4..000000000000 --- a/xfce-base/xfce4-appfinder/xfce4-appfinder-4.9.4.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# 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-appfinder-4.9.4.ebuild,v 1.1 2012/04/02 10:59:23 ssuominen Exp $ - -EAPI=4 -inherit xfconf - -DESCRIPTION="A tool to find and launch installed applications for the Xfce desktop environment" -HOMEPAGE="http://www.xfce.org/projects/" -SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="debug" - -RDEPEND=">=dev-libs/dbus-glib-0.98 - >=dev-libs/glib-2.24 - >=x11-libs/gtk+-2.20:2 - >=xfce-base/garcon-0.1.11 - >=xfce-base/libxfce4util-4.9 - >=xfce-base/libxfce4ui-4.9 - >=xfce-base/xfconf-4.9 - !xfce-base/xfce-utils" -DEPEND="${RDEPEND} - dev-util/intltool - dev-util/pkgconfig - sys-devel/gettext" - -pkg_setup() { - XFCONF=( $(xfconf_use_debug) ) - DOCS=( AUTHORS ChangeLog NEWS ) -} |