diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-09 10:08:03 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-09 10:08:03 +0000 |
commit | 88fc48f8a3664c28bd134804b8c11666e137c04a (patch) | |
tree | e4bdfc02ee0d442d622a4ad26ab9548dceef2dff /app-office/kplato | |
parent | Automated update of use.local.desc (diff) | |
download | historical-88fc48f8a3664c28bd134804b8c11666e137c04a.tar.gz historical-88fc48f8a3664c28bd134804b8c11666e137c04a.tar.bz2 historical-88fc48f8a3664c28bd134804b8c11666e137c04a.zip |
Remove KOffice 1.6.3.
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'app-office/kplato')
-rw-r--r-- | app-office/kplato/ChangeLog | 8 | ||||
-rw-r--r-- | app-office/kplato/kplato-1.6.3_p20090204.ebuild | 38 |
2 files changed, 6 insertions, 40 deletions
diff --git a/app-office/kplato/ChangeLog b/app-office/kplato/ChangeLog index 62c6a5d2de6b..33f6746ab9fd 100644 --- a/app-office/kplato/ChangeLog +++ b/app-office/kplato/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/kplato -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kplato/ChangeLog,v 1.70 2009/12/17 20:46:39 fauli Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/kplato/ChangeLog,v 1.71 2010/01/09 10:03:08 ssuominen Exp $ + + 09 Jan 2010; Samuli Suominen <ssuominen@gentoo.org> + -kplato-1.6.3_p20090204.ebuild: + Remove KOffice 1.6.3. 17 Dec 2009; Christian Faulhammer <fauli@gentoo.org> kplato-2.1.0.ebuild: stable x86, bug 295327 diff --git a/app-office/kplato/kplato-1.6.3_p20090204.ebuild b/app-office/kplato/kplato-1.6.3_p20090204.ebuild deleted file mode 100644 index 2c8d2f7bec9d..000000000000 --- a/app-office/kplato/kplato-1.6.3_p20090204.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# 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.8 2009/09/27 12:34:15 ranger 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="3.5" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" - -DEPEND="~app-office/koffice-libs-1.6.3_p20090204" -RDEPEND="${DEPEND}" - -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 -} |