summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmadeusz Piotr Żołnowski <aidecoe@gentoo.org>2011-02-21 21:54:33 +0000
committerAmadeusz Piotr Żołnowski <aidecoe@gentoo.org>2011-02-21 21:54:33 +0000
commit3b95a0fa0e3d48b6bbea2687097a5a7e449aa729 (patch)
tree0a4162d879d24f3345d9429362ac6950f70718cc /sys-boot
parentImport from cj-overlay (dep for bug #351916) (diff)
downloadgentoo-2-3b95a0fa0e3d48b6bbea2687097a5a7e449aa729.tar.gz
gentoo-2-3b95a0fa0e3d48b6bbea2687097a5a7e449aa729.tar.bz2
gentoo-2-3b95a0fa0e3d48b6bbea2687097a5a7e449aa729.zip
sys-boot/plymouth: Moved gentoo-logo.png from 'files' to dev.gentoo.org.
(Portage version: 2.1.9.40/cvs/Linux x86_64)
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/plymouth/ChangeLog6
-rw-r--r--sys-boot/plymouth/files/gentoo-logo.pngbin14501 -> 0 bytes
-rw-r--r--sys-boot/plymouth/plymouth-0.8.3.ebuild8
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-boot/plymouth/ChangeLog b/sys-boot/plymouth/ChangeLog
index 48cb14e5fdb2..d79a35074555 100644
--- a/sys-boot/plymouth/ChangeLog
+++ b/sys-boot/plymouth/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-boot/plymouth
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth/ChangeLog,v 1.1 2011/02/21 21:08:17 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth/ChangeLog,v 1.2 2011/02/21 21:54:33 aidecoe Exp $
+
+ 21 Feb 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> plymouth-0.8.3.ebuild,
+ -files/gentoo-logo.png:
+ I have moved gentoo-logo.png from 'files' to my web space on dev.gentoo.org.
*plymouth-0.8.3 (21 Feb 2011)
diff --git a/sys-boot/plymouth/files/gentoo-logo.png b/sys-boot/plymouth/files/gentoo-logo.png
deleted file mode 100644
index cbfaf78637de..000000000000
--- a/sys-boot/plymouth/files/gentoo-logo.png
+++ /dev/null
Binary files differ
diff --git a/sys-boot/plymouth/plymouth-0.8.3.ebuild b/sys-boot/plymouth/plymouth-0.8.3.ebuild
index d3bc0b02164f..a0160672df23 100644
--- a/sys-boot/plymouth/plymouth-0.8.3.ebuild
+++ b/sys-boot/plymouth/plymouth-0.8.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth/plymouth-0.8.3.ebuild,v 1.1 2011/02/21 21:08:17 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth/plymouth-0.8.3.ebuild,v 1.2 2011/02/21 21:54:33 aidecoe Exp $
EAPI="3"
@@ -8,7 +8,8 @@ inherit autotools-utils
DESCRIPTION="Graphical boot animation (splash) and logger"
HOMEPAGE="http://cgit.freedesktop.org/plymouth/"
-SRC_URI="http://cgit.freedesktop.org/${PN}/snapshot/${P}.tar.bz2"
+SRC_URI="http://cgit.freedesktop.org/${PN}/snapshot/${P}.tar.bz2
+ http://dev.gentoo.org/~aidecoe/distfiles/${CATEGORY}/${PN}/gentoo-logo.png"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
@@ -59,8 +60,7 @@ src_install() {
if use branding ; then
insinto /usr/share/plymouth
- newins "${FILESDIR}"/gentoo-logo.png bizcom.png \
- || die 'branding failed'
+ newins "${DISTDIR}"/gentoo-logo.png bizcom.png || die 'branding failed'
fi
}