summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2009-02-08 17:29:48 +0000
committerCarsten Lohrke <carlo@gentoo.org>2009-02-08 17:29:48 +0000
commitc8d452aca73d8b08f7984fd87d000262021d2a9c (patch)
tree5785a7a5169064444df18d3d40804d9fcd65794d /app-office/kplato
parentamd64/x86 stable, bug #245873 (diff)
downloadhistorical-c8d452aca73d8b08f7984fd87d000262021d2a9c.tar.gz
historical-c8d452aca73d8b08f7984fd87d000262021d2a9c.tar.bz2
historical-c8d452aca73d8b08f7984fd87d000262021d2a9c.zip
Sync to branch plus various fixes.
Package-Manager: portage-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
+}