diff options
Diffstat (limited to 'kde-misc/yakuake/yakuake-2.7.5.ebuild')
-rw-r--r-- | kde-misc/yakuake/yakuake-2.7.5.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/kde-misc/yakuake/yakuake-2.7.5.ebuild b/kde-misc/yakuake/yakuake-2.7.5.ebuild deleted file mode 100644 index 7ccd64f582f3..000000000000 --- a/kde-misc/yakuake/yakuake-2.7.5.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/yakuake/yakuake-2.7.5.ebuild,v 1.9 2007/01/19 18:16:13 flameeyes Exp $ - -inherit kde - -DESCRIPTION="A quake-style terminal emulator based on KDE konsole technology" -HOMEPAGE="http://extragear.kde.org/apps/yakuake/" -SRC_URI="http://www.kde-apps.org/content/files/29153-${P}.tar.bz2" - -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" -IUSE="" - -DEPEND="|| ( kde-base/konsole - kde-base/kdebase )" - -RDEPEND="${DEPEND}" - -need-kde 3.3 - -src_install() { - kde_src_install - rm -rf "${D}/usr/share/applnk" - - insinto /usr/share/applications - doins "${S}/yakuake/src/yakuake.desktop" - - # From upstream, fix menu categorization - echo "Categories=Qt;KDE;System;TerminalEmulator;" \ - >> "${D}/usr/share/applications/yakuake.desktop" -} |