Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/clipgrab: ChangeLog clipgrab-3.1.0.1.ebuild clipgrab-2.0_beta2-r1.ebuild
Date: Fri, 01 Apr 2011 20:28:53
Message-Id: 20110401202844.2F70520054@flycatcher.gentoo.org
1 scarabeus 11/04/01 20:28:44
2
3 Modified: ChangeLog
4 Added: clipgrab-3.1.0.1.ebuild
5 Removed: clipgrab-2.0_beta2-r1.ebuild
6 Log:
7 Version bump to fix virutal/ffmpeg dependency. Fixes bug #289636 and #292029.
8
9 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.7 net-misc/clipgrab/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/clipgrab/ChangeLog?rev=1.7&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/clipgrab/ChangeLog?rev=1.7&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/clipgrab/ChangeLog?r1=1.6&r2=1.7
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-misc/clipgrab/ChangeLog,v
21 retrieving revision 1.6
22 retrieving revision 1.7
23 diff -u -r1.6 -r1.7
24 --- ChangeLog 2 Jun 2010 06:47:12 -0000 1.6
25 +++ ChangeLog 1 Apr 2011 20:28:43 -0000 1.7
26 @@ -1,6 +1,12 @@
27 # ChangeLog for net-misc/clipgrab
28 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-misc/clipgrab/ChangeLog,v 1.6 2010/06/02 06:47:12 tove Exp $
30 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/net-misc/clipgrab/ChangeLog,v 1.7 2011/04/01 20:28:43 scarabeus Exp $
32 +
33 +*clipgrab-3.1.0.1 (01 Apr 2011)
34 +
35 + 01 Apr 2011; Tomáš Chvátal <scarabeus@g.o>
36 + -clipgrab-2.0_beta2-r1.ebuild, +clipgrab-3.1.0.1.ebuild, +files/obey.patch:
37 + Version bump to fix virutal/ffmpeg dependency. Fixes bug #289636 and #292029.
38
39 02 Jun 2010; Torsten Veller <tove@g.o> metadata.xml:
40 Remove bluebird from metadata.xml (#223101)
41
42
43
44 1.1 net-misc/clipgrab/clipgrab-3.1.0.1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/clipgrab/clipgrab-3.1.0.1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/clipgrab/clipgrab-3.1.0.1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: clipgrab-3.1.0.1.ebuild
50 ===================================================================
51 # Copyright 1999-2011 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/net-misc/clipgrab/clipgrab-3.1.0.1.ebuild,v 1.1 2011/04/01 20:28:44 scarabeus Exp $
54
55 EAPI=4
56
57 inherit qt4-r2 eutils
58
59 DESCRIPTION="Download from various internet video services like Youtube etc."
60 HOMEPAGE="http://clipgrab.de/en"
61 SRC_URI="http://${PN}.de/download/${P}.tar.bz2"
62
63 LICENSE="GPL-3"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 IUSE=""
67
68 DEPEND="x11-libs/qt-gui:4"
69 RDEPEND="${DEPEND}
70 virtual/ffmpeg"
71
72 PATCHES=(
73 "${FILESDIR}/obey.patch"
74 )
75
76 src_install() {
77 dobin ${PN}
78
79 newicon icon.png ${PN}.png
80 make_desktop_entry clipgrab Clipgrab "" "Qt;Video;AudioVideo;"
81 }