diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-08-12 10:16:06 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-08-12 10:16:06 +0000 |
commit | 78f6c3b39ea3e007e243c6f298e9a7615354dff0 (patch) | |
tree | 887951cab1280cc32a86cd3642326c0a2a34afa9 /app-office/karbon | |
parent | Automated update of use.local.desc (diff) | |
download | historical-78f6c3b39ea3e007e243c6f298e9a7615354dff0.tar.gz historical-78f6c3b39ea3e007e243c6f298e9a7615354dff0.tar.bz2 historical-78f6c3b39ea3e007e243c6f298e9a7615354dff0.zip |
KOFFICE: Version bump to 2.0.2.
Package-Manager: portage-2.2_rc33/cvs/Linux i686
RepoMan-Options: --force
Diffstat (limited to 'app-office/karbon')
-rw-r--r-- | app-office/karbon/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/karbon/karbon-2.0.0.ebuild | 36 | ||||
-rw-r--r-- | app-office/karbon/karbon-2.0.1.ebuild | 36 |
3 files changed, 5 insertions, 73 deletions
diff --git a/app-office/karbon/ChangeLog b/app-office/karbon/ChangeLog index 7d52ab254db7..816ee38b0275 100644 --- a/app-office/karbon/ChangeLog +++ b/app-office/karbon/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/karbon # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/karbon/ChangeLog,v 1.95 2009/08/12 10:00:58 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/karbon/ChangeLog,v 1.96 2009/08/12 10:12:31 scarabeus Exp $ + + 12 Aug 2009; Tomáš Chvátal <scarabeus@gentoo.org> -karbon-2.0.0.ebuild, + -karbon-2.0.1.ebuild: + Cleanup. *karbon-2.0.2 (12 Aug 2009) diff --git a/app-office/karbon/karbon-2.0.0.ebuild b/app-office/karbon/karbon-2.0.0.ebuild deleted file mode 100644 index ea9c192b9666..000000000000 --- a/app-office/karbon/karbon-2.0.0.ebuild +++ /dev/null @@ -1,36 +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/karbon/karbon-2.0.0.ebuild,v 1.1 2009/05/28 08:17:01 scarabeus Exp $ - -EAPI="2" -KMNAME="koffice" -KMMODULE="${PN}" - -inherit kde4-meta - -DESCRIPTION="KOffice vector drawing application." - -KEYWORDS="~amd64 ~x86" -IUSE="+pstoedit +wpg" - -DEPEND=" - media-libs/libart_lgpl - pstoedit? ( media-gfx/pstoedit ) - wpg? ( media-libs/libwpg ) -" -RDEPEND="${DEPEND}" - -KMEXTRA="filters/${KMMODULE}" -KMEXTRACTONLY=" - libs/ - plugins/ - filters/ -" -KMLOADLIBS="koffice-libs" - -src_configure() { - mycmakeargs="${mycmakeargs} - $(cmake-utils_use_with wpg WPG) - $(cmake-utils_use_with pstoedit Pstoedit)" - kde4-meta_src_configure -} diff --git a/app-office/karbon/karbon-2.0.1.ebuild b/app-office/karbon/karbon-2.0.1.ebuild deleted file mode 100644 index 652a0ee9f292..000000000000 --- a/app-office/karbon/karbon-2.0.1.ebuild +++ /dev/null @@ -1,36 +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/karbon/karbon-2.0.1.ebuild,v 1.1 2009/06/25 12:29:40 scarabeus Exp $ - -EAPI="2" -KMNAME="koffice" -KMMODULE="${PN}" - -inherit kde4-meta - -DESCRIPTION="KOffice vector drawing application." - -KEYWORDS="~amd64 ~x86" -IUSE="+pstoedit +wpg" - -DEPEND=" - media-libs/libart_lgpl - pstoedit? ( media-gfx/pstoedit ) - wpg? ( media-libs/libwpg ) -" -RDEPEND="${DEPEND}" - -KMEXTRA="filters/${KMMODULE}" -KMEXTRACTONLY=" - libs/ - plugins/ - filters/ -" -KMLOADLIBS="koffice-libs" - -src_configure() { - mycmakeargs="${mycmakeargs} - $(cmake-utils_use_with wpg WPG) - $(cmake-utils_use_with pstoedit Pstoedit)" - kde4-meta_src_configure -} |