diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2006-03-29 15:18:30 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2006-03-29 15:18:30 +0000 |
commit | a84f9e273534f50131e690daa46de100a1758707 (patch) | |
tree | 2580a8ac0450b0ec66fd76ea6c174a0abcd18f4f /app-office/kplato | |
parent | Version bump. (diff) | |
download | gentoo-2-a84f9e273534f50131e690daa46de100a1758707.tar.gz gentoo-2-a84f9e273534f50131e690daa46de100a1758707.tar.bz2 gentoo-2-a84f9e273534f50131e690daa46de100a1758707.zip |
Version bump.
(Portage version: 2.0.54)
Diffstat (limited to 'app-office/kplato')
-rw-r--r-- | app-office/kplato/ChangeLog | 7 | ||||
-rw-r--r-- | app-office/kplato/Manifest | 4 | ||||
-rw-r--r-- | app-office/kplato/files/digest-kplato-1.5_rc1 | 1 | ||||
-rw-r--r-- | app-office/kplato/kplato-1.5_rc1.ebuild | 35 |
4 files changed, 45 insertions, 2 deletions
diff --git a/app-office/kplato/ChangeLog b/app-office/kplato/ChangeLog index 3522165799fa..34ff0356cff1 100644 --- a/app-office/kplato/ChangeLog +++ b/app-office/kplato/ChangeLog @@ -1,6 +1,11 @@ # 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.5 2006/03/11 15:57:57 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/kplato/ChangeLog,v 1.6 2006/03/29 15:18:30 carlo Exp $ + +*kplato-1.5_rc1 (29 Mar 2006) + + 29 Mar 2006; Carsten Lohrke <carlo@gentoo.org> +kplato-1.5_rc1.ebuild: + Version bump. *kplato-1.5_beta2 (11 Mar 2006) diff --git a/app-office/kplato/Manifest b/app-office/kplato/Manifest index 891b8d6f1eed..ea8cc173451a 100644 --- a/app-office/kplato/Manifest +++ b/app-office/kplato/Manifest @@ -1,6 +1,8 @@ -MD5 b35983a541ccc15538517463dd659281 ChangeLog 794 +MD5 401e62b1e898adf5e3584da54b18c1af ChangeLog 915 MD5 82af01b67d83c02945f1e26ae9529232 files/digest-kplato-1.5_beta1 253 MD5 a08e04910037e4b3b9e9cbfb92eda61e files/digest-kplato-1.5_beta2 69 +MD5 f01ddda79b7e0afa602b27c09ae05217 files/digest-kplato-1.5_rc1 72 MD5 eefb570dca3e3c1a6f83ae776e51305e kplato-1.5_beta1.ebuild 757 MD5 4c7171adbbf94bce6a3af2c15185a264 kplato-1.5_beta2.ebuild 757 +MD5 eefb570dca3e3c1a6f83ae776e51305e kplato-1.5_rc1.ebuild 757 MD5 02039d51ca4a42817775fd436dfaa956 metadata.xml 157 diff --git a/app-office/kplato/files/digest-kplato-1.5_rc1 b/app-office/kplato/files/digest-kplato-1.5_rc1 new file mode 100644 index 000000000000..cf4d6b4f0ae2 --- /dev/null +++ b/app-office/kplato/files/digest-kplato-1.5_rc1 @@ -0,0 +1 @@ +MD5 e9346977d18c67185d5b50f49ee8225b koffice-1.5.0-rc1.tar.bz2 35965316 diff --git a/app-office/kplato/kplato-1.5_rc1.ebuild b/app-office/kplato/kplato-1.5_rc1.ebuild new file mode 100644 index 000000000000..d3ce5aa6e2a0 --- /dev/null +++ b/app-office/kplato/kplato-1.5_rc1.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.5_rc1.ebuild,v 1.1 2006/03/29 15:18:30 carlo 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="~amd64 ~sparc ~x86" +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 |