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