diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-04-17 06:49:30 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-04-17 06:49:30 +0000 |
commit | 0e5fb9c7893a8532ab98b7f5a1ec8e4874d3ce84 (patch) | |
tree | 5bb8f765e30cd5f781655d9b01f992a6ca6b02c7 /kde-base/korganizer/korganizer-4.2.1-r1.ebuild | |
parent | Drop KDE 4.2.1 (diff) | |
download | historical-0e5fb9c7893a8532ab98b7f5a1ec8e4874d3ce84.tar.gz historical-0e5fb9c7893a8532ab98b7f5a1ec8e4874d3ce84.tar.bz2 historical-0e5fb9c7893a8532ab98b7f5a1ec8e4874d3ce84.zip |
Restore accidentally dropped ~hppa keyword as reported by jer bug #266459
Package-Manager: portage-2.2_rc30/cvs/Linux x86_64
Diffstat (limited to 'kde-base/korganizer/korganizer-4.2.1-r1.ebuild')
-rw-r--r-- | kde-base/korganizer/korganizer-4.2.1-r1.ebuild | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/kde-base/korganizer/korganizer-4.2.1-r1.ebuild b/kde-base/korganizer/korganizer-4.2.1-r1.ebuild deleted file mode 100644 index d431b0af4421..000000000000 --- a/kde-base/korganizer/korganizer-4.2.1-r1.ebuild +++ /dev/null @@ -1,55 +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-4.2.1-r1.ebuild,v 1.2 2009/04/11 19:58:44 armin76 Exp $ - -EAPI="2" - -KMNAME="kdepim" -inherit kde4-meta - -DESCRIPTION="A Personal Organizer for KDE" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86" -IUSE="debug" - -DEPEND=" - app-crypt/gpgme - >=kde-base/libkdepim-${PV}:${SLOT}[kdeprefix=] - >=kde-base/libkholidays-${PV}:${SLOT}[kdeprefix=] - kontact? ( >=kde-base/kaddressbook-${PV}:${SLOT}[kdeprefix=] ) -" -RDEPEND="${DEPEND} - >=kde-base/ktimezoned-${PV}:${SLOT}[kdeprefix=] -" - -KMLOADLIBS="libkdepim" -KMEXTRA="kdgantt1" - -# xml targets from kmail are being uncommented by kde4-meta.eclass -KMEXTRACTONLY=" - kaddressbook/org.kde.KAddressbook.Core.xml - kmail/ - knode/org.kde.knode.xml - libkholidays -" - -PATCHES=( "${FILESDIR}/${PV}-r933657_weekview.patch" ) - -src_unpack() { - if use kontact; then - KMLOADLIBS="${KMLOADLIBS} kontactinterfaces" - KMEXTRA="${KMEXTRA} kontact/plugins/planner" - fi - - kde4-meta_src_unpack -} - -src_prepare() { - if use kontact; then - # Fix target_link_libraries for now - sed -i -e's/kaddressbookprivate ${KDE4_KCAL_LIBS}/${KDE4_KCAL_LIBS}/' \ - kontact/plugins/planner/CMakeLists.txt \ - || die "Failed to remove kaddressbookprivate from link" - fi - - kde4-meta_src_prepare -} |