diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-04 09:28:53 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-04 09:28:53 +0000 |
commit | c925979b756cf8fe61cce804ea00169205a485b0 (patch) | |
tree | a3d4042d4c678cdee361e03a4b89526eb62a1af2 /kde-misc/dolphin/dolphin-0.8.1.ebuild | |
parent | stable x86, bug #159008 (diff) | |
download | gentoo-2-c925979b756cf8fe61cce804ea00169205a485b0.tar.gz gentoo-2-c925979b756cf8fe61cce804ea00169205a485b0.tar.bz2 gentoo-2-c925979b756cf8fe61cce804ea00169205a485b0.zip |
Version bump.
(Portage version: 2.1.2_rc4-r4)
Diffstat (limited to 'kde-misc/dolphin/dolphin-0.8.1.ebuild')
-rw-r--r-- | kde-misc/dolphin/dolphin-0.8.1.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/kde-misc/dolphin/dolphin-0.8.1.ebuild b/kde-misc/dolphin/dolphin-0.8.1.ebuild new file mode 100644 index 000000000000..68d4095da5b3 --- /dev/null +++ b/kde-misc/dolphin/dolphin-0.8.1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/dolphin/dolphin-0.8.1.ebuild,v 1.1 2007/01/04 09:28:53 flameeyes Exp $ + +inherit kde + +DESCRIPTION="A file manager for KDE focusing on usability." +HOMEPAGE="http://enzosworld.gmxhome.de" +SRC_URI="http://enzosworld.gmxhome.de/download/${P}.tar.gz" + +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" + +SLOT="0" +LICENSE="GPL-2" +IUSE="kdeenablefinal" + +need-kde 3.5 + |