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-0.1.ebuild
@ 2007-09-20 15:35 Peter Weller (welp)
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Weller (welp) @ 2007-09-20 15:35 UTC (permalink / raw
  To: gentoo-commits

welp        07/09/20 15:35:50

  Modified:             ChangeLog grub-splashes-0.1.ebuild
  Log:
  Use  when checking for /boot/grub
  (Portage version: 2.1.3_rc8)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/grub-splashes/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	7 Jul 2007 11:29:50 -0000	1.2
+++ ChangeLog	20 Sep 2007 15:35:49 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/grub-splashes
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/grub-splashes/ChangeLog,v 1.2 2007/07/07 11:29:50 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/grub-splashes/ChangeLog,v 1.3 2007/09/20 15:35:49 welp Exp $
+
+  20 Sep 2007; Peter Weller <welp@gentoo.org> grub-splashes-0.1.ebuild:
+  Use  when checking for /boot/grub
 
   04 Jul 2007; Peter Weller <welp@gentoo.org> ChangeLog:
   Initial import



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

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

Index: grub-splashes-0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/grub-splashes/grub-splashes-0.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- grub-splashes-0.1.ebuild	5 Jul 2007 05:05:40 -0000	1.1
+++ grub-splashes-0.1.ebuild	20 Sep 2007 15:35:49 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/grub-splashes/grub-splashes-0.1.ebuild,v 1.1 2007/07/05 05:05:40 welp Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/grub-splashes/grub-splashes-0.1.ebuild,v 1.2 2007/09/20 15:35:49 welp Exp $
 
 DESCRIPTION="Collection of grub splashes"
 HOMEPAGE="http://www.gentoo.org/proj/en/desktop/artwork/index.xml"
@@ -17,7 +17,7 @@
 src_install() {
 	cd "$S"
 
-	if [[ -d /boot/grub ]]; then
+	if [[ -d ${ROOT}/boot/grub ]]; then
 		insinto /boot/grub
 		doins *.xpm.gz
 	else



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in media-gfx/grub-splashes: ChangeLog grub-splashes-0.1.ebuild
@ 2007-10-24 21:09 Peter Weller (welp)
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Weller (welp) @ 2007-10-24 21:09 UTC (permalink / raw
  To: gentoo-commits

welp        07/10/24 21:09:59

  Modified:             ChangeLog grub-splashes-0.1.ebuild
  Log:
  Fix grammatical error in elog
  (Portage version: 2.1.3.16)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/grub-splashes/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	24 Oct 2007 19:09:59 -0000	1.5
+++ ChangeLog	24 Oct 2007 21:09:59 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/grub-splashes
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/grub-splashes/ChangeLog,v 1.5 2007/10/24 19:09:59 welp Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/grub-splashes/ChangeLog,v 1.6 2007/10/24 21:09:59 welp Exp $
+
+  24 Oct 2007; <welp@gentoo.org> grub-splashes-0.1.ebuild:
+  Fix grammatical error in elog
 
   24 Oct 2007; <welp@gentoo.org> metadata.xml:
   Fixed metadata.xml



1.4                  media-gfx/grub-splashes/grub-splashes-0.1.ebuild

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

Index: grub-splashes-0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/grub-splashes/grub-splashes-0.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- grub-splashes-0.1.ebuild	20 Sep 2007 20:58:46 -0000	1.3
+++ grub-splashes-0.1.ebuild	24 Oct 2007 21:09:59 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/grub-splashes/grub-splashes-0.1.ebuild,v 1.3 2007/09/20 20:58:46 welp Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/grub-splashes/grub-splashes-0.1.ebuild,v 1.4 2007/10/24 21:09:59 welp Exp $
 
 DESCRIPTION="Collection of grub splashes"
 HOMEPAGE="http://dev.gentoo.org/~welp/grub-splashes.xml"
@@ -29,7 +29,7 @@
 	elog "Please note that this ebuild makes the assumption that you're"
 	elog "using /boot/grub/ for your grub configuration."
 	elog ""
-	elog "To your new grub splashes edit your /boot/grub/grub.conf"
+	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\`"
 }



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in media-gfx/grub-splashes: ChangeLog grub-splashes-0.1.ebuild
@ 2008-05-28 20:08 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2008-05-28 20:08 UTC (permalink / raw
  To: gentoo-commits

maekke      08/05/28 20:08:15

  Modified:             ChangeLog grub-splashes-0.1.ebuild
  Log:
  amd64/x86 stable, bug #223487
  (Portage version: 2.1.5.2)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/grub-splashes/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	16 Jan 2008 22:29:38 -0000	1.7
+++ ChangeLog	28 May 2008 20:08:15 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/grub-splashes
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/grub-splashes/ChangeLog,v 1.7 2008/01/16 22:29:38 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/grub-splashes/ChangeLog,v 1.8 2008/05/28 20:08:15 maekke Exp $
+
+  28 May 2008; Markus Meier <maekke@gentoo.org> grub-splashes-0.1.ebuild:
+  amd64/x86 stable, bug #223487
 
   16 Jan 2008; Markus Meier <maekke@gentoo.org> grub-splashes-0.1.ebuild:
   make repoman happy



1.6                  media-gfx/grub-splashes/grub-splashes-0.1.ebuild

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

Index: grub-splashes-0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/grub-splashes/grub-splashes-0.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- grub-splashes-0.1.ebuild	16 Jan 2008 22:29:38 -0000	1.5
+++ grub-splashes-0.1.ebuild	28 May 2008 20:08:15 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/grub-splashes/grub-splashes-0.1.ebuild,v 1.5 2008/01/16 22:29:38 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/grub-splashes/grub-splashes-0.1.ebuild,v 1.6 2008/05/28 20:08:15 maekke Exp $
 
 DESCRIPTION="Collection of grub splashes"
 HOMEPAGE="http://dev.gentoo.org/~welp/grub-splashes.xml"
@@ -8,7 +8,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="|| ( sys-boot/grub sys-boot/grub-static )"



-- 
gentoo-commits@lists.gentoo.org mailing list



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

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

maekke      09/12/31 16:00:33

  Modified:             ChangeLog
  Removed:              grub-splashes-0.1.ebuild
  Log:
  old
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/grub-splashes/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	31 Dec 2009 15:55:57 -0000	1.13
+++ ChangeLog	31 Dec 2009 16:00:33 -0000	1.14
@@ -1,6 +1,9 @@
 # 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.13 2009/12/31 15:55:57 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/grub-splashes/ChangeLog,v 1.14 2009/12/31 16:00:33 maekke Exp $
+
+  31 Dec 2009; Markus Meier <maekke@gentoo.org> -grub-splashes-0.1.ebuild:
+  old
 
   31 Dec 2009; Markus Meier <maekke@gentoo.org>
   grub-splashes-20091109.ebuild:






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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-24 21:09 [gentoo-commits] gentoo-x86 commit in media-gfx/grub-splashes: ChangeLog grub-splashes-0.1.ebuild Peter Weller (welp)
  -- strict thread matches above, loose matches on Subject: below --
2009-12-31 16:00 Markus Meier (maekke)
2008-05-28 20:08 Markus Meier (maekke)
2007-09-20 15:35 Peter Weller (welp)

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