diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-01-13 23:04:25 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-01-13 23:04:25 +0000 |
commit | 4c4159bdfd4479baebb8ea37a702b93f38085f22 (patch) | |
tree | c62a64db15e6dba515301a15e2f96d5512b221df /kde-base/ktux | |
parent | Bump kde to 4.1.4 (diff) | |
download | gentoo-2-4c4159bdfd4479baebb8ea37a702b93f38085f22.tar.gz gentoo-2-4c4159bdfd4479baebb8ea37a702b93f38085f22.tar.bz2 gentoo-2-4c4159bdfd4479baebb8ea37a702b93f38085f22.zip |
Bump kde to 4.1.4
(Portage version: 2.2_rc21/cvs/Linux 2.6.28-gentoo x86_64)
Diffstat (limited to 'kde-base/ktux')
-rw-r--r-- | kde-base/ktux/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/ktux/ktux-4.1.4.ebuild | 16 |
2 files changed, 23 insertions, 2 deletions
diff --git a/kde-base/ktux/ChangeLog b/kde-base/ktux/ChangeLog index 7a98dad93063..d7eef9105874 100644 --- a/kde-base/ktux/ChangeLog +++ b/kde-base/ktux/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/ktux -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ktux/ChangeLog,v 1.94 2008/11/16 08:11:18 vapier Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktux/ChangeLog,v 1.95 2009/01/13 23:04:25 alexxy Exp $ + +*ktux-4.1.4 (13 Jan 2009) + + 13 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> +ktux-4.1.4.ebuild: + Bump to 4.1.4 15 Nov 2008; Mike Frysinger <vapier@gentoo.org> ktux-4.1.3.ebuild: Add ppc/ppc64 love #244306. diff --git a/kde-base/ktux/ktux-4.1.4.ebuild b/kde-base/ktux/ktux-4.1.4.ebuild new file mode 100644 index 000000000000..4e5a8f92ee18 --- /dev/null +++ b/kde-base/ktux/ktux-4.1.4.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktux/ktux-4.1.4.ebuild,v 1.1 2009/01/13 23:04:25 alexxy Exp $ + +EAPI="2" + +KMNAME=kdetoys +inherit kde4-meta + +DESCRIPTION="KDE: screensaver featuring the Space-Faring Tux" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="debug" + +DEPEND=">=app-misc/strigi-0.5.7 + >=kde-base/kscreensaver-${PV}:${SLOT}" +RDEPEND="${DEPEND}" |