Gentoo Archives: gentoo-commits

From: "Yuri Vasilevski (yvasilev)" <yvasilev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/matchbox-applet-startup-monitor: matchbox-applet-startup-monitor-0.1.ebuild ChangeLog
Date: Wed, 27 Feb 2008 16:49:43
Message-Id: E1JUPTQ-0002yU-2d@stork.gentoo.org
1 yvasilev 08/02/27 16:49:40
2
3 Modified: matchbox-applet-startup-monitor-0.1.ebuild
4 ChangeLog
5 Log:
6 Updated HOMEPAGE and SRC_URI to it's new location http://matchbox-project.org/ (Bug #211244).
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.5 x11-plugins/matchbox-applet-startup-monitor/matchbox-applet-startup-monitor-0.1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/matchbox-applet-startup-monitor/matchbox-applet-startup-monitor-0.1.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/matchbox-applet-startup-monitor/matchbox-applet-startup-monitor-0.1.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/matchbox-applet-startup-monitor/matchbox-applet-startup-monitor-0.1.ebuild?r1=1.4&r2=1.5
15
16 Index: matchbox-applet-startup-monitor-0.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/matchbox-applet-startup-monitor/matchbox-applet-startup-monitor-0.1.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- matchbox-applet-startup-monitor-0.1.ebuild 26 Sep 2007 04:03:01 -0000 1.4
23 +++ matchbox-applet-startup-monitor-0.1.ebuild 27 Feb 2008 16:49:39 -0000 1.5
24 @@ -1,6 +1,6 @@
25 -# Copyright 2006-2007 Gentoo Foundation
26 +# Copyright 2006-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/matchbox-applet-startup-monitor/matchbox-applet-startup-monitor-0.1.ebuild,v 1.4 2007/09/26 04:03:01 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/matchbox-applet-startup-monitor/matchbox-applet-startup-monitor-0.1.ebuild,v 1.5 2008/02/27 16:49:39 yvasilev Exp $
30
31 inherit eutils versionator
32
33 @@ -8,8 +8,8 @@
34 MY_P=${MY_PN}-${PV}
35
36 DESCRIPTION="Startup notification matchbox panel tray app."
37 -HOMEPAGE="http://projects.o-hand.com/matchbox/"
38 -SRC_URI="http://projects.o-hand.com/matchbox/sources/${MY_PN}/$(get_version_component_range 1-2)/${MY_P}.tar.bz2"
39 +HOMEPAGE="http://matchbox-project.org/"
40 +SRC_URI="http://matchbox-project.org/sources/${MY_PN}/$(get_version_component_range 1-2)/${MY_P}.tar.bz2"
41 LICENSE="GPL-2"
42 SLOT="0"
43
44 @@ -26,9 +26,9 @@
45
46 src_unpack () {
47 unpack ${A}
48 - cd ${S}
49 + cd "${S}"
50
51 - epatch "${FILESDIR}/${P}-false-true-fix.patch"
52 + epatch "${FILESDIR}"/${P}-false-true-fix.patch
53 }
54
55 src_compile() {
56 @@ -38,7 +38,7 @@
57 }
58
59 src_install() {
60 - make DESTDIR=${D} install || die "Installation failed"
61 + make DESTDIR="${D}" install || die "Installation failed"
62
63 dodoc AUTHORS Changelog INSTALL NEWS README
64 }
65
66
67
68 1.6 x11-plugins/matchbox-applet-startup-monitor/ChangeLog
69
70 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/matchbox-applet-startup-monitor/ChangeLog?rev=1.6&view=markup
71 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/matchbox-applet-startup-monitor/ChangeLog?rev=1.6&content-type=text/plain
72 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/matchbox-applet-startup-monitor/ChangeLog?r1=1.5&r2=1.6
73
74 Index: ChangeLog
75 ===================================================================
76 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/matchbox-applet-startup-monitor/ChangeLog,v
77 retrieving revision 1.5
78 retrieving revision 1.6
79 diff -u -r1.5 -r1.6
80 --- ChangeLog 26 Sep 2007 04:03:01 -0000 1.5
81 +++ ChangeLog 27 Feb 2008 16:49:39 -0000 1.6
82 @@ -1,6 +1,11 @@
83 # ChangeLog for x11-plugins/matchbox-applet-startup-monitor
84 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
85 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/matchbox-applet-startup-monitor/ChangeLog,v 1.5 2007/09/26 04:03:01 jer Exp $
86 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
87 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/matchbox-applet-startup-monitor/ChangeLog,v 1.6 2008/02/27 16:49:39 yvasilev Exp $
88 +
89 + 27 Feb 2008; Yuri Vasilevski <yvasilev@g.o>
90 + matchbox-applet-startup-monitor-0.1.ebuild:
91 + Updated HOMEPAGE and SRC_URI to it's new location
92 + http://matchbox-project.org/ (Bug #211244).
93
94 26 Sep 2007; Jeroen Roovers <jer@g.o>
95 matchbox-applet-startup-monitor-0.1.ebuild:
96
97
98
99 --
100 gentoo-commits@l.g.o mailing list