Gentoo Archives: gentoo-commits

From: "Doug Klima (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/mythdvd: ChangeLog mythdvd-0.21.ebuild
Date: Mon, 03 Mar 2008 17:50:36
Message-Id: E1JWEPQ-0005zU-Ju@stork.gentoo.org
1 cardoe 08/03/03 17:25:04
2
3 Modified: ChangeLog
4 Added: mythdvd-0.21.ebuild
5 Log:
6 add stub 0.21 ebuild
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.49 media-plugins/mythdvd/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/mythdvd/ChangeLog?rev=1.49&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/mythdvd/ChangeLog?rev=1.49&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/mythdvd/ChangeLog?r1=1.48&r2=1.49
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/ChangeLog,v
19 retrieving revision 1.48
20 retrieving revision 1.49
21 diff -u -r1.48 -r1.49
22 --- ChangeLog 15 Oct 2007 15:41:11 -0000 1.48
23 +++ ChangeLog 3 Mar 2008 17:25:04 -0000 1.49
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-plugins/mythdvd
26 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/ChangeLog,v 1.48 2007/10/15 15:41:11 cardoe Exp $
28 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/ChangeLog,v 1.49 2008/03/03 17:25:04 cardoe Exp $
30 +
31 +*mythdvd-0.21 (03 Mar 2008)
32 +
33 + 03 Mar 2008; Doug Klima <cardoe@g.o> +mythdvd-0.21.ebuild:
34 + add stub 0.21 ebuild
35
36 15 Oct 2007; Doug Goldstein <cardoe@g.o> -mythdvd-0.20.1.ebuild,
37 -mythdvd-0.20.1_p14146.ebuild:
38
39
40
41 1.1 media-plugins/mythdvd/mythdvd-0.21.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/mythdvd/mythdvd-0.21.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/mythdvd/mythdvd-0.21.ebuild?rev=1.1&content-type=text/plain
45
46 Index: mythdvd-0.21.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-plugins/mythdvd/mythdvd-0.21.ebuild,v 1.1 2008/03/03 17:25:04 cardoe Exp $
51
52 DESCRIPTION="stub build"
53 HOMEPAGE="http://www.gentoo.org"
54 SRC_URI=""
55
56 LICENSE="BSD-2"
57 SLOT="0"
58 KEYWORDS="~amd64 ~ppc ~x86"
59 IUSE=""
60
61 DEPEND=""
62 RDEPEND=""
63
64 pkg_postinst() {
65 ewarn "This is a stub ebuild for upgrading to 0.21."
66 ewarn "Unmerge it since it's integrated into MythTV"
67 }
68
69
70
71 --
72 gentoo-commits@l.g.o mailing list