summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2009-09-26 15:21:18 +0000
committerMichael Januszewski <spock@gentoo.org>2009-09-26 15:21:18 +0000
commite17707e46e5b91fe73f51545a8c534476deab3ed (patch)
tree86024d6106d30a64c37a947b18b9a725dcdc7cb9 /media-gfx/splash-themes-gentoo
parentLocale::Gettext re-exports the LC_* constants coming from POSIX (#237378) (diff)
downloadgentoo-2-e17707e46e5b91fe73f51545a8c534476deab3ed.tar.gz
gentoo-2-e17707e46e5b91fe73f51545a8c534476deab3ed.tar.bz2
gentoo-2-e17707e46e5b91fe73f51545a8c534476deab3ed.zip
Update the Natural Gentoo theme to 8.0 and fix bug #285088.
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/splash-themes-gentoo')
-rw-r--r--media-gfx/splash-themes-gentoo/ChangeLog8
-rw-r--r--media-gfx/splash-themes-gentoo/splash-themes-gentoo-20090926.ebuild31
2 files changed, 38 insertions, 1 deletions
diff --git a/media-gfx/splash-themes-gentoo/ChangeLog b/media-gfx/splash-themes-gentoo/ChangeLog
index 98367327ffe6..3ec724521628 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.13 2009/05/29 10:58:36 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-gentoo/ChangeLog,v 1.14 2009/09/26 15:21:18 spock Exp $
+
+*splash-themes-gentoo-20090926 (26 Sep 2009)
+
+ 26 Sep 2009; Michał Januszewski <spock@gentoo.org>
+ +splash-themes-gentoo-20090926.ebuild:
+ Update the Natural Gentoo theme to 8.0 and fix bug #285088.
29 May 2009; Christian Faulhammer <fauli@gentoo.org>
splash-themes-gentoo-20090324.ebuild:
diff --git a/media-gfx/splash-themes-gentoo/splash-themes-gentoo-20090926.ebuild b/media-gfx/splash-themes-gentoo/splash-themes-gentoo-20090926.ebuild
new file mode 100644
index 000000000000..4e0687b64364
--- /dev/null
+++ b/media-gfx/splash-themes-gentoo/splash-themes-gentoo-20090926.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-20090926.ebuild,v 1.1 2009/09/26 15:21:18 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-8.0-r1.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."
+}