summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2011-10-29 00:29:38 +0000
committerJonathan Callen <abcd@gentoo.org>2011-10-29 00:29:38 +0000
commita0ad9a7bdf030bce392733dbad961fa2c4cf63e0 (patch)
treef1adb0076bc7e82f953676b388af09b89b9b9469 /kde-misc
parentBump to EAPI=4; set KDE_HANDBOOK (diff)
downloadgentoo-2-a0ad9a7bdf030bce392733dbad961fa2c4cf63e0.tar.gz
gentoo-2-a0ad9a7bdf030bce392733dbad961fa2c4cf63e0.tar.bz2
gentoo-2-a0ad9a7bdf030bce392733dbad961fa2c4cf63e0.zip
Bump to EAPI=4; make DOCS an array
(Portage version: 2.2.0_alpha70/cvs/Linux x86_64)
Diffstat (limited to 'kde-misc')
-rw-r--r--kde-misc/kprayertime/ChangeLog5
-rw-r--r--kde-misc/kprayertime/kprayertime-4.01.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/kde-misc/kprayertime/ChangeLog b/kde-misc/kprayertime/ChangeLog
index f054e154a746..235e062b975f 100644
--- a/kde-misc/kprayertime/ChangeLog
+++ b/kde-misc/kprayertime/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-misc/kprayertime
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/kprayertime/ChangeLog,v 1.3 2011/01/31 05:58:17 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/kprayertime/ChangeLog,v 1.4 2011/10/29 00:29:38 abcd Exp $
+
+ 29 Oct 2011; Jonathan Callen <abcd@gentoo.org> kprayertime-4.01.ebuild:
+ Bump to EAPI=4; make DOCS an array
31 Jan 2011; Theo Chatzimichos <tampakrap@gentoo.org> -kprayertime-4.ebuild,
kprayertime-4.01.ebuild:
diff --git a/kde-misc/kprayertime/kprayertime-4.01.ebuild b/kde-misc/kprayertime/kprayertime-4.01.ebuild
index f5e4af8bc2e2..ba9c49efb61d 100644
--- a/kde-misc/kprayertime/kprayertime-4.01.ebuild
+++ b/kde-misc/kprayertime/kprayertime-4.01.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/kprayertime/kprayertime-4.01.ebuild,v 1.2 2011/01/31 05:58:17 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/kprayertime/kprayertime-4.01.ebuild,v 1.3 2011/10/29 00:29:38 abcd Exp $
-EAPI=3
+EAPI=4
inherit kde4-base
DESCRIPTION="Islamic Prayer Times Plasmoid"
@@ -14,6 +14,6 @@ SLOT="4"
KEYWORDS="~amd64 ~x86"
IUSE="debug"
-DOCS="README"
+DOCS=(README)
S="${WORKDIR}/src"