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-desktop-xine: matchbox-desktop-xine-0.4.ebuild ChangeLog
Date: Wed, 27 Feb 2008 16:51:34
Message-Id: E1JUPVC-000304-ID@stork.gentoo.org
1 yvasilev 08/02/27 16:51:30
2
3 Modified: matchbox-desktop-xine-0.4.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.2 x11-plugins/matchbox-desktop-xine/matchbox-desktop-xine-0.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/matchbox-desktop-xine/matchbox-desktop-xine-0.4.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/matchbox-desktop-xine/matchbox-desktop-xine-0.4.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/matchbox-desktop-xine/matchbox-desktop-xine-0.4.ebuild?r1=1.1&r2=1.2
14
15 Index: matchbox-desktop-xine-0.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/matchbox-desktop-xine/matchbox-desktop-xine-0.4.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- matchbox-desktop-xine-0.4.ebuild 4 Jun 2006 21:58:51 -0000 1.1
22 +++ matchbox-desktop-xine-0.4.ebuild 27 Feb 2008 16:51:29 -0000 1.2
23 @@ -1,6 +1,6 @@
24 -# Copyright 2006-2006 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-desktop-xine/matchbox-desktop-xine-0.4.ebuild,v 1.1 2006/06/04 21:58:51 yvasilev Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/matchbox-desktop-xine/matchbox-desktop-xine-0.4.ebuild,v 1.2 2008/02/27 16:51:29 yvasilev Exp $
29
30 inherit versionator eutils
31
32 @@ -8,8 +8,8 @@
33 MY_P=${MY_PN}-${PV}
34
35 DESCRIPTION="A matchbox-desktop plugin that allows you to browse and play movies and music. Its in pretty early stages and should probably be considered alpha software"
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 @@ -29,7 +29,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.2 x11-plugins/matchbox-desktop-xine/ChangeLog
56
57 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/matchbox-desktop-xine/ChangeLog?rev=1.2&view=markup
58 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/matchbox-desktop-xine/ChangeLog?rev=1.2&content-type=text/plain
59 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/matchbox-desktop-xine/ChangeLog?r1=1.1&r2=1.2
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/matchbox-desktop-xine/ChangeLog,v
64 retrieving revision 1.1
65 retrieving revision 1.2
66 diff -u -r1.1 -r1.2
67 --- ChangeLog 4 Jun 2006 21:58:51 -0000 1.1
68 +++ ChangeLog 27 Feb 2008 16:51:29 -0000 1.2
69 @@ -1,6 +1,11 @@
70 # ChangeLog for x11-plugins/matchbox-desktop-xine
71 -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/matchbox-desktop-xine/ChangeLog,v 1.1 2006/06/04 21:58:51 yvasilev Exp $
73 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
74 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/matchbox-desktop-xine/ChangeLog,v 1.2 2008/02/27 16:51:29 yvasilev Exp $
75 +
76 + 27 Feb 2008; Yuri Vasilevski <yvasilev@g.o>
77 + matchbox-desktop-xine-0.4.ebuild:
78 + Updated HOMEPAGE and SRC_URI to it's new location
79 + http://matchbox-project.org/ (Bug #211244).
80
81 *matchbox-desktop-xine-0.4 (04 Jun 2006)
82
83
84
85
86 --
87 gentoo-commits@l.g.o mailing list