Gentoo Archives: gentoo-commits

From: "Davide Pesavento (pesa)" <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/smplayer-themes: smplayer-themes-20120131.ebuild ChangeLog smplayer-themes-0.1.19.ebuild
Date: Mon, 06 Feb 2012 20:31:55
Message-Id: 20120206203143.A88C42004B@flycatcher.gentoo.org
1 pesa 12/02/06 20:31:43
2
3 Modified: ChangeLog
4 Added: smplayer-themes-20120131.ebuild
5 Removed: smplayer-themes-0.1.19.ebuild
6 Log:
7 Version bump and remove old.
8
9 (Portage version: 2.2.0_alpha85/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.26 x11-themes/smplayer-themes/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/smplayer-themes/ChangeLog?rev=1.26&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/smplayer-themes/ChangeLog?rev=1.26&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/smplayer-themes/ChangeLog?r1=1.25&r2=1.26
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-themes/smplayer-themes/ChangeLog,v
21 retrieving revision 1.25
22 retrieving revision 1.26
23 diff -u -r1.25 -r1.26
24 --- ChangeLog 22 Mar 2010 23:56:38 -0000 1.25
25 +++ ChangeLog 6 Feb 2012 20:31:43 -0000 1.26
26 @@ -1,6 +1,12 @@
27 # ChangeLog for x11-themes/smplayer-themes
28 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/smplayer-themes/ChangeLog,v 1.25 2010/03/22 23:56:38 yngwin Exp $
30 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/smplayer-themes/ChangeLog,v 1.26 2012/02/06 20:31:43 pesa Exp $
32 +
33 +*smplayer-themes-20120131 (06 Feb 2012)
34 +
35 + 06 Feb 2012; Davide Pesavento <pesa@g.o>
36 + +smplayer-themes-20120131.ebuild, -smplayer-themes-0.1.19.ebuild:
37 + Version bump and remove old.
38
39 22 Mar 2010; Ben de Groot <yngwin@g.o> metadata.xml:
40 Assign primary maintenance to qt herd
41
42
43
44 1.1 x11-themes/smplayer-themes/smplayer-themes-20120131.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/smplayer-themes/smplayer-themes-20120131.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/smplayer-themes/smplayer-themes-20120131.ebuild?rev=1.1&content-type=text/plain
48
49 Index: smplayer-themes-20120131.ebuild
50 ===================================================================
51 # Copyright 1999-2012 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/x11-themes/smplayer-themes/smplayer-themes-20120131.ebuild,v 1.1 2012/02/06 20:31:43 pesa Exp $
54
55 EAPI=4
56
57 DESCRIPTION="Icon themes for smplayer"
58 HOMEPAGE="http://smplayer.sourceforge.net/"
59 SRC_URI="mirror://sourceforge/smplayer/${P}.tar.gz"
60
61 LICENSE="CCPL-Attribution-2.5 CCPL-Attribution-ShareAlike-2.5 CCPL-Attribution-ShareAlike-3.0 GPL-2 LGPL-3"
62 SLOT="0"
63 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
64 IUSE=""
65
66 DEPEND=""
67 RDEPEND="media-video/smplayer"
68
69 # Override it as default will call make that will catch the install target...
70 src_compile() {
71 :
72 }
73
74 src_install() {
75 insinto /usr/share/smplayer
76 doins -r themes
77 dodoc Changelog README.txt
78 }