diff options
author | Konstantin V. Arkhipov <voxus@gentoo.org> | 2005-07-03 09:08:34 +0000 |
---|---|---|
committer | Konstantin V. Arkhipov <voxus@gentoo.org> | 2005-07-03 09:08:34 +0000 |
commit | e1ce128a3019826bc3b5a9015f5dabeb9499eda7 (patch) | |
tree | 566ebfaf61c7cbfd4975e3150491abd91b86ff99 /x11-themes/tiblit/tiblit-2.0_beta.ebuild | |
parent | create log directory; fix ebuild wrong doings; 0.9.9-r1 stable on x86; bump t... (diff) | |
download | gentoo-2-e1ce128a3019826bc3b5a9015f5dabeb9499eda7.tar.gz gentoo-2-e1ce128a3019826bc3b5a9015f5dabeb9499eda7.tar.bz2 gentoo-2-e1ce128a3019826bc3b5a9015f5dabeb9499eda7.zip |
* bump
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-themes/tiblit/tiblit-2.0_beta.ebuild')
-rw-r--r-- | x11-themes/tiblit/tiblit-2.0_beta.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/x11-themes/tiblit/tiblit-2.0_beta.ebuild b/x11-themes/tiblit/tiblit-2.0_beta.ebuild new file mode 100644 index 000000000000..7c69b7cc3671 --- /dev/null +++ b/x11-themes/tiblit/tiblit-2.0_beta.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/tiblit/tiblit-2.0_beta.ebuild,v 1.1 2005/07/03 09:08:34 voxus Exp $ + +inherit kde +need-kde 3.2 +KLV="20798" + +DESCRIPTION="KDE style focused on customization" +HOMEPAGE="http://www.kde-look.org/content/show.php?content=${KLV}" +SRC_URI="mirror://sourceforge/${PN}/${P/_/-}.tar.bz2" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~amd64" +S="${WORKDIR}/${P/_beta/}" |