diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-03-08 22:45:05 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-03-08 22:45:05 +0000 |
commit | 8533e70777eae71b4a50f65460699b3524916c1c (patch) | |
tree | 025287560c411b5997a128e0579e18ad413be617 /kde-base/kappfinder | |
parent | Initial import, ebuild courtesy of Thorsten Vollmer (bug 258741). (diff) | |
download | gentoo-2-8533e70777eae71b4a50f65460699b3524916c1c.tar.gz gentoo-2-8533e70777eae71b4a50f65460699b3524916c1c.tar.bz2 gentoo-2-8533e70777eae71b4a50f65460699b3524916c1c.zip |
Revert wrongly commited new eclass behavior.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kappfinder')
-rw-r--r-- | kde-base/kappfinder/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kappfinder/kappfinder-4.2.1.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/kde-base/kappfinder/ChangeLog b/kde-base/kappfinder/ChangeLog index a0b0b69c1c95..4f442344e333 100644 --- a/kde-base/kappfinder/ChangeLog +++ b/kde-base/kappfinder/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kappfinder # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kappfinder/ChangeLog,v 1.107 2009/03/08 19:00:14 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kappfinder/ChangeLog,v 1.108 2009/03/08 22:45:05 scarabeus Exp $ + + 08 Mar 2009; Tomas Chvatal <scarabeus@gentoo.org> kappfinder-4.2.1.ebuild: + Revert wrongly commited new eclass behavior. 08 Mar 2009; Alexey Shvetsov <alexxy@gentoo.org> -kappfinder-4.2.0.ebuild: Drop KDE 4.2.0 diff --git a/kde-base/kappfinder/kappfinder-4.2.1.ebuild b/kde-base/kappfinder/kappfinder-4.2.1.ebuild index 8055b52a8f01..699fbe811db2 100644 --- a/kde-base/kappfinder/kappfinder-4.2.1.ebuild +++ b/kde-base/kappfinder/kappfinder-4.2.1.ebuild @@ -1,10 +1,11 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kappfinder/kappfinder-4.2.1.ebuild,v 1.2 2009/03/08 13:14:30 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kappfinder/kappfinder-4.2.1.ebuild,v 1.3 2009/03/08 22:45:05 scarabeus Exp $ EAPI="2" -KMNAME="kdebase-apps" +KMNAME="kdebase" +KMMODULE="apps/${PN}" inherit kde4-meta DESCRIPTION="KDE tool that looks for well-known apps in your path and creates entries for them in the KDE menu" |