diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-08-12 10:13:05 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-08-12 10:13:05 +0000 |
commit | ee29be5bb65d6ac67cf18014655318c41b3335ec (patch) | |
tree | 9f5419355928e3b15cdc28d3cc764be04cab18e6 /app-office/kword | |
parent | KOFFICE: Version bump to 2.0.2. (diff) | |
download | gentoo-2-ee29be5bb65d6ac67cf18014655318c41b3335ec.tar.gz gentoo-2-ee29be5bb65d6ac67cf18014655318c41b3335ec.tar.bz2 gentoo-2-ee29be5bb65d6ac67cf18014655318c41b3335ec.zip |
KOFFICE: Version bump to 2.0.2.
(Portage version: 2.2_rc33/cvs/Linux i686, RepoMan options: --force)
Diffstat (limited to 'app-office/kword')
-rw-r--r-- | app-office/kword/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/kword/kword-2.0.0.ebuild | 39 | ||||
-rw-r--r-- | app-office/kword/kword-2.0.1.ebuild | 39 |
3 files changed, 5 insertions, 79 deletions
diff --git a/app-office/kword/ChangeLog b/app-office/kword/ChangeLog index 849c464f87de..ce4e846afd9d 100644 --- a/app-office/kword/ChangeLog +++ b/app-office/kword/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/kword # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kword/ChangeLog,v 1.130 2009/08/12 10:01:34 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/kword/ChangeLog,v 1.131 2009/08/12 10:13:05 scarabeus Exp $ + + 12 Aug 2009; Tomáš Chvátal <scarabeus@gentoo.org> -kword-2.0.0.ebuild, + -kword-2.0.1.ebuild: + Cleanup. *kword-2.0.2 (12 Aug 2009) diff --git a/app-office/kword/kword-2.0.0.ebuild b/app-office/kword/kword-2.0.0.ebuild deleted file mode 100644 index c5ee4635f0f1..000000000000 --- a/app-office/kword/kword-2.0.0.ebuild +++ /dev/null @@ -1,39 +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/kword/kword-2.0.0.ebuild,v 1.1 2009/05/28 08:17:47 scarabeus Exp $ - -EAPI="2" - -KMNAME="koffice" -KMMODULE="${PN}" -inherit kde4-meta - -DESCRIPTION="KOffice word processor." - -KEYWORDS="~amd64 ~x86" -IUSE="+wpd +wv2" - -DEPEND=" - app-text/libwpd - app-text/wv2 -" -RDEPEND="${DEPEND}" - -KMEXTRA="filters/${KMMODULE}/" - -KMEXTRACTONLY=" - filters/ - kspread/ - libs/ - plugins/ -" - -KMLOADLIBS="koffice-libs" - -src_configure() { - mycmakeargs="${mycmakeargs} - $(cmake-utils_use_with wpd WPD) - $(cmake-utils_use_with wv2 WV2)" - - kde4-meta_src_configure -} diff --git a/app-office/kword/kword-2.0.1.ebuild b/app-office/kword/kword-2.0.1.ebuild deleted file mode 100644 index 84270f4b5dd5..000000000000 --- a/app-office/kword/kword-2.0.1.ebuild +++ /dev/null @@ -1,39 +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/kword/kword-2.0.1.ebuild,v 1.1 2009/06/25 12:30:23 scarabeus Exp $ - -EAPI="2" - -KMNAME="koffice" -KMMODULE="${PN}" -inherit kde4-meta - -DESCRIPTION="KOffice word processor." - -KEYWORDS="~amd64 ~x86" -IUSE="+wpd +wv2" - -DEPEND=" - app-text/libwpd - app-text/wv2 -" -RDEPEND="${DEPEND}" - -KMEXTRA="filters/${KMMODULE}/" - -KMEXTRACTONLY=" - filters/ - kspread/ - libs/ - plugins/ -" - -KMLOADLIBS="koffice-libs" - -src_configure() { - mycmakeargs="${mycmakeargs} - $(cmake-utils_use_with wpd WPD) - $(cmake-utils_use_with wv2 WV2)" - - kde4-meta_src_configure -} |