diff options
author | Michael Januszewski <spock@gentoo.org> | 2009-03-23 23:30:00 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2009-03-23 23:30:00 +0000 |
commit | c5cb97c4de20e3295e8dbd166d935f951937218c (patch) | |
tree | d7f2d89980ae19cbba1eb1bcb0ccd432615881ea /media-gfx | |
parent | Don't enable vdpau, mad USE flags by default (diff) | |
download | gentoo-2-c5cb97c4de20e3295e8dbd166d935f951937218c.tar.gz gentoo-2-c5cb97c4de20e3295e8dbd166d935f951937218c.tar.bz2 gentoo-2-c5cb97c4de20e3295e8dbd166d935f951937218c.zip |
Version bump. Add the 'emerge-world' theme, switch to EAPI2.
(Portage version: 2.1.6.10/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/splash-themes-gentoo/ChangeLog | 8 | ||||
-rw-r--r-- | media-gfx/splash-themes-gentoo/splash-themes-gentoo-20090324.ebuild | 31 |
2 files changed, 38 insertions, 1 deletions
diff --git a/media-gfx/splash-themes-gentoo/ChangeLog b/media-gfx/splash-themes-gentoo/ChangeLog index cc9528435f0d..dfd1139b9e87 100644 --- a/media-gfx/splash-themes-gentoo/ChangeLog +++ b/media-gfx/splash-themes-gentoo/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-gfx/splash-themes-gentoo # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-gentoo/ChangeLog,v 1.10 2009/03/08 18:06:04 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-gentoo/ChangeLog,v 1.11 2009/03/23 23:30:00 spock Exp $ + +*splash-themes-gentoo-20090324 (23 Mar 2009) + + 23 Mar 2009; Michał Januszewski <spock@gentoo.org> + +splash-themes-gentoo-20090324.ebuild: + Version bump. Add the 'emerge-world' theme, switch to EAPI2. 08 Mar 2009; Markus Meier <maekke@gentoo.org> splash-themes-gentoo-20080914.ebuild: diff --git a/media-gfx/splash-themes-gentoo/splash-themes-gentoo-20090324.ebuild b/media-gfx/splash-themes-gentoo/splash-themes-gentoo-20090324.ebuild new file mode 100644 index 000000000000..aa101d70b64a --- /dev/null +++ b/media-gfx/splash-themes-gentoo/splash-themes-gentoo-20090324.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2009 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-20090324.ebuild,v 1.1 2009/03/23 23:30:00 spock Exp $ + +EAPI="2" + +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 + mirror://gentoo/fbsplash-theme-emerge-world-1.0.tar.bz2" +IUSE="" +LICENSE="freedist" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +RDEPEND=">=media-gfx/splashutils-1.1.9.5[png]" +DEPEND="${RDEPEND}" +RESTRICT="binchecks strip" + +src_install() { + dodir /etc/splash/{emergence,gentoo,natural_gentoo,emerge-world} + cp -pR "${WORKDIR}"/{emergence,gentoo,natural_gentoo,emerge-world} "${D}/etc/splash" +} + +pkg_postinst() { + elog "The upstream tarball for the 'Natural Gentoo' theme also contains a GRUB" + elog "splash image which is not installed by this ebuild. See:" + elog " http://www.kde-look.org/content/show.php?content=49074" + elog "if you are interested in this." +} |