diff options
author | Lars Weiler <pylon@gentoo.org> | 2004-01-30 02:23:45 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2004-01-30 02:23:45 +0000 |
commit | 50a8af76c430a4b4f89ffd30861423ce354fefea (patch) | |
tree | 2ae66aac7f003c259b10f301fac1a5b8129c91d7 /app-emulation/mol | |
parent | New version (diff) | |
download | gentoo-2-50a8af76c430a4b4f89ffd30861423ce354fefea.tar.gz gentoo-2-50a8af76c430a4b4f89ffd30861423ce354fefea.tar.bz2 gentoo-2-50a8af76c430a4b4f89ffd30861423ce354fefea.zip |
Notify the user to set the use-flag fbcon if mol should be installed with support on a virtual terminal.
Diffstat (limited to 'app-emulation/mol')
-rw-r--r-- | app-emulation/mol/ChangeLog | 7 | ||||
-rw-r--r-- | app-emulation/mol/Manifest | 4 | ||||
-rw-r--r-- | app-emulation/mol/mol-0.9.70_rc2.ebuild | 9 |
3 files changed, 16 insertions, 4 deletions
diff --git a/app-emulation/mol/ChangeLog b/app-emulation/mol/ChangeLog index 92830463125d..b7bff1c2d53f 100644 --- a/app-emulation/mol/ChangeLog +++ b/app-emulation/mol/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emulation/mol # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/ChangeLog,v 1.30 2004/01/26 04:12:06 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/ChangeLog,v 1.31 2004/01/30 02:23:45 pylon Exp $ + + 30 Jan 2004; Lars Weiler <pylon@gentoo.org> mol-0.9.70_rc2.ebuild: + Notify the user to set the use-flag[D[D[Do[Dr[Dlag "fbcon" if mol should + be installed with support on a virtual terminal. Otherwise molvconfig would + not be installed. *mol-0.9.70_rc2 (26 Jan 2004) diff --git a/app-emulation/mol/Manifest b/app-emulation/mol/Manifest index d69b59a3b1c3..00fb3d72c910 100644 --- a/app-emulation/mol/Manifest +++ b/app-emulation/mol/Manifest @@ -1,8 +1,8 @@ MD5 3263d375abba2d098c636efc2b135ea5 metadata.xml 333 MD5 84c32ed763ae9c3851d03607a6bd1684 mol-0.9.68-r4.ebuild 2217 MD5 191f6330f6d1c4707577b2e209586e87 mol-0.9.69_pre7.ebuild 3013 -MD5 fbb984b5475d44cd56c4a36813710091 ChangeLog 6340 -MD5 4577843969396ab88aacac14136f3d14 mol-0.9.70_rc2.ebuild 3663 +MD5 957b853ba57f30520daed2026e79fc83 ChangeLog 6588 +MD5 8a00a3b9c54f5c542abe7aa1a77dc3ef mol-0.9.70_rc2.ebuild 3809 MD5 98990df6bb9f196021dea0b77d2d912d files/26-arch-fix.patch 2320 MD5 d4bc3f0122eb77fbfbfcf584f442049d files/digest-mol-0.9.68-r4 67 MD5 98518db8270d9c4b005c3a530930dfe4 files/digest-mol-0.9.69_pre7 69 diff --git a/app-emulation/mol/mol-0.9.70_rc2.ebuild b/app-emulation/mol/mol-0.9.70_rc2.ebuild index 90f24a94aec7..618bf304a8d2 100644 --- a/app-emulation/mol/mol-0.9.70_rc2.ebuild +++ b/app-emulation/mol/mol-0.9.70_rc2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/mol-0.9.70_rc2.ebuild,v 1.1 2004/01/26 04:12:06 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/mol-0.9.70_rc2.ebuild,v 1.2 2004/01/30 02:23:45 pylon Exp $ inherit flag-o-matic @@ -20,6 +20,13 @@ LICENSE="GPL-2" KEYWORDS="~ppc ~ppc64 -x86 -sparc -alpha -mips" IUSE="alsa oss debug fbcon X oldworld" +pkg_setup() { + echo + einfo "If you want to use MOL fullscreen on a virtual console" + einfo "be sure to have the USE-flag \"fbcon\" set!" + echo +} + src_unpack() { unpack ${A} |