diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2008-10-02 10:19:04 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2008-10-02 10:19:04 +0000 |
commit | 54b8e546e604a8a0e24d5f07959e4c4ce298501a (patch) | |
tree | 93b16390d149325ca246c8dca52f4c734c7d8e5f /kde-base/ktimezoned | |
parent | Add kde-4.1.2 into the tree from the kde-testing overlay. (diff) | |
download | gentoo-2-54b8e546e604a8a0e24d5f07959e4c4ce298501a.tar.gz gentoo-2-54b8e546e604a8a0e24d5f07959e4c4ce298501a.tar.bz2 gentoo-2-54b8e546e604a8a0e24d5f07959e4c4ce298501a.zip |
Add kde-4.1.2 into the tree from the kde-testing overlay.
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'kde-base/ktimezoned')
-rw-r--r-- | kde-base/ktimezoned/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/ktimezoned/ktimezoned-4.1.2.ebuild | 12 |
2 files changed, 19 insertions, 1 deletions
diff --git a/kde-base/ktimezoned/ChangeLog b/kde-base/ktimezoned/ChangeLog index 17799b8bb588..9fdb931c0de4 100644 --- a/kde-base/ktimezoned/ChangeLog +++ b/kde-base/ktimezoned/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/ktimezoned # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ktimezoned/ChangeLog,v 1.9 2008/06/09 15:08:04 keytoaster Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktimezoned/ChangeLog,v 1.10 2008/10/02 10:19:04 jmbsvicetto Exp $ + +*ktimezoned-4.1.2 (02 Oct 2008) + + 02 Oct 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> + +ktimezoned-4.1.2.ebuild: + Add kde-4.1.2 into the tree from the kde-testing overlay. 09 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org> -ktimezoned-4.0.2.ebuild, -ktimezoned-4.0.3.ebuild: diff --git a/kde-base/ktimezoned/ktimezoned-4.1.2.ebuild b/kde-base/ktimezoned/ktimezoned-4.1.2.ebuild new file mode 100644 index 000000000000..89c967a95c4e --- /dev/null +++ b/kde-base/ktimezoned/ktimezoned-4.1.2.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/ktimezoned/ktimezoned-4.1.2.ebuild,v 1.1 2008/10/02 10:19:04 jmbsvicetto Exp $ + +EAPI="2" + +KMNAME=kdebase-runtime +inherit kde4-meta + +DESCRIPTION="KDE: Timezone daemon" +KEYWORDS="~amd64 ~x86" +IUSE="debug" |