diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2008-02-20 23:15:11 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2008-02-20 23:15:11 +0000 |
commit | 221b32667d2e00ef0249414e803421cacae950f0 (patch) | |
tree | f62e82cfbf0143dd123da782ee1d79509a21af1c | |
parent | Version bump to KDE 3.5.9. (diff) | |
download | gentoo-2-221b32667d2e00ef0249414e803421cacae950f0.tar.gz gentoo-2-221b32667d2e00ef0249414e803421cacae950f0.tar.bz2 gentoo-2-221b32667d2e00ef0249414e803421cacae950f0.zip |
Version bump to KDE 3.5.9.
(Portage version: 2.1.4.4)
-rw-r--r-- | kde-base/kpat/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kpat/kpat-3.5.9.ebuild | 18 |
2 files changed, 24 insertions, 1 deletions
diff --git a/kde-base/kpat/ChangeLog b/kde-base/kpat/ChangeLog index 854135a1d676..b70ced73ff5d 100644 --- a/kde-base/kpat/ChangeLog +++ b/kde-base/kpat/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kpat # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kpat/ChangeLog,v 1.81 2008/02/17 02:38:26 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kpat/ChangeLog,v 1.82 2008/02/20 23:15:11 philantrop Exp $ + +*kpat-3.5.9 (20 Feb 2008) + + 20 Feb 2008; Wulf C. Krueger <philantrop@gentoo.org> +kpat-3.5.9.ebuild: + Version bump to KDE 3.5.9. 16 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> -kpat-3.5.5.ebuild, -kpat-3.5.6.ebuild, -kpat-3.5.7.ebuild, -kpat-4.0.0.ebuild: diff --git a/kde-base/kpat/kpat-3.5.9.ebuild b/kde-base/kpat/kpat-3.5.9.ebuild new file mode 100644 index 000000000000..5f78ec6e7314 --- /dev/null +++ b/kde-base/kpat/kpat-3.5.9.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kpat/kpat-3.5.9.ebuild,v 1.1 2008/02/20 23:15:11 philantrop Exp $ +KMNAME=kdegames +EAPI="1" +inherit kde-meta + +DESCRIPTION="KDE patience game" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="kdehiddenvisibility" + +DEPEND=">=kde-base/libkdegames-${PV}:${SLOT}" + +RDEPEND="${DEPEND} + >=kde-base/kdebase-data-${PV}:${SLOT}" + +KMEXTRACTONLY=libkdegames +KMCOPYLIB="libkdegames libkdegames" |