diff options
author | Tobias Heinlein <keytoaster@gentoo.org> | 2007-08-30 18:47:50 +0000 |
---|---|---|
committer | Tobias Heinlein <keytoaster@gentoo.org> | 2007-08-30 18:47:50 +0000 |
commit | d0c2c2e57c573dc5ebcdd9d7b203eba4dd5bf471 (patch) | |
tree | e43f008f1f8ce895e54978feaf27bba02b5d8b27 /kde-misc/komparator/komparator-0.7.ebuild | |
parent | Remove USE gstreamer08 from flumotion. (diff) | |
download | historical-d0c2c2e57c573dc5ebcdd9d7b203eba4dd5bf471.tar.gz historical-d0c2c2e57c573dc5ebcdd9d7b203eba4dd5bf471.tar.bz2 historical-d0c2c2e57c573dc5ebcdd9d7b203eba4dd5bf471.zip |
Version bump.
Package-Manager: portage-2.1.3.7
Diffstat (limited to 'kde-misc/komparator/komparator-0.7.ebuild')
-rw-r--r-- | kde-misc/komparator/komparator-0.7.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/kde-misc/komparator/komparator-0.7.ebuild b/kde-misc/komparator/komparator-0.7.ebuild new file mode 100644 index 000000000000..140201557b1a --- /dev/null +++ b/kde-misc/komparator/komparator-0.7.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/komparator/komparator-0.7.ebuild,v 1.1 2007/08/30 18:47:50 keytoaster Exp $ + +inherit eutils kde + +DESCRIPTION="Komparator is a kde frontend for synchronising directories." +HOMEPAGE="http://komparator.sf.net" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" + +need-kde 3.5 |