Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/gnome-subtitles: ChangeLog gnome-subtitles-1.1.ebuild
Date: Wed, 30 Mar 2011 10:55:25
Message-Id: 20110330105514.4CCF520051@flycatcher.gentoo.org
1 angelos 11/03/30 10:55:14
2
3 Modified: ChangeLog
4 Added: gnome-subtitles-1.1.ebuild
5 Log:
6 Version bump (bug #317089)
7
8 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.29 media-video/gnome-subtitles/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/gnome-subtitles/ChangeLog?rev=1.29&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/gnome-subtitles/ChangeLog?rev=1.29&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/gnome-subtitles/ChangeLog?r1=1.28&r2=1.29
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-video/gnome-subtitles/ChangeLog,v
20 retrieving revision 1.28
21 retrieving revision 1.29
22 diff -u -r1.28 -r1.29
23 --- ChangeLog 7 Oct 2010 20:35:41 -0000 1.28
24 +++ ChangeLog 30 Mar 2011 10:55:14 -0000 1.29
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-video/gnome-subtitles
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-video/gnome-subtitles/ChangeLog,v 1.28 2010/10/07 20:35:41 pacho Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/media-video/gnome-subtitles/ChangeLog,v 1.29 2011/03/30 10:55:14 angelos Exp $
31 +
32 +*gnome-subtitles-1.1 (30 Mar 2011)
33 +
34 + 30 Mar 2011; Christoph Mende <angelos@g.o>
35 + +gnome-subtitles-1.1.ebuild:
36 + Version bump (bug #317089)
37
38 07 Oct 2010; Pacho Ramos <pacho@g.o>
39 -gnome-subtitles-0.8-r1.ebuild:
40
41
42
43 1.1 media-video/gnome-subtitles/gnome-subtitles-1.1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/gnome-subtitles/gnome-subtitles-1.1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/gnome-subtitles/gnome-subtitles-1.1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: gnome-subtitles-1.1.ebuild
49 ===================================================================
50 # Copyright 1999-2011 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/media-video/gnome-subtitles/gnome-subtitles-1.1.ebuild,v 1.1 2011/03/30 10:55:14 angelos Exp $
53
54 EAPI=2
55 inherit mono gnome2
56
57 DESCRIPTION="Video subtitling for the Gnome desktop"
58 HOMEPAGE="http://gnome-subtitles.sourceforge.net/"
59 SRC_URI="mirror://sourceforge/gnome-subtitles/${P}.tar.gz"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 IUSE=""
64 KEYWORDS="~amd64 ~ppc ~x86"
65
66 RDEPEND=">=dev-lang/mono-1.1
67 >=dev-dotnet/glade-sharp-2.12
68 >=dev-dotnet/gtk-sharp-2.12
69 >=dev-dotnet/gconf-sharp-2.12
70 >=media-libs/gstreamer-0.10
71 >=app-text/gtkspell-2.0
72 >=app-text/enchant-1.3
73 >=media-libs/gst-plugins-base-0.10"
74 DEPEND="${RDEPEND}
75 app-text/scrollkeeper
76 dev-util/pkgconfig
77 app-text/gnome-doc-utils"
78
79 src_install() {
80 gnome2_src_install
81 find "${D}" -name '*.la' -exec rm -rf '{}' '+' || die "la removal failed"
82 }
83
84 DOCS="AUTHORS ChangeLog NEWS README"