diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-16 00:31:36 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-16 00:31:36 +0000 |
commit | e2f315a61e4692b99cd370371ec440e55c5d4c5e (patch) | |
tree | 63fe8526cefcc5a18ef88e0aa3a7118c396c259c /kde-base/ktip | |
parent | Added KDE 4.0.4 version of ktimezoned. Thanks to Jorge Manuel B. S. Vicetto. (diff) | |
download | gentoo-2-e2f315a61e4692b99cd370371ec440e55c5d4c5e.tar.gz gentoo-2-e2f315a61e4692b99cd370371ec440e55c5d4c5e.tar.bz2 gentoo-2-e2f315a61e4692b99cd370371ec440e55c5d4c5e.zip |
Added KDE 4.0.4 version of ktip. Thanks to Jorge Manuel B. S. Vicetto.
(Portage version: 2.1.5)
Diffstat (limited to 'kde-base/ktip')
-rw-r--r-- | kde-base/ktip/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/ktip/ktip-4.0.4.ebuild | 12 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/ktip/ChangeLog b/kde-base/ktip/ChangeLog index 8ccefc0f4200..aa56735db932 100644 --- a/kde-base/ktip/ChangeLog +++ b/kde-base/ktip/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/ktip # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ktip/ChangeLog,v 1.91 2008/05/15 07:23:42 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktip/ChangeLog,v 1.92 2008/05/16 00:31:36 ingmar Exp $ + +*ktip-4.0.4 (15 May 2008) + + 15 May 2008; Ingmar Vanhassel <ingmar@gentoo.org> +ktip-4.0.4.ebuild: + Added KDE 4.0.4 version of ktip. Thanks to Jorge Manuel B. S. Vicetto. 15 May 2008; Markus Rothe <corsair@gentoo.org> ktip-3.5.9.ebuild: Stable on ppc64; bug #221063 diff --git a/kde-base/ktip/ktip-4.0.4.ebuild b/kde-base/ktip/ktip-4.0.4.ebuild new file mode 100644 index 000000000000..acd302c570d9 --- /dev/null +++ b/kde-base/ktip/ktip-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/ktip/ktip-4.0.4.ebuild,v 1.1 2008/05/16 00:31:36 ingmar Exp $ + +EAPI="1" + +KMNAME=kdebase-workspace +inherit kde4-meta + +DESCRIPTION="KDE tip-of-the-day displayer" +KEYWORDS="~amd64 ~x86" +IUSE="debug" |