diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2008-11-09 01:57:09 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2008-11-09 01:57:09 +0000 |
commit | 325ec8284aac8d0ce93934e0432d1e83c7c52dad (patch) | |
tree | 88193517b3feb4016848f34f2fc8be1128d88a2b /kde-base/kblocks | |
parent | Full auto: Version bump for KDE-4.1.3 (diff) | |
download | gentoo-2-325ec8284aac8d0ce93934e0432d1e83c7c52dad.tar.gz gentoo-2-325ec8284aac8d0ce93934e0432d1e83c7c52dad.tar.bz2 gentoo-2-325ec8284aac8d0ce93934e0432d1e83c7c52dad.zip |
Full auto: Version bump for KDE-4.1.3
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-gentoo i686)
Diffstat (limited to 'kde-base/kblocks')
-rw-r--r-- | kde-base/kblocks/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kblocks/kblocks-4.1.3.ebuild | 12 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/kblocks/ChangeLog b/kde-base/kblocks/ChangeLog index 1b0cf43203a2..f3e99cec2578 100644 --- a/kde-base/kblocks/ChangeLog +++ b/kde-base/kblocks/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kblocks # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kblocks/ChangeLog,v 1.1 2008/10/02 06:50:42 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kblocks/ChangeLog,v 1.2 2008/11/09 01:57:09 scarabeus Exp $ + +*kblocks-4.1.3 (08 Nov 2008) + + 08 Nov 2008; Tomas Chvatal <scarabeus@gentoo.org> +kblocks-4.1.3.ebuild: + Version bump. *kblocks-4.1.2 (02 Oct 2008) diff --git a/kde-base/kblocks/kblocks-4.1.3.ebuild b/kde-base/kblocks/kblocks-4.1.3.ebuild new file mode 100644 index 000000000000..39f920df2e5a --- /dev/null +++ b/kde-base/kblocks/kblocks-4.1.3.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kblocks/kblocks-4.1.3.ebuild,v 1.1 2008/11/09 01:57:09 scarabeus Exp $ + +EAPI="2" + +KMNAME=kdegames +inherit kde4-meta + +DESCRIPTION="A single-player Tetris-like game." +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook" |