diff options
author | 2009-11-19 23:30:54 +0000 | |
---|---|---|
committer | 2009-11-19 23:30:54 +0000 | |
commit | f73847f97ed9f6e117526afd85736acacbf13b0a (patch) | |
tree | 8f0201cd18d512335d4519cb34b138acbf66ff0f /kde-base/kontact | |
parent | Remove KDE 3.5.10. (diff) | |
download | historical-f73847f97ed9f6e117526afd85736acacbf13b0a.tar.gz historical-f73847f97ed9f6e117526afd85736acacbf13b0a.tar.bz2 historical-f73847f97ed9f6e117526afd85736acacbf13b0a.zip |
Remove KDE 3.5.10.
Package-Manager: portage-2.2_rc50/cvs/Linux x86_64
Diffstat (limited to 'kde-base/kontact')
-rw-r--r-- | kde-base/kontact/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kontact/kontact-3.5.10.ebuild | 37 |
2 files changed, 5 insertions, 38 deletions
diff --git a/kde-base/kontact/ChangeLog b/kde-base/kontact/ChangeLog index 59c07af780e3..e696e4bf63e5 100644 --- a/kde-base/kontact/ChangeLog +++ b/kde-base/kontact/ChangeLog @@ -1,6 +1,10 @@ # 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.134 2009/11/08 23:51:47 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/ChangeLog,v 1.135 2009/11/19 23:25:28 ssuominen Exp $ + + 19 Nov 2009; Samuli Suominen <ssuominen@gentoo.org> + -kontact-3.5.10.ebuild: + Remove KDE 3.5.10. 08 Nov 2009; Alexey Shvetsov <alexxy@gentoo.org> -kontact-4.3.2.ebuild: Drop KDE 4.3.2 diff --git a/kde-base/kontact/kontact-3.5.10.ebuild b/kde-base/kontact/kontact-3.5.10.ebuild deleted file mode 100644 index e310e0a23f26..000000000000 --- a/kde-base/kontact/kontact-3.5.10.ebuild +++ /dev/null @@ -1,37 +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.10.ebuild,v 1.8 2009/07/12 13:11:46 armin76 Exp $ - -KMNAME=kdepim -EAPI="1" -inherit kde-meta eutils - -DESCRIPTION="KDE personal information manager" -KEYWORDS="alpha amd64 hppa ia64 ~mips 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. - -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." -} |