summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-02-16 11:32:49 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-02-16 11:32:49 +0000
commitc6c0b73d2f74e68b3af5fe9f3a9d69468dadff4b (patch)
treecd19f237245b4e03bf4f8bc0b49fa94739f1ab94 /app-office/kplato
parentBump to 1.6.2 pre-release. (diff)
downloadgentoo-2-c6c0b73d2f74e68b3af5fe9f3a9d69468dadff4b.tar.gz
gentoo-2-c6c0b73d2f74e68b3af5fe9f3a9d69468dadff4b.tar.bz2
gentoo-2-c6c0b73d2f74e68b3af5fe9f3a9d69468dadff4b.zip
Bump to 1.6.2 pre-release.
(Portage version: 2.1.2-r9)
Diffstat (limited to 'app-office/kplato')
-rw-r--r--app-office/kplato/ChangeLog7
-rw-r--r--app-office/kplato/files/digest-kplato-1.6.23
-rw-r--r--app-office/kplato/kplato-1.6.2.ebuild40
3 files changed, 49 insertions, 1 deletions
diff --git a/app-office/kplato/ChangeLog b/app-office/kplato/ChangeLog
index 56905d5ddc6b..e52ed5a4a996 100644
--- a/app-office/kplato/ChangeLog
+++ b/app-office/kplato/ChangeLog
@@ -1,6 +1,11 @@
# 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.40 2007/02/15 00:47:10 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/kplato/ChangeLog,v 1.41 2007/02/16 11:32:49 flameeyes Exp $
+
+*kplato-1.6.2 (16 Feb 2007)
+
+ 16 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> +kplato-1.6.2.ebuild:
+ Bump to 1.6.2 pre-release.
15 Feb 2007; Bryan Østergaard <kloeri@gentoo.org> kplato-1.6.1.ebuild:
Stable on Alpha, bug 166246.
diff --git a/app-office/kplato/files/digest-kplato-1.6.2 b/app-office/kplato/files/digest-kplato-1.6.2
new file mode 100644
index 000000000000..cfd7d14fcad4
--- /dev/null
+++ b/app-office/kplato/files/digest-kplato-1.6.2
@@ -0,0 +1,3 @@
+MD5 74ef62a5f8f766fe8192d5b7d65a3928 koffice-1.6.2.tar.bz2 57049103
+RMD160 fb4ef5870870d80481a4a9d2864199428f495460 koffice-1.6.2.tar.bz2 57049103
+SHA256 fa5ca02eba02219d34c3c6efff92bf767060b4b1343da56eb63139661d53f380 koffice-1.6.2.tar.bz2 57049103
diff --git a/app-office/kplato/kplato-1.6.2.ebuild b/app-office/kplato/kplato-1.6.2.ebuild
new file mode 100644
index 000000000000..cb3996221706
--- /dev/null
+++ b/app-office/kplato/kplato-1.6.2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/kplato/kplato-1.6.2.ebuild,v 1.1 2007/02/16 11:32:49 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
+
+src_unpack() {
+ kde-meta_src_unpack
+ sed -i -e "s:toolbar tests:toolbar:" ${S}/kplato/Makefile.am
+}