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 | |
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')
-rw-r--r-- | x11-themes/tiblit/ChangeLog | 5 | ||||
-rw-r--r-- | x11-themes/tiblit/Manifest | 4 | ||||
-rw-r--r-- | x11-themes/tiblit/files/digest-tiblit-2.0_beta | 1 | ||||
-rw-r--r-- | x11-themes/tiblit/tiblit-2.0_beta.ebuild | 16 |
4 files changed, 24 insertions, 2 deletions
diff --git a/x11-themes/tiblit/ChangeLog b/x11-themes/tiblit/ChangeLog index 41176a050746..d75e4030d7a6 100644 --- a/x11-themes/tiblit/ChangeLog +++ b/x11-themes/tiblit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-themes/tiblit # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/tiblit/ChangeLog,v 1.3 2005/07/01 09:00:40 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/tiblit/ChangeLog,v 1.4 2005/07/03 09:08:34 voxus Exp $ + + 03 Jul 2005; Konstantin Arkhipov <voxus@gentoo.org> +tiblit-2.0_beta.ebuild: + Version bump. 01 Jul 2005; Konstantin Arkhipov <voxus@gentoo.org> tiblit-1.2.ebuild: Goes stable on x86, ~amd64 keyword added. diff --git a/x11-themes/tiblit/Manifest b/x11-themes/tiblit/Manifest index 0e600673a629..704bdd4ff053 100644 --- a/x11-themes/tiblit/Manifest +++ b/x11-themes/tiblit/Manifest @@ -1,4 +1,6 @@ -MD5 161abe8de5d0bf596544177e10407a48 ChangeLog 463 +MD5 cb7eacdf9259d63a603b498848d96b79 tiblit-2.0_beta.ebuild 502 +MD5 1220df2ca5934e72d6bd3ddff5a9c0a8 ChangeLog 559 MD5 cb28be74814f0f6cbf78047995f51226 metadata.xml 233 MD5 5cfa0472c904dc1c55e810d4dfeee7e3 tiblit-1.2.ebuild 488 MD5 a0616853764094310c10ce30ac89a1f1 files/digest-tiblit-1.2 69 +MD5 d0f8634241aad42a5d28761dbb36480e files/digest-tiblit-2.0_beta 68 diff --git a/x11-themes/tiblit/files/digest-tiblit-2.0_beta b/x11-themes/tiblit/files/digest-tiblit-2.0_beta new file mode 100644 index 000000000000..60b82b81febf --- /dev/null +++ b/x11-themes/tiblit/files/digest-tiblit-2.0_beta @@ -0,0 +1 @@ +MD5 fc35f7fd78bfaa2ba9ce3aec48fec0ba tiblit-2.0-beta.tar.bz2 477442 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/}" |