Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/smplayer-themes: ChangeLog smplayer-themes-0.1.19.ebuild
Date: Sat, 21 Mar 2009 08:07:50
Message-Id: E1LkwF8-0000qY-Po@stork.gentoo.org
1 yngwin 09/03/21 08:07:46
2
3 Modified: ChangeLog
4 Added: smplayer-themes-0.1.19.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc26/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.18 x11-themes/smplayer-themes/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/smplayer-themes/ChangeLog?rev=1.18&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/smplayer-themes/ChangeLog?rev=1.18&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/smplayer-themes/ChangeLog?r1=1.17&r2=1.18
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-themes/smplayer-themes/ChangeLog,v
19 retrieving revision 1.17
20 retrieving revision 1.18
21 diff -u -r1.17 -r1.18
22 --- ChangeLog 14 Feb 2009 12:59:54 -0000 1.17
23 +++ ChangeLog 21 Mar 2009 08:07:46 -0000 1.18
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-themes/smplayer-themes
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/smplayer-themes/ChangeLog,v 1.17 2009/02/14 12:59:54 yngwin Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/smplayer-themes/ChangeLog,v 1.18 2009/03/21 08:07:46 yngwin Exp $
29 +
30 +*smplayer-themes-0.1.19 (21 Mar 2009)
31 +
32 + 21 Mar 2009; Ben de Groot <yngwin@g.o>
33 + +smplayer-themes-0.1.19.ebuild:
34 + Version bump
35
36 *smplayer-themes-0.1.18 (14 Feb 2009)
37
38
39
40
41 1.1 x11-themes/smplayer-themes/smplayer-themes-0.1.19.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/smplayer-themes/smplayer-themes-0.1.19.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/smplayer-themes/smplayer-themes-0.1.19.ebuild?rev=1.1&content-type=text/plain
45
46 Index: smplayer-themes-0.1.19.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-themes/smplayer-themes/smplayer-themes-0.1.19.ebuild,v 1.1 2009/03/21 08:07:46 yngwin Exp $
51
52 DESCRIPTION="Icon themes for smplayer"
53 HOMEPAGE="http://smplayer.sourceforge.net/"
54 SRC_URI="mirror://sourceforge/smplayer/${P}.tar.bz2"
55
56 LICENSE="GPL-2"
57 SLOT="0"
58 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
59 IUSE=""
60 DEPEND=""
61 RDEPEND="media-video/smplayer"
62
63 # Override it as default will call make that will catch the install target...
64 src_compile() {
65 return
66 }
67
68 src_install() {
69 insinto /usr/share/smplayer
70 doins -r themes || die "Failed to install themes"
71 dodoc Changelog README.txt
72 }