diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2005-06-01 00:41:01 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2005-06-01 00:41:01 +0000 |
commit | f6b1a3702e77ec4aaef4ca2f4ad4fd5b0dd4e585 (patch) | |
tree | b1920775f184160ff69cb788b4206ffa1f531841 /net-print/hpoj | |
parent | Add --disable-firewire explicted for the non-firewire ebuild because the conf... (diff) | |
download | gentoo-2-f6b1a3702e77ec4aaef4ca2f4ad4fd5b0dd4e585.tar.gz gentoo-2-f6b1a3702e77ec4aaef4ca2f4ad4fd5b0dd4e585.tar.bz2 gentoo-2-f6b1a3702e77ec4aaef4ca2f4ad4fd5b0dd4e585.zip |
fix mtools path
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-print/hpoj')
-rw-r--r-- | net-print/hpoj/ChangeLog | 6 | ||||
-rw-r--r-- | net-print/hpoj/hpoj-0.91-r2.ebuild | 4 | ||||
-rw-r--r-- | net-print/hpoj/hpoj-0.91-r3.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-print/hpoj/ChangeLog b/net-print/hpoj/ChangeLog index 38254a4da954..6cbe2f2a3d77 100644 --- a/net-print/hpoj/ChangeLog +++ b/net-print/hpoj/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-print/hpoj # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hpoj/ChangeLog,v 1.19 2005/01/04 18:33:29 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hpoj/ChangeLog,v 1.20 2005/06/01 00:41:01 lanius Exp $ + + 01 Jun 2005; Heinrich Wendel <lanius@gentoo.org> hpoj-0.91-r2.ebuild, + hpoj-0.91-r3.ebuild: + fix mtools path 04 Jan 2005; Michael Hanselmann <hansmi@gentoo.org> hpoj-0.91-r3.ebuild: Added to ~ppc, bug 76504. diff --git a/net-print/hpoj/hpoj-0.91-r2.ebuild b/net-print/hpoj/hpoj-0.91-r2.ebuild index 4219849f836f..077da8818db5 100644 --- a/net-print/hpoj/hpoj-0.91-r2.ebuild +++ b/net-print/hpoj/hpoj-0.91-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hpoj/hpoj-0.91-r2.ebuild,v 1.9 2005/02/21 02:43:08 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hpoj/hpoj-0.91-r2.ebuild,v 1.10 2005/06/01 00:41:01 lanius Exp $ inherit eutils @@ -87,7 +87,7 @@ src_install() { pkg_postinst() { echo - einfo "You might want to emerge app-admin/mtools for photo-card support." + einfo "You might want to emerge sys-fs/mtools for photo-card support." echo einfo "You might want to emerge net-print/hpijs for better printing quality." echo diff --git a/net-print/hpoj/hpoj-0.91-r3.ebuild b/net-print/hpoj/hpoj-0.91-r3.ebuild index 799332c093fb..ffaa16c6a76d 100644 --- a/net-print/hpoj/hpoj-0.91-r3.ebuild +++ b/net-print/hpoj/hpoj-0.91-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hpoj/hpoj-0.91-r3.ebuild,v 1.6 2005/02/21 02:43:08 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hpoj/hpoj-0.91-r3.ebuild,v 1.7 2005/06/01 00:41:01 lanius Exp $ inherit eutils @@ -88,7 +88,7 @@ src_install() { pkg_postinst() { echo - einfo "You might want to emerge app-admin/mtools for photo-card support." + einfo "You might want to emerge sys-fs/mtools for photo-card support." echo einfo "You might want to emerge net-print/hpijs for better printing quality." echo |