diff options
Diffstat (limited to 'app-dicts/babytrans/babytrans-0.9.2-r1.ebuild')
-rw-r--r-- | app-dicts/babytrans/babytrans-0.9.2-r1.ebuild | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/app-dicts/babytrans/babytrans-0.9.2-r1.ebuild b/app-dicts/babytrans/babytrans-0.9.2-r1.ebuild index 1420d51aef9e..4537a0e2d26c 100644 --- a/app-dicts/babytrans/babytrans-0.9.2-r1.ebuild +++ b/app-dicts/babytrans/babytrans-0.9.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/babytrans/babytrans-0.9.2-r1.ebuild,v 1.2 2004/09/14 21:05:33 angusyoung Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/babytrans/babytrans-0.9.2-r1.ebuild,v 1.3 2004/09/22 02:39:52 angusyoung Exp $ inherit eutils IUSE="gnome" @@ -14,8 +14,7 @@ LICENSE="GPL-2" KEYWORDS="~x86 " RDEPEND="=x11-libs/gtk+-1.2* - >=app-dicts/babytrans-en-0.1 - >=app-dicts/babytrans-en2pt-0.1" + >=app-dicts/babytrans-en-0.1" DEPEND="${RDEPEND}" @@ -55,3 +54,11 @@ src_install() { doins ${FILESDIR}/dictionary dodoc AUTHORS COPYING README } + +pkg_postinst() { + einfo "" + einfo "Now you should install one of the babytrans dictionaries" + einfo "available in portage. You can find then in $PORTDIR under" + einfo "the app-dicts category" + einfo "" +} |