diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2004-03-30 05:48:39 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2004-03-30 05:48:39 +0000 |
commit | d0501b10bef1a1ccfbc7a5c4e98410f03d5f5efb (patch) | |
tree | 787463632bac38e3ada60b4030fc6cae65be53fc /app-admin/hpasm | |
parent | Old version cleanup, changed x11-base/xfree dependency to virtual/x11. (Manif... (diff) | |
download | gentoo-2-d0501b10bef1a1ccfbc7a5c4e98410f03d5f5efb.tar.gz gentoo-2-d0501b10bef1a1ccfbc7a5c4e98410f03d5f5efb.tar.bz2 gentoo-2-d0501b10bef1a1ccfbc7a5c4e98410f03d5f5efb.zip |
Modifying reference to xfree in einfo.
Diffstat (limited to 'app-admin/hpasm')
-rw-r--r-- | app-admin/hpasm/ChangeLog | 6 | ||||
-rw-r--r-- | app-admin/hpasm/hpasm-6.30.0.12-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-admin/hpasm/ChangeLog b/app-admin/hpasm/ChangeLog index 28c5f85ac768..b309ca34d8a4 100644 --- a/app-admin/hpasm/ChangeLog +++ b/app-admin/hpasm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/hpasm # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/hpasm/ChangeLog,v 1.3 2004/03/16 19:35:55 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/hpasm/ChangeLog,v 1.4 2004/03/30 05:48:39 spyderous Exp $ + + 30 Mar 2004; Donnie Berkholz <spyderous@gentoo.org>; + hpasm-6.30.0.12-r1.ebuild: + Modifying reference to xfree in einfo. 16 Mar 2004; Seemant Kulleen <seemant@gentoo.org> hpasm-6.30.0.12-r1.ebuild: leet find syntax thanks to spyderous diff --git a/app-admin/hpasm/hpasm-6.30.0.12-r1.ebuild b/app-admin/hpasm/hpasm-6.30.0.12-r1.ebuild index b66ee02abb4d..d5bd90942f39 100644 --- a/app-admin/hpasm/hpasm-6.30.0.12-r1.ebuild +++ b/app-admin/hpasm/hpasm-6.30.0.12-r1.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-admin/hpasm/hpasm-6.30.0.12-r1.ebuild,v 1.9 2004/03/16 19:35:55 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/hpasm/hpasm-6.30.0.12-r1.ebuild,v 1.10 2004/03/30 05:48:39 spyderous Exp $ inherit rpm @@ -66,7 +66,7 @@ src_install() { pkg_postinst() { einfo "" einfo "If you want to run cpqimlview or hpimlview you will" - einfo "need to emerge xfree, tix, and tclx" + einfo "need to emerge an X11 implementation, tix, and tclx" einfo "" einfo "You now need to execute /etc/init.d/hpasm start in" einfo "order to use the installed package. The kernel" |