Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-hdaps: ChangeLog xfce4-hdaps-0.0.8.ebuild
Date: Sat, 07 Apr 2012 01:38:29
Message-Id: 20120407013815.97EC92004B@flycatcher.gentoo.org
1 ssuominen 12/04/07 01:38:15
2
3 Modified: ChangeLog
4 Added: xfce4-hdaps-0.0.8.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha99/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.8 xfce-extra/xfce4-hdaps/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-hdaps/ChangeLog?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-hdaps/ChangeLog?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-hdaps/ChangeLog?r1=1.7&r2=1.8
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-hdaps/ChangeLog,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- ChangeLog 20 May 2011 11:21:23 -0000 1.7
24 +++ ChangeLog 7 Apr 2012 01:38:15 -0000 1.8
25 @@ -1,6 +1,12 @@
26 # ChangeLog for xfce-extra/xfce4-hdaps
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-hdaps/ChangeLog,v 1.7 2011/05/20 11:21:23 tomka Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-hdaps/ChangeLog,v 1.8 2012/04/07 01:38:15 ssuominen Exp $
31 +
32 +*xfce4-hdaps-0.0.8 (07 Apr 2012)
33 +
34 + 07 Apr 2012; Samuli Suominen <ssuominen@g.o>
35 + +xfce4-hdaps-0.0.8.ebuild:
36 + Version bump.
37
38 20 May 2011; Thomas Kahle <tomka@g.o> xfce4-hdaps-0.0.7.ebuild:
39 x86 stable per bug 342239
40
41
42
43 1.1 xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.8.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.8.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.8.ebuild?rev=1.1&content-type=text/plain
47
48 Index: xfce4-hdaps-0.0.8.ebuild
49 ===================================================================
50 # Copyright 1999-2012 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.8.ebuild,v 1.1 2012/04/07 01:38:15 ssuominen Exp $
53
54 EAPI=4
55 inherit linux-info xfconf
56
57 DESCRIPTION="A plugin to indicate the status of the IBM Hard Drive Active Protection System"
58 HOMEPAGE="http://michael.orlitzky.com/code/xfce4-hdaps.php"
59 SRC_URI="http://michael.orlitzky.com/code/releases/${P}.tar.bz2"
60
61 LICENSE="GPL-3"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE="debug"
65
66 COMMON_DEPEND=">=x11-libs/gtk+-2.20:2
67 >=xfce-base/libxfce4ui-4.8
68 >=xfce-base/libxfce4util-4.8
69 >=xfce-base/xfce4-panel-4.8"
70 RDEPEND="${COMMON_DEPEND}
71 >=app-laptop/hdapsd-20081213
72 >=app-laptop/tp_smapi-0.39"
73 DEPEND="${COMMON_DEPEND}
74 dev-util/pkgconfig
75 dev-util/intltool
76 sys-devel/gettext"
77
78 pkg_setup() {
79 XFCONF=(
80 --disable-option-checking
81 $(xfconf_use_debug)
82 )
83
84 DOCS=( AUTHORS ChangeLog NEWS README TODO )
85
86 linux-info_pkg_setup
87
88 if kernel_is lt 2 6 28; then
89 echo
90 ewarn "Unsupported kernel detected. Upgrade to 2.6.28 or above."
91 echo
92 fi
93 }