diff options
author | Johannes Huber <johu@gentoo.org> | 2012-01-11 20:44:26 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-01-11 20:44:26 +0000 |
commit | 8c6c70cfa14701a221c6b1de30ba8d21f7be9f91 (patch) | |
tree | 6a421ff65a95abcdc4c3aa7fcf46cb7327a32db6 /kde-misc/kio-locate | |
parent | Assume pkgconfig exists in cross-compile setups since we need to execute `pkg... (diff) | |
download | gentoo-2-8c6c70cfa14701a221c6b1de30ba8d21f7be9f91.tar.gz gentoo-2-8c6c70cfa14701a221c6b1de30ba8d21f7be9f91.tar.bz2 gentoo-2-8c6c70cfa14701a221c6b1de30ba8d21f7be9f91.zip |
Version bump.
(Portage version: 2.2.0_alpha84/cvs/Linux i686)
Diffstat (limited to 'kde-misc/kio-locate')
-rw-r--r-- | kde-misc/kio-locate/ChangeLog | 9 | ||||
-rw-r--r-- | kde-misc/kio-locate/kio-locate-0.5.3.ebuild | 24 |
2 files changed, 31 insertions, 2 deletions
diff --git a/kde-misc/kio-locate/ChangeLog b/kde-misc/kio-locate/ChangeLog index 88068fdf951e..9481cb2cfe7a 100644 --- a/kde-misc/kio-locate/ChangeLog +++ b/kde-misc/kio-locate/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-misc/kio-locate -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kio-locate/ChangeLog,v 1.37 2011/10/29 00:36:39 abcd Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kio-locate/ChangeLog,v 1.38 2012/01/11 20:44:26 johu Exp $ + +*kio-locate-0.5.3 (11 Jan 2012) + + 11 Jan 2012; Johannes Huber <johu@gentoo.org> +kio-locate-0.5.3.ebuild: + Version bump. 29 Oct 2011; Jonathan Callen <abcd@gentoo.org> kio-locate-0.5.2.ebuild: Bump to EAPI=4; make DOCS an array; set KDE_HANDBOOK diff --git a/kde-misc/kio-locate/kio-locate-0.5.3.ebuild b/kde-misc/kio-locate/kio-locate-0.5.3.ebuild new file mode 100644 index 000000000000..7741f227d74d --- /dev/null +++ b/kde-misc/kio-locate/kio-locate-0.5.3.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kio-locate/kio-locate-0.5.3.ebuild,v 1.1 2012/01/11 20:44:26 johu Exp $ + +EAPI=4 + +KDE_LINGUAS="cs de el fr" +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="Locate KIO slave for KDE" +HOMEPAGE="http://www.kde-apps.org/content/show.php/kio-locate?content=120965" +SRC_URI="http://www.kde-apps.org/CONTENT/content-files/120965-${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="4" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DOCS=(AUTHORS ChangeLog) + +RDEPEND="${RDEPEND} + sys-apps/mlocate +" |