summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2009-12-31 16:00:33 +0000
committerMarkus Meier <maekke@gentoo.org>2009-12-31 16:00:33 +0000
commitb3d8712071649b90d3c67174dcbcfb2156a7b69c (patch)
treed9b3b3c6e823c0e4ec704604a6ff0deb953c072c /media-gfx/grub-splashes
parentAdd a test for app-admin/eselect around RDEPEND to avoid circular dependencies. (diff)
downloadgentoo-2-b3d8712071649b90d3c67174dcbcfb2156a7b69c.tar.gz
gentoo-2-b3d8712071649b90d3c67174dcbcfb2156a7b69c.tar.bz2
gentoo-2-b3d8712071649b90d3c67174dcbcfb2156a7b69c.zip
old
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/grub-splashes')
-rw-r--r--media-gfx/grub-splashes/ChangeLog5
-rw-r--r--media-gfx/grub-splashes/grub-splashes-0.1.ebuild33
2 files changed, 4 insertions, 34 deletions
diff --git a/media-gfx/grub-splashes/ChangeLog b/media-gfx/grub-splashes/ChangeLog
index eaf7931a4a29..29ee8ad5dfc3 100644
--- a/media-gfx/grub-splashes/ChangeLog
+++ b/media-gfx/grub-splashes/ChangeLog
@@ -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:
diff --git a/media-gfx/grub-splashes/grub-splashes-0.1.ebuild b/media-gfx/grub-splashes/grub-splashes-0.1.ebuild
deleted file mode 100644
index 34fdce0ab85d..000000000000
--- a/media-gfx/grub-splashes/grub-splashes-0.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# 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-0.1.ebuild,v 1.7 2009/09/11 11:30:25 flameeyes Exp $
-
-DESCRIPTION="Collection of grub splashes"
-HOMEPAGE="http://dev.gentoo.org/~welp/grub-splashes.xml"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="|| ( sys-boot/grub sys-boot/grub-static )"
-RDEPEND="${DEPEND}"
-
-src_install() {
- if [[ -d ${ROOT}/boot/grub ]]; then
- insinto /boot/grub
- doins *.xpm.gz
- else
- die "/boot/grub/ does not exist, please make sure you have /boot mounted"
- fi
-}
-
-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\`"
-}