diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-06-21 15:53:54 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-06-21 15:53:54 +0000 |
commit | ad0923563c98a039f39749ac48d242625d8a256e (patch) | |
tree | 02b11ac42d36c3074f519c736457135d2aa4f0e2 /kde-base/drkonqi/drkonqi-4.3.3.ebuild | |
parent | Automated update of use.local.desc (diff) | |
download | historical-ad0923563c98a039f39749ac48d242625d8a256e.tar.gz historical-ad0923563c98a039f39749ac48d242625d8a256e.tar.bz2 historical-ad0923563c98a039f39749ac48d242625d8a256e.zip |
Drop 4.3.3. Drop hppa keywords per bug #304363.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'kde-base/drkonqi/drkonqi-4.3.3.ebuild')
-rw-r--r-- | kde-base/drkonqi/drkonqi-4.3.3.ebuild | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/kde-base/drkonqi/drkonqi-4.3.3.ebuild b/kde-base/drkonqi/drkonqi-4.3.3.ebuild deleted file mode 100644 index 7c3aa298292a..000000000000 --- a/kde-base/drkonqi/drkonqi-4.3.3.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/drkonqi/drkonqi-4.3.3.ebuild,v 1.6 2010/01/19 00:59:49 jer Exp $ - -EAPI="2" - -KMNAME="kdebase-runtime" -inherit kde4-meta - -DESCRIPTION="KDE crash handler, gives the user feedback if a program crashed" -KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86" -IUSE="debug" - -add_blocker drkonqi2 - -pkg_postinst() { - kde4-meta_pkg_postinst - elog "For more usability consider installing folowing packages:" - elog " sys-devel/gdb - Easier debugging support" -} |