diff options
author | Andreas Hüttel <dilfridge@gentoo.org> | 2010-10-20 20:57:26 +0000 |
---|---|---|
committer | Andreas Hüttel <dilfridge@gentoo.org> | 2010-10-20 20:57:26 +0000 |
commit | 14ca4b72dd05fbfb69032a12e0c332edcca83981 (patch) | |
tree | b8fba9348b1e29617f14e72a8ab6463341e66db4 /app-office/koffice-libs | |
parent | stable ppc, bug 341337 (diff) | |
download | historical-14ca4b72dd05fbfb69032a12e0c332edcca83981.tar.gz historical-14ca4b72dd05fbfb69032a12e0c332edcca83981.tar.bz2 historical-14ca4b72dd05fbfb69032a12e0c332edcca83981.zip |
Cleanup
Package-Manager: portage-2.1.9.20/cvs/Linux x86_64
Diffstat (limited to 'app-office/koffice-libs')
-rw-r--r-- | app-office/koffice-libs/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/koffice-libs/koffice-libs-2.1.1.ebuild | 61 | ||||
-rw-r--r-- | app-office/koffice-libs/koffice-libs-2.1.2.ebuild | 4 |
3 files changed, 7 insertions, 64 deletions
diff --git a/app-office/koffice-libs/ChangeLog b/app-office/koffice-libs/ChangeLog index 57e35c045567..b1d59ce572d6 100644 --- a/app-office/koffice-libs/ChangeLog +++ b/app-office/koffice-libs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/koffice-libs # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-libs/ChangeLog,v 1.112 2010/10/15 21:46:17 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-libs/ChangeLog,v 1.113 2010/10/20 20:55:29 dilfridge Exp $ + + 20 Oct 2010; Andreas K. Huettel <dilfridge@gentoo.org> + -koffice-libs-2.1.1.ebuild, koffice-libs-2.1.2.ebuild: + Cleanup 15 Oct 2010; Andreas K. Huettel <dilfridge@gentoo.org> koffice-libs-2.2.2.ebuild: diff --git a/app-office/koffice-libs/koffice-libs-2.1.1.ebuild b/app-office/koffice-libs/koffice-libs-2.1.1.ebuild deleted file mode 100644 index 75ad2df989fb..000000000000 --- a/app-office/koffice-libs/koffice-libs-2.1.1.ebuild +++ /dev/null @@ -1,61 +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/koffice-libs/koffice-libs-2.1.1.ebuild,v 1.2 2010/06/21 13:50:53 ssuominen Exp $ - -EAPI="2" - -KMNAME="koffice" -KMMODULE="libs" -OPENGL_REQUIRED="optional" -CPPUNIT_REQUIRED="optional" -inherit kde4-meta - -DESCRIPTION="Shared KOffice libraries." -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="crypt openexr" - -RDEPEND=" - >=app-office/koffice-data-${PV}:${SLOT} - dev-libs/libxml2 - dev-libs/libxslt - >=kde-base/kdepimlibs-${KDE_MINIMAL} - >=media-libs/lcms-1.18 - crypt? ( app-crypt/qca:2 ) - openexr? ( media-libs/openexr ) - opengl? ( media-libs/mesa ) -" -DEPEND="${RDEPEND}" -# doc? ( app-doc/doxygen )" - -KMEXTRA=" - doc/koffice/ - doc/thesaurus/ - filters/generic_wrapper/ - filters/libkowmf/ - filters/xsltfilter/ - interfaces/ - kounavail/ - plugins/ - tools/" -# doc/api/" -KMEXTRACTONLY=" - doc/koffice.desktop" - -KMSAVELIBS="true" - -src_configure() { - mycmakeargs="${mycmakeargs} - $(cmake-utils_use_with crypt QCA2) - $(cmake-utils_use_with opengl OpenGL) - $(cmake-utils_use_with openexr OpenEXR)" - use crypt && mycmakeargs="${mycmakeargs} - -DQCA2_LIBRARIES=/usr/$(get_libdir)/qca2/libqca.so.2" - - kde4-base_src_configure -} - -src_install() { - newdoc kounavail/README README.kounavail || die - - kde4-meta_src_install -} diff --git a/app-office/koffice-libs/koffice-libs-2.1.2.ebuild b/app-office/koffice-libs/koffice-libs-2.1.2.ebuild index cc70f76f2642..b61c0a967c50 100644 --- a/app-office/koffice-libs/koffice-libs-2.1.2.ebuild +++ b/app-office/koffice-libs/koffice-libs-2.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-libs/koffice-libs-2.1.2.ebuild,v 1.2 2010/06/21 13:50:53 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-libs/koffice-libs-2.1.2.ebuild,v 1.3 2010/10/20 20:55:29 dilfridge Exp $ EAPI="2" @@ -11,7 +11,7 @@ CPPUNIT_REQUIRED="optional" inherit kde4-meta DESCRIPTION="Shared KOffice libraries." -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~ppc ~ppc64" IUSE="crypt openexr" RDEPEND=" |