summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2008-09-14 11:56:03 +0000
committerMichael Januszewski <spock@gentoo.org>2008-09-14 11:56:03 +0000
commit16b3fd383bf2a9c910028d86857e7943feb42686 (patch)
treee7857ec20f3e0c656bae4dbb86a008b99c47ba82 /media-gfx/splash-themes-gentoo
parentStable on sparc, bug #237004 (diff)
downloadgentoo-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')
-rw-r--r--media-gfx/splash-themes-gentoo/ChangeLog10
-rw-r--r--media-gfx/splash-themes-gentoo/splash-themes-gentoo-20080914.ebuild20
2 files changed, 28 insertions, 2 deletions
diff --git a/media-gfx/splash-themes-gentoo/ChangeLog b/media-gfx/splash-themes-gentoo/ChangeLog
index 2a3d19457951..610bb039c75e 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-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-gentoo/ChangeLog,v 1.6 2007/02/17 11:39:43 spock Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-gentoo/ChangeLog,v 1.7 2008/09/14 11:56:03 spock Exp $
+
+*splash-themes-gentoo-20080914 (14 Sep 2008)
+
+ 14 Sep 2008; Michał Januszewski <spock@gentoo.org>
+ +splash-themes-gentoo-20080914.ebuild:
+ Add the 'Natural Gentoo' theme (bug #233198).
17 Feb 2007; Michał Januszewski <spock@gentoo.org>
splash-themes-gentoo-20050429.ebuild:
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"
+}