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: smplayer-themes-14.9.0.ebuild ChangeLog smplayer-themes-20131003.ebuild smplayer-themes-0.1.18.ebuild
Date: Wed, 24 Sep 2014 08:22:36
Message-Id: 20140924082234.0764661C4@oystercatcher.gentoo.org
1 yngwin 14/09/24 08:22:34
2
3 Modified: ChangeLog
4 Added: smplayer-themes-14.9.0.ebuild
5 Removed: smplayer-themes-20131003.ebuild
6 smplayer-themes-0.1.18.ebuild
7 Log:
8 version bump, clean up old
9
10 (Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key 0x0F9C590B7FF324F6!)
11
12 Revision Changes Path
13 1.37 x11-themes/smplayer-themes/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/smplayer-themes/ChangeLog?rev=1.37&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/smplayer-themes/ChangeLog?rev=1.37&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/smplayer-themes/ChangeLog?r1=1.36&r2=1.37
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/x11-themes/smplayer-themes/ChangeLog,v
22 retrieving revision 1.36
23 retrieving revision 1.37
24 diff -u -r1.36 -r1.37
25 --- ChangeLog 25 May 2014 02:46:25 -0000 1.36
26 +++ ChangeLog 24 Sep 2014 08:22:33 -0000 1.37
27 @@ -1,6 +1,12 @@
28 # ChangeLog for x11-themes/smplayer-themes
29 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/smplayer-themes/ChangeLog,v 1.36 2014/05/25 02:46:25 pesa Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/smplayer-themes/ChangeLog,v 1.37 2014/09/24 08:22:33 yngwin Exp $
32 +
33 +*smplayer-themes-14.9.0 (24 Sep 2014)
34 +
35 + 24 Sep 2014; Ben de Groot <yngwin@g.o> +smplayer-themes-14.9.0.ebuild,
36 + -smplayer-themes-0.1.18.ebuild, -smplayer-themes-20131003.ebuild:
37 + version bump, clean up old
38
39 *smplayer-themes-20131003 (25 May 2014)
40
41
42
43
44 1.1 x11-themes/smplayer-themes/smplayer-themes-14.9.0.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/smplayer-themes/smplayer-themes-14.9.0.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/smplayer-themes/smplayer-themes-14.9.0.ebuild?rev=1.1&content-type=text/plain
48
49 Index: smplayer-themes-14.9.0.ebuild
50 ===================================================================
51 # Copyright 1999-2014 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-14.9.0.ebuild,v 1.1 2014/09/24 08:22:33 yngwin Exp $
54
55 EAPI=5
56
57 DESCRIPTION="Icon themes for smplayer"
58 HOMEPAGE="http://smplayer.sourceforge.net/"
59 SRC_URI="mirror://sourceforge/smplayer/${P}.tar.bz2"
60
61 LICENSE="CC-BY-2.5 CC-BY-SA-2.5 CC-BY-SA-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 src_install() {
70 rm themes/Makefile
71 insinto /usr/share/smplayer
72 doins -r themes
73 dodoc Changelog README.txt
74 }