diff options
author | Ben de Groot <yngwin@gentoo.org> | 2009-02-14 12:59:54 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2009-02-14 12:59:54 +0000 |
commit | ead7cb8dda63d4e67c229c41f96149916ad1a41d (patch) | |
tree | 674e993ee3a90fae576a9fd8d0c49455c922247e /x11-themes/smplayer-themes | |
parent | All stable, bug 257699. Remove old. (diff) | |
download | gentoo-2-ead7cb8dda63d4e67c229c41f96149916ad1a41d.tar.gz gentoo-2-ead7cb8dda63d4e67c229c41f96149916ad1a41d.tar.bz2 gentoo-2-ead7cb8dda63d4e67c229c41f96149916ad1a41d.zip |
Version bump
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'x11-themes/smplayer-themes')
-rw-r--r-- | x11-themes/smplayer-themes/ChangeLog | 10 | ||||
-rw-r--r-- | x11-themes/smplayer-themes/smplayer-themes-0.1.18.ebuild | 25 |
2 files changed, 33 insertions, 2 deletions
diff --git a/x11-themes/smplayer-themes/ChangeLog b/x11-themes/smplayer-themes/ChangeLog index 7ac1e5546a4c..779bf9a0d4bf 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/smplayer-themes/ChangeLog,v 1.16 2008/10/20 21:17:07 yngwin Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/smplayer-themes/ChangeLog,v 1.17 2009/02/14 12:59:54 yngwin Exp $ + +*smplayer-themes-0.1.18 (14 Feb 2009) + + 14 Feb 2009; Ben de Groot <yngwin@gentoo.org> + +smplayer-themes-0.1.18.ebuild: + Version bump *smplayer-themes-0.1.17 (20 Oct 2008) diff --git a/x11-themes/smplayer-themes/smplayer-themes-0.1.18.ebuild b/x11-themes/smplayer-themes/smplayer-themes-0.1.18.ebuild new file mode 100644 index 000000000000..1d1f2574edf6 --- /dev/null +++ b/x11-themes/smplayer-themes/smplayer-themes-0.1.18.ebuild @@ -0,0 +1,25 @@ +# 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.1 2009/02/14 12:59:54 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 +} |