diff options
author | Troy Dack <tad@gentoo.org> | 2003-06-19 11:41:41 +0000 |
---|---|---|
committer | Troy Dack <tad@gentoo.org> | 2003-06-19 11:41:41 +0000 |
commit | a08fdc2edde1336aecf6a850d27dbf9fbc3a4d9f (patch) | |
tree | 7cb7c46846d5136eb0a61f681783412bfa381e85 /media-gfx | |
parent | updated to fix tagging problems, a bug was filed on this (#14400) (diff) | |
download | gentoo-2-a08fdc2edde1336aecf6a850d27dbf9fbc3a4d9f.tar.gz gentoo-2-a08fdc2edde1336aecf6a850d27dbf9fbc3a4d9f.tar.bz2 gentoo-2-a08fdc2edde1336aecf6a850d27dbf9fbc3a4d9f.zip |
Minor fix to pkg_postinst einfo messages.
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/bootsplash/Manifest | 14 | ||||
-rw-r--r-- | media-gfx/bootsplash/bootsplash-0.6.ebuild | 4 |
2 files changed, 9 insertions, 9 deletions
diff --git a/media-gfx/bootsplash/Manifest b/media-gfx/bootsplash/Manifest index ea908ca09cba..6d341aa9174f 100644 --- a/media-gfx/bootsplash/Manifest +++ b/media-gfx/bootsplash/Manifest @@ -1,14 +1,14 @@ -MD5 fd9c282235277f2a9401a4107037ccfc ChangeLog 1215 +MD5 dafe3b23e8ac351c425d6461775cfb98 bootsplash-0.5.ebuild 3306 MD5 2b679c167a482ccca361f69766f036be bootsplash-0.2.ebuild 2952 -MD5 29ddd677b8860636c580c6536ca739d7 bootsplash-0.3.ebuild 2951 -MD5 8e96cda0e0e4d145c39ce0a03050efb5 bootsplash-0.4-r1.ebuild 3076 MD5 ecdf539ae9413be64382abc8979fc992 bootsplash-0.4.ebuild 3014 -MD5 dafe3b23e8ac351c425d6461775cfb98 bootsplash-0.5.ebuild 3306 -MD5 ceeeeb389d7b3e3019cc2c95a384cccd bootsplash-0.6.ebuild 3376 -MD5 ebc7af09da6a87c13759ed96eab28ca3 files/bootsplash 946 +MD5 8e96cda0e0e4d145c39ce0a03050efb5 bootsplash-0.4-r1.ebuild 3076 +MD5 01a07b627b9de1ee45dc5bee51f878d2 bootsplash-0.6.ebuild 3375 +MD5 fd9c282235277f2a9401a4107037ccfc ChangeLog 1215 +MD5 29ddd677b8860636c580c6536ca739d7 bootsplash-0.3.ebuild 2951 +MD5 91b826eaa6e47b415101694fee6a81f6 files/digest-bootsplash-0.4-r1 67 MD5 78bc0c935a9c206a0521794f89c8fea0 files/digest-bootsplash-0.2 67 MD5 d837ca3b140ddf1d374659c7d9f8dc4b files/digest-bootsplash-0.3 67 MD5 81ec272544095906f42f472c23547669 files/digest-bootsplash-0.4 191 -MD5 91b826eaa6e47b415101694fee6a81f6 files/digest-bootsplash-0.4-r1 67 MD5 ba3ed0ae50e83229a1315dfb22208472 files/digest-bootsplash-0.5 191 MD5 3ebd40c79c79822510d6fc913a204d35 files/digest-bootsplash-0.6 67 +MD5 ebc7af09da6a87c13759ed96eab28ca3 files/bootsplash 946 diff --git a/media-gfx/bootsplash/bootsplash-0.6.ebuild b/media-gfx/bootsplash/bootsplash-0.6.ebuild index 19bae8d42c0b..2830a273371c 100644 --- a/media-gfx/bootsplash/bootsplash-0.6.ebuild +++ b/media-gfx/bootsplash/bootsplash-0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/bootsplash-0.6.ebuild,v 1.1 2003/04/21 01:25:48 tad Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/bootsplash-0.6.ebuild,v 1.2 2003/06/19 11:41:24 tad Exp $ DESCRIPTION="Graphical backgrounds for frame buffer consoles" @@ -84,7 +84,7 @@ pkg_postinst() { done einfo - einfo "Execute \"ebuild /var/db/pkg/media-gfx/${PN}/${P}.ebuild config\"" + einfo "Execute \"ebuild /var/db/pkg/media-gfx/${P}/${P}.ebuild config\"" einfo "to have your kernel sources in /usr/src/linux patched with the" einfo "Framebuffer Bootsplash patches" einfo |