diff options
author | 2014-09-24 08:22:33 +0000 | |
---|---|---|
committer | 2014-09-24 08:22:33 +0000 | |
commit | 0f0e790c72bbb0477923442b7592d186a141ec05 (patch) | |
tree | 7e335ce5029a8ddbd185de8496260a732bc07d09 /x11-themes | |
parent | sci-biology/samtools: Add missing build dep, #523586 (diff) | |
download | gentoo-2-0f0e790c72bbb0477923442b7592d186a141ec05.tar.gz gentoo-2-0f0e790c72bbb0477923442b7592d186a141ec05.tar.bz2 gentoo-2-0f0e790c72bbb0477923442b7592d186a141ec05.zip |
version bump, clean up old
(Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key 0x0F9C590B7FF324F6!)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/smplayer-themes/ChangeLog | 8 | ||||
-rw-r--r-- | x11-themes/smplayer-themes/smplayer-themes-0.1.18.ebuild | 25 | ||||
-rw-r--r-- | x11-themes/smplayer-themes/smplayer-themes-14.9.0.ebuild (renamed from x11-themes/smplayer-themes/smplayer-themes-20131003.ebuild) | 8 |
3 files changed, 9 insertions, 32 deletions
diff --git a/x11-themes/smplayer-themes/ChangeLog b/x11-themes/smplayer-themes/ChangeLog index 10ab12626815..f3e2e2a494d6 100644 --- a/x11-themes/smplayer-themes/ChangeLog +++ b/x11-themes/smplayer-themes/ChangeLog @@ -1,6 +1,12 @@ # 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.36 2014/05/25 02:46:25 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/smplayer-themes/ChangeLog,v 1.37 2014/09/24 08:22:33 yngwin Exp $ + +*smplayer-themes-14.9.0 (24 Sep 2014) + + 24 Sep 2014; Ben de Groot <yngwin@gentoo.org> +smplayer-themes-14.9.0.ebuild, + -smplayer-themes-0.1.18.ebuild, -smplayer-themes-20131003.ebuild: + version bump, clean up old *smplayer-themes-20131003 (25 May 2014) diff --git a/x11-themes/smplayer-themes/smplayer-themes-0.1.18.ebuild b/x11-themes/smplayer-themes/smplayer-themes-0.1.18.ebuild deleted file mode 100644 index b963d4cd2376..000000000000 --- a/x11-themes/smplayer-themes/smplayer-themes-0.1.18.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/smplayer-themes/smplayer-themes-0.1.18.ebuild,v 1.6 2009/04/13 21:32:20 ranger Exp $ - -DESCRIPTION="Icon themes for smplayer" -HOMEPAGE="http://smplayer.sourceforge.net/" -SRC_URI="mirror://sourceforge/smplayer/${P}.tar.bz2" - -LICENSE="GPL-2" -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() { - return -} - -src_install() { - insinto /usr/share/smplayer - doins -r themes || die "Failed to install themes" - dodoc Changelog README.txt -} diff --git a/x11-themes/smplayer-themes/smplayer-themes-20131003.ebuild b/x11-themes/smplayer-themes/smplayer-themes-14.9.0.ebuild index f4349aa5c134..c59d8b7763dd 100644 --- a/x11-themes/smplayer-themes/smplayer-themes-20131003.ebuild +++ b/x11-themes/smplayer-themes/smplayer-themes-14.9.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/smplayer-themes/smplayer-themes-20131003.ebuild,v 1.1 2014/05/25 02:46:25 pesa Exp $ +# $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 $ EAPI=5 @@ -16,12 +16,8 @@ IUSE="" DEPEND="" RDEPEND="media-video/smplayer" -# Override it as default will call make that will catch the install target... -src_compile() { - : -} - src_install() { + rm themes/Makefile insinto /usr/share/smplayer doins -r themes dodoc Changelog README.txt |