diff options
-rw-r--r-- | app-office/karbon/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/karbon/karbon-2.1.0.ebuild | 36 |
2 files changed, 5 insertions, 37 deletions
diff --git a/app-office/karbon/ChangeLog b/app-office/karbon/ChangeLog index dc50dd1bb01a..b6924dfab13b 100644 --- a/app-office/karbon/ChangeLog +++ b/app-office/karbon/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/karbon # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/karbon/ChangeLog,v 1.114 2010/11/04 13:42:29 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/karbon/ChangeLog,v 1.115 2010/11/16 23:47:17 dilfridge Exp $ + + 16 Nov 2010; Andreas K. Huettel <dilfridge@gentoo.org> + -karbon-2.1.0.ebuild: + Cleanup 04 Nov 2010; Markos Chandras <hwoarang@gentoo.org> karbon-2.2.2.ebuild: Stable on amd64 wrt bug #340070 diff --git a/app-office/karbon/karbon-2.1.0.ebuild b/app-office/karbon/karbon-2.1.0.ebuild deleted file mode 100644 index db71a00fa385..000000000000 --- a/app-office/karbon/karbon-2.1.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/karbon/karbon-2.1.0.ebuild,v 1.7 2010/06/21 13:58:55 ssuominen Exp $ - -EAPI="2" -KMNAME="koffice" -KMMODULE="${PN}" - -inherit kde4-meta - -DESCRIPTION="KOffice vector drawing application." - -KEYWORDS="amd64 ~ppc ~ppc64 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) - $(cmake-utils_use_with pstoedit)" - kde4-meta_src_configure -} |