public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-gfx/grub-splashes: ChangeLog grub-splashes-20091109.ebuild
@ 2009-11-09 14:05 Markus Meier (maekke)
  0 siblings, 0 replies; 3+ messages in thread
From: Markus Meier (maekke) @ 2009-11-09 14:05 UTC (permalink / raw
  To: gentoo-commits

maekke      09/11/09 14:05:51

  Modified:             ChangeLog
  Added:                grub-splashes-20091109.ebuild
  Log:
  bump, fixes bug #253922
  (Portage version: 2.2_rc49/cvs/Linux i686)

Revision  Changes    Path
1.11                 media-gfx/grub-splashes/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/grub-splashes/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/grub-splashes/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/grub-splashes/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/grub-splashes/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	25 Oct 2009 17:39:37 -0000	1.10
+++ ChangeLog	9 Nov 2009 14:05:51 -0000	1.11
@@ -1,6 +1,12 @@
 # ChangeLog for media-gfx/grub-splashes
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/grub-splashes/ChangeLog,v 1.10 2009/10/25 17:39:37 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/grub-splashes/ChangeLog,v 1.11 2009/11/09 14:05:51 maekke Exp $
+
+*grub-splashes-20091109 (09 Nov 2009)
+
+  09 Nov 2009; Markus Meier <maekke@gentoo.org>
+  +grub-splashes-20091109.ebuild:
+  bump, fixes bug #253922
 
   25 Oct 2009; Torsten Veller <tove@gentoo.org> metadata.xml:
   Remove welp from metadata.xml (#141007)



1.1                  media-gfx/grub-splashes/grub-splashes-20091109.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/grub-splashes/grub-splashes-20091109.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/grub-splashes/grub-splashes-20091109.ebuild?rev=1.1&content-type=text/plain

Index: grub-splashes-20091109.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/grub-splashes/grub-splashes-20091109.ebuild,v 1.1 2009/11/09 14:05:51 maekke Exp $

DESCRIPTION="Collection of grub splashes"
HOMEPAGE="http://dev.gentoo.org/~welp/grub-splashes.xml"
SRC_URI="mirror://gentoo/${PN}-0.1.tar.gz
	http://www.kde-look.org/CONTENT/content-files/49074-natural_gentoo-8.0.tar.gz
	http://www.kde-look.org/CONTENT/content-files/98478-gentoo-splash.xpm.gz"

LICENSE="GPL-2 Artistic-2"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x86-fbsd"
IUSE=""

DEPEND="|| ( sys-boot/grub sys-boot/grub-static )"
RDEPEND="${DEPEND}"

S="${WORKDIR}"

pkg_setup() {
	[[ -d ${ROOT}/boot/grub ]] || \
		die "${ROOT}/boot/grub does not exist, please make sure you have /boot mounted"
}

src_unpack() {
	unpack ${A}
	cd "${S}"
	cp "${DISTDIR}"/98478-gentoo-splash.xpm.gz gentoo-blue.xpm.gz
}

src_install() {
	insinto /boot/grub
	find . -name '*.xpm.gz' -exec doins {} \;
}

pkg_postinst() {
	elog "Please note that this ebuild makes the assumption that you're"
	elog "using /boot/grub/ for your grub configuration."
	elog ""
	elog "To use your new grub splashes edit your /boot/grub/grub.conf"
	elog "You can see available splash screens by running"
	elog "\`ls /boot/grub/ | grep xpm\`"
}






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-gfx/grub-splashes: ChangeLog grub-splashes-20091109.ebuild
@ 2009-12-29 19:46 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 3+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-12-29 19:46 UTC (permalink / raw
  To: gentoo-commits

fauli       09/12/29 19:46:00

  Modified:             ChangeLog grub-splashes-20091109.ebuild
  Log:
  stable x86, bug 297022
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.12                 media-gfx/grub-splashes/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/grub-splashes/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/grub-splashes/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/grub-splashes/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/grub-splashes/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	9 Nov 2009 14:05:51 -0000	1.11
+++ ChangeLog	29 Dec 2009 19:45:59 -0000	1.12
@@ -1,6 +1,10 @@
 # ChangeLog for media-gfx/grub-splashes
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/grub-splashes/ChangeLog,v 1.11 2009/11/09 14:05:51 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/grub-splashes/ChangeLog,v 1.12 2009/12/29 19:45:59 fauli Exp $
+
+  29 Dec 2009; Christian Faulhammer <fauli@gentoo.org>
+  grub-splashes-20091109.ebuild:
+  stable x86, bug 297022
 
 *grub-splashes-20091109 (09 Nov 2009)
 



1.2                  media-gfx/grub-splashes/grub-splashes-20091109.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/grub-splashes/grub-splashes-20091109.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/grub-splashes/grub-splashes-20091109.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/grub-splashes/grub-splashes-20091109.ebuild?r1=1.1&r2=1.2

Index: grub-splashes-20091109.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/grub-splashes/grub-splashes-20091109.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- grub-splashes-20091109.ebuild	9 Nov 2009 14:05:51 -0000	1.1
+++ grub-splashes-20091109.ebuild	29 Dec 2009 19:45:59 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/grub-splashes/grub-splashes-20091109.ebuild,v 1.1 2009/11/09 14:05:51 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/grub-splashes/grub-splashes-20091109.ebuild,v 1.2 2009/12/29 19:45:59 fauli Exp $
 
 DESCRIPTION="Collection of grub splashes"
 HOMEPAGE="http://dev.gentoo.org/~welp/grub-splashes.xml"
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2 Artistic-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="|| ( sys-boot/grub sys-boot/grub-static )"






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-gfx/grub-splashes: ChangeLog grub-splashes-20091109.ebuild
@ 2009-12-31 15:55 Markus Meier (maekke)
  0 siblings, 0 replies; 3+ messages in thread
From: Markus Meier (maekke) @ 2009-12-31 15:55 UTC (permalink / raw
  To: gentoo-commits

maekke      09/12/31 15:55:57

  Modified:             ChangeLog grub-splashes-20091109.ebuild
  Log:
  amd64 stable, bug #297022
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 media-gfx/grub-splashes/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/grub-splashes/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/grub-splashes/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/grub-splashes/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/grub-splashes/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	29 Dec 2009 19:45:59 -0000	1.12
+++ ChangeLog	31 Dec 2009 15:55:57 -0000	1.13
@@ -1,6 +1,10 @@
 # ChangeLog for media-gfx/grub-splashes
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/grub-splashes/ChangeLog,v 1.12 2009/12/29 19:45:59 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/grub-splashes/ChangeLog,v 1.13 2009/12/31 15:55:57 maekke Exp $
+
+  31 Dec 2009; Markus Meier <maekke@gentoo.org>
+  grub-splashes-20091109.ebuild:
+  amd64 stable, bug #297022
 
   29 Dec 2009; Christian Faulhammer <fauli@gentoo.org>
   grub-splashes-20091109.ebuild:



1.3                  media-gfx/grub-splashes/grub-splashes-20091109.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/grub-splashes/grub-splashes-20091109.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/grub-splashes/grub-splashes-20091109.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/grub-splashes/grub-splashes-20091109.ebuild?r1=1.2&r2=1.3

Index: grub-splashes-20091109.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/grub-splashes/grub-splashes-20091109.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- grub-splashes-20091109.ebuild	29 Dec 2009 19:45:59 -0000	1.2
+++ grub-splashes-20091109.ebuild	31 Dec 2009 15:55:57 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/grub-splashes/grub-splashes-20091109.ebuild,v 1.2 2009/12/29 19:45:59 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/grub-splashes/grub-splashes-20091109.ebuild,v 1.3 2009/12/31 15:55:57 maekke Exp $
 
 DESCRIPTION="Collection of grub splashes"
 HOMEPAGE="http://dev.gentoo.org/~welp/grub-splashes.xml"
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2 Artistic-2"
 SLOT="0"
-KEYWORDS="~amd64 x86 ~x86-fbsd"
+KEYWORDS="amd64 x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="|| ( sys-boot/grub sys-boot/grub-static )"






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-12-31 15:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-09 14:05 [gentoo-commits] gentoo-x86 commit in media-gfx/grub-splashes: ChangeLog grub-splashes-20091109.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2009-12-29 19:46 Christian Faulhammer (fauli)
2009-12-31 15:55 Markus Meier (maekke)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox