summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2005-04-05 17:42:25 +0000
committerMichael Januszewski <spock@gentoo.org>2005-04-05 17:42:25 +0000
commita68b1d039909916174084bc844cfd11054237b84 (patch)
tree8fb131de8d3c7e6120f3e38e92bf394f2b4f87eb /app-misc
parentsync VDA patch (diff)
downloadhistorical-a68b1d039909916174084bc844cfd11054237b84.tar.gz
historical-a68b1d039909916174084bc844cfd11054237b84.tar.bz2
historical-a68b1d039909916174084bc844cfd11054237b84.zip
Added a fix for bug #87907.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/linux-logo/ChangeLog6
-rw-r--r--app-misc/linux-logo/Manifest10
-rw-r--r--app-misc/linux-logo/linux-logo-4.10.ebuild3
3 files changed, 12 insertions, 7 deletions
diff --git a/app-misc/linux-logo/ChangeLog b/app-misc/linux-logo/ChangeLog
index e77641010eb4..fc95d46d14ba 100644
--- a/app-misc/linux-logo/ChangeLog
+++ b/app-misc/linux-logo/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-misc/linux-logo
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/linux-logo/ChangeLog,v 1.17 2005/04/01 20:02:36 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/linux-logo/ChangeLog,v 1.18 2005/04/05 17:42:25 spock Exp $
+
+ 05 Apr 2005; Michał Januszewski <spock@gentoo.org>
+ linux-logo-4.10.ebuild:
+ Added a fix for bug #87907.
*linux-logo-4.10 (01 Apr 2005)
diff --git a/app-misc/linux-logo/Manifest b/app-misc/linux-logo/Manifest
index e8fac9a85a88..d520077a6d43 100644
--- a/app-misc/linux-logo/Manifest
+++ b/app-misc/linux-logo/Manifest
@@ -2,9 +2,9 @@
Hash: SHA1
MD5 04e5b3e82a31dcafdd57882d7a6130f4 linux-logo-4.09.ebuild 1798
-MD5 5f4e42e4251c9cd25e3f45eb113a4cd8 linux-logo-4.10.ebuild 1800
+MD5 e46adbe4721a719c5b42a238acd45540 linux-logo-4.10.ebuild 1850
MD5 d093a95d4645c067cb09b02e68147fc3 linux-logo-4.07-r1.ebuild 1456
-MD5 1262a5f93c393c335eb8c2acb045c02c ChangeLog 3604
+MD5 0bdcb03693016d59b63e841a89867614 ChangeLog 3715
MD5 cfe1b5f88cc51ac6ffc42809178d2a06 metadata.xml 221
MD5 466609d5bad726de258ba8d9a6307f42 files/linux-logo-4.07-gentoo-logo.patch 2450
MD5 cc543656874c53d470f4f0b923444cd5 files/linux-logo.initscript 449
@@ -16,7 +16,7 @@ MD5 72ee7112b7111772d9434f266ee9e16f files/linux-logo.conf 1213
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
-iD8DBQFCTak1chej4aZK9/cRAmkHAJwNh0iK7FSZs1ZcOH1NWATajlG2eQCfUa1f
-alG+ii3OJAfKnPufwjkxa5k=
-=Vt1y
+iD8DBQFCUs4ochej4aZK9/cRAtLcAJ9zLVGrAgtNtdgsfvsDpzUu0PBGLACcDEgB
+6p9esYjK7hX7hTxya0oOR6E=
+=grrZ
-----END PGP SIGNATURE-----
diff --git a/app-misc/linux-logo/linux-logo-4.10.ebuild b/app-misc/linux-logo/linux-logo-4.10.ebuild
index 00c626ada953..1144ea20227b 100644
--- a/app-misc/linux-logo/linux-logo-4.10.ebuild
+++ b/app-misc/linux-logo/linux-logo-4.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/linux-logo/linux-logo-4.10.ebuild,v 1.1 2005/04/01 20:02:36 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/linux-logo/linux-logo-4.10.ebuild,v 1.2 2005/04/05 17:42:25 spock Exp $
inherit eutils
@@ -26,6 +26,7 @@ src_unpack() {
cp ${FILESDIR}/gentoo.logo ${S}/logos/.
epatch ${FILESDIR}/${PN}-4.07-gentoo-logo.patch
+ sed -i -e 's:.*Trying to open .*::' linux_logo.c
if ! use nls ; then
sed -i 's:cd po && $(MAKE)::' Makefile