summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-10-19 16:38:06 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-10-19 16:38:06 +0000
commitd4e04c3550c820b23f39e4343c3a7120f171411e (patch)
tree02904c609c4e7e723f3977442f39f8ffafa3d425 /app-office
parentm68k love (diff)
downloadgentoo-2-d4e04c3550c820b23f39e4343c3a7120f171411e.tar.gz
gentoo-2-d4e04c3550c820b23f39e4343c3a7120f171411e.tar.bz2
gentoo-2-d4e04c3550c820b23f39e4343c3a7120f171411e.zip
Update to 1.6.0 final.
(Portage version: 2.1.2_pre3-r5)
Diffstat (limited to 'app-office')
-rw-r--r--app-office/kplato/ChangeLog8
-rw-r--r--app-office/kplato/files/digest-kplato-1.6.03
-rw-r--r--app-office/kplato/kplato-1.6.0.ebuild35
3 files changed, 45 insertions, 1 deletions
diff --git a/app-office/kplato/ChangeLog b/app-office/kplato/ChangeLog
index a27c87b104ce..86f2f32a8cf8 100644
--- a/app-office/kplato/ChangeLog
+++ b/app-office/kplato/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-office/kplato
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/kplato/ChangeLog,v 1.27 2006/10/17 20:28:51 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/kplato/ChangeLog,v 1.28 2006/10/19 16:38:06 flameeyes Exp $
+
+*kplato-1.6.0 (19 Oct 2006)
+
+ 19 Oct 2006; Diego Pettenò <flameeyes@gentoo.org>
+ -kplato-1.6_beta1.ebuild, -kplato-1.6_rc1.ebuild, +kplato-1.6.0.ebuild:
+ Update to 1.6.0 final.
17 Oct 2006; Bryan Østergaard <kloeri@gentoo.org> kplato-1.5.2.ebuild:
Stable on Alpha.
diff --git a/app-office/kplato/files/digest-kplato-1.6.0 b/app-office/kplato/files/digest-kplato-1.6.0
new file mode 100644
index 000000000000..2e01d4cedd36
--- /dev/null
+++ b/app-office/kplato/files/digest-kplato-1.6.0
@@ -0,0 +1,3 @@
+MD5 e669cf19b2e1c7db7029c0772c527c0d koffice-1.6.0.tar.bz2 56718478
+RMD160 be09c18005eb33f6dc35ab0359cc97a8a658ce7c koffice-1.6.0.tar.bz2 56718478
+SHA256 9eddaae640ada9bd184f001e2489854daf7094b73e5f15b0b8deffb4cc654ae2 koffice-1.6.0.tar.bz2 56718478
diff --git a/app-office/kplato/kplato-1.6.0.ebuild b/app-office/kplato/kplato-1.6.0.ebuild
new file mode 100644
index 000000000000..b0682efeb54b
--- /dev/null
+++ b/app-office/kplato/kplato-1.6.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/kplato/kplato-1.6.0.ebuild,v 1.1 2006/10/19 16:38:06 flameeyes Exp $
+
+KMNAME=koffice
+MAXKOFFICEVER=${PV}
+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 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND="$(deprange $PV $MAXKOFFICEVER app-office/koffice-libs)"
+
+
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+KMCOPYLIB="libkofficecore lib/kofficecore
+ libkofficeui lib/kofficeui
+ libkopainter lib/kopainter
+ libkstore lib/store"
+
+KMEXTRACTONLY="lib/
+ kugar/"
+
+KMCOMPILEONLY=""
+
+KMEXTRA="kdgantt"
+
+need-kde 3.4