diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2013-05-05 16:28:13 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2013-05-05 16:28:13 +0000 |
commit | ee3dc349759102fa73a341e5997571d6348bcde2 (patch) | |
tree | 18c7033571a7f9aa4271a2fa688e58a4e96f8f9b /xfce-base | |
parent | Version bump. (diff) | |
download | gentoo-2-ee3dc349759102fa73a341e5997571d6348bcde2.tar.gz gentoo-2-ee3dc349759102fa73a341e5997571d6348bcde2.tar.bz2 gentoo-2-ee3dc349759102fa73a341e5997571d6348bcde2.zip |
old
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/xfce4-appfinder/ChangeLog | 6 | ||||
-rw-r--r-- | xfce-base/xfce4-appfinder/xfce4-appfinder-4.10.0.ebuild | 33 |
2 files changed, 5 insertions, 34 deletions
diff --git a/xfce-base/xfce4-appfinder/ChangeLog b/xfce-base/xfce4-appfinder/ChangeLog index a1c1662c3c21..ca4ba1b81bac 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-appfinder/ChangeLog,v 1.27 2013/05/05 16:26:55 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-appfinder/ChangeLog,v 1.28 2013/05/05 16:28:13 ssuominen Exp $ + + 05 May 2013; Samuli Suominen <ssuominen@gentoo.org> + -xfce4-appfinder-4.10.0.ebuild: + old *xfce4-appfinder-4.10.1 (05 May 2013) diff --git a/xfce-base/xfce4-appfinder/xfce4-appfinder-4.10.0.ebuild b/xfce-base/xfce4-appfinder/xfce4-appfinder-4.10.0.ebuild deleted file mode 100644 index fac119712ddf..000000000000 --- a/xfce-base/xfce4-appfinder/xfce4-appfinder-4.10.0.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.10.0.ebuild,v 1.11 2012/11/28 12:30:11 ssuominen Exp $ - -EAPI=5 -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 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~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.2 - >=xfce-base/libxfce4util-4.10 - >=xfce-base/libxfce4ui-4.10 - >=xfce-base/xfconf-4.10 - !xfce-base/xfce-utils" -DEPEND="${RDEPEND} - dev-util/intltool - virtual/pkgconfig - sys-devel/gettext" - -pkg_setup() { - XFCONF=( $(xfconf_use_debug) ) - DOCS=( AUTHORS ChangeLog NEWS ) -} |