summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Pesavento <pesa@gentoo.org>2014-09-29 13:11:44 +0000
committerDavide Pesavento <pesa@gentoo.org>2014-09-29 13:11:44 +0000
commitb9b04ea3a4ce3b8f494039217ca6ea07b2b8580a (patch)
treeb3d1e59ea4334f73ca3db18ef82e732d8f180a49 /x11-themes/smplayer-themes
parentold (diff)
downloadgentoo-2-b9b04ea3a4ce3b8f494039217ca6ea07b2b8580a.tar.gz
gentoo-2-b9b04ea3a4ce3b8f494039217ca6ea07b2b8580a.tar.bz2
gentoo-2-b9b04ea3a4ce3b8f494039217ca6ea07b2b8580a.zip
old
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 0xDADED6B2671CB57D!)
Diffstat (limited to 'x11-themes/smplayer-themes')
-rw-r--r--x11-themes/smplayer-themes/ChangeLog6
-rw-r--r--x11-themes/smplayer-themes/smplayer-themes-20120919.ebuild28
2 files changed, 5 insertions, 29 deletions
diff --git a/x11-themes/smplayer-themes/ChangeLog b/x11-themes/smplayer-themes/ChangeLog
index 892b79987ea6..759d97422cf5 100644
--- a/x11-themes/smplayer-themes/ChangeLog
+++ b/x11-themes/smplayer-themes/ChangeLog
@@ -1,6 +1,10 @@
# 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.40 2014/09/29 10:05:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/smplayer-themes/ChangeLog,v 1.41 2014/09/29 13:11:44 pesa Exp $
+
+ 29 Sep 2014; Davide Pesavento <pesa@gentoo.org>
+ -smplayer-themes-20120919.ebuild:
+ old
29 Sep 2014; Agostino Sarubbo <ago@gentoo.org> smplayer-themes-14.9.0.ebuild:
Stable for x86, wrt bug #523402
diff --git a/x11-themes/smplayer-themes/smplayer-themes-20120919.ebuild b/x11-themes/smplayer-themes/smplayer-themes-20120919.ebuild
deleted file mode 100644
index cad9a796df0e..000000000000
--- a/x11-themes/smplayer-themes/smplayer-themes-20120919.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/smplayer-themes/smplayer-themes-20120919.ebuild,v 1.5 2013/02/17 17:38:23 ago Exp $
-
-EAPI=4
-
-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"
-
-# Override it as default will call make that will catch the install target...
-src_compile() {
- :
-}
-
-src_install() {
- insinto /usr/share/smplayer
- doins -r themes
- dodoc Changelog README.txt
-}