summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2011-01-31 06:15:30 +0000
committerTheo Chatzimichos <tampakrap@gentoo.org>2011-01-31 06:15:30 +0000
commitd307501dc998f0dea3d14feb333eaaeb9550272d (patch)
treef26aaef464f82c779aefb8a6e32db09118ddd226 /kde-misc/plasmaboard
parentslotmove openofficeorg-thumbnail to 4 (diff)
downloadhistorical-d307501dc998f0dea3d14feb333eaaeb9550272d.tar.gz
historical-d307501dc998f0dea3d14feb333eaaeb9550272d.tar.bz2
historical-d307501dc998f0dea3d14feb333eaaeb9550272d.zip
EAPI3, use array for DOCS
Package-Manager: portage-2.2.0_alpha19/cvs/Linux x86_64
Diffstat (limited to 'kde-misc/plasmaboard')
-rw-r--r--kde-misc/plasmaboard/ChangeLog8
-rw-r--r--kde-misc/plasmaboard/plasmaboard-0.91.ebuild8
2 files changed, 10 insertions, 6 deletions
diff --git a/kde-misc/plasmaboard/ChangeLog b/kde-misc/plasmaboard/ChangeLog
index 6c4ca2fbd578..f78e78b69ae4 100644
--- a/kde-misc/plasmaboard/ChangeLog
+++ b/kde-misc/plasmaboard/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-misc/plasmaboard
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/plasmaboard/ChangeLog,v 1.1 2009/12/05 15:40:41 ssuominen Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/plasmaboard/ChangeLog,v 1.2 2011/01/31 06:15:30 tampakrap Exp $
+
+ 31 Jan 2011; Theo Chatzimichos <tampakrap@gentoo.org>
+ plasmaboard-0.91.ebuild:
+ EAPI3, use array for DOCS
*plasmaboard-0.91 (05 Dec 2009)
diff --git a/kde-misc/plasmaboard/plasmaboard-0.91.ebuild b/kde-misc/plasmaboard/plasmaboard-0.91.ebuild
index 8c4e5bef9980..3e7dbb1151e2 100644
--- a/kde-misc/plasmaboard/plasmaboard-0.91.ebuild
+++ b/kde-misc/plasmaboard/plasmaboard-0.91.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/plasmaboard/plasmaboard-0.91.ebuild,v 1.1 2009/12/05 15:40:41 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/plasmaboard/plasmaboard-0.91.ebuild,v 1.2 2011/01/31 06:15:30 tampakrap Exp $
-EAPI=2
+EAPI=3
inherit kde4-base
DESCRIPTION="A virtual keyboard for your desktop"
@@ -16,4 +16,4 @@ IUSE="debug"
S=${WORKDIR}/${PN}
-DOCS="AUTHORS README"
+DOCS=( AUTHORS README )