diff options
author | Jonathan Callen <jcallen@gentoo.org> | 2009-10-12 22:37:15 +0000 |
---|---|---|
committer | Jonathan Callen <jcallen@gentoo.org> | 2009-10-12 22:37:15 +0000 |
commit | 75b2144b0d455a7d9ed9f8c9f182f3fc2c88c459 (patch) | |
tree | 2fc021910ac269af214f9aee0c0fc3f3e060a295 /kde-base/kontact | |
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/kontact')
-rw-r--r-- | kde-base/kontact/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kontact/kontact-3.5.9.ebuild | 48 |
2 files changed, 4 insertions, 49 deletions
diff --git a/kde-base/kontact/ChangeLog b/kde-base/kontact/ChangeLog index 664bf1238978..0ec282eea910 100644 --- a/kde-base/kontact/ChangeLog +++ b/kde-base/kontact/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kontact # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/ChangeLog,v 1.129 2009/10/10 09:54:38 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/ChangeLog,v 1.130 2009/10/12 21:58:50 abcd Exp $ + + 12 Oct 2009; Jonathan Callen <abcd@gentoo.org> -kontact-3.5.9.ebuild: + KDE 3.5.9 removal 10 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> kontact-4.3.1.ebuild: amd64 stable wrt #287697 diff --git a/kde-base/kontact/kontact-3.5.9.ebuild b/kde-base/kontact/kontact-3.5.9.ebuild deleted file mode 100644 index 907b8aed8154..000000000000 --- a/kde-base/kontact/kontact-3.5.9.ebuild +++ /dev/null @@ -1,48 +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/kontact/kontact-3.5.9.ebuild,v 1.8 2009/06/01 01:17:51 tampakrap Exp $ - -KMNAME=kdepim -EAPI="1" -inherit kde-meta eutils - -SRC_URI="${SRC_URI} - mirror://gentoo/kdepim-3.5-patchset-04.tar.bz2" - -DESCRIPTION="KDE personal information manager" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" - -DEPEND=">=kde-base/libkdepim-${PV}:${SLOT} - >=kde-base/libkpimidentities-${PV}:${SLOT}" - -RDEPEND="${DEPEND}" - -KMCOPYLIB="libkdepim libkdepim/ - libkpimidentities.la libkpimidentities/" -KMEXTRACTONLY="libkdepim/ - libkpimidentities/ - kontact/plugins/" -KMEXTRA=" - kontact/plugins/newsticker/ - kontact/plugins/summary/ - kontact/plugins/weather/" -# We remove some plugins that are related to external kdepim programs, -# because they also need libs from korganizer, kpilot etc... so to emerge -# kontact we'd also need ALL the other programs, thus, it's better to emerge -# kontact's plugins in the ebuild of its program. - -src_unpack() { - kde-meta_src_unpack - - # Fixing the desktop file. - sed -i -e "/Categories=/s:$:;:" "${S}"/kontact/src/kontactdcop.desktop \ - || die "sed to fix the desktop file failed." -} - -pkg_postinst() { - kde_pkg_postinst - - elog "If you're using kde-misc/basket, please re-emerge it now to avoid crashes with ${PN}." - elog "cf. https://bugs.gentoo.org/show_bug.cgi?id=174872 for details." -} |