Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-misc/kosd: ChangeLog kosd-0.6.0.ebuild
Date: Thu, 06 Jan 2011 16:52:47
Message-Id: 20110106165237.BAD9020051@flycatcher.gentoo.org
1 dilfridge 11/01/06 16:52:37
2
3 Modified: ChangeLog
4 Added: kosd-0.6.0.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.1.9.29/cvs/Linux i686)
9
10 Revision Changes Path
11 1.2 kde-misc/kosd/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kosd/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kosd/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kosd/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/kde-misc/kosd/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 27 Oct 2009 23:40:39 -0000 1.1
24 +++ ChangeLog 6 Jan 2011 16:52:37 -0000 1.2
25 @@ -1,6 +1,11 @@
26 # ChangeLog for kde-misc/kosd
27 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kosd/ChangeLog,v 1.1 2009/10/27 23:40:39 ssuominen Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kosd/ChangeLog,v 1.2 2011/01/06 16:52:37 dilfridge Exp $
31 +
32 +*kosd-0.6.0 (06 Jan 2011)
33 +
34 + 06 Jan 2011; Andreas K. Huettel <dilfridge@g.o> +kosd-0.6.0.ebuild:
35 + Version bump
36
37 *kosd-0.4.2 (28 Oct 2009)
38
39
40
41
42 1.1 kde-misc/kosd/kosd-0.6.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kosd/kosd-0.6.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kosd/kosd-0.6.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: kosd-0.6.0.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/kde-misc/kosd/kosd-0.6.0.ebuild,v 1.1 2011/01/06 16:52:37 dilfridge Exp $
52
53 EAPI=3
54 KDE_MINIMAL=4.5
55 inherit kde4-base
56
57 DESCRIPTION="KDE application that runs in the background and responds to button presses by showing a tiny OSD"
58 HOMEPAGE="http://www.kde-apps.org/content/show.php/KOSD?content=81457"
59 SRC_URI="http://kde-apps.org/CONTENT/content-files/81457-${P}.tar.bz2"
60
61 LICENSE="GPL-2"
62 SLOT=4
63 KEYWORDS="~amd64 ~x86"
64 IUSE=""
65
66 S=${WORKDIR}/${PN}
67
68 DEPEND="
69 $(add_kdebase_dep solid)
70 $(add_kdebase_dep kmix)
71 "
72 RDEPEND="${DEPEND}"
73
74 pkg_postinst() {
75 kde4-base_pkg_postinstall
76 elog Since version 0.5 kosd is a Plasma-based kded plugin and can be
77 elog configured in the systemsettings dialog \"Shortcuts and Gestures\".
78 }