diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2008-02-20 22:36:56 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2008-02-20 22:36:56 +0000 |
commit | ddabede8d8d6eee631add304b24dd69af00c99b7 (patch) | |
tree | d2154bb6e607294e040e5d42df6a34f335a278e5 /kde-base/katomic | |
parent | Version bump to KDE 3.5.9. (diff) | |
download | gentoo-2-ddabede8d8d6eee631add304b24dd69af00c99b7.tar.gz gentoo-2-ddabede8d8d6eee631add304b24dd69af00c99b7.tar.bz2 gentoo-2-ddabede8d8d6eee631add304b24dd69af00c99b7.zip |
Version bump to KDE 3.5.9.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/katomic')
-rw-r--r-- | kde-base/katomic/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/katomic/katomic-3.5.9.ebuild | 16 |
2 files changed, 23 insertions, 1 deletions
diff --git a/kde-base/katomic/ChangeLog b/kde-base/katomic/ChangeLog index 7f606e0d377f..82ea91598f7e 100644 --- a/kde-base/katomic/ChangeLog +++ b/kde-base/katomic/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/katomic # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/katomic/ChangeLog,v 1.80 2008/02/17 02:37:51 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/katomic/ChangeLog,v 1.81 2008/02/20 22:36:56 philantrop Exp $ + +*katomic-3.5.9 (20 Feb 2008) + + 20 Feb 2008; Wulf C. Krueger <philantrop@gentoo.org> + +katomic-3.5.9.ebuild: + Version bump to KDE 3.5.9. 16 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> -katomic-3.5.5.ebuild, -katomic-3.5.6.ebuild, -katomic-3.5.7.ebuild, -katomic-4.0.0.ebuild: diff --git a/kde-base/katomic/katomic-3.5.9.ebuild b/kde-base/katomic/katomic-3.5.9.ebuild new file mode 100644 index 000000000000..7565917fa9ee --- /dev/null +++ b/kde-base/katomic/katomic-3.5.9.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/katomic/katomic-3.5.9.ebuild,v 1.1 2008/02/20 22:36:56 philantrop Exp $ +KMNAME=kdegames +EAPI="1" +inherit kde-meta + +DESCRIPTION="KDE Atomic Entertainment Game" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="kdehiddenvisibility" + +DEPEND=">=kde-base/libkdegames-${PV}:${SLOT}" +RDEPEND="${DEPEND}" + +KMEXTRACTONLY=libkdegames +KMCOPYLIB="libkdegames libkdegames" |