Gentoo Archives: gentoo-commits

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