summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2009-02-08 17:26:03 +0000
committerCarsten Lohrke <carlo@gentoo.org>2009-02-08 17:26:03 +0000
commit9caba2b4f734d5bf4eb2f9731f42b7f765949a80 (patch)
tree993db523352ebbe94c05c4eafe401049c488d124 /app-office/kplato
parentSync to branch plus various fixes. (diff)
downloadgentoo-2-9caba2b4f734d5bf4eb2f9731f42b7f765949a80.tar.gz
gentoo-2-9caba2b4f734d5bf4eb2f9731f42b7f765949a80.tar.bz2
gentoo-2-9caba2b4f734d5bf4eb2f9731f42b7f765949a80.zip
Sync to branch plus various fixes.
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'app-office/kplato')
-rw-r--r--app-office/kplato/ChangeLog10
-rw-r--r--app-office/kplato/kplato-1.6.3_p20090204.ebuild37
2 files changed, 45 insertions, 2 deletions
diff --git a/app-office/kplato/ChangeLog b/app-office/kplato/ChangeLog
index b95ba236876c..aa6b2f2677db 100644
--- a/app-office/kplato/ChangeLog
+++ b/app-office/kplato/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-office/kplato
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/kplato/ChangeLog,v 1.52 2007/07/26 17:17:58 corsair Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/kplato/ChangeLog,v 1.53 2009/02/08 17:26:03 carlo Exp $
+
+*kplato-1.6.3_p20090204 (08 Feb 2009)
+
+ 08 Feb 2009; Carsten Lohrke <carlo@gentoo.org>
+ +kplato-1.6.3_p20090204.ebuild:
+ Sync to branch plus various fixes.
26 Jul 2007; Markus Rothe <corsair@gentoo.org> kplato-1.6.2.ebuild:
Stable on ppc64; bug #178697
diff --git a/app-office/kplato/kplato-1.6.3_p20090204.ebuild b/app-office/kplato/kplato-1.6.3_p20090204.ebuild
new file mode 100644
index 000000000000..8890c645e267
--- /dev/null
+++ b/app-office/kplato/kplato-1.6.3_p20090204.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/kplato/kplato-1.6.3_p20090204.ebuild,v 1.1 2009/02/08 17:26:03 carlo Exp $
+
+ARTS_REQUIRED="never"
+
+KMNAME=koffice
+inherit kde-meta eutils
+
+DESCRIPTION="KPlato is a project management application."
+HOMEPAGE="http://www.koffice.org/"
+LICENSE="GPL-2 LGPL-2"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND="~app-office/koffice-libs-1.6.3_p20090204"
+
+KMCOPYLIB="libkofficecore lib/kofficecore
+ libkofficeui lib/kofficeui
+ libkopainter lib/kopainter
+ libkstore lib/store"
+
+KMEXTRACTONLY="lib/
+ kugar/"
+
+KMCOMPILEONLY=""
+
+KMEXTRA="kdgantt"
+
+need-kde 3.5
+
+src_unpack() {
+ kde-meta_src_unpack
+ sed -i -e "s:toolbar tests:toolbar:" "${S}"/kplato/Makefile.am
+}