diff options
author | Jonathan Callen <abcd@gentoo.org> | 2011-10-29 00:36:39 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2011-10-29 00:36:39 +0000 |
commit | 45167a2c3654d34136b4b84feccb7efcee3254d8 (patch) | |
tree | dd218d29f1613eb7de5f371ba516c6544d83a34f /kde-misc | |
parent | Bump to EAPI=4 (diff) | |
download | gentoo-2-45167a2c3654d34136b4b84feccb7efcee3254d8.tar.gz gentoo-2-45167a2c3654d34136b4b84feccb7efcee3254d8.tar.bz2 gentoo-2-45167a2c3654d34136b4b84feccb7efcee3254d8.zip |
Bump to EAPI=4; make DOCS an array; set KDE_HANDBOOK
(Portage version: 2.2.0_alpha70/cvs/Linux x86_64)
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/kio-locate/ChangeLog | 5 | ||||
-rw-r--r-- | kde-misc/kio-locate/kio-locate-0.5.2.ebuild | 10 |
2 files changed, 10 insertions, 5 deletions
diff --git a/kde-misc/kio-locate/ChangeLog b/kde-misc/kio-locate/ChangeLog index 792d90828811..88068fdf951e 100644 --- a/kde-misc/kio-locate/ChangeLog +++ b/kde-misc/kio-locate/ChangeLog @@ -1,6 +1,9 @@ # 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.36 2011/01/31 05:08:50 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kio-locate/ChangeLog,v 1.37 2011/10/29 00:36:39 abcd Exp $ + + 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 31 Jan 2011; Theo Chatzimichos <tampakrap@gentoo.org> -kio-locate-0.5.0.ebuild: diff --git a/kde-misc/kio-locate/kio-locate-0.5.2.ebuild b/kde-misc/kio-locate/kio-locate-0.5.2.ebuild index 8f67f4478e4c..24b5708cd642 100644 --- a/kde-misc/kio-locate/kio-locate-0.5.2.ebuild +++ b/kde-misc/kio-locate/kio-locate-0.5.2.ebuild @@ -1,8 +1,10 @@ # Copyright 1999-2011 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.2.ebuild,v 1.1 2011/01/06 17:40:53 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kio-locate/kio-locate-0.5.2.ebuild,v 1.2 2011/10/29 00:36:39 abcd Exp $ -EAPI=3 +EAPI=4 + +KDE_HANDBOOK="optional" inherit kde4-base DESCRIPTION="Locate KIO slave for KDE" @@ -12,9 +14,9 @@ SRC_URI="http://www.kde-apps.org/CONTENT/content-files/120965-${P}.tar.gz" LICENSE="GPL-2" SLOT="4" KEYWORDS="~amd64 ~x86" -IUSE="debug +handbook" +IUSE="debug" -DOCS="AUTHORS ChangeLog" +DOCS=(AUTHORS ChangeLog) RDEPEND="${RDEPEND} sys-apps/mlocate |