diff options
author | Michael Januszewski <spock@gentoo.org> | 2008-09-14 11:56:03 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2008-09-14 11:56:03 +0000 |
commit | 16b3fd383bf2a9c910028d86857e7943feb42686 (patch) | |
tree | e7857ec20f3e0c656bae4dbb86a008b99c47ba82 /media-gfx/splash-themes-gentoo/splash-themes-gentoo-20080914.ebuild | |
parent | Stable on sparc, bug #237004 (diff) | |
download | gentoo-2-16b3fd383bf2a9c910028d86857e7943feb42686.tar.gz gentoo-2-16b3fd383bf2a9c910028d86857e7943feb42686.tar.bz2 gentoo-2-16b3fd383bf2a9c910028d86857e7943feb42686.zip |
Add the 'Natural Gentoo' theme (bug #233198).
(Portage version: 2.2_rc8/cvs/Linux 2.6.26 x86_64)
Diffstat (limited to 'media-gfx/splash-themes-gentoo/splash-themes-gentoo-20080914.ebuild')
-rw-r--r-- | media-gfx/splash-themes-gentoo/splash-themes-gentoo-20080914.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/media-gfx/splash-themes-gentoo/splash-themes-gentoo-20080914.ebuild b/media-gfx/splash-themes-gentoo/splash-themes-gentoo-20080914.ebuild new file mode 100644 index 000000000000..2b8c9df5dbdb --- /dev/null +++ b/media-gfx/splash-themes-gentoo/splash-themes-gentoo-20080914.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-gentoo/splash-themes-gentoo-20080914.ebuild,v 1.1 2008/09/14 11:56:03 spock Exp $ + +DESCRIPTION="A collection of Gentoo themes for splashutils." +HOMEPAGE="http://dev.gentoo.org/~spock/" +SRC_URI="mirror://gentoo/fbsplash-theme-emergence-r2.tar.bz2 + mirror://gentoo/fbsplash-theme-gentoo-r2.tar.bz2 + mirror://gentoo/fbsplash-theme-natural_gentoo-7.1.tar.bz2" +IUSE="" +LICENSE="freedist" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +DEPEND=">=media-gfx/splashutils-1.1.9.5" +RESTRICT="binchecks strip" + +src_install() { + dodir /etc/splash/{emergence,gentoo,natural_gentoo} + cp -pR "${WORKDIR}"/{emergence,gentoo,natural_gentoo} "${D}/etc/splash" +} |