diff options
author | Przemyslaw Maciag <troll@gentoo.org> | 2007-02-11 23:22:57 +0000 |
---|---|---|
committer | Przemyslaw Maciag <troll@gentoo.org> | 2007-02-11 23:22:57 +0000 |
commit | f098dcc1eb2fcb878122fbadb7aaa7a867098903 (patch) | |
tree | af6e545d6b5c30a279f70843b4571a73260fa3d9 /kde-misc/kooldock/kooldock-0.4.4.ebuild | |
parent | TEXTREL & EXECSTACK stuff; bug 144801 (diff) | |
download | historical-f098dcc1eb2fcb878122fbadb7aaa7a867098903.tar.gz historical-f098dcc1eb2fcb878122fbadb7aaa7a867098903.tar.bz2 historical-f098dcc1eb2fcb878122fbadb7aaa7a867098903.zip |
Version bump (0.4.4)
Package-Manager: portage-2.1.2-r9
Diffstat (limited to 'kde-misc/kooldock/kooldock-0.4.4.ebuild')
-rw-r--r-- | kde-misc/kooldock/kooldock-0.4.4.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/kde-misc/kooldock/kooldock-0.4.4.ebuild b/kde-misc/kooldock/kooldock-0.4.4.ebuild new file mode 100644 index 000000000000..2bd21745fe63 --- /dev/null +++ b/kde-misc/kooldock/kooldock-0.4.4.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kooldock/kooldock-0.4.4.ebuild,v 1.1 2007/02/11 23:22:57 troll Exp $ + +inherit kde + +IUSE="" + +DESCRIPTION=" KoolDock is a dock for KDE with cool visual enhancements and effects" +HOMEPAGE="http://www.kde-apps.org/content/show.php?content=50910" +# kde-apps link is broken for us - no version in filename... my mirror instead: +SRC_URI="http://vivid.dat.pl/kde/${P}.tar.gz" + +S="${WORKDIR}/${PN}" + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" + +SLOT="0" + +need-kde 3.2 |