diff options
author | Jon Hood <squinky86@gentoo.org> | 2006-06-09 15:20:06 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2006-06-09 15:20:06 +0000 |
commit | 7973268296d91a4a30f0b5dd36167b30b32ad989 (patch) | |
tree | 6585f336fcb1c30d1212f2c1646ea4d648b54662 /app-text/gnomesword | |
parent | Added 2006.1 profile including subprofiles desktop and server. Cleaned up who... (diff) | |
download | gentoo-2-7973268296d91a4a30f0b5dd36167b30b32ad989.tar.gz gentoo-2-7973268296d91a4a30f0b5dd36167b30b32ad989.tar.bz2 gentoo-2-7973268296d91a4a30f0b5dd36167b30b32ad989.zip |
Add note to install sword modules, #90328.
(Portage version: 2.1_rc4-r5)
Diffstat (limited to 'app-text/gnomesword')
-rw-r--r-- | app-text/gnomesword/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/gnomesword/gnomesword-2.1.7.ebuild | 10 |
2 files changed, 14 insertions, 2 deletions
diff --git a/app-text/gnomesword/ChangeLog b/app-text/gnomesword/ChangeLog index 901bfc7054e9..746cd8ed2042 100644 --- a/app-text/gnomesword/ChangeLog +++ b/app-text/gnomesword/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/gnomesword # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gnomesword/ChangeLog,v 1.8 2006/05/10 14:50:36 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gnomesword/ChangeLog,v 1.9 2006/06/09 15:20:06 squinky86 Exp $ + + 09 Jun 2006; Jon Hood <squinky86@gentoo.org> gnomesword-2.1.7.ebuild: + Add note to install sword modules, #90328. Thanks Mike Chavoustie + <travesty@gmail.com>. *gnomesword-2.1.7 (10 May 2006) diff --git a/app-text/gnomesword/gnomesword-2.1.7.ebuild b/app-text/gnomesword/gnomesword-2.1.7.ebuild index b262eb2efc1f..cc8061525124 100644 --- a/app-text/gnomesword/gnomesword-2.1.7.ebuild +++ b/app-text/gnomesword/gnomesword-2.1.7.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/app-text/gnomesword/gnomesword-2.1.7.ebuild,v 1.1 2006/05/10 14:50:36 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gnomesword/gnomesword-2.1.7.ebuild,v 1.2 2006/06/09 15:20:06 squinky86 Exp $ inherit libtool gnome2 eutils @@ -30,3 +30,11 @@ DEPEND="${RDEPEND} G2CONF="${G2CONF} $(use_enable spell pspell)" DOCS="NEWS ChangeLog README TODO" + +pkg_postinst() { + gnome2_pkg_postinst + + einfo "Gnomesword requires modules to be of any use. You may install the" + einfo "sword-modules package, or download modules individually from the" + einfo "sword website: http://crosswire.org/sword/" +} |