diff options
author | Andreas Hüttel <dilfridge@gentoo.org> | 2011-06-01 21:46:51 +0000 |
---|---|---|
committer | Andreas Hüttel <dilfridge@gentoo.org> | 2011-06-01 21:46:51 +0000 |
commit | a21b8312b9c801f1565e80dac08c4c7374c5f38a (patch) | |
tree | f385bad28f2716689a28e9a1131dfe7a4f21db7a /app-office/kplato | |
parent | Remove old (diff) | |
download | historical-a21b8312b9c801f1565e80dac08c4c7374c5f38a.tar.gz historical-a21b8312b9c801f1565e80dac08c4c7374c5f38a.tar.bz2 historical-a21b8312b9c801f1565e80dac08c4c7374c5f38a.zip |
Remove old
Package-Manager: portage-2.1.9.49/cvs/Linux x86_64
Diffstat (limited to 'app-office/kplato')
-rw-r--r-- | app-office/kplato/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/kplato/kplato-2.2.2.ebuild | 41 |
2 files changed, 4 insertions, 42 deletions
diff --git a/app-office/kplato/ChangeLog b/app-office/kplato/ChangeLog index d08e32cee968..9e6360eeb345 100644 --- a/app-office/kplato/ChangeLog +++ b/app-office/kplato/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/kplato # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kplato/ChangeLog,v 1.95 2011/05/09 23:13:06 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/kplato/ChangeLog,v 1.96 2011/06/01 21:45:46 dilfridge Exp $ + + 01 Jun 2011; Andreas K. Huettel <dilfridge@gentoo.org> -kplato-2.2.2.ebuild: + Remove old 09 May 2011; Markos Chandras <hwoarang@gentoo.org> kplato-2.3.3.ebuild: Stable on amd64 wrt bug #354033 diff --git a/app-office/kplato/kplato-2.2.2.ebuild b/app-office/kplato/kplato-2.2.2.ebuild deleted file mode 100644 index 304a9c1a4006..000000000000 --- a/app-office/kplato/kplato-2.2.2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kplato/kplato-2.2.2.ebuild,v 1.10 2011/03/13 08:29:23 dilfridge Exp $ - -EAPI="3" - -KMNAME="koffice" -KMMODULE="${PN}" -inherit kde4-meta - -DESCRIPTION="KPlato is a project management application." - -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="<kde-base/kdelibs-4.6 - ~app-office/koffice-libs-${PV}:${SLOT}[reports]" -RDEPEND="${DEPEND}" - -KMEXTRACTONLY="libs/" -KMEXTRA=" - filters/${KMMODULE}/ - kdgantt/ -" -KMLOADLIBS="koffice-libs" - -src_configure() { - mycmakeargs=( - -DWITH_PythonLibs=OFF - -DBUILD_kplato=ON - ) - - kde4-meta_src_configure -} - -src_install() { - kde4-meta_src_install - - # this is already installed by koffice-data - rm -f "${ED}/usr/include/config-opengl.h" -} |