Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/ups-monitor: ups-monitor-0.8.3-r1.ebuild ChangeLog ups-monitor-0.8.2.ebuild
Date: Mon, 25 Feb 2008 17:10:49
Message-Id: E1JTgqk-0000Sv-Lr@stork.gentoo.org
1 pva 08/02/25 17:10:46
2
3 Modified: ups-monitor-0.8.3-r1.ebuild ChangeLog
4 Removed: ups-monitor-0.8.2.ebuild
5 Log:
6 Marked ~amd64, fixed compilation failure, bug #205068, thank Alessio D'Ascanio for report and fix.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.2 net-misc/ups-monitor/ups-monitor-0.8.3-r1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/ups-monitor/ups-monitor-0.8.3-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/ups-monitor/ups-monitor-0.8.3-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/ups-monitor/ups-monitor-0.8.3-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: ups-monitor-0.8.3-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/ups-monitor/ups-monitor-0.8.3-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ups-monitor-0.8.3-r1.ebuild 27 Apr 2007 16:38:54 -0000 1.1
23 +++ ups-monitor-0.8.3-r1.ebuild 25 Feb 2008 17:10:46 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2007 Gentoo Foundation
26 +# Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ups-monitor/ups-monitor-0.8.3-r1.ebuild,v 1.1 2007/04/27 16:38:54 pva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-misc/ups-monitor/ups-monitor-0.8.3-r1.ebuild,v 1.2 2008/02/25 17:10:46 pva Exp $
30
31 DESCRIPTION="A UPS monitor for NUT (Network UPS Tools)"
32 HOMEPAGE="http://rudd-o.com/wp-content/projects/files/ups-monitor"
33 @@ -8,7 +8,7 @@
34
35 LICENSE="GPL-2"
36 SLOT="0"
37 -KEYWORDS="~x86"
38 +KEYWORDS="~x86 ~amd64"
39 IUSE=""
40
41 DEPEND="dev-util/desktop-file-utils"
42 @@ -22,6 +22,7 @@
43 cd "${S}"
44 sed -i -e \
45 's/Categories=X-Red-Hat-Base;Application;System;/Categories=System;/g' \
46 + -e 's:[.]png$::' \
47 ups-monitor.desktop || die "Sed Broke!"
48 }
49
50
51
52
53 1.8 net-misc/ups-monitor/ChangeLog
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/ups-monitor/ChangeLog?rev=1.8&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/ups-monitor/ChangeLog?rev=1.8&content-type=text/plain
57 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/ups-monitor/ChangeLog?r1=1.7&r2=1.8
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/net-misc/ups-monitor/ChangeLog,v
62 retrieving revision 1.7
63 retrieving revision 1.8
64 diff -u -r1.7 -r1.8
65 --- ChangeLog 27 Apr 2007 16:38:54 -0000 1.7
66 +++ ChangeLog 25 Feb 2008 17:10:46 -0000 1.8
67 @@ -1,6 +1,11 @@
68 # ChangeLog for net-misc/ups-monitor
69 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ups-monitor/ChangeLog,v 1.7 2007/04/27 16:38:54 pva Exp $
71 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
72 +# $Header: /var/cvsroot/gentoo-x86/net-misc/ups-monitor/ChangeLog,v 1.8 2008/02/25 17:10:46 pva Exp $
73 +
74 + 25 Feb 2008; <pva@g.o> -ups-monitor-0.8.2.ebuild,
75 + ups-monitor-0.8.3-r1.ebuild:
76 + Marked ~amd64, fixed compilation failure, bug #205068, thank Alessio
77 + D'Ascanio for report and fix.
78
79 *ups-monitor-0.8.3-r1 (27 Apr 2007)
80
81
82
83
84 --
85 gentoo-commits@l.g.o mailing list