Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/vobcopy: ChangeLog vobcopy-1.1.2.ebuild
Date: Thu, 30 Oct 2008 08:52:10
Message-Id: E1KvTGA-0007DR-OX@stork.gentoo.org
1 aballier 08/10/30 08:52:06
2
3 Modified: ChangeLog
4 Added: vobcopy-1.1.2.ebuild
5 Log:
6 Version bump, thanks to Yang Zhao <yangman@×××××.com> for the notice, bug #244855
7 (Portage version: 2.2_rc12/cvs/Linux 2.6.27.3 x86_64)
8
9 Revision Changes Path
10 1.39 media-video/vobcopy/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vobcopy/ChangeLog?rev=1.39&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vobcopy/ChangeLog?rev=1.39&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vobcopy/ChangeLog?r1=1.38&r2=1.39
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/vobcopy/ChangeLog,v
19 retrieving revision 1.38
20 retrieving revision 1.39
21 diff -u -r1.38 -r1.39
22 --- ChangeLog 17 Aug 2008 08:42:58 -0000 1.38
23 +++ ChangeLog 30 Oct 2008 08:52:06 -0000 1.39
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-video/vobcopy
26 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/vobcopy/ChangeLog,v 1.38 2008/08/17 08:42:58 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/vobcopy/ChangeLog,v 1.39 2008/10/30 08:52:06 aballier Exp $
29 +
30 +*vobcopy-1.1.2 (30 Oct 2008)
31 +
32 + 30 Oct 2008; Alexis Ballier <aballier@g.o> +vobcopy-1.1.2.ebuild:
33 + Version bump, thanks to Yang Zhao <yangman@×××××.com> for the notice, bug
34 + #244855
35
36 *vobcopy-1.1.1 (17 Aug 2008)
37
38
39
40
41 1.1 media-video/vobcopy/vobcopy-1.1.2.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vobcopy/vobcopy-1.1.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vobcopy/vobcopy-1.1.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: vobcopy-1.1.2.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-video/vobcopy/vobcopy-1.1.2.ebuild,v 1.1 2008/10/30 08:52:06 aballier Exp $
51
52 inherit toolchain-funcs
53
54 IUSE=""
55
56 DESCRIPTION="copies DVD .vob files to harddisk, decrypting them on the way"
57 HOMEPAGE="http://lpn.rnbhq.org/"
58 SRC_URI="http://lpn.rnbhq.org/download/${P}.tar.bz2"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
63
64 DEPEND=">=media-libs/libdvdread-0.9.4"
65
66 src_compile() {
67 tc-export CC
68 ./configure.sh --with-lfs
69 emake || die "emake failed"
70 }
71
72 src_install() {
73 dobin vobcopy || die "dobin failed"
74 doman vobcopy.1 || die "doman failed"
75 dodoc Changelog README Release-Notes TODO alternative_programs.txt \
76 || die "dodoc failed"
77 }