summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2010-03-02 21:54:31 +0000
committerMichael Januszewski <spock@gentoo.org>2010-03-02 21:54:31 +0000
commit70cc985b532459483acbfbc36f8a3e1724f6eea7 (patch)
tree5b2e7c0e732d6bc88e77bef5240d28c0c12c2004 /media-gfx
parentAdded new ebuild, bug 299648 (diff)
downloadgentoo-2-70cc985b532459483acbfbc36f8a3e1724f6eea7.tar.gz
gentoo-2-70cc985b532459483acbfbc36f8a3e1724f6eea7.tar.bz2
gentoo-2-70cc985b532459483acbfbc36f8a3e1724f6eea7.zip
Version bump. Includes an updated version of the Natural Gentoo theme.
(Portage version: 2.2_rc63/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/splash-themes-gentoo/ChangeLog10
-rw-r--r--media-gfx/splash-themes-gentoo/splash-themes-gentoo-20100302.ebuild31
2 files changed, 39 insertions, 2 deletions
diff --git a/media-gfx/splash-themes-gentoo/ChangeLog b/media-gfx/splash-themes-gentoo/ChangeLog
index 3ec724521628..c0e06dc8adaa 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.14 2009/09/26 15:21:18 spock Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-gentoo/ChangeLog,v 1.15 2010/03/02 21:54:31 spock Exp $
+
+*splash-themes-gentoo-20100302 (02 Mar 2010)
+
+ 02 Mar 2010; Michał Januszewski <spock@gentoo.org>
+ +splash-themes-gentoo-20100302.ebuild:
+ Version bump. Includes an updated version of the Natural Gentoo theme.
*splash-themes-gentoo-20090926 (26 Sep 2009)
diff --git a/media-gfx/splash-themes-gentoo/splash-themes-gentoo-20100302.ebuild b/media-gfx/splash-themes-gentoo/splash-themes-gentoo-20100302.ebuild
new file mode 100644
index 000000000000..589ab558f1a0
--- /dev/null
+++ b/media-gfx/splash-themes-gentoo/splash-themes-gentoo-20100302.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2010 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-20100302.ebuild,v 1.1 2010/03/02 21:54:31 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-emerge-world-1.0.tar.bz2
+ http://fbsplash.berlios.de/themes/repo/natural_gentoo-9.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."
+}