Gentoo Archives: gentoo-commits

From: "Jim Ramsay (lack)" <lack@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in rox-extra/videothumbnail: ChangeLog videothumbnail-0.1.13-r1.ebuild
Date: Tue, 04 Dec 2007 21:50:02
Message-Id: E1IzfeK-0006ly-Ej@stork.gentoo.org
1 lack 07/12/04 21:49:52
2
3 Modified: ChangeLog
4 Added: videothumbnail-0.1.13-r1.ebuild
5 Log:
6 Updated to use new rox-0install eclass
7 (Portage version: 2.1.4_rc4)
8
9 Revision Changes Path
10 1.13 rox-extra/videothumbnail/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-extra/videothumbnail/ChangeLog?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-extra/videothumbnail/ChangeLog?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-extra/videothumbnail/ChangeLog?r1=1.12&r2=1.13
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/rox-extra/videothumbnail/ChangeLog,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- ChangeLog 29 Nov 2007 15:32:59 -0000 1.12
23 +++ ChangeLog 4 Dec 2007 21:49:51 -0000 1.13
24 @@ -1,6 +1,12 @@
25 # ChangeLog for rox-extra/videothumbnail
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/rox-extra/videothumbnail/ChangeLog,v 1.12 2007/11/29 15:32:59 lack Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/rox-extra/videothumbnail/ChangeLog,v 1.13 2007/12/04 21:49:51 lack Exp $
29 +
30 +*videothumbnail-0.1.13-r1 (04 Dec 2007)
31 +
32 + 04 Dec 2007; Jim Ramsay <lack@g.o>
33 + +videothumbnail-0.1.13-r1.ebuild:
34 + Updated to use new rox-0install eclass
35
36 29 Nov 2007; Jim Ramsay <lack@g.o> -videothumbnail-0.1.12.ebuild:
37 Version cleanup
38
39
40
41 1.1 rox-extra/videothumbnail/videothumbnail-0.1.13-r1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-extra/videothumbnail/videothumbnail-0.1.13-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-extra/videothumbnail/videothumbnail-0.1.13-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: videothumbnail-0.1.13-r1.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/rox-extra/videothumbnail/videothumbnail-0.1.13-r1.ebuild,v 1.1 2007/12/04 21:49:51 lack Exp $
51
52 #Setting ROX_VER to 2.3 to be on safe side. See bug #112849
53 ROX_VER="2.3"
54 ROX_LIB_VER="2.0.4-r1"
55 inherit rox-0install
56
57 MY_PN="VideoThumbnail"
58 DESCRIPTION="This is a helper program for ROX-Filer. It provides images for video files. By Stephen Watson"
59 HOMEPAGE="http://www.kerofin.demon.co.uk/rox/VideoThumbnail.html"
60 SRC_URI="http://www.kerofin.demon.co.uk/rox/${MY_PN}-${PV}.tar.gz"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 IUSE=""
65 KEYWORDS="~amd64 ~x86"
66
67 RDEPEND="|| ( >=media-video/mplayer-0.9.0 >=media-video/totem-1.4.2 )"
68
69 APPNAME=${MY_PN}
70 S=${WORKDIR}
71
72
73
74 --
75 gentoo-commits@g.o mailing list