diff options
author | 2009-10-12 22:37:15 +0000 | |
---|---|---|
committer | 2009-10-12 22:37:15 +0000 | |
commit | 75b2144b0d455a7d9ed9f8c9f182f3fc2c88c459 (patch) | |
tree | 2fc021910ac269af214f9aee0c0fc3f3e060a295 /kde-base/korganizer | |
parent | Stable for HPPA (bug #287618). (diff) | |
download | historical-75b2144b0d455a7d9ed9f8c9f182f3fc2c88c459.tar.gz historical-75b2144b0d455a7d9ed9f8c9f182f3fc2c88c459.tar.bz2 historical-75b2144b0d455a7d9ed9f8c9f182f3fc2c88c459.zip |
KDE 3.5.9 removal
Package-Manager: portage--svn/cvs/Linux i686
Diffstat (limited to 'kde-base/korganizer')
-rw-r--r-- | kde-base/korganizer/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/korganizer/korganizer-3.5.9.ebuild | 70 |
2 files changed, 4 insertions, 71 deletions
diff --git a/kde-base/korganizer/ChangeLog b/kde-base/korganizer/ChangeLog index fcd6deb9e849..2dee63892b37 100644 --- a/kde-base/korganizer/ChangeLog +++ b/kde-base/korganizer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/korganizer # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/korganizer/ChangeLog,v 1.133 2009/10/12 05:41:44 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/korganizer/ChangeLog,v 1.134 2009/10/12 22:01:29 abcd Exp $ + + 12 Oct 2009; Jonathan Callen <abcd@gentoo.org> -korganizer-3.5.9.ebuild: + KDE 3.5.9 removal 12 Oct 2009; Jonathan Callen <abcd@gentoo.org> korganizer-3.5.9.ebuild: Fix QA issues diff --git a/kde-base/korganizer/korganizer-3.5.9.ebuild b/kde-base/korganizer/korganizer-3.5.9.ebuild deleted file mode 100644 index 20d8cf151327..000000000000 --- a/kde-base/korganizer/korganizer-3.5.9.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/korganizer/korganizer-3.5.9.ebuild,v 1.10 2009/10/12 05:41:44 abcd Exp $ - -KMNAME=kdepim -EAPI="1" -inherit kde-meta eutils - -SRC_URI="${SRC_URI} - mirror://gentoo/kdepim-3.5-patchset-04.tar.bz2" - -DESCRIPTION="A Personal Organizer for KDE" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" -DEPEND=">=kde-base/libkpimexchange-${PV}:${SLOT} ->=kde-base/libkdepim-${PV}:${SLOT} ->=kde-base/libkcal-${PV}:${SLOT} ->=kde-base/libkpimidentities-${PV}:${SLOT} ->=kde-base/ktnef-${PV}:${SLOT} ->=kde-base/kdepim-kresources-${PV}:${SLOT} ->=kde-base/kontact-${PV}:${SLOT} ->=kde-base/libkholidays-${PV}:${SLOT} ->=kde-base/libkmime-${PV}:${SLOT}" -RDEPEND="${DEPEND}" - -KMCOPYLIB=" - libkdepim libkdepim - libkpimexchange libkpimexchange - libkcal libkcal - libkpimidentities libkpimidentities - libktnef ktnef/lib - libkcal_resourceremote kresources/remote - libkpinterfaces kontact/interfaces - libkholidays libkholidays - libkmime libkmime" -KMEXTRACTONLY=" - libkpimexchange/ - libkcal/ - libkdepim/ - libkpimidentities/ - libkmime/ - mimelib/ - ktnef/ - certmanager/lib/ - kresources/remote/ - kmail/kmailIface.h - kontact/interfaces/ - libkholidays" -KMCOMPILEONLY=" - libemailfunctions" - -# They seems to be used only by korganizer -KMEXTRA=" - kgantt - kdgantt - kontact/plugins/korganizer/" # We add here the kontact's plugin instead of compiling it with kontact because it needs a lot of korganizer deps. - -PATCHES=( "${FILESDIR}/${P}-kdeenablefinal.patch" ) - -src_unpack() { - kde-meta_src_unpack - - # Broken test - sed -e "s:check_PROGRAMS = testalarmdlg:check_PROGRAMS =:" -i korganizer/korgac/Makefile.am || die "sed failed" -} - -src_compile() { - filter-flags -fvisibility-inlines-hidden - kde_src_compile -} |