Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/smplayer-skins/
Date: Sat, 17 Nov 2018 08:38:59
Message-Id: 1542443924.8671e5890cc1bed213ed06e8c8b81ecd16c51076.kensington@gentoo
1 commit: 8671e5890cc1bed213ed06e8c8b81ecd16c51076
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 17 08:37:07 2018 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 17 08:38:44 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8671e589
7
8 x11-themes/smplayer-skins: remove 15.2.0-r0
9
10 Package-Manager: Portage-2.3.51, Repoman-2.3.12
11 Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org>
12
13 .../smplayer-skins/smplayer-skins-15.2.0.ebuild | 23 ----------------------
14 1 file changed, 23 deletions(-)
15
16 diff --git a/x11-themes/smplayer-skins/smplayer-skins-15.2.0.ebuild b/x11-themes/smplayer-skins/smplayer-skins-15.2.0.ebuild
17 deleted file mode 100644
18 index a90ee50e734..00000000000
19 --- a/x11-themes/smplayer-skins/smplayer-skins-15.2.0.ebuild
20 +++ /dev/null
21 @@ -1,23 +0,0 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -DESCRIPTION="Skins for SMPlayer"
28 -HOMEPAGE="http://www.smplayer.info/"
29 -SRC_URI="mirror://sourceforge/smplayer/${P}.tar.bz2"
30 -
31 -LICENSE="CC-BY-2.5 CC-BY-SA-2.5 CC-BY-SA-3.0 GPL-2 LGPL-3"
32 -SLOT="0"
33 -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
34 -IUSE=""
35 -
36 -DEPEND=""
37 -RDEPEND="media-video/smplayer"
38 -
39 -src_install() {
40 - rm themes/Makefile
41 - insinto /usr/share/smplayer
42 - doins -r themes
43 - dodoc Changelog README.txt
44 -}