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-wm/matchbox-common: matchbox-common-0.9.1.ebuild matchbox-common-0.9.1-r1.ebuild ChangeLog
Date: Wed, 27 Feb 2008 17:23:39
Message-Id: E1JUQ0G-00040L-2F@stork.gentoo.org
1 yvasilev 08/02/27 17:23:36
2
3 Modified: matchbox-common-0.9.1.ebuild
4 matchbox-common-0.9.1-r1.ebuild 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.3 x11-wm/matchbox-common/matchbox-common-0.9.1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/matchbox-common/matchbox-common-0.9.1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/matchbox-common/matchbox-common-0.9.1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/matchbox-common/matchbox-common-0.9.1.ebuild?r1=1.2&r2=1.3
15
16 Index: matchbox-common-0.9.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-wm/matchbox-common/matchbox-common-0.9.1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- matchbox-common-0.9.1.ebuild 16 Oct 2006 21:33:09 -0000 1.2
23 +++ matchbox-common-0.9.1.ebuild 27 Feb 2008 17:23:35 -0000 1.3
24 @@ -1,12 +1,12 @@
25 -# Copyright 2006-2006 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-wm/matchbox-common/matchbox-common-0.9.1.ebuild,v 1.2 2006/10/16 21:33:09 yvasilev Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-common/matchbox-common-0.9.1.ebuild,v 1.3 2008/02/27 17:23:35 yvasilev Exp $
30
31 inherit versionator
32
33 DESCRIPTION="Common files used by matchbox-panel and matchbox-desktop packages"
34 -HOMEPAGE="http://projects.o-hand.com/matchbox/"
35 -SRC_URI="http://projects.o-hand.com/matchbox/sources/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2"
36 +HOMEPAGE="http://matchbox-project.org/"
37 +SRC_URI="http://matchbox-project.org/sources/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2"
38 LICENSE="GPL-2"
39 SLOT="0"
40
41 @@ -27,12 +27,12 @@
42
43 # Insert our Xsession
44 dodir /etc/X11/Sessions
45 - echo "matchbox-session" > ${D}/etc/X11/Sessions/matchbox
46 + echo "matchbox-session" > "${D}"/etc/X11/Sessions/matchbox
47 exeinto /etc/X11/Sessions
48 doexe /etc/X11/Sessions/matchbox
49
50 insinto /usr/share/xsessions
51 - doins ${FILESDIR}/MatchBox.desktop
52 + doins "${FILESDIR}"/MatchBox.desktop
53
54 dodoc AUTHORS Changelog INSTALL NEWS README
55 }
56
57
58
59 1.5 x11-wm/matchbox-common/matchbox-common-0.9.1-r1.ebuild
60
61 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/matchbox-common/matchbox-common-0.9.1-r1.ebuild?rev=1.5&view=markup
62 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/matchbox-common/matchbox-common-0.9.1-r1.ebuild?rev=1.5&content-type=text/plain
63 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/matchbox-common/matchbox-common-0.9.1-r1.ebuild?r1=1.4&r2=1.5
64
65 Index: matchbox-common-0.9.1-r1.ebuild
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/x11-wm/matchbox-common/matchbox-common-0.9.1-r1.ebuild,v
68 retrieving revision 1.4
69 retrieving revision 1.5
70 diff -u -r1.4 -r1.5
71 --- matchbox-common-0.9.1-r1.ebuild 26 Sep 2007 03:56:47 -0000 1.4
72 +++ matchbox-common-0.9.1-r1.ebuild 27 Feb 2008 17:23:35 -0000 1.5
73 @@ -1,12 +1,12 @@
74 -# Copyright 2006-2007 Gentoo Foundation
75 +# Copyright 2006-2008 Gentoo Foundation
76 # Distributed under the terms of the GNU General Public License v2
77 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-common/matchbox-common-0.9.1-r1.ebuild,v 1.4 2007/09/26 03:56:47 jer Exp $
78 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-common/matchbox-common-0.9.1-r1.ebuild,v 1.5 2008/02/27 17:23:35 yvasilev Exp $
79
80 inherit eutils versionator
81
82 DESCRIPTION="Common files used by matchbox-panel and matchbox-desktop packages"
83 -HOMEPAGE="http://projects.o-hand.com/matchbox/"
84 -SRC_URI="http://projects.o-hand.com/matchbox/sources/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2"
85 +HOMEPAGE="http://matchbox-project.org/"
86 +SRC_URI="http://matchbox-project.org/sources/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2"
87 LICENSE="GPL-2"
88 SLOT="0"
89
90 @@ -26,9 +26,9 @@
91 make DESTDIR="${D}" install || die "Installation failed"
92
93 # Insert our Xsession
94 - echo -e "#!/bin/sh\n\nmatchbox-session" > ${T}/matchbox
95 + echo -e "#!/bin/sh\n\nmatchbox-session" > "${T}"/matchbox
96 exeinto /etc/X11/Sessions
97 - doexe ${T}/matchbox
98 + doexe "${T}"/matchbox
99
100 # Insert GDM/KDM xsession file
101 wm=matchbox make_session_desktop MatchBox matchbox-session
102
103
104
105 1.7 x11-wm/matchbox-common/ChangeLog
106
107 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/matchbox-common/ChangeLog?rev=1.7&view=markup
108 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/matchbox-common/ChangeLog?rev=1.7&content-type=text/plain
109 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/matchbox-common/ChangeLog?r1=1.6&r2=1.7
110
111 Index: ChangeLog
112 ===================================================================
113 RCS file: /var/cvsroot/gentoo-x86/x11-wm/matchbox-common/ChangeLog,v
114 retrieving revision 1.6
115 retrieving revision 1.7
116 diff -u -r1.6 -r1.7
117 --- ChangeLog 26 Sep 2007 03:56:47 -0000 1.6
118 +++ ChangeLog 27 Feb 2008 17:23:35 -0000 1.7
119 @@ -1,6 +1,11 @@
120 # ChangeLog for x11-wm/matchbox-common
121 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
122 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-common/ChangeLog,v 1.6 2007/09/26 03:56:47 jer Exp $
123 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
124 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-common/ChangeLog,v 1.7 2008/02/27 17:23:35 yvasilev Exp $
125 +
126 + 27 Feb 2008; Yuri Vasilevski <yvasilev@g.o>
127 + matchbox-common-0.9.1.ebuild, matchbox-common-0.9.1-r1.ebuild:
128 + Updated HOMEPAGE and SRC_URI to it's new location
129 + http://matchbox-project.org/ (Bug #211244).
130
131 26 Sep 2007; Jeroen Roovers <jer@g.o>
132 matchbox-common-0.9.1-r1.ebuild:
133
134
135
136 --
137 gentoo-commits@l.g.o mailing list