diff options
author | Michael Januszewski <spock@gentoo.org> | 2006-03-14 16:42:40 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2006-03-14 16:42:40 +0000 |
commit | 44690a17c9d812a01c878d41c1d6f37c4fee1c64 (patch) | |
tree | 42cd9b4464d60a87f9fd4c8b7481466c7710fa92 /media-gfx/splashutils | |
parent | Made most of the einfo/ewarn messages conditional (as suggested in bug #124907). (diff) | |
download | gentoo-2-44690a17c9d812a01c878d41c1d6f37c4fee1c64.tar.gz gentoo-2-44690a17c9d812a01c878d41c1d6f37c4fee1c64.tar.bz2 gentoo-2-44690a17c9d812a01c878d41c1d6f37c4fee1c64.zip |
Made most of the einfo/ewarn messages conditional.
(Portage version: 2.1_pre6-r2)
Diffstat (limited to 'media-gfx/splashutils')
-rw-r--r-- | media-gfx/splashutils/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/splashutils/splashutils-1.1.9.10-r1.ebuild | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-gfx/splashutils/ChangeLog b/media-gfx/splashutils/ChangeLog index 29b062dabb85..a7c9fbb9248f 100644 --- a/media-gfx/splashutils/ChangeLog +++ b/media-gfx/splashutils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/splashutils # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.52 2006/03/06 18:24:41 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.53 2006/03/14 16:42:40 spock Exp $ + + 14 Mar 2006; Michał Januszewski <spock@gentoo.org> + splashutils-1.1.9.10-r1.ebuild: + Made most of the einfo/ewarn messages conditional. 06 Mar 2006; Michał Januszewski <spock@gentoo.org> -splashutils-1.1.9.8.ebuild, -splashutils-1.1.9.9.ebuild: diff --git a/media-gfx/splashutils/splashutils-1.1.9.10-r1.ebuild b/media-gfx/splashutils/splashutils-1.1.9.10-r1.ebuild index 039fbefe8d83..7e4ea6c009c0 100644 --- a/media-gfx/splashutils/splashutils-1.1.9.10-r1.ebuild +++ b/media-gfx/splashutils/splashutils-1.1.9.10-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.1.9.10-r1.ebuild,v 1.2 2006/03/14 16:38:50 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.1.9.10-r1.ebuild,v 1.3 2006/03/14 16:42:40 spock Exp $ inherit eutils multilib linux-mod @@ -223,6 +223,5 @@ pkg_postinst() { einfo "core splashutils package. To get some themes you might want to emerge:" einfo " media-gfx/splash-themes-livecd" einfo " media-gfx/splash-themes-gentoo" - echo "" fi } |