summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2015-03-22 04:58:38 +0000
committerBen de Groot <yngwin@gentoo.org>2015-03-22 04:58:38 +0000
commit44e1495f99b5c0fff93c2c4aea82e06d261c4d0b (patch)
tree8bcd72f03fc0c3d4a77f9fff17d3d0a877c8eec5 /x11-themes
parentversion bump (diff)
downloadgentoo-2-44e1495f99b5c0fff93c2c4aea82e06d261c4d0b.tar.gz
gentoo-2-44e1495f99b5c0fff93c2c4aea82e06d261c4d0b.tar.bz2
gentoo-2-44e1495f99b5c0fff93c2c4aea82e06d261c4d0b.zip
version bump
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x4FDF9CFD2FAC514E!)
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/smplayer-themes/ChangeLog9
-rw-r--r--x11-themes/smplayer-themes/smplayer-themes-14.12.0.ebuild24
2 files changed, 31 insertions, 2 deletions
diff --git a/x11-themes/smplayer-themes/ChangeLog b/x11-themes/smplayer-themes/ChangeLog
index 759d97422cf5..fa651b0f6430 100644
--- a/x11-themes/smplayer-themes/ChangeLog
+++ b/x11-themes/smplayer-themes/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-themes/smplayer-themes
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/smplayer-themes/ChangeLog,v 1.41 2014/09/29 13:11:44 pesa Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/smplayer-themes/ChangeLog,v 1.42 2015/03/22 04:58:38 yngwin Exp $
+
+*smplayer-themes-14.12.0 (22 Mar 2015)
+
+ 22 Mar 2015; Ben de Groot <yngwin@gentoo.org> +smplayer-themes-14.12.0.ebuild:
+ version bump
29 Sep 2014; Davide Pesavento <pesa@gentoo.org>
-smplayer-themes-20120919.ebuild:
diff --git a/x11-themes/smplayer-themes/smplayer-themes-14.12.0.ebuild b/x11-themes/smplayer-themes/smplayer-themes-14.12.0.ebuild
new file mode 100644
index 000000000000..c09cb1434985
--- /dev/null
+++ b/x11-themes/smplayer-themes/smplayer-themes-14.12.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/smplayer-themes/smplayer-themes-14.12.0.ebuild,v 1.1 2015/03/22 04:58:38 yngwin Exp $
+
+EAPI=5
+
+DESCRIPTION="Icon themes for smplayer"
+HOMEPAGE="http://smplayer.sourceforge.net/"
+SRC_URI="mirror://sourceforge/smplayer/${P}.tar.bz2"
+
+LICENSE="CC-BY-2.5 CC-BY-SA-2.5 CC-BY-SA-3.0 GPL-2 LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND=""
+RDEPEND="media-video/smplayer"
+
+src_install() {
+ rm themes/Makefile
+ insinto /usr/share/smplayer
+ doins -r themes
+ dodoc Changelog README.txt
+}