diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-15 22:37:25 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-15 22:37:25 +0000 |
commit | f1ae0bf0c5fae97b43a4435c54f9711bf932e6e0 (patch) | |
tree | 19c6dcbef39307dcbc3d56db580631ce9139a938 /kde-base/bovo | |
parent | Added KDE 4.0.4 version of blinken. Thanks to Jorge Manuel B. S. Vicetto. (diff) | |
download | gentoo-2-f1ae0bf0c5fae97b43a4435c54f9711bf932e6e0.tar.gz gentoo-2-f1ae0bf0c5fae97b43a4435c54f9711bf932e6e0.tar.bz2 gentoo-2-f1ae0bf0c5fae97b43a4435c54f9711bf932e6e0.zip |
Added KDE 4.0.4 version of bovo. Thanks to Jorge Manuel B. S. Vicetto.
(Portage version: 2.1.5)
Diffstat (limited to 'kde-base/bovo')
-rw-r--r-- | kde-base/bovo/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/bovo/bovo-4.0.4.ebuild | 12 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/bovo/ChangeLog b/kde-base/bovo/ChangeLog index 48594a550202..2b3ca6b5d25b 100644 --- a/kde-base/bovo/ChangeLog +++ b/kde-base/bovo/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/bovo # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/bovo/ChangeLog,v 1.6 2008/04/03 20:36:10 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/bovo/ChangeLog,v 1.7 2008/05/15 22:37:25 ingmar Exp $ + +*bovo-4.0.4 (15 May 2008) + + 15 May 2008; Ingmar Vanhassel <ingmar@gentoo.org> +bovo-4.0.4.ebuild: + Added KDE 4.0.4 version of bovo. Thanks to Jorge Manuel B. S. Vicetto. *bovo-4.0.3 (03 Apr 2008) diff --git a/kde-base/bovo/bovo-4.0.4.ebuild b/kde-base/bovo/bovo-4.0.4.ebuild new file mode 100644 index 000000000000..8132205e4c5b --- /dev/null +++ b/kde-base/bovo/bovo-4.0.4.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/bovo/bovo-4.0.4.ebuild,v 1.1 2008/05/15 22:37:25 ingmar Exp $ + +EAPI="1" + +KMNAME=kdegames +inherit kde4-meta + +DESCRIPTION="Five-in-a-row Board Game" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook" |