diff options
author | Davide Pesavento <pesa@gentoo.org> | 2014-05-25 02:46:25 +0000 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2014-05-25 02:46:25 +0000 |
commit | 8e8f8c92de8d082f21834cca4b63b281310c348f (patch) | |
tree | 01570e1d6bec4cd1bdce6af3b33090cadfcbb06d /x11-themes | |
parent | Revision bump for bug 371369, increase to EAPI-5 and add epatch_user (diff) | |
download | gentoo-2-8e8f8c92de8d082f21834cca4b63b281310c348f.tar.gz gentoo-2-8e8f8c92de8d082f21834cca4b63b281310c348f.tar.bz2 gentoo-2-8e8f8c92de8d082f21834cca4b63b281310c348f.zip |
Bump.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xDADED6B2671CB57D!)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/smplayer-themes/ChangeLog | 11 | ||||
-rw-r--r-- | x11-themes/smplayer-themes/smplayer-themes-0.1.20.ebuild | 25 | ||||
-rw-r--r-- | x11-themes/smplayer-themes/smplayer-themes-20131003.ebuild (renamed from x11-themes/smplayer-themes/smplayer-themes-20120131.ebuild) | 10 |
3 files changed, 14 insertions, 32 deletions
diff --git a/x11-themes/smplayer-themes/ChangeLog b/x11-themes/smplayer-themes/ChangeLog index 9559ca31cabe..10ab12626815 100644 --- a/x11-themes/smplayer-themes/ChangeLog +++ b/x11-themes/smplayer-themes/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-themes/smplayer-themes -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/smplayer-themes/ChangeLog,v 1.35 2013/02/17 17:38:23 ago Exp $ +# 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 $ + +*smplayer-themes-20131003 (25 May 2014) + + 25 May 2014; Davide Pesavento <pesa@gentoo.org> + +smplayer-themes-20131003.ebuild, -smplayer-themes-0.1.20.ebuild, + -smplayer-themes-20120131.ebuild: + Bump. 17 Feb 2013; Agostino Sarubbo <ago@gentoo.org> smplayer-themes-20120919.ebuild: diff --git a/x11-themes/smplayer-themes/smplayer-themes-0.1.20.ebuild b/x11-themes/smplayer-themes/smplayer-themes-0.1.20.ebuild deleted file mode 100644 index 99cf3661c9ac..000000000000 --- a/x11-themes/smplayer-themes/smplayer-themes-0.1.20.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2010 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.20.ebuild,v 1.1 2010/01/20 18:43:12 yngwin 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 || die -} diff --git a/x11-themes/smplayer-themes/smplayer-themes-20120131.ebuild b/x11-themes/smplayer-themes/smplayer-themes-20131003.ebuild index 0125ed9bf311..f4349aa5c134 100644 --- a/x11-themes/smplayer-themes/smplayer-themes-20120131.ebuild +++ b/x11-themes/smplayer-themes/smplayer-themes-20131003.ebuild @@ -1,16 +1,16 @@ -# Copyright 1999-2013 Gentoo Foundation +# 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-20120131.ebuild,v 1.5 2013/02/07 23:03:46 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/smplayer-themes/smplayer-themes-20131003.ebuild,v 1.1 2014/05/25 02:46:25 pesa Exp $ -EAPI=4 +EAPI=5 DESCRIPTION="Icon themes for smplayer" HOMEPAGE="http://smplayer.sourceforge.net/" -SRC_URI="mirror://sourceforge/smplayer/${P}.tar.gz" +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" +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd" IUSE="" DEPEND="" |