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.16.ebuild
Date: Thu, 19 Jun 2008 00:27:27
Message-Id: E1K97zm-0002zH-4R@stork.gentoo.org
1 yngwin 08/06/19 00:27:22
2
3 Modified: ChangeLog
4 Added: smplayer-themes-0.1.16.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_pre8/cvs/Linux 2.6.25-hh5 i686)
8
9 Revision Changes Path
10 1.11 x11-themes/smplayer-themes/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/smplayer-themes/ChangeLog?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/smplayer-themes/ChangeLog?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/smplayer-themes/ChangeLog?r1=1.10&r2=1.11
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-themes/smplayer-themes/ChangeLog,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- ChangeLog 18 May 2008 23:21:15 -0000 1.10
23 +++ ChangeLog 19 Jun 2008 00:27:21 -0000 1.11
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-themes/smplayer-themes
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/smplayer-themes/ChangeLog,v 1.10 2008/05/18 23:21:15 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/smplayer-themes/ChangeLog,v 1.11 2008/06/19 00:27:21 yngwin Exp $
29 +
30 +*smplayer-themes-0.1.16 (19 Jun 2008)
31 +
32 + 19 Jun 2008; Ben de Groot <yngwin@g.o>
33 + +smplayer-themes-0.1.16.ebuild:
34 + Version bump
35
36 18 May 2008; Jeroen Roovers <jer@g.o>
37 smplayer-themes-0.1.15.ebuild:
38
39
40
41 1.1 x11-themes/smplayer-themes/smplayer-themes-0.1.16.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/smplayer-themes/smplayer-themes-0.1.16.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/smplayer-themes/smplayer-themes-0.1.16.ebuild?rev=1.1&content-type=text/plain
45
46 Index: smplayer-themes-0.1.16.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/x11-themes/smplayer-themes/smplayer-themes-0.1.16.ebuild,v 1.1 2008/06/19 00:27:21 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 }
73
74
75
76 --
77 gentoo-commits@l.g.o mailing list