diff options
author | David Shakaryan <omp@gentoo.org> | 2006-09-22 05:48:28 +0000 |
---|---|---|
committer | David Shakaryan <omp@gentoo.org> | 2006-09-22 05:48:28 +0000 |
commit | 4b1bae25e1b0712359aac604761dbd155e34a036 (patch) | |
tree | 8a9787ac51f3efc0077a61e433cce266f7a0c7aa /kde-misc/dolphin/dolphin-0.6.2.ebuild | |
parent | net-misc/metacafe-dl: Version bump. (diff) | |
download | sunrise-4b1bae25e1b0712359aac604761dbd155e34a036.tar.gz sunrise-4b1bae25e1b0712359aac604761dbd155e34a036.tar.bz2 sunrise-4b1bae25e1b0712359aac604761dbd155e34a036.zip |
kde-misc/dolphin: Removing from overlay as flameeyes has committed it to the official tree.
svn path=/sunrise/; revision=1297
Diffstat (limited to 'kde-misc/dolphin/dolphin-0.6.2.ebuild')
-rw-r--r-- | kde-misc/dolphin/dolphin-0.6.2.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/kde-misc/dolphin/dolphin-0.6.2.ebuild b/kde-misc/dolphin/dolphin-0.6.2.ebuild deleted file mode 100644 index 414d527e0..000000000 --- a/kde-misc/dolphin/dolphin-0.6.2.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit kde - -KEYWORDS="~x86" - -DESCRIPTION="A file manager for KDE focusing on usability." -HOMEPAGE="http://enzosworld.gmxhome.de" -SRC_URI="http://enzosworld.gmxhome.de/download/${P}.tar.gz" -SLOT="0" -LICENSE="GPL-2" -IUSE="kdeenablefinal" - -DEPEND="kde-base/kdelibs" -RDEPEND="${DEPEND}" - -need-kde 3.4 - -src_compile() { - myconf="$(use_enable kdeenablefinal final)" - kde_src_compile -} |