Gentoo Archives: gentoo-commits

From: "Amadeusz Zolnowski (aidecoe)" <aidecoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-boot/plymouth: ChangeLog plymouth-0.8.3.ebuild
Date: Mon, 21 Feb 2011 21:54:42
Message-Id: 20110221215433.78BE720054@flycatcher.gentoo.org
1 aidecoe 11/02/21 21:54:33
2
3 Modified: ChangeLog plymouth-0.8.3.ebuild
4 Log:
5 sys-boot/plymouth: Moved gentoo-logo.png from 'files' to dev.gentoo.org.
6
7 (Portage version: 2.1.9.40/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sys-boot/plymouth/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-boot/plymouth/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 21 Feb 2011 21:08:17 -0000 1.1
23 +++ ChangeLog 21 Feb 2011 21:54:33 -0000 1.2
24 @@ -1,6 +1,10 @@
25 # ChangeLog for sys-boot/plymouth
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth/ChangeLog,v 1.1 2011/02/21 21:08:17 aidecoe Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth/ChangeLog,v 1.2 2011/02/21 21:54:33 aidecoe Exp $
29 +
30 + 21 Feb 2011; Amadeusz Żołnowski <aidecoe@g.o> plymouth-0.8.3.ebuild,
31 + -files/gentoo-logo.png:
32 + I have moved gentoo-logo.png from 'files' to my web space on dev.gentoo.org.
33
34 *plymouth-0.8.3 (21 Feb 2011)
35
36
37
38
39 1.2 sys-boot/plymouth/plymouth-0.8.3.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth/plymouth-0.8.3.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth/plymouth-0.8.3.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth/plymouth-0.8.3.ebuild?r1=1.1&r2=1.2
44
45 Index: plymouth-0.8.3.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-boot/plymouth/plymouth-0.8.3.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- plymouth-0.8.3.ebuild 21 Feb 2011 21:08:17 -0000 1.1
52 +++ plymouth-0.8.3.ebuild 21 Feb 2011 21:54:33 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth/plymouth-0.8.3.ebuild,v 1.1 2011/02/21 21:08:17 aidecoe Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth/plymouth-0.8.3.ebuild,v 1.2 2011/02/21 21:54:33 aidecoe Exp $
58
59 EAPI="3"
60
61 @@ -8,7 +8,8 @@
62
63 DESCRIPTION="Graphical boot animation (splash) and logger"
64 HOMEPAGE="http://cgit.freedesktop.org/plymouth/"
65 -SRC_URI="http://cgit.freedesktop.org/${PN}/snapshot/${P}.tar.bz2"
66 +SRC_URI="http://cgit.freedesktop.org/${PN}/snapshot/${P}.tar.bz2
67 + http://dev.gentoo.org/~aidecoe/distfiles/${CATEGORY}/${PN}/gentoo-logo.png"
68 LICENSE="GPL-2"
69 SLOT="0"
70 KEYWORDS="~amd64"
71 @@ -59,8 +60,7 @@
72
73 if use branding ; then
74 insinto /usr/share/plymouth
75 - newins "${FILESDIR}"/gentoo-logo.png bizcom.png \
76 - || die 'branding failed'
77 + newins "${DISTDIR}"/gentoo-logo.png bizcom.png || die 'branding failed'
78 fi
79 }