diff options
author | 2008-02-20 23:25:29 +0000 | |
---|---|---|
committer | 2008-02-20 23:25:29 +0000 | |
commit | ddcba644f1da35edfd2c45204cca637078d8858c (patch) | |
tree | 4264e826cf856899509cb4ae788e0dbdd6469ebd /kde-base/ktuberling | |
parent | Version bump to KDE 3.5.9. (diff) | |
download | gentoo-2-ddcba644f1da35edfd2c45204cca637078d8858c.tar.gz gentoo-2-ddcba644f1da35edfd2c45204cca637078d8858c.tar.bz2 gentoo-2-ddcba644f1da35edfd2c45204cca637078d8858c.zip |
Version bump to KDE 3.5.9.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/ktuberling')
-rw-r--r-- | kde-base/ktuberling/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/ktuberling/ktuberling-3.5.9.ebuild | 16 |
2 files changed, 23 insertions, 1 deletions
diff --git a/kde-base/ktuberling/ChangeLog b/kde-base/ktuberling/ChangeLog index b3a49ce1acf0..cd0b31284111 100644 --- a/kde-base/ktuberling/ChangeLog +++ b/kde-base/ktuberling/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/ktuberling # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ktuberling/ChangeLog,v 1.80 2008/02/17 02:47:59 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktuberling/ChangeLog,v 1.81 2008/02/20 23:25:29 philantrop Exp $ + +*ktuberling-3.5.9 (20 Feb 2008) + + 20 Feb 2008; Wulf C. Krueger <philantrop@gentoo.org> + +ktuberling-3.5.9.ebuild: + Version bump to KDE 3.5.9. 16 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> -ktuberling-3.5.5.ebuild, -ktuberling-3.5.6.ebuild, diff --git a/kde-base/ktuberling/ktuberling-3.5.9.ebuild b/kde-base/ktuberling/ktuberling-3.5.9.ebuild new file mode 100644 index 000000000000..45e0e9afd7cb --- /dev/null +++ b/kde-base/ktuberling/ktuberling-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/ktuberling/ktuberling-3.5.9.ebuild,v 1.1 2008/02/20 23:25:29 philantrop Exp $ +KMNAME=kdegames +EAPI="1" +inherit kde-meta + +DESCRIPTION="KDE: potato game for kids" +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" |